@media (min-width: 1280px) {
    .price__title {
        background-color: rgba(235, 235, 235, 0.24);
        width: 100%;
        max-width: 1920px;
        height: 95px;
    }

    .price__sign {
        font-family: 'Tenor Sans';
        font-weight: 600;
        font-size: 16px;
        color: #93877bbf;
        padding-left: 20px;
        padding-top: 20px;
        text-transform: uppercase;

    }

    .price__signru {
        font-family: 'Tenor Sans';
        font-weight: 600;
        font-size: 25px;
        text-transform: uppercase;
        line-height: 122.5%;
        letter-spacing: -0.015em;
        text-align: center;
        color: #000;
    }

    .price__bg {
        background: url(../IMG/bg/bg__price.png) no-repeat;
        max-width: 1920px;
        width: 100%;
        
        
        

    }
    .price_svg img{
        display: none;
    }

    .price__content_flex {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
       padding-top: 12%;
       padding-bottom: 2%;
       padding-left: 1%;
       padding-right: 1%;
    }

    .price__text{
       /* max-width: 20%; */
       width: 400px;
       background: rgba(255, 255, 255, 0.5);
       border-radius: 10px;
       
       padding: 2%;
       margin: 5px;
       
    }

    .price__text p {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #37474F;
        margin-left: -16%;

    }

    .price__markers {
        font-family: 'Tenor Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 27px;
        color: #37474F;
        padding-top: 3%;
        


    }

    .price__markers li {
        list-style-type: disc;
        margin: 1% 0;
        


    }
    .price__button_flex{
        display: flex;
        width: 100%;
        justify-content: center;
        /* margin-top: -10%; */
        padding-bottom: 5%;
    }


}