@media (max-width: 1429px) {
    .header__contacts{
        font-size: 20px;
    }
    .nav ul{
        gap: 0 20px;
    }
    .testimonies__right{
        max-width: 690px
    }
    .testimonies__item{
        padding: 44px;
    }
    .header__buttons{
        gap: 0 8px;
        margin-left: 8px;
    }
    .inner_page .logo{
        margin-right: 20px;
    }
    .item__name{
        font-size: 16px;
    }
    .card__wrapper{
        gap: 0 30px;
    }
    .card__img{
        width: 440px;
    }
    .desc__left{
        max-width: 480px;
        flex-shrink: 0;
    }
    .title__item{
        font-size: 62px;
        line-height: 1;
    }
}
@media (max-width: 1199px) {
    .logo{
        width: 240px;
        height: 34px;
        margin-right: 24px;
        background-size: contain;
    }
    .nav ul{
        gap: 0 16px;
    }
    .nav ul li a{
        font-size: 14px;
    }
    .header__btn{
        margin: 0 0 0 16px;
    }
    .header__contacts{
        font-size: 16px;
    }

    .header{
        padding: 10px 0;
    }
    .header .container{
        padding: 0 15px;
    }
    .container{
        /*max-width: 730px;*/
        padding: 0 30px;
    }
    .logo{
        width: 40px;
        height: 40px;
        background: url("../images/logo_xs.svg") no-repeat;
        margin: 0;
    }


    .header__left{
        position: relative;
    }
    .nav{
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 24px;
        padding: 24px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 360px;
        margin-top: 24px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: -1;
    }
    .nav.active{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 5;
    }
    .nav ul{
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #e7e5e4;
        margin-bottom: 24px;
    }
    .nav ul li a{
        display: block;
        color: #0c0a09;
        line-height: 1.5;
        text-align: center;
    }
    .nav ul li a.active{
        color: #0c0a09;
    }
    .b-mobile {
        display: block;
        margin-right: 16px;
    }
    .menu-icon{
        position: relative;
        z-index: 10001;
        cursor: pointer;
        border-radius: 100%;
        transition: 0.3s;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-icon.active{
        background: #c31c1b;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 22px;
        height:  16px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background: #ffffff;
        border-radius:1px;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .menu-icon .b-menu__line_1 {
        top: 0;
    }
    .menu-icon .b-menu__line_2 {
        top: 8px;
    }
    .menu-icon .b-menu__line_3 {
        top: 15px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #ffffff;
    }
    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }
    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
    }
    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }

    .header__right .header__contacts{
        color: #fff;
        opacity: 1;
        margin: 0 32px 0 0 !important;
    }
    .header__right .header__btn{
        margin: 0;
    }
    .nav__xs{
        display: block;
    }
    .header__contacts{
        justify-content: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
        color: #0c0a09;
        opacity: 0.6;
    }
    .header__contacts.xs{
        font-size: 16px;
        line-height: 2;
    }
    .header__contacts:not(:last-child){
        margin-bottom: 8px;
    }
    .nav__xs .header__btn{
        width: 100%;
        border: 1px solid #c31c1b;
        color: #c31c1b;
        margin: 24px 0 0 0;
    }
    .nav__xs .header__btn:hover{
        background: #c31c1b;
        color: #fff;
    }

    p{
        font-size: 16px;
        line-height: 1.5;
    }
    .block{
        border-radius: 40px;
        padding: 40px;
        gap: 20px 0;
    }
    .main{
        padding: 140px 0 0 0;
        min-height: 640px;
        background-position: left -295px top;
    }
    .main:after{
        display: none;
    }
    .main__title{
        font-size: 48px;
        line-height: 1.16667;
    }
    .main__text{
        max-width: 522px;
    }
    .main__text p{
        font-size: 18px;
        line-height: 1.55556;
    }
    .main__block{
        max-width: 522px;
        bottom: -203px;
    }


    .desc{
        margin: 320px 0 120px 0;
    }
    .desc .container{
        display: block;
    }
    .desc .title{
        margin-bottom: 40px;
    }
    .title__item{
        font-size: 48px;
        line-height: 1.16667;
    }
    .title__item:not(:last-child) {
        margin-bottom: 15px;
    }
    .title__sb{
        font-size: 20px;
        line-height: 1.2;
    }
    .title__sb:not(:last-child) {
        margin-bottom: 20px;
    }
    .desc__left .primary-btn{
        margin-top: 8px;
    }
    .block__title{
        font-size: 32px;
        line-height: 1.25;
    }
    .block ul li{
        font-size: 16px;
        line-height: 1.5;
    }
    .block ul li:not(:last-child) {
        margin-bottom: 4px;
    }


    .info{
        padding: 0;
        background: none;
    }
    .info:after{
        display: none;
    }
    .info .title p br{
        display: none;
    }
    .info__col{
        width: 33.333333%;
    }
    .info__item{
        gap: 13px 0;
    }
    .info__item-text strong{
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 10px;
    }
    .block p{
        font-size: 14px;
        line-height: 1.42857;
    }
    .info__block{
        gap: 40px 0;
    }
    .bestsellers{
        margin: 120px 0;
        overflow: hidden;
    }
    .bestsellers .container{
        padding: 0;
    }
    .bestsellers .title{
        padding: 0 30px;
    }
    .bestsellers .row{
        overflow: auto;
        flex-wrap: nowrap;
        padding: 0 30px;
        margin: 0 -15px;
        overflow: auto; /* или overflow-y: auto */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE и Edge */
    }
    .bestsellers .col{
        flex-shrink: 0;
        width: auto;
        max-width: 310px;
        padding: 0 15px;
    }
    .bestsellers .item:hover{
        box-shadow: none;
    }

    .item__img{
        margin-bottom: 20px;
    }
    .item__bottom{
        gap: 12px 0;
    }
    .item__desc{
        font-size: 14px;
        line-height: 1.42857;
    }
    .item__name{
        font-size: 16px;
        line-height: 1.5;
    }

    .wrapper{
        padding: 0;
    }
    .testimonies{
        position: static;
        margin-bottom: 120px;
    }
    .testimonies .container{
        display: block;
    }
    .testimonies .title{
        align-items: center;
        text-align: center;
        margin-bottom: 72px;
    }
    .testimonies .title__sb:not(:last-child){
        margin-bottom: 16px;
    }
    .testimonies .title__sb{
        font-size: 16px;
    }
    .testimonies__right{
        max-width: 100%;
        gap: 0 30px;
    }
    .guarantee{
        height: 640px;
        padding: 0 0 86px 0;
        overflow: hidden;
    }
    .guarantee:after{
        position: absolute;
        bottom: 50px;
        right: -130px;
        content: "";
        width: 550px;
        height: 357px;
        filter: blur(200px);
        background: #8a8a8a;
        mix-blend-mode: multiply;
    }
    .guarantee:before{
        max-width: 383px;
        height: 120px;
    }
    .guarantee .container{
        justify-content: center;
    }
    .guarantee  .title{
        align-items: center;
        text-align: center;
    }
    .guarantee__wrap{
        text-align: center;
        max-width: 525px;
    }
    .guarantee__wrap .title__item{
        font-size: 48px;
        line-height: 1.16667;
    }
    .guarantee__contacts{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px 0;
    }
    .guarantee__contacts a{
        font-size: 18px;
        line-height: 1.33333;
    }
    .guarantee__contacts a:last-child{
        font-size: 16px;
        line-height: 1.5;
    }
    .cta{
        padding: 215px 0 165px 0;
    }
    .cta .title__sb{
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.4;
    }


    .footer{
        padding: 12px 0;
    }
    .copyright{
        font-size: 12px;
        line-height: 2;
    }

    .inner_page .logo{
        background: url(../images//logo_orange_xs.svg) center no-repeat;
    }
    .inner_page .menu-icon .b-menu__line{
        background: #0c0a09;
    }
    .inner_page .menu-icon.active .b-menu__line{
        background: #fff;
    }
    .inner_page .header__right .header__contacts{
        color: #0c0a09;
        opacity: 0.6;
        margin: 0 16px 0 0 !important;
    }
    .header__buttons{
        margin: 0;
        gap: 0 16px;
    }
    .inner_page .main__title:not(:last-child){
        margin-bottom: 30px;
    }
    .breadcrumbs{
        display: none;
    }
    .product_page .main{
        min-height: 400px;
        background-position: right -410px top;
        background-size: cover;;
    }
    .product_page .main__text{
        max-width: 353px;
    }
    .product_page .main:after{
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        max-width: 50%;
        height: 60px;
        background: #fff;
        display: block;
    }
    .products__container{
        display: block;
        position: relative;
    }
    .sidebar .search{
        display: block;
        margin-bottom: 32px;
    }
    .sidebar__title{
        display: block;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.33333;
        color: #0c0a09;
        margin-bottom: 32px;
    }
    .sidebar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        max-width: 100%;
        padding: 30px 30px 116px 30px;
        box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.1);
        background: #fff;
        z-index: 205;
        display: none;
    }
    .sidebar__close{
        display: block;
        position: absolute;
        top: 34px;
        right: 30px;
    }
    .products__top .secondary-btn{
        display: flex;
        padding: 16px 24px;
    }
    .products__top{
        justify-content: space-between;
        margin-bottom: 30px;
        padding: 0;
    }
    .products__content .row{
        margin: 0 -15px;
        gap: 30px 0;
    }
    .products__content .col{
        width: 50%;
        padding: 0 15px;
    }
    .pagination{
        margin-top: 40px;
        justify-content: center;
    }
    .products{
        padding: 30px 0 80px 0;
    }
    .sidebar__btns{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        background: #fff;
        padding: 30px;
        gap: 0 8px;
    }
    .sidebar .search{
        width: 100%;
    }
    .card__xs{
        display: block;
    }
    .card__wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px 0;
        padding: 0;
    }
    .card__img .item__wrap{
        top: 24px;
    }
    .card_page .main{
        display: none;
    }
    .card{
        padding: 94px 0 0 0;
    }
    .card__content-top{
        margin-bottom: 24px;
    }
    .card__name{
        font-size: 32px;
        margin-bottom: 16px;
    }
    .card__name br{
        display: none;
    }
    .card__rate{
        margin-bottom: 40px;
    }
    .card__content .card__content-top ,
    .card__content .card__name ,
    .card__content .card__rate{
        display: none;
    }
    .card__content{
        padding: 0;
        width: 100%;
    }
    .card__nav{
        padding: 0 40px;
    }
    .card__nav ul li{
        width: 50%;
    }
    .card__tabs .block ul li{
        width: 50%;
    }
    .testimoniesSection .container{
        padding: 0;
    }
    .testimoniesSection .title{
        padding: 0 30px;
    }
    .testimoniesSection .row{
        flex-wrap: nowrap;
        overflow: auto; /* или overflow-y: auto */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE и Edge */
        margin: 0;
        gap: 0 30px;
        padding: 20px 30px 0 30px;
    }
    .testimoniesSection .col{
        flex-shrink: 0;
        width: 280px;
        padding: 0;
    }
    .section{
        margin: 80px 0;
    }
    .similar .container{
        padding: 0;
    }
    .similar .title{
        padding: 0 30px;
    }
    .similar .row{
        flex-wrap: nowrap;
        overflow: auto; /* или overflow-y: auto */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE и Edge */
        margin: 0;
        gap: 0 30px;
        padding: 0px 30px 0 30px;
    }
    .similar .col{
        flex-shrink: 0;
        width: 280px;
        padding: 0;
    }
    .similar .item{
        box-shadow: none;
    }
    .checkout_page .main{
        background: none;
        padding: 112px 0 40px 0;
        min-height: auto;
    }
    .checkout .container{
        flex-direction: column-reverse;
        gap: 40px 0;
    }
    .checkout__right{
        width: 100%;
        margin: 0;
    }
    .checkoutBlock, .status{
        padding: 20px 24px;
    }
    .checkoutBlock__name{
        font-size: 16px;

    }
    .confirm-btn{
        display: none;
    }
    .confirm-btn_xs{
        display: flex;
        width: 100%;
        margin-top: 40px;
    }
    .checkout__left{
        width: 100%;
    }
    .checkout{
        padding: 0 0 80px 0;
    }
    .mainBlock{
        position: static;
        transform: none;
        padding: 48px 64px 32px 64px;
        margin-bottom: 40px;
    }
    .inner_page .header{
        background: url("../images/hBG.png") center top no-repeat;
        background-size: cover;
    }
    .mainBlock__title{
        font-size: 32px;
        line-height: 1.25;
    }
    .mainBlock p{
        font-size: 16px;
        line-height: 1.5;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
    .mainBlock p b{
        font-size: 18px;
    }
    .status__text b{
        font-size: 24px;
        line-height: 1.66667;
    }
    .checkoutOrder .card{
        padding: 0;
    }
    .checkout_confirmation .container{
        gap: 80px 0;
    }
    .checkout__left-title{
        font-size: 24px;
        line-height: 1.66667;
    }
    .main__nav{
        margin-top: 40px;
    }
    .main__nav ul li a{
        background: #f5f3f1;
    }
    .main__nav ul li{
        width: 33.333333%;
    }
    .main__nav ul li a{
        width: 100%;
    }
    .main__nav ul{
        width: 100%;
    }
    .profile_page .checkout .container{
        flex-direction: column;
        gap: 40px 0;
    }
    .profile_page .checkout{
        padding-top: 0;
    }
    .addPayment{
        margin: 0;
    }
    .history__head{
        display: none;
    }
    .history__row{

    }
    .history__right .history__col:last-child{
        width: auto;
    }
    .history__left, .history__right{
        flex-direction: column;
    }
    .history__right{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: flex-start;
        max-width: 150px;
    }
    .history__col-row{
        flex-wrap: wrap;
        max-width: 100px;
        gap: 0 16px;
        justify-content: flex-end;
    }
    .history__right .history__col{
        min-width: auto;
    }
    .history__col_last{
        order: 1;
    }
    .history__right .history__col_q{
        order: 2;
        min-width: 40px
    }
    .history__right .history__col_price{
        order: 3;
        min-width: 80px;
    }
    .history__col-row > button , .history__col-row > a{
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .history__row strong{
        height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .history__right .history__col_q strong{
        justify-content: center;
    }
    .history__row .green__btn, .history__row .primary-btn{
        margin: 10px 0;
    }
    .authentication_page .header__right .header__contacts ,
    .profile_page .header__right .header__contacts{
        margin: 0 !important;
    }
    .profile_page .header__buttons{
        display: none;
    }


}
@media (max-width:1139px){
    .guarantee{
        background-position: left -800px top;
}
@media (max-width:767px){
    .primary-btn{
        min-height: 56px;
        height: auto;
        padding: 12px 32px;
    }

    .container{
        padding: 0 20px;
    }
    .header__right .header__btn{
        display: none;
    }
    .header__right .header__contacts{
        margin: 0 !important;
    }
    .nav{
        min-width: 345px;
    }

    .main{
        padding: 130px 0 0 0;
    }
    .main__title{
        font-size: 32px;
        line-height: 1.25;
    }
    .main__title:not(:last-child) {
        margin-bottom: 30px;
    }
    .main__text p {
        font-size: 16px;
        line-height: 1.5;
    }
    .main__block{
        text-align: center;
        max-width: 335px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .block{
        border-radius: 24px;
        padding: 32px;
    }
    .block__sb{
        font-size: 20px;
        line-height: 1.2;
    }
    .block__sb b{
        font-size: 32px;
    }


    .desc {
        margin: 328px 0 120px 0;
    }
    .title__item {
        font-size: 32px;
        line-height: 1.25;
    }
    .title__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .title__sb{
        font-size: 18px;
        line-height: 1.33333;
    }
    p {
        font-size: 14px;
        line-height: 1.71429;
    }
    .desc__left .primary-btn{
        margin-top: 0px;
    }
    .block__title{
        font-size: 24px;
        line-height: 1.33333;
    }

    .block ul li:before{
        width: 24px;
        height: 24px;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
    }
    .block ul li{
        position: relative;
        padding: 0 0 0 32px;
        font-size: 14px;
        line-height: 1.71429;
    }
    .block ul li strong:after{
        margin: 0 4px;
    }

    .info__row{
        gap: 24px 0;
    }
    .info__col{
        width: 50%;
    }
    .info__item{
        gap: 8px 0;
    }
    .info__item-img svg{
        width: 72px;
        height: 72px;
    }
    .info__item-text strong{
        font-size: 14px;
        line-height: 1.42857;
        margin-bottom: 8px;
    }
    .info__item-text p{
        font-size: 12px;
        line-height: 1.66667;
    }
    .info__block{
        gap: 32px 0;
    }
    .info__bottom{
        text-align: center;
    }

    .bestsellers .title{
        padding: 0 20px;
    }
    .bestsellers .row{
        margin: 0 -10px;
        padding: 0 20px;
    }
    .bestsellers .col{
        max-width: 260px;
        padding: 0 10px;
    }
    .item__row{
        gap: 0 8px;
    }
    .item__price{
        font-size: 24px;
        line-height: 1;
    }
    .item__name{
        min-height: 72px;
    }
    .bestsellers__bottom{
        margin-top: 30px;
    }

    .title__item span{
        font-size: 24px;
    }
    .testimonies{
        margin-bottom: 0;
    }
    .testimonies .title{
        margin-bottom:0px;
        padding: 0 20px;
    }
    .testimonies .container{
        padding: 0;
    }
    .testimonies__right{
        padding: 64px 20px 120px 20px;
        gap: 0 20px;
        overflow: auto; /* или overflow-y: auto */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE и Edge */
    }
    .testimonies__item{
        width: 240px;
        flex-shrink: 0;
    }
    .block p{
        line-height: 1.71429;
    }

    .guarantee{
        background-position: left -857px top;
        height: auto;
        padding: 160px 0 80px 0;
    }
    .guarantee:before{
        max-width: 187px;
        height: 60px;
    }
    .guarantee__wrap{
        max-width: 295px;
    }
    .guarantee__wrap .title__item{
        font-size: 32px;
        line-height: 1.25;
    }
    .guarantee:after{
        display: none;
    }
    .guarantee__wrap .title p{
        font-size: 16px;
        line-height: 1.5;
    }
    .guarantee__block-title{
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 4px;
    }
    .guarantee__block p{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 4px;
    }
    .cta__btns{
        flex-direction: column;
        gap: 16px 0;
    }
    .cta .title__sb{
        max-width: 295px;
    }
    .cta{
        padding: 175px 0 128px 0;
    }
    .inner_page .header__right .header__contacts{
        display: none;
    }
    .products__top{
        flex-direction: column;
        gap: 24px 0;
        margin-bottom: 24px;
    }
    .products__top .secondary-btn{
        width: 100%;
    }
    .sort__title{
        font-size: 14px;
    }
    .sort__select{
        font-size: 14px;
        line-height: 15px;
    }
    .product_page .main{
        background-position: right -665px top;
        min-height: 360px;
        padding: 105px 0;
    }
    .products__content .col{
        width: 100%;;
        max-width: 365px;
        padding: 0 12px;
    }
    .products__content .row{
        justify-content: center;
        gap: 24px 0;
        margin: 0 -12px;
    }
    .item__add{
        padding: 0;
    }
    .pagination ul li:nth-child(3){
        display: none;
    }
    .pagination{
        margin-top: 34px;
    }
    .pagination .secondary-btn{
        padding: 16px 24px;
    }
    .card__name{
        font-size: 28px;
    }
    .card__rate{
        margin-bottom: 32px;
    }
    .card__img{
        width: 100%;
    }
    .card__img .item__wrap{
        left: 0;
    }
    .card__row{
        flex-direction: column;
        align-items: center;
        gap: 32px 0;
        margin-bottom: 32px;
    }
    .cardInfo__item{
        padding: 16px;
    }
    .cardInfo__item-img svg{
        width: 48px;
        height: 48px;
    }
    .cardInfo__item-text b{
        font-size: 16px;
    }
    .card__wrapper{
        margin-bottom: 32px;
    }
    .card__nav{
        padding: 0 20px;
    }
    .card__nav ul li{
        width: 50%;
    }
    .card__nav ul li a{
        font-size: 16px;
        line-height: 52px;
        padding: 0;
    }
    .block p{
        line-height: 1.33333;
    }
    .card__tabs .block ul li{
        width: 100%;
    }
    .section{
        margin: 72px 0;
    }
    .testimoniesSection .col{
        width: 240px;
    }
    .testimoniesSection .testimonies__item{
        padding: 32px 24px;
    }
    .testimoniesSection .testimonies__item p{
        font-size: 14px;
line-height: 1.71429;
    }
    .testimoniesSection .row{
        gap: 0 20px;
        padding: 20px 20px 0 20px;
    }
    .similar .title{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .testimoniesSection .title{
        padding: 0 20px;
        margin-bottom: 22px;
    }
    .similar .row{
        gap: 0 20px;
        padding: 0 20px;
    }
    .checkout_page .main{
        padding: 105px 0 32px 0;
    }
    .checkoutBlock, .status{
        padding: 20px;
    }
    .checkoutBlock{
        align-items: flex-start;
    }
    .checkoutBlock__img{
        width: 72px;
    }
    .checkoutBlock__bottom{
        flex-direction: column;
        gap: 20px 0;
        align-items: flex-start;
    }
    .checkoutBlock__delete{
        top: 20px;
        right: 20px;
    }
    .checkoutBlock__desc{
        font-size: 14px;
        line-height: 1.71429;
    }
    .checkoutList ul li{
        font-size: 14px;
    }
    .checkoutTotal ul li{
        font-size: 16px;
        line-height: 1.75;
    }
    .checkoutTotal ul li b{
        font-size: 32px;
        line-height: 1.25;
    }
    .checkout__item{
        display: block;
    }
    .checkout__item-label{
        width: auto;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.71429;
    }
    .b-checkbox input[type="checkbox"] + label i{
        font-size: 14px;
        line-height: 1.71429;
    }
    .checkout__block-wrap{
        padding: 24px;
    }
    .checkout__block-row{
        display: block;
    }
    .checkout__item_cvv{
        margin-top: 12px !important;
        max-width: 50%;
    }
    .confirm-btn_xs{
        margin-top: 32px;
    }
    .checkout{
        padding: 0 0 60px 0;
    }
    .mainBlock{
        border-radius: 24px;
        padding: 36px 24px 24px 24px;
        margin-bottom: 28px;
    }
    .mainBlock__title{
        font-size: 28px;
        line-height: 1.42857;
    }
    .mainBlock p{
        font-size: 14px;
        line-height: 1.71429;
    }
    .status{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 16px 0;
    }
    .status__text b{
        font-size: 20px;
        line-height: 1.2;
    }
    .status__text p{
        font-size: 14px;
        line-height: 1.71429;
    }
    .checkout__right-btns{
        gap: 0 8px;
    }
    .checkout__right-btns .secondary-btn, .checkout__right-btns .primary-btn{
        padding: 0;
    }
    .checkout_confirmation .container{
        gap: 60px 0;
    }
    .checkoutOrder ul li{
        font-size: 14px;
        line-height: 1.71429;
    }
    .checkoutOrder .card .text b{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .checkoutOrder .card .text span{
        font-size: 12px;
    }
    .authentication{
        max-width: 320px;
        border-radius: 24px;
        padding: 24px;
        top: 140px;
    }
    .authentication__title{
        font-size: 24px;
        line-height: 1.33333;
        margin-bottom: 16px;
    }
    .authentication__link{
        font-size: 14px;
    }
    .main__nav{
        margin-top: 32px;
    }
    .main__nav ul{
        gap: 0 4px;
    }
    .main__nav ul li a{
        font-size: 14px;
        line-height: 1.42857;
        padding: 0 10px;
    }
    .profile_page .checkout .container{
        gap: 32px 0;
    }
    .checkout__left-title{
        line-height: 1;
    }
    .addPayment{
        width: 100%;
    }
    .checkout__right.border-none .checkoutOrder:not(:last-child){
        margin-bottom: 24px;
    }
    .checkout__right .checkoutOrder{
        padding: 16px;
    }
    .checkoutOrder .checkoutBlock__delete {
        top: 16px;
        right: 16px;
    }
    .history__row{
        padding: 24px 16px 16px 16px;
    }
    .history__block-name{
        font-size: 14px;
        line-height: 1.71429;
    }
    .history__right .history__col_price{
        min-width: 64px;
    }
    .history__left, .history__right{
        gap: 0 8px;
    }
    .history__right{
        max-width: 113px;
    }
    .history__info{
        height: 72px;
    }
    .history__row .history__col-inOrder{
        height: 48px;
    }
    .history__row b{
        height: 72px;
        display: flex;
        align-items: center;
    }
    .history__row strong{
        height: 72px;
    }
    .history__block{
        height: 72px;
    }
    .memership__title{
        font-size: 24px;
    }
    .memership__wrapper p{
        font-size: 14px;
    }
    .memership__wrapper .primary-btn{
        margin: 20px auto 0;
    }
    .authentication_page .header__right .header__contacts ,
    .profile_page .header__right .header__contacts{
        display: flex;
    }

}

}
@media (max-width: 574px) {

}
@media (max-width: 389px) {

}