html{
    box-sizing: border-box;
}
*,*::before, *::after{
    box-sizing: inherit;
}
a{
    text-decoration: none;
    color:inherit;
    display: inline-block;
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
p{
    margin: 0;
}
body{
    color: #2f3035;
    font-family: 'SFProDisplay-Regular', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    min-width: 320px;
}
.container{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.page-section{
    margin-bottom: 80px;
}
.header__top-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 122px;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: 700;
}
.menu__item{
    display: inline-block;
}
.menu__item + .menu__item{
    margin-left: 80px;
}
.menu__item:hover{
    text-decoration: underline;
}
.header__box{
    display: flex;
}
.menu__btn{
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 25px;
}
.menu__btn-line{
    background: #2f3035;
    height: 3px;
    width: 34px;
    border-radius: 3px;
    margin: 8px 0;
}
.header__adress{
    margin-right: 60px;
    line-height: 40px;
    width:265px;
    padding-left: 30px;
    position: relative;

}
.header__adress::before{
    content:'';
    position: absolute;
    background: url(../images/adress-icon.svg);
    width: 30px;
    height: 30px;
    left: -5px;
    top: -2px;
}
.logo {
    transform: translateY(5px);
}
.menu-mobile__list{
    width: 243px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    transform: translateX(110%);
    transition: all .3s;
    position: absolute;
    right: 0;
    background: #FFFFFF;
    z-index: 100;
    /* display: none; */
}
.menu-mobile__list--active{
    transform: translateX(0%);
}
.menu-mobile__item{
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-mobile__link{
    display: block;
    padding-left: 53px;
    padding-top: 36px;
}
.menu-mobile__img{
    position: absolute;
    left: 11px;
    bottom: 0;
}
.menu__mobile-linewrapper{
    display: none;
}

.user-list{
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.user-list__item{
    margin-right: 10px;
}
.busket{
    position: relative;
}
.busket__num{
    position:absolute;
    font-family: 'SFProDisplay-Medium', sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    color:#fff;
    background: #1c62cd;
    border-radius: 50%;
    text-align: center;
    bottom: -2px;
    right: -13px;
}
.header__bottom{
    margin-bottom: 78px;
}
.menu-categories{
    background-color: #f0f0f4;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 53px;

}
.menu-categores__item{
    position: relative;
}
.menu-categories__link{
    position: relative;
    transition:all .3s;
    font-weight: 400;
    padding: 15px 0 14px;
}
.menu-categories__link::before{
    content: '';
    position: absolute;
    width: 0;
    left: auto;
    right: 0;
    bottom: -2px;
    background-color: #1c62cd;
    height: 3px;
    transition: all .3s;
}
.menu-categories__link:hover{

    font-family: 'SFProDisplay-Semibold', sans-serif;
    color:#000;
    /* border-bottom: 3px solid #1c62cd;     */
}
.menu-categories__link:hover::before{
     right: auto;
     left: 0;
     width: 100%;
}
.banner-section__inner{
    display: flex;
    justify-content: space-between;
}
.banner-section__slider{
    max-width: 870px;
    width: 100%;
}
.banner-section__slider-btn,
.product-slider__slider-btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    border:none;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 5;
}
.banner-section__slider-btnnext{
    right: 20px;
}
.banner-section__slider-btnprev{
    left: 20px;
}
.banner-section__slider-img{
    object-fit: cover;
    min-height: 400px;

}
.slick-dots{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    padding: 0 5px;
}
.slick-dots button{
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    outline: none;
}
.slick-dots .slick-active button{
    background-color: #FFFFFF;
}

.slick-active li button{
    background: #fff;
}
.sale-item{
    max-width:265px;
    text-align: center;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.sale-item__top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sale-item__info{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color:#fff;
    background-color: #1C62CD;
    padding: 8px 20px;
}
.sale-item__price{
    text-align: right;
}
.price{
    font-family: 'Barlow', sans-serif;
    position: relative;
}
.sale-item__price-new{
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    color: #1C62CD;
    padding-right: 20px;
    margin-right: 6px;

}
.sale-item__price-new::after{
    content: '';
    background-image: url('../images/icons-price.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 7px;
    width: 15px;
    height: 20px;
}
.sale-item__price-old{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    margin-right: 11px;
    background: url('../images/old-line.svg');
    padding: 2px 5px;
    background-repeat: no-repeat;
    display: inline-block;
}
.sale-item__price-old::after{
    content: '';
    background-image: url('../images/icons-price-old.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 8px;
    height: 12px;
    right: -7px;
    top:5px;

}
.sale-item__footer{
    background: #F0F0F4;
    padding: 25px 20px;
    font-size: 18px;
    line-height: 21px;
}
.sale-item__img{
    object-fit: contain;
}
.sale-item__title{
    font-size: 18px;
    line-height: 21px;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
    padding: 0 40px;
}
.sale-item__footer span{
    color: #1C62CD;
    font-weight: 700;
    display: block;
    font-family: 'Barlow', sans-serif;
}
.search__tabs{
    margin-bottom: 25px;
}
.search__tabs-item{
    padding: 11px  26px 12px;
}
.search__tabs-item.tab--active{
    border-radius: 5px;
    background: #F0F0F4;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: 700;
}
.tabs-content{
    display: none;
}
.tabs-content--active{
    display: block;
}
.search__content-form{
    display: flex;
}
.search__content-input{
    background: #F0F0F4;
    border-radius: 3px;
    border: none;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
}
.search__content-input::placeholder{
    color:#656464;
}
.search__content-btn{
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1C62CD;
    border-radius: 3px;
    padding: 18px 41px;
    margin-left: -3px;
    cursor: pointer;
    border: none;
}
.categories__inner{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.categories__item{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    margin-bottom: 30px;
    width: 370px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 16px;
    transition: all .3s;
}
.categories__item:hover{
    border: none;
    box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
}
.categories__item-info{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}
.categories__item-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;

}
.categories__item-img img{
    max-width: 100%;
}
.categories__item-title{
    font-family: 'Barlow', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #2F3035;
    transition: all .3s;
    max-height: 85px;
    overflow: hidden;
}
.categories__item:hover .categories__item-title{
    color: #1C62CD;
}
.categories__item-text{
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
}
.categories__item-text::after{
    content: url('../images/link-arrow.svg');
    margin-left: 5px;
}
.product__title{
    font-family: 'Barlow', sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}
.product-item__wrapper{
    position: relative;
    width: 271px;
}
.product-item__wrapper.product-item__wrapper--list{
    width: 100%;
}
.product-item{
    min-height: 400px;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
    padding: 52px 20px 31px;
    text-align: center;
    transition: all .3s;
}
.product-item__title{
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    padding: 14px 0 25px;
    height: 48px;
}
.product-item__favorite{
    position: absolute;
    outline: none;
    top:19px;
    right: 16px;
    width: 24px;
    height: 22px;
    background: transparent;
    border: none;

}
.product-item__favorite::before{
    content: '';
    position: absolute;
    background-image: url('../images/favorite.svg');
    width: 24px;
    height: 22px;
    top: 0;
    left: 0;

}
.product-item__favorite--active::before{
    background-image: url('../images/favorite-active.svg')
}
.product-item__basket{
    position: absolute;
    width: 60px;
    height: 40px;
    background: #1C62CD;
    border-radius: 10px 0px 0px 0px;
    border: none;
    bottom: 0;
    right: 0;
    padding-top: 7px;
    cursor: pointer;
}
.product-item__basket::before{
    content:'';
    background-image: url('../images/basket-white.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 23px;
    top: 10px;
    left:14px;
}
.product-item__price{
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    padding-top:25px;

}
.product-item__hover-text{
    background: rgba(255,255,255, .9);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 18px 21px;
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    top:30%;
    opacity: 0;
    transition:  all .3s;
}
.product-item:hover .product-item__hover-text{
    opacity: 1;
    color: #2f3035;
}
.product-item:hover{
    box-shadow: 3px 3px 20px rgba(50, 50, 50, 0.25);
    color:  #1C62CD;
}
.product-item--sale::before{
    content:'sale';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 15px 8px;
    background-color: #1C62CD;
    color:#fff;
}
.product-item__notify-text{
    display: none;
    font-size: 18px;
    line-height: 21px;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: 700;
    color: #2F3035;
    margin-top:15px;
}
.product-item:hover .product-item__notify-text{
    color: #2F3035;
}
.product-item__wrapper.product-item__not-available .product-item__price{
    display: none;
}
.product-item__wrapper.product-item__not-available .product-item__basket{
    display: none;
}
.product-item__wrapper.product-item__not-available .product-item__notify-text{
    display: block;

}
.product-item__notify-link{
    display: none;
}
.product-item__wrapper.product-item__not-available .product-item__notify-link{
    display: block;
    position: absolute;
    bottom:25px;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1C62CD;
}
.product-item__wrapper.product-item__not-available .product-item__notify-link span{
    border-bottom: 1px solid #1C62CD;
}
.product-item__wrapper.product-item__not-available .product-item__title{
    padding-bottom: 13px;
}
.products__tabs{
    margin-bottom: 25px;
}
.products__tab+ .products__tab{
    margin-left: 50px;
}
.products__tab{
    font-family: 'SFProDisplay-Medium', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 12px;
}
.products__tab.tab--active{
    border-bottom: 2px solid #1C62CD;

}
.product-slider__slider-btnnext{
    right: -20px;
}
.product-slider__slider-btnprev{
    left: -20px;
}
.product-slider__item{
    position: relative;
}
.slick-slide img{
    display: inline;
}
.product__more{
    text-align: center;
    margin: 35px 0 0;
}
.products{
    margin-bottom: 80px;
}
.product__more-link{
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: #F0F0F4;
    padding: 16px 43px;
}
.banner{
    margin-bottom: 80px;
    width: 100%;
    overflow: hidden;
}
.banner-link img{
    width: 100%;
}
.footer{
    background: #F0F0F4;
}
.footer__bottom{
    padding: 46px 0 22px;
    display: flex;
    justify-content: center;
}
.footer__bottom-link{
    font-size: 10px;
    line-height: 12px;
    color: #48494D;
    margin: 0 40px;

}
.footer__top{
    padding-top: 43px;
}
.footer__top-inner{
    display: flex;
    justify-content: space-between;
}
.footer__top-newslatter.footer__top-item{
    width: 295px;
    margin-right: 50px;
}
.footer__top-title{
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}
.footer-form{
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}
.footer-form__input{
    padding: 0 12px;
    border: none;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 17px;

}
.footer-form__inpu::placeholder{
    color: #C4C4C4;
}
.footer-form__btn{
    font-family: 'SFProDisplay-Semibold', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    background: #1C62CD;
    padding: 10px 16px;
    cursor: pointer;

}
.footer__top-item{
    width:200px;
}
.footer__top-social.footer__top-item{
    width:250px;
}
.footer-list{
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
}
.social-list{
    display: flex;
    align-items: center;
    height: 100%;
}
.social-list__item + .social-list__item{
    margin-left: 30px;
}
.breadcrumbs{
    margin-bottom: 40px;
}
.breadcrumbs__list-item{
    display: inline-block;
    padding-right: 16px;
    margin-right: 10px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #C4C4C4;
}
.breadcrumbs__list-item::after{
    content:'';
    position: absolute;
    width: 6px;
    height: 9px;
    right: 0;
    bottom: 5px;
    background-image: url('../images/link-arrow.svg');
}
.breadcrumbs__list-item:last-child::after{
    display: none;
}
.catalog{
    margin-bottom: 100px;
}
.catalog__title{
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
}
.catalog__filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.catalog__filter-items button{
    font-size: 14px;
    line-height: 17px;
    opacity: 0.7;
    background: #F0F0F4;
    border-radius: 3px;
    border: none;
    padding: 5px 22px;
    cursor: pointer;
}
.catalog__filter-items button + button{
    margin-left: 8px;
}
.catalog__filter-btn{
    display: flex;
    align-items: center;
}
.catalog__filter-btn button{
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
.catalog__filter-btngrid{
    width: 26px;
    height: 23px;
}
.catalog__filter-btnline{
    margin-left: 10px;
    width: 25px;
    height: 19px;
}.catalog__filter-button{
    opacity: 0.3;
    outline: none;
}
.catalog__filter-button--active{
    opacity: 1;
}
.aside__btn{
    display: none;
}
.select-item{
    border: 1px solid #D7D9DF;
    font-size: 14px;
    line-height: 17px;
    margin-right: 34px;
    padding: 7px 10px 7px 20px;

}
.catalog__inner{
    display: flex;
}
.catalog__inner-aside{
    min-width: 290px;
    margin-right: 10px;
}
.catalog__inner-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog__inner-list .product-item__wrapper{
    margin-bottom: 30px;
}
.product-item__img-container {
    height: 200px;
    display: flex;
    align-items: center;
}
.product-item__img{
    max-width: 100%;
    max-height: 200px;
}
.pagination{
    width: 100%;
    margin-top: 70px;
}
.pagination-list{
    display: flex;
    justify-content: center;
}
.pagination-list__item{
    padding: 6px 12px;
    border:2px solid transparent;
    margin: 0 4px;
    font-size: 18px;
    line-height: 22px;
    color:#C4C4C4;
}
.pagination-list__item a{
    display: block;
}
.pagination-list__item.active{
    border: 2px solid #1C62CD;
    color:#1C62CD;
}
.aside-filter__tabs{
    display: flex;
    justify-content: space-between;
}
.aside-filter__tab{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #C4C4C4;
}
.aside-filter__tab.tab--active{
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: bold;
    color: #2F3035;
}
.aside-filter__tab.tab--active span{
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 2px solid #1C62CD;
}
.aside-filter__item-drop{
    margin: 40px 0;
}
.aside-filter__item-title{
    font-family: 'SFProDisplay-Semibold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-left: 26px;
}
.filter__item-drop{
    position: relative;
    cursor: pointer;
}
.filter__item-drop::before{
    content:'';
    position: absolute;
    background-image: url('../images/arrow-down.svg');
    width: 12px;
    height: 8px;
    left: 0;
    bottom: 5px;
    transform: rotate(0deg);
}
.filter__item-drop--active::before{
    transform: rotate(180deg);
}
.aside-filter__content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.aside-filter__content-box{
    width:50%;
    margin-bottom: 10px;
}
.aside-filter__content-label{
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}
.jq-checkbox, .jq-radio{
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #C4C4C4;
    border-radius: 1px;
    box-shadow: none;
    vertical-align: -1px;
    margin: 0 8px 0 0;
}
.jq-checkbox.checked, .jq-radio.checked{
    background: #1C62CD;
}
.jq-checkbox.checked .jq-checkbox__div{
    width: 8px;
    height: 6px;
    margin: 3px 0 0 2px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(0);
    background: url('../images/checked-icon.svg');
}
.jq-radio.checked .jq-radio__div{
    width: 0;
    height: 0;
    margin: 0;
    border-radius: none;
    background: transparent;
    box-shadow: none;
}
.aside-filter__content.aside-filter__content-radio{
    flex-wrap: nowrap;
}
.irs--flat.irs-with-grid{
    width:100%;
}
.irs--flat{
    width: 100%;
    margin-top: -15px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    display: none;
}
.irs--flat .irs-min, .irs--flat .irs-max{
    top:60px;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    text-decoration:underline;
    color:#2f3035;
    font-family: 'Barlow', sans-serif;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
    visibility: visible !important;
    padding-left: 27px;

}
.irs-min::before,
.irs-max::before{
    position: absolute;
    padding-right: 12px;
    font-size:14px;
    line-height: 17px;
    color: #C4C4C4;
    left: 0;
}
.irs-min::before{
    content: 'от';
}
.irs-max::before{
    content: 'до';
}
.irs--flat .irs-line{
    top: 25px;
    height: 1px;
    background-color: #e0e0e0;
    border-radius: 0;
}
.irs--flat .irs-bar{
    top: 25px;
    height: 3px;
    background-color: #1c62cd;
}
.irs--flat .irs-handle{
    top: 22px;
    height: 8px;
    width: 8px;
    background-color: #1c62cd;
    border-radius: 50%;
}
.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
    background-color: transparent;
}
.aside-filter__item-list{
    margin: 46px 0 40px;
}
.filter__item-list{
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #C4C4C4;
}
.filter__item-listtitle{
    font-family: 'SFProDisplay-Semibold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 14px;
    padding-left: 20px;
}
.filter-style filter__item-listselect{
    font-size: 14px;
    line-height: 17px;
    color: #48494D;
}
.jq-selectbox__select{
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #48494D;
    height: 20px;
    padding: 0 25px 0 10px;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
}
.jq-selectbox__trigger{
    background: url('../images/arrow-down.svg');
    width: 12px;
    height: 8px;
    top: 6px;
    right: 9px;
    border-left:none;
}
.jq-selectbox__trigger-arrow{
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border:none;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active{
    background: transparent;
    box-shadow: none;
}
.jq-selectbox.focused .jq-selectbox__select{
    border: none;
}
.jq-selectbox li:hover{
    background: rgba(107, 126, 172, 0.05);
    color: rgba(0, 0, 0, 0.6);
}
.jq-selectbox li.selected{
    background: rgba(107, 126, 172, 0.05);
    color: rgba(0, 0, 0, 0.6);
}
.jq-selectbox li{
    color: rgba(0, 0, 0, 0.6);
}
.jq-selectbox__dropdown{
    border-radius: 0;
    /* padding: 15px; */
}
.filter-more{
    width: 100%;
}
.filter-more__btn{
    font-size: 14px;
    line-height: 17px;
    color: #1C62CD;
    border:none;
    border-bottom: 1px solid #1C62CD;
    background: transparent;
    padding: 0;
    cursor: pointer;
}
.filter-search{
    width: 100%;
    height: 30px;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 20px;

}
.filter-search::placeholder{
    color:#BDBEC2;
}
.btn-checked .aside-filter__content{
    flex-wrap: nowrap;
}
.btn-checked .aside-filter__content-box{
    width: auto;
}
.btn-checked .aside-filter__content-label{
    position: relative;
    height: 25px;
    width: 63px;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.07em;
    color: #C4C4C4;
}
.btn-checked__text{
    position: absolute;
    top:-7px;
    left: 50%;
    transform: translateX(-57%);
    z-index: 5;


}
.btn-checked .jq-checkbox{
    height: 25px;
    width: 63px;
    background: #F0F0F4;
    border: none;
}
.btn-checked .jq-checkbox.checked{
    background: #1C62CD;
    color: #fff;
}
.btn-checked .jq-checkbox.checked .jq-checkbox__div{
    display: none;
}
.btn-checked .jq-checkbox.checked ~ .btn-checked__text{
    color:#fff;
}
.filter-btn__send{
    background: #F0F0F4;
    padding: 16px 85px;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #BDBEC2;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.filter-btn__send--active{
    background: #1C62CD;
    color: #fff;
}
.aside-filter__item-btn{
    text-align: center;
}
.filter__extra{
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-right: 29px;
    display: inline-block;

}
.filter__extra::after{
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url('../images/arrow-down.svg');
    width: 12px;
    height: 8px;
}
.filter__extra-content{
    display: none;
}
.filter__extra.filter__item-drop--active::after{
    transform: rotate(180deg);

}
.filter-btn__reset{
    background-color: transparent;
    padding: 0;
    border:none;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    border-bottom: 1px solid #C4C4C4;
    color: #C4C4C4;
}
.product-card{
    margin-bottom: 80px;
}
.product-card__inner{
    display: flex;
    justify-content: space-between;
}
.product-card__img-box{
    width: 500px;
    padding-top: 64px;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    position: relative;
}
.product-card__img-box::before{
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.12em;
    padding: 13px 25px;
    border-radius: 3px;

}
.product-card__price-old{
    font-size: 30px;
    line-height: 44px;
    opacity: 0.6;
    display: inline-block;
    background: url('../images/old-line.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.product-card__price-new{
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 17px;
}
.product-card__link{
    font-size: 15px;
    line-height: 18px;
    color: #1C62CD;
    border-bottom: 1px solid #1C62CD;
}
.product-card__content{
    width: 570px;
}
.product-card__title{
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-card__code{
    font-size: 15px;
    line-height: 18px;
    opacity: 0.6;
    color: #2f3035;
    margin-bottom: 22px;
}
.product-card__buttons{
    margin-bottom: 50px;
    display: flex;
}
.product-card__img-container {
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-card__img-container img {
    max-width: 100%;
    max-height: 375px;

  }

.rate{
    min-width: 350px;
}
.product-card__tab{
    font-size: 20px;
    line-height: 24px;
    color: #2f3035;
    opacity: 0.6;
    padding-bottom: 5px;
    padding-right: 17px;
    margin-bottom: 5px;
}
.product-card__tab + .product-card__tab{
    padding-left: 17px;
}
.product-card__tab.tab--active{
    opacity: 1;
    border-bottom: 1px solid #1c62cd;
    font-family: 'SFProDisplay-Bold', sans-serif;
    font-weight: bold;
}
.product-card__item{
    padding: 15px 0 6px;
    border-bottom: 1px solid rgba(47, 48, 53, 0.1);
    display: flex;
    justify-content: space-between;
}
.product-card__item-left{
    padding-right: 15px;
}
.product-card__item-right{
    width: 125px;
}
.product-card__more{
    font-size: 14px;
    line-height: 17px;
    color: #1C62CD;
    border-bottom: 1px solid #1C62CD;
    margin-bottom: 40px;
}
.product-card__list{
    margin-bottom: 20px;
}
.product-card__btn button{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color:#FFFFFF;
    background: #1C62CD;
    border:none;
    border-radius: 3px;
    padding: 16px 56px;
    cursor: pointer;

}
.product-card__buttons a + a{
    margin-left: 30px;

}
.card__tabs{
    margin-bottom: 100px;
}
.card__tab-box{
    background: #F0F0F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    margin-bottom: 50px;
}
.card__tab{
    font-size: 20px;
    line-height: 24px;
    opacity: 0.6;
}
.card__tab.tab--active{
    border-bottom: 1px solid #1C62CD;
    opacity: 1;
}
.card__top-line{
    margin-bottom: 10px;
}
.card__label-search{
    font-size: 17px;
    line-height: 20px;
    color: rgba(47, 48, 53, 0.7);

}
.card__input-search{
    background: #F0F0F4;
    border: none;
    border-radius: 3px;
    margin-left: 17px;
    padding:9px 17px 9px 37px;
    margin-right: 100px;
}
.card__label-pickup{
    margin-left: 54px;
    font-size: 17px;
    line-height: 20px;
    color: rgba(47, 48, 53, 0.7);
}
.card__list-item{
    padding: 20px 0;
    border-bottom: 1px solid rgba(47, 48, 53, 0.1);
    display: flex;
    font-size: 16px;
    line-height: 22px;
    color:rgba(47, 48, 53, 0.7);
}
.card__list-itemtitle{
    color: rgb(47, 48, 53);
    font-size: 20px;
    line-height: 24px;
}
.card__list-address{
    width: 220px;
    margin-right: 80px;
}
.card__list-workhour{
    width: 157px;
    margin-right: 96px;
}
.workhour{
    display: flex;
    justify-content: space-between;
}
.card__list-aviable{
    width: 140px;
    margin-right: 60px;
}
.card__list-mun{
   width: 104px;
}
.card__list-btn{
    margin-left: auto;
}
.card__list-btn button{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.12em;
    color: #FFFFFF;
    background: #1C62CD;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
}
.product-slider .slick-dots{
    bottom: -30px;
}
.product-slider .slick-dots button{
    background-color: #C4C4C4;
}
.product-slider .slick-dots .slick-active button{
    background-color: #1C62CD;
}
.product-card__btn-mobile{
    display: none;
}
.footer__topdrop{
    pointer-events: none;
}
.product-slider__item {
    margin: 0 auto;
}
.mobale-wrapper {
    overflow-x: scroll;
}
.test {
    width: 1000px;
}