a:hover{
    text-decoration: none;
    color: #F19229;
}
a{
    transition: color 0.3s;
}
a:focus{
    outline: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
/* font-family: 'Russo One', sans-serif; */
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.header_menu{
    background: #F0F0F0;
    padding: 10px 0;
}
.menu{
    display: flex;
}
.menu a{
    font-size: 14px;
    color: #666666;
    margin-right: 25px;
    line-height: 17px;
    transition: all 0.3s;
}
.menu a:hover{
    color: #F19229;
}
.header{
    position: relative;
    z-index: 10;
}
.header_logo-img{
    display: flex;
    margin-right: 20px;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 60px;
    position: relative;
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_logo-title{
    font-size: 11px;
    color: #999999;
    width: 155px;
    line-height: 13px;
}
.header_time{
    font-size: 11px;
    color: #999999;
    margin-bottom: 2px;
    line-height: 13px;
}
.header_links{
    display: flex;
    align-items: center;
}
.header_number{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    position: relative;
    transition: all 0.3s;
}
.header_number:hover{
    color: #F19229;
}
.header_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 19px;
    height: 18px;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.header_messages{
    display: flex;
}
.header_message{
    display: flex;
    margin-left: 10px;
    transition: all 0.3s;
}
.header_message:hover{
    opacity: 0.7;
}
.header_info{
    display: flex;
    align-items: center;
}
.header_likes{
    display: flex;
    position: relative;
    margin-right: 30px;
}
.header_likes span{
    position: absolute;
    background: #E80000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 13px;
    padding: 2px 4px;
    right: -15px;
    top: 0;
}
.header_cart path,
.header_likes path{
    transition: all 0.3s;
}
.header_cart:hover path,
.header_likes:hover path{
    fill:#E80000;
}
.header_price{
    display: flex;
}
.header_cart{
    display: flex;
    margin-right: 16px;
    position: relative;
}
.header_cart span{
    position: absolute;
    background: #E80000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 13px;
    padding: 2px 4px;
    right: -6px;
    top: 0;
}
.header_price-value{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.header_price-value span{
    font-weight: 500;
    font-size: 12px;
    display: flex;
    margin-top: 2px;
    color: #000000;
    line-height: 14px;
}
.header_bot{
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    border-top: 3px solid #FFC962;
    background: #FCFCFC;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
}
.menu_bot{
    display: flex;
  
}
.menu_bot a{
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-right: 56px;
    position: relative;
    transition: all 0.3s;
}
.menu_bot a:hover{
    color: #FFC962;
}
.menu_bot li:last-child a{
    margin-right: 0;
}
.menu_bot li:last-child a::before{
    display: none;
}
.menu_bot a::before{
    position: absolute;
    content: "";
    width: 6px;
    background: #F19229;
    height: 6px;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.header_search{
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    width: 310px;
    height: 40px;
    display: flex;
}
.header_search-inp::placeholder{
    color: #666666;
    transition: all 0.3s;
}
.header_search-inp:focus::placeholder,
.header_search:hover .header_search-inp::placeholder{
    color: #000000;
}
.header_search.active{
    background-color: #fff;
    border: 1px solid #FFC962;
}
.header_search:hover{
    border: 1px solid #FFC962;
}
.header_search-inp{
    width: calc(100% - 63px);
    height: 100%;
    background: none;
    border: none;
    color: #000000;

    padding-left: 20px;
    transition: all 0.3s;
}
.header_search-btn{
    width: 63px;
    height: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header_search-inp:focus +  .header_search-btn path,
.header_search:hover  .header_search-btn path{
    fill: #000000;
}



.main{
    position: relative;
}
.main h1{
    font-family: 'Russo One', sans-serif;
    padding-bottom: 15px;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 15px;
}
.main h1::before{
    position: absolute;
    content: "";
    background: linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
    width: 101px;
    height: 4px;
    left: 0;
    bottom: 0;
}
.main h1 span{
    color: #FFC962;
}
.main_slide{
    position: relative;
    z-index: 1;
    padding: 124px 0 ;
    min-height: 685px;
}
.main_slide-img{
    position: absolute;
    width: 100vw;
    right: 50%;
    height: 100%;
    transform: translateX(50%);
    top: 0;
    z-index: -1;
}
.main_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_slide-text{
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 60px;
}
.btn{
    background: linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    z-index: 1;
    position: relative;
}
.btn:hover{
    color: #000000;
}
.btn:hover::before{
    opacity: 1;
}
.btn::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
}
.main_slide-btn::after{
    position: relative;
    content: "";
    background-image: url(../img/btn_arrow.svg);
    width: 19px;
    height: 19px;
    margin-left: 10px;
    display: block;
}
.main_slide-btn{
    height: 49px;
    width: 287px;
}
.main_slider-nav{
    position: absolute;
    bottom: 135px;
    z-index:2;
    left: 0;
    width: 100%;
}
.slides-numbers{
    font-size: 32px;
    color: #999999;
    margin: 0 13px 5px;
    line-height: 38px;
}
.slides-numbers .active{
    color: #F19229;
    margin-right: -5px;
}
.slides-numbers .total{
    line-height: 24px;
    font-size: 20px;
    margin-left: -10px;
}
.main_slider-nav_wrapper{
    display: flex;
    align-items: center;
}
.main_slider-next,
.main_slider-prev{
    cursor: pointer;
}
.main_form{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 860px;
    margin: -170px auto 0;
    position: relative;
    border-top: 3px solid #FFC962;
    padding: 35px 45px 45px;
    z-index: 1;
}
.main_form-title{
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 29px;
    margin-bottom: 30px;
    font-family: 'Russo One', sans-serif;
    text-align: center;
}
.catalog{
    margin: 90px 0;
}
.title{
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-family: 'Russo One', sans-serif;
}
.title::before{
    position: absolute;
    content: "";
    background: linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
}
.catalog_title{
    margin-bottom: 10px;
}
.catalog_text{
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
    line-height: 19px;
}
.catalog_items{
    display: flex;
}
.catalog_item{
    background: linear-gradient(360deg, rgba(255, 201, 98, 0.2) 0%, rgba(0, 0, 0, 0) 26.73%), linear-gradient(360deg, #000000 0%, rgba(39, 26, 0, 0.15) 27.31%), url(3333.jpg);
    border-radius: 3px;
    width: 300px;
    height: 260px;
    margin-right: 30px;
    background-size: cover;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
}
.catalog_item:hover .catalog_item-title{
    color: #FFC962;
}
.catalog_item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 3px;
    transition: all 0.3s;
}
.catalog_item-text{
    font-size: 14px;
    color: #999999;
    line-height: 17px;
}
.main_form-cheks{
    display: flex;
    justify-content: space-between;
}
.main_form-chek{
    display: block;
}
.main_form-chek input{
    display: none;
}
.main_form-chek:hover span,
.main_form-chek input:checked + span{
    color: #000000;
    border: 1px solid #000000;
}
.main_form-chek span{
    border-radius: 3px;
    width: 230px;
    height: 39px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999999;
    cursor: pointer;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    cursor: pointer;
}
.main_form-subtitle{
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 15px;
}
.main_form-type{
    margin-bottom: 35px;
}
.main_form-select select {
    display: none;
}
.main_form-item_title{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 19px;
}
.main_form-item{
    width: 230px;
}
.jq-selectbox__select{
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    cursor: pointer;
    position: relative;
}
.jq-selectbox__select::before{
    position: absolute;
    content: "";
    background-image: url(../img/select_arrow.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 0;
    top: -3px;
}
.jq-selectbox__dropdown li:first-child{
    display: none;
}
.jq-selectbox.changed .jq-selectbox__select{
    color: #000000;
    border-bottom: 1px solid #000000;
}
.jq-selectbox.changed .jq-selectbox__select::before{
    background-image: url(../img/select_arrow2.svg);
}
.jq-selectbox__dropdown{
    border-radius: 0px 0px 10px 10px;
    padding:10px 15px ;
    position: absolute;
    top: 100% !important;
    left: 0;
    width: 100%;
    background: #FFFFFF;
}
.jq-selectbox__dropdown li{
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 10px;
}
.jq-selectbox__dropdown li:last-child{
    margin-bottom: 0;
}
.main_form-inner{
    display: none;
    justify-content: space-between;
}
.main_form-inner.active{
    display: flex;
}
.main_form-btn{
    cursor: pointer;
    height: 39px;
    border: none;
    align-self: flex-end;
    width: 230px;
}
.main_form-inner:last-child .main_form-btn,
.main_form-inner:last-child .main_form-item{
    width: 167px;
}
.popuplar{
    margin: 90px 0 70px;
}
.popuplar_text{
    color: #666666;
    margin-bottom: 43px;
    line-height: 19px;
}
.popuplar_title{
    margin-bottom: 10px;
}
.popuplar_item{
    background: #FFFFFF;
    border-radius: 3px;
    margin-right: 30px;
    padding: 20px;
    width: 300px;
    position: relative;
    transition: all 0.3s;
}
.popuplar_slider .slick-track{
    padding: 20px 0;
}
.popuplar_item:hover{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.popuplar_item-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.popuplar_item-img{
    height: 230px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.popuplar_item-img img{
    width: 100%;
    height: auto;
}
.popuplar_item-hit{
    position: absolute;
    border-radius: 20px;
    background: #FFDF4F;
    font-size: 14px;
    color: #000000;
    padding: 4px 10px;
    line-height: 17px;
    top: 0;
    left: 0;
}
.popuplar_item-sale{
    position: absolute;
    background: #E80000;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #FFFFFF;
    left: 0;
    top: 40px;
    line-height: 17px;
}
.popuplar_item-like{
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    right: 0;
    width: 26px;
    height: 24px;
    cursor: pointer;
}
.popuplar_item-like.active{
    background-image: url(../img/like_active.svg);
    background-size: cover;
    background-position: center;
}
.popuplar_item-like.active svg{
    display: none;
}
.popuplar_item-like path{
    transition: all 0.3s;
}
.popuplar_item-like:hover path{
    fill: #E80000;
}
.popuplar_item-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 7px;
}
.popuplar_item-subtitle{
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 17px;
}
.popuplar_item-inner{
    display: flex;
    justify-content: space-between;
}
.popuplar_item-old{
    font-size: 16px;
    text-decoration-line: line-through;
    color: #666666;
    line-height: 19px;
    margin-bottom: 1px;
}
.popuplar_item-new{
    font-weight: 500;
    font-size: 24px;
    color: #E80000;
    line-height: 28px;
}
.popuplar_item-btn{
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(283.96deg, #F09129 -23.51%, #FFC962 85.26%);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.popuplar_item-add.active .popuplar_item-btn{
    display: none;
}
.popuplar_item-add{
    position: relative;
    z-index: 2;
}
.popuplar_item-btn:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), linear-gradient(283.96deg, #F09129 -23.51%, #FFC962 85.26%);
}
.popuplar_item-add.active .popuplar_item-count{
    display: flex;
}
.popuplar_item-count{
    align-items: center;
    justify-content: space-between;
    border: 2px solid #FFC962;
    width: 89px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    display: none;
    height: 51px;
}
.popuplar_item-count .plus,
.popuplar_item-count .minus{
    width: 29px;
    text-align: center;
    cursor: pointer;
}
.popuplar_item-count input{
    width: 28px;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    border: none;
}
.popuplar_item-price{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.popuplar_slider .slick-arrow{
    position: absolute;
    top: -83px;
    background: #FFC962;
    border-radius: 2px;
    font-size: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
}
.popuplar_slider .slick-arrow:hover{
    background-color: #FFD789;
}
.popuplar_slider .slick-next{
    right: 0;
    background-image: url(../img/slider_right.svg);
}
.popuplar_slider .slick-prev{
    right: 46px;
    background-image: url(../img/slider_left.svg);
}
.popuplar_slider .slick-arrow.slick-disabled{
    background-color: #F0F0F0;
}
.about_title{
    margin-bottom: 24px;
}
.about{
    margin: 90px 0;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_info{
    width: 630px;
}
.about_info p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 19px;
}
.about_items{
    display: flex;
    justify-content: space-between;
}
.about_item{
    width: 30%;
}
.about_item-title{
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 12px;
    line-height: 17px;
}
.about_item-text{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.about_img{
    display: flex;
    height: 328px;
    width: 520px;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_item-img{
    display: flex;
    margin-bottom: 12px;
}
.help{
    margin-bottom: -112px;
    position: relative;
    z-index: 1;
}
.help_body{
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    width: 1070px;
    margin: 0 auto;
    border-top: 3px solid #FFC962;
    padding: 40px 110px;
}
.help_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.help_left{
    width: 300px;
}
.help_title{
    font-size: 24px;
    line-height: 29px;
    font-family: 'Russo One', sans-serif;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 30px;
}
.help_text{
    line-height: 19px;
    color: #000000;
    font-size: 16px;
}
.help_right{
    width: 410px;
}
.help_form{
    background: linear-gradient(274.07deg, #F09129 0%, #FFC962 31.3%);
    border-radius: 3px;
    display: flex;
    height: 54px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 3px;
}
.help_form-btn{
    width: 104px;
    height: 100%;
    border: none;
}
.help_form-inp{
    width: calc(100% - 107px);
    height: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    padding-left: 20px;
    border: none;
}
.help_desc{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 30px;
}
.help_desc a{
    color: #666666;
    text-decoration: underline;
    transition: all 0.3s;
}
.help_desc a:hover{
    color: #F19229;

}
.help_messages-title{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    line-height: 19px;
}
.help_messages-items{
    display: flex;
}
.help_message{
    display: flex;
    height: 36px;
    width: 136px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #FFFFFF;
    transition: all 0.3s;
}
.help_message.whats{
    background: #00D264;  
}
.help_message.whats:hover{
    background: #75EA81;
}
.help_message.telegram{
    background: #199BDF;  
}
.help_message.telegram:hover{
    background: #81CAEA;
}
.help_message:hover{
    color: #fff;
}
.help_message img{
    display: flex;
    margin-right: 10px;
}
.help + .footer{
    padding-top: 182px;
}
.footer{
    background-image: url(../img/footer_bg.jpg);
    background-position: bottom right;
    background-size: cover;
    padding: 70px 0 15px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.footer_logo{
    display: flex;
    margin-bottom: 20px;
}
.footer_info-item{
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
    line-height: 17px;
}
.footer_item-title{
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
    line-height: 17px;
}
.footer_menu a{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 5px;
    line-height: 17px;
    transition: all 0.3s;
}
.footer_menu a:hover{
    color: #F19229;
}
.footer_links-title{
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
    line-height: 17px;
}
.footer_links-number{
    font-weight: 500;
    font-size: 20px;
    color: #FFC962;
    margin-bottom: 5px;
    line-height: 24px;
}
.footer_links-time{
    font-size: 14px;
    color: #F9F9F9;
    margin-bottom: 20px;
    line-height: 17px;
}
.footer_links-messages{
    display: flex;
    margin-bottom: 20px;
}
.footer_links-message{
    margin-right: 6px;
    display: flex;
    transition: all 0.3s;
}
.footer_links-message:hover{
    opacity: 0.7;
}
.footer_links-mail{
    font-size: 14px;
    color: #F9F9F9;
    line-height: 17px;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999999;
    padding-top: 15px;
}
.footer_inner-text{
    font-size: 12px;
    color: #999999;
    line-height: 14px;
}
.footer_inner-polit{
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    text-decoration: underline;
}
.footer_inner-dev{
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    padding-right: 13px;
    position: relative;
}
.footer_inner-dev::before{
    position: absolute;
    content: "";
    background-image: url(../img/dev.svg);
    background-size: cover;
    width: 16px;
    height: 10px;
    top: -3px;
    right: 0;
}
.popuplar_slider .slick-list{
    width: 1300px;
}
.menu_burger{
    display: none;
}
.header_search-mobile,
.header_phone{
    display: none;
}
.header_menu .header_links,
.header_menu .header_mobile-menu{
    display: none;
}
.header_close{
    display: none;
}
.aside{
    display: none;
}
.page{
    padding: 50px 0 90px;
}
.crumbs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.crumb{
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.crumb::after{
    position: relative;
    content: "";
    width: 7px;
    height: 12px;
    background-image: url(../img/crumb_arrow.svg);
    background-size: cover;
    display: block;
    margin-left: 12px;
}
.crumb:last-child{
    margin-right: 0;
    color: #666666;
}
.crumb:last-child::after{
    display: none;
}
.cards{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.cards_aside{
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 50px 30px 30px;
}
.cards_aside-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}
.cards_aside-title::before{
    position: absolute;
    content: "";
    background-image: url(../img/aside_arrow.svg);
    background-size: cover;
    width: 19px;
    height: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.cards_aside-title.active::before{
    transform: translateY(-50%) rotate(180deg);
}
.cards_aside-chek{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    user-select: none;
    margin-bottom: 8px;
}
.cards_aside-chek:hover span{
    border: 1px solid #F19229;
}
.cards_aside-chek input{
    display: none;
}

.cards_aside-chek span{
    border: 1px solid #999999;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
    transition: all 0.3s;
}
.cards_aside-chek input:checked + span{
    background: #F19229;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border: none;
}
.cards_aside-chek:last-child{

}
.cards_aside-item{
    
    margin-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
}
.cards_aside-content{
    margin-bottom: 30px;
   
}
.cards_aside-prices{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.cards_aside-price{
    width: 95px;
    background: #F0F0F0;
    border-radius: 3px;
    height: 35px;
    border: none;
    color: #000000;
    line-height: 19px;
    padding-left: 10px;
}
.cards_aside-slide.ui-slider{
    width: 100%;
    height: 1px;
    display: flex;
    align-items: center;
    background-color: #999999;
    position: relative;
}
.cards_aside-slide .ui-slider-range{
    height: 3px;
    background: linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
    position: absolute;
}
.cards_aside-slide .ui-slider-handle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
}
.cards_aside-slide .ui-slider-handle:nth-child(2){
    background-color: #FFC962;
}
.cards_aside-slide .ui-slider-handle:nth-child(3){
    background-color: #F09129;
    transform: translateX(-100%);
}
.cards_aside-btn{
    background: #F0F0F0;
    border-radius: 3px;
    height: 43px;
    width: 100%;
    cursor: pointer;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}
.cards_aside-btn span{
    display: flex;
}
.cards_content{
    width: calc(100% - 340px);
    margin-left: auto;
}
.cards_title{
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.cards_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 18px;
}
.cards_top-value{
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}
.cards_sorting-title{
    font-size: 16px;
    color: #999999;
    margin-right: 15px;
    line-height: 19px;
}
.cards_sorting{
    display: flex;
    align-items: center;
}
.cards_sorting-chek{
    display: flex;
    margin: 0;
    user-select: none;
    cursor: pointer;
}
.cards_sorting-chek span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    display: flex;
    align-items: center;
}
.cards_sorting-chek span::after{
    position: relative;
    content: "";
    background-image: url(../img/sorting.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    display: block;
}
.cards_sorting-chek input{
    display: none;
}
.cards_sorting-chek input:checked + span::after{
    background-image: url(../img/sorting2.svg);
}
.cards_tags{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
.cards_tag{
    border-radius: 3px;
    margin-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  7px 12px;
    background: #F0F0F0;
}
.cards_tag-close{
    width: 13px;
    height: 13px;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}
.cards_items{
    display: flex;
    flex-wrap: wrap;
}
.cards_items .popuplar_item{
    margin-bottom: 40px;
}
.cards_items .popuplar_item:nth-child(3n){
    margin-right: 0;
}
.cards_item-more{
    margin: 10px auto 35px;
    height: 43px;
    width: 147px;
}
.pagin{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagin a{
    display: block;
    font-size: 18px;
    color: #999999;
    line-height: 21px;
    margin: 0 12px;
}
.pagin a.active{
    color: #000000;
}
.pagin li:first-child a,
.pagin li:last-child a{
    background: #FFC962;
    border-radius: 1.78125px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
}
.pagin li:first-child a:hover,
.pagin li:last-child a:hover{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)), #FFC962;
}
.pagin li:first-child a.distabled,
.pagin li:last-child a.distabled{
    background: #F0F0F0;
    cursor: default;
}
.page_info{
    margin-top: 90px;
}
.page_info p{
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 20px;
}
.page_info p:last-child{
    margin-bottom: 0;
}
.cards_tags-delete{
    font-size: 14px;
    text-decoration-line: underline;
    color: #000000;
    line-height: 17px;
}
.cards_aside-more{
    font-size: 14px;
    color: #F19229;
    line-height: 17px;
    display: inline-flex;
    border-bottom: 1px dashed #F19229;
    padding-bottom: 3px;
    margin-top: 12px;
    align-items: center;
    cursor: pointer;
}

.cards_aside-more::after{
    position: relative;
    content: "";
    background-image: url(../img/more_arrow.svg);
    background-size: cover;
    width: 15px;
    height: 7px;
    display: block;
    transition: all 0.3s;
    margin-left: 5px;   
}
.cards_aside-more.active::after{
    transform: rotate(180deg);
}
.cards_aside-hide{
    display: none;
}
.cards_filter{
    display: none;
}
.card_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.card_info{
    width: 520px;
}
.card_title{
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.card_status{
    font-size: 16px;
    color: #45D354;
    margin-bottom: 25px;
    line-height: 19px;
    position: relative;
    padding-left: 22px;
}.card_status.nost {	color:red;	padding-left:0px;	}
.card_status::before{
    position: absolute;
    content: "";
    background-image: url(../img/card_status.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}.card_status.nost::before {	display:none;}
.card_options{
    margin-bottom: 35px;
}
.card_option{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
    line-height: 19px;
}
.card_option span{
    color: #000000;
    font-weight: 500;
    width: 190px;
}
.card_inner{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 25px;
    max-width: 410px;
}
.card_price-old{
    font-size: 22px;
    text-decoration-line: line-through;
    color: #666666;
    margin-bottom: 5px;
    line-height: normal;
}
.card_price-new{
    font-weight: 500;
    font-size: 34px;
    color: #E80000;
    line-height: normal;
    margin-bottom: 25px;
}
.card_price_ur {
	font-size: 34px;
    color: #000;
	margin-bottom: 25px;
	font-weight: 500;
}
.price_text {
	display: block;
	font-size:13px; color:#666666;
}
.card_inner .popuplar_item-btn{
    width: 162px;
    height: 52px;

    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.card_inner .popuplar_item-add{
    margin-right: 20px;
}
.card_inner .popuplar_item-btn svg{
    margin-left: 10px;
}
.card_like{
    background: #F0F0F0;
    border-radius: 3px;
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    cursor: pointer;
}
.card_like.active{
    background-image: url(../img/like_active.svg);
    background-size: 26px 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.card_like.active svg{
    display: none;
}
.card_like:hover path{
    fill: #E80000;
}
.card_like path{
    transition: all 0.3s;
}
.card_inner-wrapper{
    display: flex;
  
}
.card_imgs{
    display: flex;
    width: 550px;
    align-items: center;
    justify-content: space-between;
    padding-top: 34px;
    z-index: 1;
}
.card_img-slider{
    z-index: -1;
}
.card_img-wrapper{
    position: relative;
   width: 360px;
}
.card_img-dots{
    width: 110px;
    height: 400px;
}
.card_img-dot{
    height: 122px !important;
    margin: 8px 0;
    cursor: pointer;
}
.card_img-dot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_img-slide{
    height: 416px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
}
.card_img-slide img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.card_img-dots .slick-arrow{
    position: absolute;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 18px;
    right: 50%;
    transform: translateX(50%);
    font-size: 0;
    background: none;
    border: none;
}
.card_img-dots .slick-prev{
    background-image: url(../img/card_top.svg);
    top: -34px;
}
.card_img-dots .slick-next{
    background-image: url(../img/card_down.svg);
    bottom: -34px;
}
.card_img-dots .slick-current.card_img-dot{
    opacity: .4;
}
.card_img-dots .slick-arrow.slick-disabled{
    opacity: 0.2;
}
.card_tabs{
    display: flex;
    margin-bottom: 50px;
    border-bottom: 1px solid #999999;
}
.card_tab{
    margin-right: 55px;
    padding: 0 20px 15px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 21px;
    cursor: pointer;
    position: relative;
}
.card_tab.active{
    color: #000000;
}
.card_tab.active::before{
    position: absolute;
    content: "";
    border-bottom: 2px solid #F19229;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
}
.card_content{
    display: none;
}
.card_content p{
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 20px;
}
.card_content p:last-child{
    margin-bottom: 0;
}
.card_content.active{
    display: block;
}
.card_content-options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_content-option{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    white-space: nowrap;
    line-height: 19px;
}
.card_content-option::after{
    position: relative;
    content: "";
    border: 0.5px dashed #999999;
    width: 80%;
    align-self: flex-end;
    margin: 0 2px 2px;
}
.card_content-option span{
    color: #000000;
    order: 1;
}
.history_title{
    margin-bottom: 30px;
}
.history_slider .slick-track{
    padding: 20px 0;
}
.history_slide{
    background: #FFFFFF;
    border-radius: 3px;
    margin-right: 30px;
    width: 190px;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s;
}
.history_slide-link{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.history_slide:hover{
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
}
.history_slide-img{
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 122px;
}
.history_slide-img img{
    height: 100%;
    width: auto;
    max-width: 100%;
}
.history_slide-title{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 13px;
}
.history_slide-price{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 49px;
}
.history_slide-old{
    font-size: 16px;
    text-decoration-line: line-through;
    color: #666666;
    margin-bottom: 1px;
    line-height: 19px;
}
.history_slide-new{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #E80000;
}
.history_slider .slick-arrow{
    position: absolute;
    top: -83px;
    background: #FFC962;
    border-radius: 2px;
    font-size: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
}
.history_slider .slick-arrow:hover{
    background-color: #FFD789;
}
.history_slider .slick-next{
    right: 0;
    background-image: url(../img/slider_right.svg);
}
.history_slider .slick-prev{
    right: 46px;
    background-image: url(../img/slider_left.svg);
}
.history_slider .slick-arrow.slick-disabled{
    background-color: #F0F0F0;
}

.history_slider .slick-list {
    width: 1300px;
}
.cart_title{
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.cart_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.cart_items{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 30px;
    width: 960px;
}
.cart_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.cart_item:last-child{
    padding-bottom: 0;
    border: none;
}
.cart_item:first-child{
    padding-top: 0;
}
.cart_item-img{
    width: 49px;
    margin-right: 30px;
    display: flex;
}
.cart_item-img img{
    width: 100%;
    height: auto;
}
.cart_item-info{
    display: flex;
    align-items: center;
}
.cart_item-title{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    max-width: 300px;
}
.cart_item .popuplar_item-count{
    display: flex;
}
.cart_item-price{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}
.cart_item-old{
    font-size: 16px;
    text-decoration-line: line-through;
    color: #666666;
    margin-bottom: 5px;
    line-height: 19px;
}
.cart_item-new{
    color: #E80000;
}
.cart_item-delete{
    height: 16px;
    cursor: pointer;
    background: none;
    border: none;
    width: 16px;
}
.cart_info-wrapper{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    padding: 20px;  
    width: 300px;
    margin-bottom: 25px;
}
.cart_info-title{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 17px;
}
.cart_info-options{
    padding-bottom: 17px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 25px;
}
.cart_info-option{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}
.cart_info-total{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}
.cart_info-promo{
    margin-left: 20px;
    display: inline-flex;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px dashed #000000;
    line-height: 19px;
}
.cart_form-subtitle{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 30px;
}
.cart_form-subtitle span{
    color: #F19229;
    margin-right: 12px;
}
.cart_form-cheks{
    margin-bottom: 30px;
}
.cart_form-chek:hover span{
    border: 1px solid #F19229;
}
.cart_form-chek{
    cursor: pointer;
    display: flex;
    color: #000000;
    line-height: 19px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 15px;
}
.cart_form-cheks:last-child,
.cart_form-chek:last-child{
    margin-bottom: 0;
}
.cart_form-chek input{
    display: none;
}
.cart_form-chek span{
    border: 1px solid #999999;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all 0.3s;
    margin-right: 15px;
    position: relative;
}
.cart_form-chek input:checked + span{
    border: 1px solid #F19229;
}
.cart_form{
    max-width: 960px;
}
.cart_form-chek input:checked + span::before{
    position: absolute;
    content: "";
    background: #F19229;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.cart_form-item{
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.cart_form-inp{
    position: relative;
    width: 440px;
    margin-bottom: 20px;
 
}
.cart_form-item:last-child,
.cart_form-inp:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.cart_form-inp:hover input{
    border: 1px solid #FFC962;
}
.cart_form-inp span{
    position: absolute;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    left: 25px;
    transition: all 0.3s;
    top: 14.5px;
}
.cart_form-inp textarea,
.cart_form-inp input{
    background: #F0F0F0;
    border-radius: 3px;
    height: 48px;
    width: 100%;
    border: 1px solid #F0F0F0;
    padding-left: 25px;
    padding-top: 13px;
    color: #000000;
    transition: all 0.3s;
   
}
.cart_form-inp textarea{
    resize: none;
    height: 115px;
    padding-top: 20px;
}
.cart_form-inp textarea:focus + span,
.cart_form-inp input:focus + span{
    font-size: 11px;
    line-height: 13px;
    top: 8px;
}
.cart_form-inp textarea:focus,
.cart_form-inp input:focus{
    border: 1px solid #FFC962;
    background: #FFFFFF;    
}
.cart_form-inp textarea.active{
    padding-top: 10px;
}
.cart_form-inp input.active {
    padding-top: 0;
}
.cart_form-inp textarea.active + span,
.cart_form-inp input.active + span{
    opacity: 0;
}
.error textarea,
.error input{
    border: 1px solid #E80000 !important;
}
.cart_form-inp.area{
    width: 100%;
}
.cart_form-ok{
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
.form_ok-chek input{
    display: none;
}
.form_ok-chek span{
    border: 1px solid #999999;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
    transition: all 0.3s;
    cursor: pointer;
}
.form_ok-chek input:checked + span{
    background: #F19229;
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border: none;
}
.form_ok-text{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.form_ok-text a{
    color: #666666;
    border-bottom: 1px solid;
}
.cart_form-btn{
    width: 234px;
    height: 49px;
    position: relative;
}
.cart_form-btn::after {
    position: relative;
    content: "";
    background-image: url(../img/btn_arrow.svg);
    width: 19px;
    height: 19px;
    margin-left: 10px;
    display: block;
}
































@media (max-width: 1350px){
    .container {
        max-width: 1150px;
    }
    .about_info {
        width: 570px;
    }
    .cards_aside {
        width: 274px;
        padding: 30px 30px 30px 30px;
    }
    .cards_content {
        width: calc(100% - 304px);
    }
    .cards_items .popuplar_item{
        width: 32%;
        margin-right: 2%;
    }
    .cart_items{
        width: 800px;
    }
}

@media (max-width: 1200px){
    .container {
        max-width: 968px;
    }
    .menu_bot a {
        font-size: 16px;
        margin-right: 30px;
    }
    .menu_bot a::before {
        right: -18px;
    }
    .main_form {
        margin: -110px auto 0;
    }
    .about_img {
        height: 240px;
        width: 346px;
    }
    .help_body{
        width: 100%;
        padding: 40px 60px;
    }
    .cards{
        position: relative;
    }
    .cards_aside{
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        z-index: 3;
        width: 300px;
        max-width: 100%;
    }
    .cards_aside-wrapper{
        position: relative;
    }
    .cards_aside.active{
        opacity: 1;
        visibility: visible;
    }
    
    .cards_content{
        width: 100%;
    }
    .cards_filter{
        cursor: pointer;
        display: flex;
        font-weight: 500;
        align-items: center;
        margin-bottom: 10px;
    }
    .cards_filter-burger{
        margin-right: 12px;
        width: 26px;
        height: 20px;
        position: relative;
        
    }
    .cards_filter.active   .cards_filter-burger::before{
        transform: rotate(45deg);
        top: 9px;
    }
    .cards_filter-burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #333333;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }
    .cards_filter.active   .cards_filter-burger::after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .cards_filter-burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #333333;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .cards_filter-burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #333333;
        top: 9px;
        right: 0;
        transition: all 0.3s;
    }
    .cards_filter.active   .cards_filter-burger span{
        transform: scale(0);
    }
    .history_slider .slick-list,
    .popuplar_slider .slick-list {
        width: 100%;
    }
    .history_slide {
        width: 204px;
    }
    .card_imgs{
        width: 490px;
    }
    .card_info {
        width: 436px;
    }
    .cart_wrapper{
        flex-direction: column;
    }
    .cart_items{
        width: 100%;
        margin-bottom: 25px;
    }
}
@media(max-width:998px){
    .container{
        max-width: 698px;
    }
    .header_logo-title{
        display: none;
    }
    .header_links{
        display: none;
    }
    .header_price{
        display: none;
    }
    .header_bot{
        display: none;
    }
    .header_menu{
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding-top: 20px;
        top: 0;
        right: 0;
        transition: all 0.6s;
        background-color: #fff;
        visibility: hidden;
        z-index: 11;
    }
    .header_menu.active{
        opacity: 1;
        visibility: visible;
    }
    .header_mobile-menu{
        border-bottom: 1px solid #F0F0F0;
        padding-bottom: 22px;

        flex-direction: column;
    }
    .header_mobile-menu a:last-child{
        margin-bottom: 0;
    }
    .header_mobile-menu a{
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        line-height: 19px;
        margin-bottom: 10px;
        display: block;
    }
    .menu{
        flex-direction: column;
        padding: 20px 0;
        border-bottom: 1px solid #F0F0F0;
        margin-bottom: 20px;
    }
    .header_number::before{
        display: none;
    }
    .menu a{
        margin-bottom: 8px;
        margin-right: 0;
        display: block;
    }
    .header_wrapper{
        padding: 20px 0;
    }
    .header{
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        right: 0;
        background-color: #fff;
    }
    .main_form{
        width: 100%;
        background: none;
        padding: 0;
        border: none;
        box-shadow: none;
    }
    .main_form-wrapper{
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
        border-radius: 3px;
        border-top: 3px solid #FFC962;
        padding: 30px;
    }
    .main_form-chek span {
        width: 194px;
        font-size: 14px;
    }
    .main_form-inner:last-child .main_form-btn, .main_form-inner:last-child .main_form-item{
        align-self: flex-end;
        width: 140px;
    }
    .main_form-btn,
    .main_form-item {
        width: 194px;
    }
    .main{
        margin-top: 78px;
    }
    .catalog_item:last-child{
        margin-right: 0;
    }
    .catalog_items{
        justify-content: space-between;
    }
    .catalog_item{
        margin-right: 0;
        width: 32%;
        height: 200px;
    }
    .popuplar_slider .slick-list{
        width: 100%;
    }
    .about_img{
        position: absolute;
        bottom: 180px;
        left: 0;
        width: 100%;
    }
    .about_info{
        width: 100%;
    }
    .about_items{
        margin-top: 320px;  
    }
    .about_wrapper{
        position: relative;
    }
    .help_body{
        padding: 30px;
    }
    .help_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .help_left{
        width: 100%;
        margin-bottom: 25px;
    }
    .footer_logo{
        display: none;
    }
    .footer_wrapper{
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .footer_left{
        margin-top: 30px;
        order: 1;
        width: 100%;
        flex-wrap: wrap;
    }
    .footer_item{
        display: none;
    }
    .footer_info{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .menu_burger{
        display: flex;
        margin-right: 12px;
    }
    .header_logo-img{
        margin-right: 0;
    }
    .header_logo-img{
        width: 144px;
    }
    .header_logo-img img{
        width: 100%;
        height: auto;
    }
    .header_search-mobile,
    .header_phone{
        display: flex;
    }
    .header_phone{
        display: flex;
        width: 22px;
        height: 22px;
    }
    .header_search-mobile{
        margin-right: 10px;
    }
    .header_likes{
        width: 28px;
        height: 26px;
    }
    .header_likes svg{
        width: 100%;
        height: 100%;
    }
    .main{
        margin-top: 66px;
    }
    .header_menu .header_links,
    .header_menu .header_mobile-menu{
        display: flex;
    }
    .header_menu .container{
        position: relative;
    }
    .header_close{
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
    }
    .aside{
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 12;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        padding: 14px 20px ;
    }
    .aside_item{
        flex-direction: column;
        display: flex;
        align-items: center;
        font-size: 11px;
        color: #000000;
        line-height: 13px;
    }
    .aside_item img{
        margin-bottom: 4px;
    }
    .aside_item .header_cart{
        flex-direction: column;
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-bottom: 4px;
        width: 28px;
        height: 26px;
    }
    .aside_item .header_cart svg{
        width: 100%;
        height: 100%;
    }
    .footer{
        padding-bottom: 90px;
    }
    .page{
        padding-top: 90px;
    }
    .cards_items .popuplar_item{
        width: 48%;
        margin-right: 0;
    }
    .cards_items{
        justify-content: space-between;
    }
    .card_content-option{
        width: 100%;
    }
    .card_wrapper{
        flex-direction: column;
    }
    .card_info {
        width: 520px;
    }
    .card_imgs{
        width: 550px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .card_wrapper{
        position: relative;
    }
    .card_title{
        position: absolute;
        top: 0;
        left: 0;
    }
    .cart_item-img{
        margin-right: 15px;
    }
    .cart_item-title{
        width: 260px;
    }
}
@media(max-width:767px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .main_slide{
        min-height: 650px;
        padding: 86px 0 350px;
    }
    .main h1{
        line-height: 29px;
        font-size: 24px;
    }
    .main_slide-text{
        margin-bottom: 40px;
        line-height: 19px;
        font-size: 16px;
    }
    .main_slider-nav{
        bottom: 193px;
    }
    .main_form{
        margin-top: -170px;
    }
    .main_form-wrapper{
        padding: 20px 50px;
    }
    .main_form-title{
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 30px;
        max-width: 235px;
    }
    .main_form-cheks{
        flex-direction: column;
    }
    .main_form-chek span{
        width: 100%;
    }
    .main_form-inner{
        flex-direction: column;
    }
    .main_form-item{
        margin-bottom: 15px;
    }
    .main_form-inner:last-child .main_form-btn, .main_form-inner:last-child .main_form-item,
    .main_form-btn, .main_form-item{
        width: 100%;
    }
    .main_form-type{
        margin-bottom: 20px;
    }
    .title{
        font-size: 20px;
        line-height: 24px;
    }
    .catalog{
        margin: 40px 0;
    }
    .catalog_text{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 24px;
    }
    .catalog_items{
        flex-direction: column;
    }
    .catalog_item{
        width: 100%;
        margin-bottom: 16px;
    }
    .catalog_item:last-child{
        margin-bottom: 0;
    }
    .popuplar{
        margin: 40px 0 20px;
    }
    .popuplar_text{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 24px;
    }
    .popuplar_slider{
        width: calc(100% + 15px);
    }
    .popuplar_item{
        margin-right: 14px;
    }
    .popuplar_slider .slick-next{
        right: 15px;
    }
    .popuplar_slider .slick-prev{
        right: 61px;
    }
    .about{
        margin: 40px 0;
    }
    .about_info p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 17px;
    }
    .about_items{
        flex-direction: column;
    }
    .about_item{
        width: 100%;
        margin: 0 auto 24px;
        max-width: 276px;
        text-align: center;
        align-items: center;
    }
    .about_item-img{
        justify-content: center;
    }
    .about_img{
        height: 172px;
        bottom: 475px;
    }
    .about_items{
        margin-top: 220px;
    }
    .help_body{
        padding: 30px 20px;
    }
    .help_title{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .help_text{
        line-height: 17px;
        font-size: 14px;
    }
    .help_right{
        width: 100%;
    }
    .help_form{
        height: 40px;
    }
    .help_desc {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 24px;
    }
    .footer_inner{
        flex-wrap: wrap;
    }
    .footer_inner-text{
        width: 100%;margin-bottom: 5px;
    }
    .main_slide-img img {
        object-position: 55%;
    }
    .crumb {
        font-size: 12px;
        line-height: 16px;
    }
    .cards_title{
        margin-bottom: 30px;
    }
    .cards_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .cards_sorting{
        margin-bottom: 20px;
    }
    .cards_items .popuplar_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .page_info{
        margin-top: 30px;
    }
    .page{
        padding-bottom: 40px;
    }
    .card_imgs{
        width: 100%;
    }
    .card_imgs{
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .card_img-wrapper{
        width: 100%;
    }
    .card_img-slide {
        height: 100vw;
    }
    .card_img-dots{
        width: 100%;
        height: auto !important;
        margin-top: 10px;
    }
    .card_img-dot{
        margin: 0 2px;
    }
    .card_title{
        max-height: 49px;
        overflow: hidden;
    }
    .card_img-dot{
        height: 100px !important;
    }
    .card_info{
        width: 100%;    
    }
    .card_option span{
        width: auto;
    }
    .card_price-new{
        margin-bottom: 24px;
    }
    .card_tab {
        padding: 0 10px 10px 10px;
        font-size: 16px;
        text-align: center;
        margin-right: 10px;
    }
    .card_tabs{
        margin-bottom: 20px;
    }
    .card_content-option{
        margin-bottom: 10px;
        font-size: 14px;
    }
    .card +  .popuplar .popuplar_slider .slick-arrow{
        top: -20px;
    }
    .history_slider{
        width: calc(100% + 15px);
    }
    .history_slider .slick-arrow {
        top: -34px;
    }
    .history_slider .slick-next{
        right: 15px;
    }
    .history_slider .slick-prev{
        right: 61px;
    }
    .card_wrapper{
        margin-bottom: 40px;
    }
    .cart_title{
        margin-bottom: 30px;
    }
    .cart_items{
        padding: 20px 10px;
    }
    .cart_item{
        flex-wrap: wrap;
    }
    .cart_item-info{
        width: 100%;
        margin-bottom: 15px;
        justify-content: space-between;
    }
    .cart_item-title{
        width: calc(100% - 65px);
    }
    .cart_item-img{
        margin-right: 0;
        width: 55px;
    }
    .cart_info,
    .cart_info-wrapper{
        width: 100%;
    }
    .cart_form-inp{
        max-width: 100%;
    }
    .cards_tags{
        flex-wrap: wrap;
    }
    .cards_tag{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .popuplar_item-img img{
        max-height: 100%;
        object-fit: cover;
        max-width: 340px;
    }
    .cards_items .popuplar_item .popuplar_item-img{
        height: 76vw;
        max-height: 300px;
    }
}

/* Секция подкатегорий */
.subcategories-section {
    margin: 0 0 70px;
}

.subcategories-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 40px;
}

.subcategories-title::before {
    position: absolute;
    content: "";
    background: linear-gradient(271.25deg, #F09129 0%, #FFC962 99.85%);
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.subcategories-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.subcategory-card {
    background: linear-gradient(360deg, rgba(255, 201, 98, 0.2) 0%, rgba(0, 0, 0, 0) 26.73%), 
                linear-gradient(360deg, #000000 0%, rgba(39, 26, 0, 0.15) 27.31%);
    border-radius: 3px;
    width: calc(25% - 30px);
    height: 260px;
    margin: 0 15px 30px;
    background-size: cover;
    background-position: center;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.subcategory-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    z-index: 0;
    background-repeat: no-repeat;
}

.subcategory-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(255, 201, 98, 0.3) 0%, rgba(0, 0, 0, 0) 26.73%), 
                linear-gradient(360deg, #000000 0%, rgba(39, 26, 0, 0.3) 27.31%);
    z-index: 1;
    transition: all 0.3s;
}

.subcategory-card:hover::before {
    background: linear-gradient(360deg, rgba(255, 201, 98, 0.4) 0%, rgba(0, 0, 0, 0) 26.73%), 
                linear-gradient(360deg, #000000 0%, rgba(39, 26, 0, 0.25) 27.31%);
}

.subcategory-card__content {
    position: relative;
    z-index: 2;
}

.subcategory-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
    transition: all 0.3s;
}

.subcategory-card:hover .subcategory-card__title {
    color: #FFC962;
}

/* Адаптив */
@media (max-width: 1350px) {
    .subcategory-card {
        width: calc(33.333% - 30px);
    }
}

@media (max-width: 1200px) {
    .subcategory-card {
        width: calc(33.333% - 30px);
        height: 220px;
    }
}

@media (max-width: 998px) {
    .subcategory-card {
        width: calc(50% - 30px);
        height: 200px;
    }
}

@media (max-width: 767px) {
    .subcategories-wrapper {
        margin: 0;
    }
    
    .subcategory-card {
        width: 100%;
        margin: 0 0 16px 0;
        height: 180px;
    }
    
    .subcategory-card:last-child {
        margin-bottom: 0;
    }
}
