html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Noah';
}
img{
    width: 100%;
    /*height: 100%;*/
}
a{
    text-decoration: none;
}
.container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.hide{
    display: none;
}
.btn{
    width: 231px;
    height: 60px;
    background: linear-gradient(86.46deg, #CB9B50 0%, #F4F1BE 99.51%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #131313;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    outline: none;
}
.title{
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}
.scroll{
    width: 35px;
    height: 35px;
    position: fixed;
    z-index: 4;
    bottom: 100px;
    right: 7%;
    background: #0D0D0D;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(0);
}
.scroll.scroll_fixed{
    opacity: 1;
    transform: scale(1);
}
.scroll.active{
    transform: scale(0);
}
.header{
    padding-top: 70px;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s;
}
.header.header_fix{
    background: rgba(0,0,0, 0.3);
    padding: 40px 0;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_close{
    position: absolute;
    right: 15px;
    width: 34px;
    height: 34px;
    font-size: 68px;
    line-height: 38px;
    z-index: 10;
    opacity: 0.1;
    top: 70px;
    cursor: pointer;
}
.menu_wrapper{
    padding: 200px 15px 0;
    left: -100%;
    width: 100%;
    top: 0;
    position: fixed;
    max-width:1200px;
    z-index: 15;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
}
.menu_wrapper::before{
    position: fixed;
    content: "";
    width: 200%;
    height: 120vh;
    background: #FFFFFF;
    left: -200%;
    transition: all 0.3s;
    top: 0;
    z-index: 10;
}
.menu{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    height: fit-content;
}
.menu_link{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #242424;
    transition: all 0.3s;
}
.menu_link:hover{
    color: #C1A52A;
}
.header_wrapper.active .menu_wrapper::before{
    left: -50%;
}
.header_wrapper.active .menu_wrapper{
    left: 50%;
    transform: translateX(-50%);
}
.menu_catalog{
    display: flex;
    flex-direction: column;
    position: relative; 
    z-index: 10;
    height: fit-content;
}
.menu_catalog-link:hover{
    color: #C1A52A;
}
.menu_catalog-link{
    font-size: 17px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 15px;
    padding-left: 10px;
    transition: all 0.3s;
}
.menu_catalog-link:nth-child(1){
    font-size: 23px;
    padding-left: 0;
}
.menu_date{
    position: relative;
    padding-left: 29px;
    z-index: 10;
    height: fit-content;
}
.menu_date::before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #F4F1BE -5.33%, #CB9B50 102.67%);
    width: 4px;
    height: 70px;
    top: 0;
    left: 0;
}
.menu_date-number{
    font-size: 25px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}
.menu_date-adres{
    font-size: 17px;
}
.header_wrapper.active .menu_burger::before,
.header_wrapper.active .menu_burger::after,
.header_wrapper.active .menu_burger span{
    background-color: #000;
}
.menu_burger{
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 20;
}
.menu_burger span{
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    background: #FFFFFF;
    height: 2px;
    border-radius: 2px;
    transform: translateY(-50%);
    transition: all 0.3s;
    z-index: 20;
}
.menu_burger:hover span{
    width: 23px;
}
.menu_burger::before{
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    height: 2px;
    border-radius: 2px;
}
.menu_burger::after{
    position: absolute;
    content: "";
    width: 23px;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s;
}
.menu_burger:hover::after{
    width: 100%;
}
.header_profile{
    display: flex;
    align-items: center;
}
.header_profile-log{
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
.header_card{
    display: flex;
    align-items: center;
}
.header_card-link{
    margin-right: 18px;
}
.header_card-link{
    width: 18px;
    height: 20px;
    position: relative;
}
.header_card-value{
    position: absolute;
    width: 16px;
    height: 16px;
    background: #F24141;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    right: 5px;
    top: 8px;
    transform: translate(100%,-100%);
    font-weight: 700;
}
.header_card-sum{
    font-size: 16px;
    color: #FEFFFF;
    font-weight: 700;
}
.main{
    padding: 70px 0 0;
    background: #0D0D0D;
    color: #fff;
    position: relative;
}
.main::before{
    position: absolute;
    content: "";
    background-image: url(../images/main_bg.png);
    background-size: cover;
    background-position: bottom left;
    width: 608px;
    height: 670px;
    top: 0;
    right: 0;
}
.main_logo-wrapper{
    margin: 0 auto 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_logo-img{
    width: 117px;
    height: 129px;
    margin-bottom: 30px;
}
.main_logo-title{
    width: 255px;
    height: 33px;
}
.main_logo-text{
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    width: 255px;
    margin: 0 auto 100px;
}
.main_title{
    text-align: center;
    font-size: 89px;
    font-weight: 700;
    line-height: 111px;
    color: #FEFFFF;
    margin-bottom: 24px;
}
.main_text{
    font-size: 22px;
    text-align: center;
    line-height: 29px;
    width: 470px;
    margin: 0 auto 70px;
}
.dots-arrow{
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
}
.arrow-right{
    right: 60px;
}
.arrow-left{
    left: 60px;
    z-index: 1;
}
.slick-dots{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 145px 0 0;
    list-style: none;
}
.slick-dots li button{
    width: 44px;
    height: 44px;
    font-size: 14px;
    border: none;
    background: none;
    font-weight: 700;
    outline: none;
    color: #FEFFFF;
    cursor: pointer;
    position: relative;
    
}
.slick-dots  .slick-active button{
    border-radius: 50%;
    background: linear-gradient(90deg, #CB9B50 0%, #F4F1BE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #F4F1BE;
}
.effect{
    padding: 200px 0 110px;
    background: #0D0D0D;
    color: #fff;
    position: relative;
}
.effect::before{
    position: absolute;
    content: "";
    background-image: url(../images/effect_bg.png);
    bottom: 17px;
    left: 0;
    width: 475px;
    height: 1113px; 
}
.effect_title{
    margin-bottom: 70px;
}
.effect_wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.effect_item{
    width: 49%;
}
.effect_item-img{
    margin-bottom: 40px;
}
.effect_item-title{
    padding-left: 27px;
    position: relative;
    font-size: 19px;
    line-height: 26px;
}
.effect_item-title:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: linear-gradient(90deg, #CB9B50 0%, #F4F1BE 100%);
    left: 0;
    top: 0;
}
.catalog{
    padding: 110px 0;
    background-image: url(../images/catalog_bg.jpg);
    background-size: cover;
    background-position: center;
}
.catalog_title{
    margin-bottom: 70px;
}
.catalog_wrapper{
    margin-bottom: 80px;
}
.catalog_item-img{
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto 50px;
}
.catalog_item-title{
    font-size: 23px;
    color: #242424;
    text-align: center;
    font-weight: 700;
}
.masseur{
    padding: 110px 0;
    position: relative;
}
.masseur::before{
    position: absolute;
    content: "";
    background-image: url(../images/masseur_bg.png);
    background-size: cover;
    background-position: bottom left;
    right: 0;
    top: 0;
    width: 45%;
    height: 1000px;
}
.masseur_title{
    margin-bottom: 90px;
}
.masseur_subtitle{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 45px;
}
.masseur_wrapper{
    display: flex;
    justify-content: space-between;
}
.masseur_video{
    width: 470px;
    height: 330px;
    position: relative;
    cursor: pointer;
    display: block;
}
.masseur_video-btn{
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.masseur_video::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    z-index: -1;
    bottom: -20px;
    left: -20px;
}
.masseur_video::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.49), rgba(38, 38, 38, 0.49));
    top: 0;
    left: 0;
}
.masseur_info{
    padding-top: 68px;
    width: 640px;
    position: relative;
}
.masseur_info::before{
    position: absolute;
    content: "";
    background-image: url(../images/masseur_info-bef.png);
    width: 79px;
    height: 56px;
    top: -15px;
    left: 0;
}
.masseur_info-preview{
    line-height: 37px;
    font-size: 29px;
    margin-bottom: 35px;
}
.masseur_info-title{
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 40px;
}
.masseur_info-text{
    line-height: 22px;
    margin-bottom: 35px;
}
.masseur_info-subtile{
    color: #969696;
    padding-bottom: 35px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}
.masseur_info-subtile span{
    font-weight: 700;
}
.masseur_info-link{
    font-size: 17px;
    color: #BC9F1C;
}
.advantages{
    padding: 140px 0 120px;
    background-image: url(../images/advantages_bg.jpg);
    background-size: cover;
}
.advantages_wrapper{
    display: flex;
    justify-content: space-between;
}
.advantages_item{
    width: 30%;
}
.advantages_item-img{
    height: 60px;
    width: auto;
    margin-bottom: 50px;
}
.advantages_item-img img{
    width: auto;
    height: 60px;
}
.advantages_item-text{
    color: #FEFFFF;
    padding-top: 50px;
    font-size: 23px;
    line-height: 28px;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.advantages_item-text span{
    color: #FFED85;
}
.confidence{
    padding: 110px 0;
    position: relative;
}
.confidence::before{
    position: absolute;
    content: "";
    background-image: url(../images/confidence_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 50%;
    top: 0;
    z-index: -1;
    left: 0;
}
.confidence_title{
    margin-bottom: 70px;
}
.confidence_wrapper{
    width: 100%;
}
.confidence_wrapper .slick-track{
    display: flex;
    justify-content: space-between;
}
.confidence_item{
    width: 32%!important;
}
.confidence_item:nth-child(2){
    margin-top: 80px;
}
.confidence_item:nth-child(3){
    margin-top: 160px;
}
.confidence_item-img{
    margin-bottom: 50px;
    height: 550px;
}
.confidence_item-title{
    font-size: 23px;
    font-weight: 700;
    color: #242424;
}
.marathon{
    padding: 110px 0 120px;
    background: #0D0D0D;
    color: #FEFFFF;
}
.marathon_subtitle{
    text-align: center;
    opacity: 0.5;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.marathon_title{
    margin-bottom: 70px;
}
.marathon_title span{
    color: #D7C194;
}
.marathon_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.marathon_img-wrapper{
    position: relative;
}
.marathon_img{
    width: 470px;
    height: 330px;
    position: relative;
    z-index: 0;
}
.marathon_img-border{
    position: absolute;
    content: "";
    width: 470px;
    height: 330px;
    background: linear-gradient(86.46deg, #CB9B50 0%, #F4F1BE 99.51%);
    left: -18px;
    bottom: -18px;
}
.marathon_img-border::before{
    position: absolute;
    content: "";
    background: #0D0D0D;
    width: 464px;
    height: 326px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.marathon_info{
    width: 55%;
}
.marathon_item{
    font-size: 19px;
    line-height: 26px;
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
}
.marathon_item::before{
    position: absolute;
    content: "";
    background-image: url(../images/marathon_item.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
}
.marathon_item span{
    font-weight: 700;

}
.marathon_item:last-child{
    margin-bottom: 0;
}
.marathon_btn{
    width: 303px;
}
.reviews{
    padding: 110px 0;
    background-image: url(../images/reviews_bg.jpg);
    background-size: cover;
}
.reviews_title{
    margin-bottom: 70px;
}
.reviews_wrapper{
    display: flex;
    justify-content: space-between;
}
.reviews_item{
    width: 32%;
    padding: 0 15px;
}
.reviews_item-content{
    padding: 40px;
    background: #FEFFFF;
}
.reviews_item-name{
    color: #BC9F1C;
    font-size: 17px;
    margin-bottom: 15px;
}
.reviews_item-text{
    font-size: 17px;
    line-height: 24px;
    color: #242424;
    margin-bottom: 20px;
}
.reviews_item-whole{
    display: block;
    font-size: 17px;
    color: #BC9F1C;
    margin-bottom: 30px;
    outline: none;
}
.reviews_item-link{
    font-size: 14px;
    line-height: 21px;
    padding-top: 30px;
    border-top: 1px solid #E3E3E3;
}
.reviews_item-link a{
    color: #BC9F1C;
    word-break: break-all;
    outline: none;
}
.arrow_reviews-right{
    right: -125px;
}
.arrow_reviews-left{
    left: -125px;
}
.contacts{
    padding: 115px 0 130px;
    background-image: url(../images/contacts_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.contacts::before{
    position: absolute;
    content: "";
    background-image: url(../images/contacts_bef.png);
    background-size: cover;
    background-position: center;
    width: 594px;
    height: 541px;
    left: 0;
    top: 0;
}
.contacts_subtitle{
    font-size: 17px;
    color: #FEFFFF;
    opacity: 0.5;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.contacts_title{
    color: #FEFFFF;
    margin-bottom: 80px;
}
.contacts_title span{
    color: #D7C194;
}
.contacts_messanges{
    display: flex;
    justify-content: center;
    position: relative;
}
.contacts_messanges-link{
    width: 50px;
    height: 50px;
    margin: 0 20px;
}
.footer_bottom{
    background: #0A0A0A;
    padding: 60px 0 75px;
    position: relative;
}
.footer_bottom-wrapper{
    display: flex;
}
.footer_bottom-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_bottom-nav{
    display: flex;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}
.footer_bottom-logo{
    margin-right: 30px;
}
.footer_nav-link{
    margin-right: 40px;
    font-size: 17px;
    color: #FEFFFF;
    font-weight: 700;
    display: block;
}
.bottom-content_info{
    display: flex;
    font-size: 15px;
    color: #717171;
}
.bottom-content_politics{
    color: #717171;
    margin-left: 70px;
}
@media(max-width:1450px){
    .reviews_wrapper{
        width: 85%;
        margin: 0 auto;
    }
    .arrow_reviews-right{
        right: -80px;
    }
    .arrow_reviews-left{
        left: -80px;
    }
    .scroll{
        right: 5%;
    }
}
@media(max-width:1200px){
    .masseur_info{
        width: 55%;
    }
    .masseur_video-wrapper{
        width: 42%;
    }
    .masseur_video{
        width: 100%;
    }
    .marathon_img{
        width: 100%;
        height: auto;
    }
    .marathon_img-wrapper{
        width: 40%;
    }
    .marathon_img-border{
        left: -10px;
        bottom: -10px;
        width: 100%;
        height: 100%;
    }
    .marathon_img-border::before{
        width: 99%;
        height: 99%;
    }
    .footer_bottom-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .footer_bottom-logo{
        width: 30%;
        height: auto;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .bottom-content_info{
        justify-content: center;
    }
}
@media(max-width:1150px){
    .catalog_item-img{
        width: 250px;
        height: 250px;
    }
}
@media(max-width:1000px){
    .slick-dots{
        margin: 60px 0 0;
    }
    .effect{
        padding: 110px 0 55px;
    }
    .effect::before {
        height: 830px;
    }
    .effect_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .effect_item{
        margin-bottom: 55px;
    }
    .masseur_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .masseur_video{
        height: auto;
        margin-bottom: 35px;
    }
    .masseur_video::after{
        height: 99.5%;
    }
    .masseur_info{
        width: 70%;
    }
    .masseur_video-wrapper{
        width: 70%;
        display: flex;
        flex-direction: column-reverse;
    }
    .advantages_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .advantages_item {
        width: 60%;
        margin-bottom: 60px;
    }
    .advantages_item:last-child{
        margin-bottom: 0;
    }
    .advantages_item-img{
        margin-bottom: 35px;
    }
    .advantages_item-text{
        padding-top: 35px;
    }
    .advantages{
        padding: 70px 0;
    }
    .confidence_item-img {
        height: 470px;
    }
    .marathon_wrapper{
        flex-direction: column;
    }
    .marathon_img-wrapper{
        margin-bottom: 70px;
    }
    .marathon_img-wrapper{
        width: 50%;
    }
    .arrow-right,
    .arrow-left{
        display: none;
        z-index: -1000;
        width: 0;
        height: 0;
    }
}
@media(max-width:900px){
    .arrow_reviews-right,
    .arrow_reviews-left{
        width: 50px;
        height: 50px;
        padding: 0;
    }
    .arrow_reviews-right{
        right: -45px;
    }
    .arrow_reviews-left{
        left: -45px;
    }
    .footer_bottom-nav{
        flex-wrap: wrap;
    }
    .footer_nav-link{
        margin-bottom: 20px;
        display: block;
    }
    .footer_bottom-nav{
        margin-bottom: 10px;
    }
    .footer_nav-link{
        margin-right: 30px;
    }
    .menu_wrapper{
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .menu_date{
        width: 100%;
        margin-top: 40px;
    }
}
@media(max-width:800px){
    .main::before {
        width: 50%;
        height: 500px
    }
    .main_logo-text{
        margin: 0 auto 30px;
    }
    .main_title {
        font-size: 68px;
        line-height: 74px;
    }
    .title {
        font-size: 42px;
        line-height: normal;
    }
    .effect_item {
        width: 70%;
    }
    .catalog{
        padding: 70px 0;
    }
    .catalog_item-img{
        width: 200px;
        height: 200px;
    }
    .masseur{
        padding: 70px 0;
    }
    .masseur::before {
        width: 80%;
        height: 700px;
    }
    .masseur_title{
        margin-bottom: 50px;
    }
    .advantages_item{
        width: 80%;
    }
    .confidence_item-img {
        height: 360px;
    }
    .marathon_img-wrapper{
        width: 60%;
    }
    .marathon_info{
        width: 60%;
    }
    .marathon_wrapper{
        margin-bottom: 60px;
    }
    .marathon{
        padding: 70px 0;
    }
    .reviews{
        padding: 70px 0;
    }
    .contacts{
        padding: 70px 0;
    }
    .contacts::before {
        width: 30%;
        height: 100%;
    }
    .footer_bottom-logo {
        width: 40%;
    }
}
@media(max-width:700px){
    .catalog .container{
        padding: 0;
    }
    .confidence_item:nth-child(2){
        margin-top: 0;
    }
    .confidence_item:nth-child(3){
        margin-top: 0;
    }
    .confidence_item{
        padding: 0 15px;
    }
    .confidence_item-img{
        height: auto;
    }
}
@media(max-width:600px){
    .title {
        font-size: 36px;
    } 
    .effect::before{
        width: 200px;
        height: 455px;
        background-position: right top;
        background-size: cover;
    }   
    .masseur_video-wrapper{
        width: 100%;
    }
    .masseur_info{
        width: 100%;
    }
    .marathon_img-wrapper {
        width: 80%;
    }
    .marathon_info{
        width: 80%;
    }
    .footer_bottom-logo {
        width: 65%;
    }
}
@media(max-width:550px){
    .main_title {
        font-size: 58px;
        line-height: normal;
    }
    .header_card-sum{
        display: none;
    }
    .header_card-link{
        margin-right: 0;
    }
}
@media(max-width:475px){
    .scroll{
        right: auto;
        left: 20px;
        bottom: 50px;
    }
    .header{
        padding-top: 32px;
    }
    .container{
        padding: 0 20px;
    }
    .main::before {
        width: 55%;
        height: 290px;
    }
    .main{
        padding: 105px 0 0;
    }
    .main_logo-wrapper{
        flex-direction: row;
        justify-content: center;
        margin: 0 auto 17px;
    }
    .main_logo-img{
        width: 60px;
        height: 65px;
        margin: 0 20px 0;
    }
    .main_logo-title{
        width: 160px;
        height: 20px;
    }
    .main_logo-text{
        font-size: 13px;
        margin: 0 auto 70px;
        width: 100%;
    }
    .main_title{
        font-size: 35px;
    }
    .main_text{
        font-size: 16px;
        width: 80%;
        margin: 0 auto 35px;
    }
    .main::before {
    width: 55%;
    height: 290px;
    }
    .effect{
        padding: 50px 0 15px;
    }
    .title{
        font-size: 20px;
    }
    .effect_title{
        margin-bottom: 40px;
    }
    .effect_item{
        width: 100%;
        margin-bottom: 35px;
    }
    .effect_item-title{
        font-size: 15px;
        line-height: 22px;
        padding-left: 18px;
    }
    .effect_item-img{
        margin-bottom: 25px;
    }
    .catalog{
        padding: 50px 0;
    }
    .catalog_title{
        margin-bottom: 40px;
    }
    .catalog_item{
        outline: none;
    }
    .catalog_item-img{
        width: 180px;
        height: 180px;
        margin-bottom: 25px;
    }
    .catalog_item-title{
        font-size: 18px;
    }
    .catalog_wrapper{
        margin-bottom: 40px;
    }
    .masseur{
        padding: 50px 0;
    }
    .masseur_title{
        margin-bottom: 40px;
    }
    .masseur_video::before{
        left: -10px;
        bottom: -10px;
    }
    .masseur_subtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .masseur::before {
        height: 359px;
    }
    .masseur_info::before{
        width: 50px;
        height: 35px;
        background-size: cover;
        top: 0;
    }
    .masseur_info{
        padding-top: 50px;
    }
    .masseur_info-preview{
        font-size: 18px;
        line-height: normal;
        margin-bottom: 30px;
    }
    .masseur_info-title{
        margin-bottom: 30px;
    }
    .masseur_info-subtile{
        font-size: 14px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .advantages_item{
        width: 100%;
    }
    .advantages{
        padding: 50px 0;
        background-image: url(../images/advantages_bg-mobile.jpg);
    }
    .advantages_item-img{
        margin-bottom: 25px;
    }
    .advantages_item-text{
        padding-top: 25px;
    }
    .advantages_item-text{
        font-size: 18px;
        line-height: normal;
    }
    .confidence .container{
        padding: 0;
    }
    .confidence{
        padding: 50px 0;
    }
    .confidence_title{
        margin-bottom: 40px;
    }
    .confidence_item-img{
        margin-bottom: 25px;
    }
    .confidence_item-title{
        font-size: 18px;
    }
    .marathon{
        padding: 50px 0;
    }
    .marathon_subtitle{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .marathon_title{
        margin-bottom: 40px;
    }
    .marathon_img-wrapper{
        width: 100%;
        margin-bottom: 50px;
    }
    .marathon_info{
        width: 100%;
    }
    .marathon_item{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .marathon_wrapper{
        margin-bottom: 40px;
    }
    .marathon_btn{
        width: 100%;
    }
    .reviews{
        padding: 50px 0;
    }
    .reviews_title{
        text-align: left;
        margin-bottom: 110px;
    }
    .arrow_reviews-right, .arrow_reviews-left{
        top: -65px;
    }
    .arrow_reviews-left{
        left: 0;
    }
    .arrow_reviews-right{
        left: 65px;
    }
    .reviews_wrapper{
        width: 100%;
    }
    .reviews_item{
        padding: 0;
    }
    .reviews_item-content{
        padding: 20px;
    }
    .reviews_item-name{
        font-size: 15px;
    }
    .reviews_item-name{
        font-size: 15px;
    }
    .reviews_item-whole{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .reviews_item-link{
        padding-top: 20px;
    }
    .contacts{
        padding: 50px 0;
    }
    .contacts_subtitle{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .contacts_title{
        margin-bottom: 40px;
    }
    .contacts_messanges-link{
        width: 40px;
        height: 40px;
        margin: 0 16px;
    }
    .footer_bottom-logo {
        width: 100%;
    }
    .footer_bottom{
        padding: 50px 0;
    }
    .bottom-content_info{
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-content_politics{
        margin-left: 0;
        margin-top: 15px;
    }
    .footer_nav-link {
        margin-right: 15px;
    }
    .masseur_video-btn{
        width: 46px;
        height: 46px;
    }
    .menu_close{
        top: 32px;
    }
    .menu_wrapper{
        padding: 100px 15px 0;
    }
}
@media(max-width:340px){
    .marathon_btn{
        font-size: 17px;
    }
    .marathon_item{
        padding-left: 40px;
    }
}




/* CARD CSSS*/
.main_card{
    padding: 70px 0;
}
.main_logo-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_logo-card_img{
    width: 68px;
    height: 75px;
    margin-right: 20px;
}
.main_logo-card_title{
    width: 171px;
    height: 22px;
}
.crumbs{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 115px;
}
.crumbs_item{
    display: block;
    color: #A4A4A4;
    font-size: 17px;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
}
.crumbs_item::before{
    position: absolute;
    content: '';
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #4A4A4A;
    top:55%;
    transform: translateY(-50%);
}
.crumbs_item.active{
    padding-right: 0;
    margin-right: 0;
    color: #4A4A4A;
}
.crumbs_item.active::before{
    display: none;
}
.main_card-title{
    margin-bottom: 70px;
}
.main_card-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 135px;
}
.main_card-sliders{
    width: 50%;
    position: relative;
}
.card_slider-item{
    height: 530px;
    overflow: hidden;
    outline: none;
}
.main_card-info{
    width: 43%;
}
.card-info_text{
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
}
.card-info_price{
    font-size: 37px;
    margin-bottom: 30px;
}
.card-info_btn{
    margin: 0;
}
.main_card-dots{
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: 0;
    transform: translateY(100%);
}

.main_card-dots .slick-track{
    margin: 0;
}
.card-dots_item{
    height: 95px;
    outline: none;
    cursor: pointer;
    position: relative;
}
.card-dots_item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
}
.card-dots_item.slick-current::before{
    display: none;
}
.use{
    padding: 110px 0 60px;
    background-image: url(../images/use_bg.jpg);
    background-size: cover;
    background-position: center;
}
.use_title{
    margin-bottom: 50px;
}
.use_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.use_item{
    width: 48%;
    margin-bottom: 50px;
    position: relative;
}
.use_item-number{
    position: absolute;
    width: 44px;
    height: 44px;
    background: linear-gradient(90deg, #CB9B50 0%, #F4F1BE 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
}
.use_item-img{
    height: 330px;
    margin-bottom: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.use_item-title{
    font-size: 19px;
    line-height: 26px;
    padding-left: 27px;
    position: relative;
}
.use_item-title::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #CB9B50 0%, #F4F1BE 100%);
}
.use_item-title span{
    font-weight: 700;
}
.card_info{
    position: relative;
    width: 55%;
}
.card_info-title{
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 40px;
}
.card_info-text{
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 50px;
}
.card_info-btns{
    display: flex;
}
.counter{
    width: 101px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    display: flex;
}
.counter_changes{
    display: flex;
    position: relative;
    align-items: center;    
}
.counter__btn-pluse{
    top: 0;
    right: 15px;
    position: absolute;
}
.counter__btn-minus{
    bottom: 5px;
    right: 15px;
    position: absolute;
}
.counter_value-wrapper{
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.counter_value{
    border: none;
    display: block;
    width: 20%;
    margin-left: 10px;
    text-align: center;
    outline: none   ;
}
.counter_changes span svg path{
    fill: rgba(0,0,0, 0.2);
    transition: all 0.3s;
}
.counter_changes span:hover svg path{
    fill: rgba(0,0,0, 1);
}
.card_info-btn{
    margin: 0 0 0 37px;
}
.preview{
    padding: 110px 0;
    background-image: url(../images/preview_bg.jpg);
    background-size: cover;
}
.preview_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview_img-wrapper{
    position: relative;
    width: 50%;
}
.preview_img{
    position: relative;
    z-index: 1;
}
.preview_info{
    width: 45%;
}
.preview_img-border{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #CB9B50 ;
    left: -20px;
    bottom: -20px;
}
.preview_info-text{
    font-size: 19px;
    line-height: 26px;
    color: #FEFFFF;
    margin-bottom: 35px;
}
.preview_info-text a{
    color: #BC9F1C;
}
.preview_info_price{
    font-size: 37px;
    color: #FEFFFF;
    margin-bottom: 30px;
}
.preview_info_btn{
    margin: 0;
}
@media(max-width:1300px){
    .use_wrapper{
        justify-content: space-around;
    }
    .preview_wrapper{
        justify-content: space-around;
    }
    .use_item {
        width: 45%;
    }
}
@media(max-width:1000px){
    .main_card-wrapper{
        flex-direction: column;
    }
    .main_card-sliders {
        width: 65%;
        margin-bottom: 135px;
    }
    .main_card-info{
        width: 65%;
    }
    .use_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .use_item {
        width: 65%;
    }
    .card_info{
        width: 70%;
    }
    .preview_wrapper{
        flex-direction: column;
    }
    .preview_img-wrapper{
        margin-bottom: 70px;
    }
    .preview_img-wrapper{
        width: 60%;
    }
    .preview_info{
        width: 60%;
    }
}
@media(max-width:800px){
    .main_card-sliders {
        width: 75%;
    }
    .main_card-info{
        width: 75%;
    }
    .main_card {
        padding: 70px 0;
    }
    .use_item {
        width: 75%;
    }
    .use{
        padding: 70px 0 40px;
    }
    .preview{
        padding: 70px 0;
    }
    .preview_img-wrapper {
        width: 65%;
    }
    .preview_info{
        width: 65%;
    }
    .main_card-wrapper{
        margin: 0px;
    }
}
@media(max-width:600px){
    .main_logo-card_img{
        width: 47.22px;
        height:51px;
        margin-right: 10px;
    }
    .main_logo-card_title{
        width: 75px;
        height: 12px;
    }
    .main_card-sliders {
        width: 100%;
        margin-bottom: 0;
    }
    .main_card-dots{position: relative;transform: inherit; }
    .card-dots_item {height: auto;}
    .card_slider-item {height: auto!important;}
    .main_card-info{
        width: 100%;
    }
    .use_item{
        width: 99%;
    }
    .use_item::before{
        width: 34px;
        height: 34px;
    }
    .card_info{
        width: 100%;
    }
    .preview_img-wrapper {
        width: 95%;
    }
    .preview_info{
        width: 100%;
    }
}
@media(max-width:475px){
    .main_logo-card_img{
        width: 37.22px;
        height:41px;
    }
    .main_logo-card_title{
        width: 65px;
        height: 8px;
    }
    .main_card{
        padding: 30px 0 50px;
    }
    .crumbs{
        margin-top: 60px;
      margin-bottom: 15px;
    }
    .crumbs_item{
        font-size: 14px;
    }
    .main_card-title{
        margin-bottom: 25px;
    }
    .card_slider-item {
        height: 400px;
    }
    .card_slider-item {
        height: 300px;
    }
    .card-info_text{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .card-info_price{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .use{
        padding: 50px 0 25px;
    }
    .use_title{
        margin-bottom: 40px;
    }
    .use_item-img{
        height: 160px;
        margin-bottom: 25px;
    }
    .use_item{
        margin-bottom: 25px;
    }
    .use_item-title{
        font-size: 15px;
        line-height: 22px;
        padding-left: 18px;
    }
    .use_item-title::before{
        height: 34px;
    }
    .card_info-title{
        font-size: 22px;
        line-height: normal;
        margin-bottom: 30px;
    }
    .card_info-text{
        font-size: 16px;
        line-height: normal;
        margin-bottom: 30px;
    }
    .card_info-btns{
        flex-direction: column;
    }
    .card_info-btn{
        margin: 25px 0 0;
    }
    .preview{
        padding: 50px 0;
    }
    .preview_img-border{
        left: -10px;
        bottom: -10px;
    }
    .preview_img-wrapper{
        width: 100%;
        margin-bottom: 50px;
    }
    .preview_info-text{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .preview_info_price{
        font-size: 32px;
        margin-bottom: 25px;
    }
    .menu{
        margin-bottom: 30px;
    }
}
@media(max-width:340px){
    .card_slider-item {
        height: 250px;
    }    
}





/* Корзина */

.cart_one-top{
    padding: 90px 0 110px;
}
.crumbs_cart{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.crumbs_cart-item{
    color: #A4A4A4;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
    display: block;
}
.crumbs_cart-item::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color:#4A4A4A;
    right: 0;
    top:55%;
    transform: translateY(-50%);
}
.crumbs_cart-item:last-child{
    color: #4A4A4A;
    padding-right: 0;
    margin-right: 0;
}
.crumbs_cart-item:last-child::before{
    display: none;
}
.cart_one-inner{
    position: relative;
}
.cart_one-back{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    font-size: 17px;
    color: #BC9F1C;
    cursor: pointer;
}
.cart_one-back::before{
    position: absolute;
    content: "";
    background-image: url(../images/cart_one-back.png);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
}
.cart_one-title{
    margin-bottom: 90px;
}
.cart_nav{
    width: 95%;
    margin: 0 auto 65px;
    display: flex;
    justify-content: space-between;
}
.cart_nav-item{
    padding-top: 35px;
    color: #C0C0C0;
    font-size: 19px;
    width: 33.33%;
    text-align: center;
    position: relative;
}
.cart_nav-item::before{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #F2F2F2;
    border-radius: 50%;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    color: #9C9C9C;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart_nav-item:nth-child(1)::before{
    content: "1";
}
.cart_nav-item:nth-child(2)::before{
    content: "2";
}
.cart_nav-item:nth-child(3)::before{
    content: "3";
}
.cart_nav-item.active{
    color: #242424;
}
.cart_nav-item.active::before{
    background: linear-gradient(90deg, #CB9B50 0%, #F4F1BE 100%);
    color: #242424;
}
.cart_nav-item::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 90%;
    border-radius: 6px;
    background: #EAEAEA;
    top: 10px;
    right: 55%;
}
.cart_nav-item.active::after{
    background: #CD9E54;
}
.cart_nav-item:nth-child(1)::after{
    display: none;
}
.cart_one-wrapper{
    margin-bottom: 80px;
}
.cart_one-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
    position: relative;
}
.cart_one-item_title{
    font-size: 30px;
}
.cart_one-item_title .small{
    font-size: 18px;
    color: #d8a650;
}
.cart_one-item_info{
    display: flex;
    align-items: center;
}
.cart_one-item_price{
    margin-left: 50px;
    color: #C0C0C0;
    font-size: 20px;
    margin-right: 105px;
}
.cart_one-item_price span{
    color: #242424;
}
.cart_one-item_delete{
    cursor: pointer;
    width: 19px;
    height: 19px;
}
.cart_one-price{
    color: #C0C0C0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 36px;
}
.cart_one-price span{
    color: #242424;
}
.cart_one-btn{
    width: 293px;
}
.upselling{
    padding: 125px 0 110px;
    background: #FBF9F3;
}
.upselling_wrapper{
    display: flex;
    justify-content: space-between;
}
.upselling_item{
    width: 32%;
}
.upselling_item-img{
    margin-bottom: 45px;
}
.upselling_item-title{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 35px;
}





.cart_two{
    padding: 90px 0 110px;
}
.cart_two-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.cart_two-item{
    width: 49%;
    cursor: pointer;
    position: relative;
}
.cart_two-item_img{
    margin-bottom: 45px;
    height: 360px;
}
.cart_two-item_title{
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}
.cart_two-check{
    display: none;
}
.checkart{
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    top: 30px;
    right: 30px;
}
.cart_two-check:checked + .checkart{
    background: #CD9E54;
}
.cart_two-check:checked + .checkart::before{
    position: absolute;
    content: "";
    background-image: url(../images/check_bef.png);
    background-size: cover;
    width: 18px;
    height: 16px;
    top:50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.cart_two-btn{
    width: 135px;
}


.cart_three{
    padding: 90px 0 110px;
}
.cart_three-item{
    width: 770px;
    margin: 0 auto 50px;
}
.cart_three-title{
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 40px;
}
.cart_three-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart_three-inp{
    padding-left: 20px;
    width: 48%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FDFDFD;
    border: 1px solid #D6D6D6;
    margin-bottom: 15px;
    font-size: 19px;
    outline: none ;
}
.cart_three-inp::placeholder{
    color: #A8A8A8;
    font-size: 19px;
}
.cart_three-label{
    width: 48%;
    display: flex;
    margin-bottom: 25px;
}
.cart_three-radio{
    display: none;
}
.radio_art{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EAEAEA;
    margin-right: 11px;
    position: relative;
}
.cart_three-radio:checked + .radio_art {
    background: #CD9E54;
}
.cart_three-radio:checked + .radio_art::after {
   position: absolute;
   content: "";
   background: #684616;
   width: 9px;
   height: 9px;
   border-radius: 50%;
   transform: translate(50%,-50%);
   top: 50%;
   right: 50%;
}
.cart_three-item_title{
    font-size: 18px;
}
.cart_area{
    padding: 20px;
    display: flex;
    align-items: center;
    background: #FDFDFD;
    border: 1px solid #D6D6D6;
    font-size: 19px;
    outline: none ;
    resize: none;
    width: 100%;
    height: 120px
}
.cart_area::placeholder{
    color: #A8A8A8;
    font-size: 19px;
}
.total_price{
    text-align: center;
    color: #C0C0C0;
    font-size: 20px;
}
.total_price span{
    color: #000;
}
.cart_three-btn{
    margin-top: 35px;   
}

@media(max-width:1000px){
    .cart_one-back{
        display: inline-block;
        top: auto;
        bottom: -40px;
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }
    .cart_one-item_price{
        margin-right: 65px;
    }
}
@media(max-width:900px){
    .menu_wrapper {
       flex-wrap: wrap;
       align-items: flex-start;
       overflow-y: scroll;
       overflow-x: hidden;
       height: 100vh;
       padding-bottom: 25px;
       background-color: #fff;
    }
    .cart_two-item_img {
        height: 285px;
    }
}
@media(max-width:800px){
    .cart_one-item{
        padding: 25px 0;
    }
    .cart_one-item_title {
        font-size: 22px;
    }
    .upselling_item-title{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .upselling_item-img{
        margin-bottom: 25px;
    }
    .cart_one-top{
        padding: 70px 0;    
    }
    .upselling{
        padding: 70px 0;  
    }
    .cart_two{
        padding: 70px 0;
    }
    .cart_one-title {
        margin-bottom: 60px;
    }
    .cart_one-back {
        bottom: -30px;
    }
    .cart_three-item{
        width: 100%;
    }
    .cart_three {
        padding: 70px 0;
    }
}
@media(max-width:750px){
    .upselling_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .upselling_item{
        width: 50%;
        margin-bottom: 45px;
    }
    .cart_two-item{
        width: 75%;
        margin-bottom: 40px;
    }
    .cart_two-wrapper{
        margin-bottom: 0;
    }
}
@media(max-width:700px){
    .cart_two-wrapper{
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:650px){
    .cart_nav{
        width: 100%;
    }
    .cart_one-item_title{
        padding-left: 31px;
        margin-bottom: 10px;
    }
    .cart_one-item_delete{
        position: absolute;
        left: 0;
        top: 33px;
    }
    .cart_one-item{
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .cart_one-item .counter {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .cart_one-item_price{
        margin: 0;
        padding-left: 31px;
    }
    .upselling_item{
        width: 65%;
    }
    .cart_three-inp{
        width: 100%;
    }
    .cart_three-label {
        width: 100%;
    }
}
@media(max-width:475px){
    .menu_wrapper {
        padding: 100px 15px 25px;
    }
    .cart_one-top{
        padding: 50px 0;
    }
    .crumbs_cart-item{
        font-size: 14px;
    }
    .crumbs_cart{
        margin-bottom: 20px;
    }
    .cart_one-back{
        font-size: 14px;
    }
    .cart_nav-item{
        font-size: 14px;
    }
    .cart_nav {
        width: 100%;
        margin: 0 auto 35px
    }
    .cart_one-item_title{
        font-size: 16px;
        width: 150px;
    }
    .cart_one-item_price{
        font-size: 14px;
    }
    .cart_one-wrapper{
        margin-bottom: 30px;
    }
    .cart_one-price{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .upselling_item{
        width: 100%;
    }
    .upselling{
        padding: 50px 0;
    }
    .cart_two-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .cart_two-item_img{
        height: 200px;
        margin-bottom: 25px;
    }
    .cart_two-item_title{
        font-size: 18px;
    }
    .cart_two{
        padding: 50px 0;
    }
    .cart_two-btn{
        width: 100%;
    }
    .checkart{
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
    }
    .cart_two-check:checked + .checkart::before{
        width: 10px;
        height: 10px;
    }
    .cart_three {
        padding: 50px 0;
    }
    .cart_three-title{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .cart_three-item {
        margin: 0 auto 30px;
    }
    .cart_three-inp{
        font-size: 16px;
    }
    .cart_three-inp::placeholder{
        font-size: 16px;   
    }
    .cart_three-item_title{
        font-size: 15px;
    }
    .cart_area{
        font-size: 16px;
    }
    .cart_area::placeholder{
        font-size: 16px;   
    }
    .total_price{
        font-size: 16px;
    }
    .cart_three-btn{
        margin-top: 25px;
        width: 100%;
    }
}
@media(max-width:330px){
    .cart_one-back{
        font-size: 13px;
    }
}