
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #717680;
	opacity: 1;
}

*:-moz-placeholder {
	color: #717680;
	opacity: 1;
}
*::-moz-placeholder {
	color: #717680;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #717680;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html{
    scrollbar-gutter: stable; 
}

body {
    width: 100%;
    font-size: 16px;
    font-family: 'Bounded', sans-serif;
    line-height: 1.3;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.no-scroll{
    overflow: hidden;
}

*{
    -webkit-tap-highlight-color: transparent;
}

.container{
    width: 100%;
    max-width: 1230px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    font-weight: 400;
    color: #0e1829;
}

.hidden {
  display: none !important;
}

.label{
    display: block;
    margin-bottom: 5px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #0e1829;
}

.label span{
    color: #ee2f2c;
}

.label.error{
    color: #ee2f2c;
}

.form-group{
    margin-bottom: 20px;
    position: relative;
}

.form-group.icon-user-blue:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icons/user_blue.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 8;
    transform: translateY(-50%);
}

.agree{
    padding-top: 20px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #0e1829;
}

.agree a{
    color: inherit;
    text-decoration: underline;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
select,
input[type='search']{
    width: 100%;
    height: 30px;
    padding: 0;
    color: #0e1829;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #717680;
    border-radius: 0;
    transition: .3s;
}

.form-group.icon input{
    padding-left: 32px;
}

textarea{    
    width: 100%;
    height: 38px;
    padding: 0;
    color: #0e1829;    
    font-family: 'Bounded', sans-serif;
    font-size: 12px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #717680;
    border-radius: 0;
    resize: none;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus{
    border-color: #0e1829;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.cols{
    display: flex;
    flex-wrap: wrap;
}

.col{
    
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-family: 'Bounded', sans-serif;
}

.btn-blue{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #5691f5;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.btn-blue:hover{
    opacity: .888;
}

.btn-blue:active{
    opacity: .888;
}

.btn-gray{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #e9eaeb;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0e1829;
    text-align: center;
}

.btn-blue:hover{
    opacity: .888;
}

.btn-blue:active{
    opacity: .888;
}

.btn-orange{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #fc9f3a;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.btn-green{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #21a038;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.arrow-right-white{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../img/icons/arrow-right-white.svg) center no-repeat;
}

.i-att{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 16px;
    background: url(../img/icons/att.svg) center no-repeat;
}

.lup-white{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../img/icons/lup-white.svg) center no-repeat;
}

.btn-refresh{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/icons/refresh.svg) center no-repeat;
}

.btn-blue-w{
    display: inline-flex;
    align-items: center;
}

.btn-blue-w:hover,
.btn-blue-w:active{
    opacity: .888;
}

.btn-blue-w span{
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 3px 50px;
    background: #5691f5;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.btn-white-w{
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 3px 50px;
    background: #fff;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #0e1829;
    text-align: center;
}

.btn-white-w:hover,
.btn-white-w:active{
    opacity: .888;
}


.arrow-circle{
    width: 38px;
    height: 38px;
    display: block;
    flex-shrink: 0;
    background: #5691f5 url(../img/icons/arrow-right-white.svg) center no-repeat;
    border-radius: 100%;
}

.cart-circle{
    width: 38px;
    height: 38px;
    display: block;
    flex-shrink: 0;
    background: #5691f5 url(../img/products/cart.svg) center no-repeat;
    background-size: 22px;
    border-radius: 100%;
}

button:focus{
    outline: none;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 2px!important;
    padding: 0!important;
}

.slick-dots li:before{
    display: none;
}

.slick-dots li button{
    width: 4px;
    height: 4px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #e9eaeb;
    border: none;
    opacity: 1;
    text-indent: -9999px;
    transition: .3s;
}

.white-dots .slick-dots li button{
    background-color: #fff;
}

.slick-dots li.slick-active button{
    background-color: #5691f5;
}

.slick-prev, 
.slick-next{
    width: 22px;
    height: 22px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-position: center !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

.slick-prev:before,
.slick-next:before{
    content: none;
    
}

.slick-prev{
    left: 0;
    background-image: url(../img/icons/prev.svg)!important;
}

.slick-prev:hover{
    opacity: .8;
}

.slick-next{
    right: 0;
    background-image: url(../img/icons/next.svg)!important;

}

.slick-next:hover{
    opacity: .8;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.arrow-append{
    width: 68px;
    height: 22px;
    position: relative;
}

.w20{
    width: 20%;
}

.w25{
    width: 25%;
}

.w33{
    width: 33.33%;
}

.w50{
    width: 50%;
}

.w66{
    width: 66.66%;
}

.w100{
    width: 100%;
}

.overflow-hidden{
    overflow: hidden;
}

.section{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.title-block{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #0e1829;
}

.title-block.center{
    text-align: center;
}

.title-block span{
    color: #5691f5;
}

.p-text{
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #0e1829;
}

.p-text a{
    color: inherit;
}

.b-head{
    margin-bottom: 42px;
}

.b-head .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.b-head .col{

}

.b-head .title-block{
    margin-bottom: 0;
}

.flexbot{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.flexbot.padd-2{
    padding-top: 10px;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    position: relative;
    z-index: 8;
}

.header .container{
    position: static;
}

.header__top{
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

.header__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.header .logo img{
    width: 201px;
    display: block;
}

.header__text{
    font-family: 'TildaSansRegular';
    padding-left: 32px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}

.header__text a{
    color: inherit;
}

.header__text:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/header/tric.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header__items{
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.header__item{
    padding: 0 10px;
}

.header__phone{
    font-weight: 400;
    font-size: 16px;
    color: #0e1829;
}

.header__phone a{
    color: inherit;
}

.header__time{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #717680;
}

.header__middle{
    
    position: relative;
    z-index: 5;
}

.header__middle .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.header__middle .col{
    
}

.header__middle .col.grow-1{
    flex-grow: 1;
}

.nav{
    
}

.nav > ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    column-gap: 58px;
}

.nav > ul > li{
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-2 > ul > li{
    padding: 0;
}

.nav > ul > li > a{
    min-height: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #0e1829;
    position: relative;
    line-height: 1;
    transition: .3s;
}

.nav-2 > ul > li > a{
    min-height: 38px;
}

.nav.white > ul > li > a{
    color: #fff;
}

.nav > ul > li:hover > a{
    
}

.nav > ul > li.active > a{
    
}

.nav > ul > li > a i{
    width: 12px;
    height: 12px;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(../img/icons/chevron-down.svg) center no-repeat;
    transition: .1s;
}

.nav > ul > li img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.nav__drop{
    width: 100vw;
    min-height: 1400px;
    display: none;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
}

.nav > ul > li:hover .nav__drop{
    display: block;
}

.nav__drop ul{
    width: 260px;
    list-style: none;
    position: relative;
}

.nav__drop ul li{
    
}

.nav__drop ul li.subtitle{
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px 3px 0;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #0e1829;
}

.nav__drop ul li a{
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 0;
    font-weight: 400;
    font-size: 10px;
    color: #0e1829;
    text-transform: uppercase;
    transition: .3s;
}

.nav__drop ul li:hover > a{
    color: #5691f5;
}

.nav__drop ul li a i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    background: url(../img/icons/chevron-right.svg) center no-repeat;
    transition: .3s;
}

.nav__drop ul li:hover > a i{
    background-image: url(../img/icons/chevron-right-blue.svg);
}

.nav__drop ul li.active > a{
    color: #5691f5;
}

.nav__drop ul li .icon{
    width: 40px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    flex-shrink: 0;
    margin-right: 16px;
    transition: .3s;
}

.nav__drop ul li .icon_1{
    background-image: url(../img/menu/i_1.svg);
}
.nav__drop ul li:hover > a .icon_1,
.nav__drop ul li.active > a .icon_1{
    background-image: url(../img/menu/i_1_h.svg);
}

.nav__drop ul li .icon_2{
    background-image: url(../img/menu/i_2.svg);
}
.nav__drop ul li:hover > a .icon_2,
.nav__drop ul li.active > a .icon_2{
    background-image: url(../img/menu/i_2_h.svg);
}

.nav__drop ul li .icon_3{
    background-image: url(../img/menu/i_3.svg);
}
.nav__drop ul li:hover > a .icon_3,
.nav__drop ul li.active > a .icon_3{
    background-image: url(../img/menu/i_3_h.svg);
}

.nav__drop ul li .icon_4{
    background-image: url(../img/menu/i_4.svg);
}
.nav__drop ul li:hover > a .icon_4,
.nav__drop ul li.active > a .icon_4{
    background-image: url(../img/menu/i_4_h.svg);
}

.nav__drop ul li .icon_5{
    background-image: url(../img/menu/i_5.svg);
}
.nav__drop ul li:hover > a .icon_5,
.nav__drop ul li.active > a .icon_5{
    background-image: url(../img/menu/i_5_h.svg);
}

.nav__drop ul li .icon_6{
    background-image: url(../img/menu/i_6.svg);
}
.nav__drop ul li:hover > a .icon_6,
.nav__drop ul li.active > a .icon_6{
    background-image: url(../img/menu/i_6_h.svg);
}

.nav__drop ul li .icon_7{
    background-image: url(../img/menu/i_7.svg);
}
.nav__drop ul li:hover > a .icon_7,
.nav__drop ul li.active > a .icon_7{
    background-image: url(../img/menu/i_7_h.svg);
}

.nav__drop ul li .icon_8{
    background-image: url(../img/menu/i_8.svg);
}
.nav__drop ul li:hover > a .icon_8,
.nav__drop ul li.active > a .icon_8{
    background-image: url(../img/menu/i_8_h.svg);
}

.nav__drop ul li .icon_9{
    background-image: url(../img/menu/i_9.svg);
}
.nav__drop ul li:hover > a .icon_9,
.nav__drop ul li.active > a .icon_9{
    background-image: url(../img/menu/i_9_h.svg);
}

.nav__drop ul li .icon_10{
    background-image: url(../img/menu/i_10.svg);
}
.nav__drop ul li:hover > a .icon_10,
.nav__drop ul li.active > a .icon_10{
    background-image: url(../img/menu/i_10_h.svg);
}

.nav__drop ul li .icon_11{
    background-image: url(../img/menu/i_11.svg);
}
.nav__drop ul li:hover > a .icon_11,
.nav__drop ul li.active > a .icon_11{
    background-image: url(../img/menu/i_11_h.svg);
}

.nav__drop ul li .icon_12{
    background-image: url(../img/menu/i_12.svg);
}
.nav__drop ul li:hover > a .icon_12,
.nav__drop ul li.active > a .icon_12{
    background-image: url(../img/menu/i_12_h.svg);
}

.nav__drop ul li .icon_13{
    background-image: url(../img/menu/i_13.svg);
}
.nav__drop ul li:hover > a .icon_13,
.nav__drop ul li.active > a .icon_13{
    background-image: url(../img/menu/i_13_h.svg);
}

.nav__drop ul li .icon_14{
    background-image: url(../img/menu/i_14.svg);
}
.nav__drop ul li:hover > a .icon_14,
.nav__drop ul li.active > a .icon_14{
    background-image: url(../img/menu/i_14_h.svg);
}

.nav__drop ul li .icon_15{
    background-image: url(../img/menu/i_15.svg);
}
.nav__drop ul li:hover > a .icon_15,
.nav__drop ul li.active > a .icon_15{
    background-image: url(../img/menu/i_15_h.svg);
}

.nav__drop ul li .icon_16{
    background-image: url(../img/menu/i_16.svg);
}
.nav__drop ul li:hover > a .icon_16,
.nav__drop ul li.active > a .icon_16{
    background-image: url(../img/menu/i_16_h.svg);
}

.nav__drop ul li .icon_17{
    background-image: url(../img/menu/i_17.svg);
}
.nav__drop ul li:hover > a .icon_17,
.nav__drop ul li.active > a .icon_17{
    background-image: url(../img/menu/i_17_h.svg);
}

.nav__drop ul li .icon_18{
    background-image: url(../img/menu/i_18.svg);
}
.nav__drop ul li:hover > a .icon_18,
.nav__drop ul li.active > a .icon_18{
    background-image: url(../img/menu/i_18_h.svg);
}


.nav__drop ul li .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}


.nav__drop ul ul{
    display: none;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 100%;
}

.nav__drop ul li:hover > ul{
    display: block;
}

.col-search{

}

.search{
    position: relative;
}

.col-search{
    width: 360px;
    height: 40px;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

.search-pos{
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: .3s;
}

.search-pos.active{
    width: 614px;
}

.search_inner{
    width: auto!important;
}

.search-mob{
    width: 100%!important;
    padding: 10px;
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
}

.search input{
    height: 40px;
    padding-left: 52px;
    padding-right: 15px;
    background: #fafafa;
    font-family: 'Bounded', sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    border-top: 1px solid #fafafa;
    border-bottom: 0;
    border-radius: 10px;
    transition: .3s;
}

.search input:focus{
    border-color: #fafafa;
}

.search-pos.active input{
    background: #fff;
    border-color: #e9eaeb;
    border-radius: 10px 10px 0 0;
}

.search input.border{
    background: #fff;
    border: 1px solid #e9eaeb;

}

.search form{
    position: relative;
}

.btn-lup{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/header/lup.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 3;
    transform: translateY(-50%);
}

.search-mob .btn-lup{
    left: 14px;
}

.search__drop{
    width: 100%;
    padding: 20px 26px;
    background: #fff;
    border-bottom: 1px solid #e9eaeb;
    border-left: 1px solid #e9eaeb;
    border-right: 1px solid #e9eaeb;
    border-radius: 0 0 10px 10px;
    display: none;
    transition: .3s;
    overflow: hidden;
}

.search-pos.active .search__drop{
    display: block;
}

.tags{
    display: flex;
    flex-wrap: wrap;
}

.tags__item{
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags__item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 3px 20px;
    border: 1px solid #5691f5;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0e1829;
    white-space: nowrap;
}

.header-panel{
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.header-panel__item{

}

.fav-link{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/header/fav.svg) center no-repeat;
}

.cart-link{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/header/cart.svg) center no-repeat;
    position: relative;
}

.cart-link .num{
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5691f5;
    border-radius: 100%;
    font-weight: 700;
    font-family: 'TildaSansRegular';
    font-size: 6px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 3;
}

.user-link{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/header/user.svg) center no-repeat;
}

.header__bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #5691f5;
    position: relative;
    z-index: 3;
}

.header__mob{
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid #fafafa;
    z-index: 1;
}

.header__mob .cols{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.logo-mob img{
    width: 36px;
    display: block;
}

.header__mob .items{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.burger{
    width: 22px;
    height: 22px;
    background: url(../img/header/burger.svg) center no-repeat;
    cursor: pointer;
}

.burger.active{
    background-image: url(../img/header/burger_close.svg);
}

.btn-search-mob{
    width: 22px;
    height: 22px;
    background: url(../img/header/lup.svg) center no-repeat;
    cursor: pointer;
}

.btn-search-mob.active{
    background-image: url(../img/header/burger_close.svg);
}

.menu-mob{
    width: 100%;
    display: none;
    background: #fff;
    padding-bottom: 15px;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    z-index: 5;
}

.nav-mob{

}

.nav-mob ul{
    list-style: none;
}

.nav-mob ul li{
    position: relative;
}

.nav-mob ul li.subtitle{
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #5691f5;
}

.nav-mob ul li a{
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0e1829;
    transition: .3s;
}

.nav-mob-2 ul li a{
    font-weight: 200;
    text-transform: none;
}

.nav-mob ul li a i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    background: url(../img/icons/chevron-right.svg) center no-repeat;
}

.nav-mob ul li.active > a{
    color: #5691f5;
}

.nav-mob ul li .icon{
    width: 40px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 16px;
}

.nav-mob ul li .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.nav-mob__level-2{
    display: none;
}

.nav-mob__level-3{
    display: none;
}

.level-back{
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 3px 10px;
    background: #fafafa;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0e1829;
}

.level-back i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 6px;
    background: url(../img/icons/chevron-left.svg) center no-repeat;
}

/**INTRO**/
.intro{
    width: 100%;
    display: block;
    background: #72A9CD;
    position: relative;
    z-index: 3;
}

.intro .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.intro .pic_mob{
    display: none;
}

.intro .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right center;
}

.intro .pic_mob img{
    object-position: center;
}

.intro .container{
    position: relative;
    z-index: 3;
}

.intro .item{
    position: relative;
    display: block;
}

.intro .in{
    height: 500px;
    display: flex;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 45px;
}

.intro .vert{
    width: 100%;
}

.intro .top{
    width: 100%;
}

.intro .title{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
}

.intro .title span{
    display: inline-block;
    padding-bottom: 24px;
    position: relative;
}

.intro .title span:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.intro p{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.intro__btn{
    margin-top: 24px;
}

.intro .slick-dots{
    max-width: 1200px;
    top: 50px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

/**STORY**/
.story{

}

.story .items{
    display: flex;
    justify-content: center;
    margin: 0 -10px;
}

.story .item{
    padding: 0 10px;
}

.story .item .in{
    width: 145px;
    cursor: pointer;
}

.story .item .pic{
    height: 170px;
    border: 2px solid #5691f5;
    border-radius: 20px;
    overflow: hidden;
}

.story .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.content__section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.content__top{
    padding-top: 24px;
    padding-bottom: 24px;
}

.content__item{
    margin-top: 50px;
}

.content h2{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #0e1829;
}

.content p{
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.content p span{
    color: #5691f5;
}

.list{
    margin-bottom: 24px;
    padding-left: 24px;
}

.list li{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

ol{
    margin-bottom: 24px;
    padding-left: 18px;
}

ol li{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.breadcrumbs{

}

.breadcrumbs ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs ul li{
    padding-right: 20px;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: #717680;
    text-transform: uppercase;
    white-space: nowrap;
}

.breadcrumbs ul li:before{
    content: "/";
    color: #717680;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.breadcrumbs ul li:last-child:before{
    content: none;
}

.breadcrumbs ul li a{
    display: block;
    color: #717680;
}

.content__pic{
    margin-bottom: 24px;
}

.content__pic img{
    width: 100%;
    border-radius: 10px;
}

.sort{
    display: flex;
    padding-bottom: 50px;
    overflow: auto;
}

.sort__item{
    margin-right: 20px;
}

.sort__item a{
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 30px;
    background: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0e1829;
    transition: .3s;
    white-space: nowrap;
}

.sort__item.radius a{
    border-radius: 100px;
}

.sort__item.active a{
    background: #5691f5;
    border-color: #5691f5;
    color: #fff;
}

/**BLOG**/
.blog{

}

.blog .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.blog .item{
    padding: 0 9px;
    margin-bottom: 18px;
}

.blog .item .in{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.blog .item .pic{
    height: 560px;
    position: relative;
    z-index: 1;
}

.blog .item .pic img{
    width: 100%;
    height: 100%;
    height: block;
    object-fit: cover;
}

.blog .item .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 32px 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.blog .item .overlay:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
}

.blog .item .in:hover .overlay:before{
    opacity: 0;
}

.blog .item .overlay .overlay:after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s;
    opacity: 0;
}

.blog .item .in:hover .overlay:after{
    opacity: 1;
}

.blog .item .title{
    margin-bottom: 0!important;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    position: relative;
    z-index: 3;
    transition: .3s;
}

.blog .item .title.black{
    color: #0e1829;
}

.blog .item .title span{
    display: block;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
}

.blog .item .title span:last-of-type{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
}

.blog .item .title a{
    color: inherit;
}

.blog .item .in:hover .title{
    /*color: #998865;*/
}

.paper{

}

.paper__top{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.paper__top .pic{
    width: 260px;
    height: 260px;
    flex-shrink: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.paper__top .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.paper__top .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.paper__top .right{
    padding-left: 40px;
}

.paper .title{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    color: #0e1829;
}

.paper .title span{
    display: block;
    padding-bottom: 4px;
    font-size: 18px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
}

.paper .title a{
    color: inherit;
}

/**PAGE-HEAD**/
.page-head{
    position: relative;
    z-index: 1;
}

.page-head .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-head .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-head .in{
    height: 250px;
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 60px;
}

.page-head .vert{
    width: 100%;
}

.page-head .title{
    margin-bottom: 0!important;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.1;
    color: #0e1829;
}

.page-head .title.white{
    color: #fff;
}

.back-mob{
    background: #fafafa;
    padding: 12px 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0e1829;
    display: none;
}

.back-mob a{
    display: flex;
    align-items: center;
    color: inherit;
}

.back-mob i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 6px;
    background: url(../img/icons/chevron-left.svg) center no-repeat;
}

.table{
    margin-bottom: 24px;
}

.table table{
    width: 100%;
}

.table table tr td{
    padding: 16px 10px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #0e1829;
    border: 1px solid #e9eaeb;
    vertical-align: middle;
}

.table.half-table table tr td{
    width: 50%;
    box-sizing: border-box;
}

.table table tbody tr td:first-child{
    text-align: left;
}

/**ADVANTAGES**/
.advantages{

}

.advantages .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.advantages .item{
    width: 25%;
    padding: 0 9px;
}

.advantages .item .in{
    min-height: 52px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    border-left: 2px solid #0e1829;
}

.advantages .item:first-child .in{
    padding-left: 0;
    border: none;
}

.advantages .item .icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.advantages .item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.advantages .item .right{
    padding-left: 18px;
}

.advantages .item .title{
    font-weight: 400;
    font-size: 16px;
    color: #0e1829;
}

.advantages .item .title span{
    color: #5691f5;
}

/**ABOUT**/
.about{

}

.about .cols{
    margin: 0 -9px;
}

.about .col{
    width: 50%;
    padding: 0 9px;
}

.about .left{
    max-width: 518px;
}

.about .pic{

}

.about .pic img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

.about__btn{
    margin-top: 24px;
}

/**DEVIDE**/
.devide{

}

.devide .cols{
    margin: 0 -9px;
}

.devide .col{
    padding: 0 9px;
}

.devide .item{
    margin-bottom: 18px;
}

.devide .item .in{
    height: 340px;
    padding: 60px 30px;
    background: #fafafa;
}

.devide .item.h-2 .in{
    height: 698px;
}

.devide .item.h-3 .in{
    height: 196px;
    padding: 40px 30px;
}

.devide .item.h-4 .in{
    height: 306px;
    padding: 40px 30px;
}

.devide .item.h-5 .in{
    height: 275px;
    padding: 40px 30px;
}

.devide .item .title{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #0e1829;
}

.devide .item .title a{
    color: inherit;
}

.devide .item .subtitle{
    display: flex;
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 14px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #717680;
}

.devide .item .subtitle a{
    color: inherit;
}

.devide .item .pic{
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
}

.devide .item.h-3 .pic{
    height: 75px;
}

.devide .item.h-4 .pic{
    height: 75px;
}

.devide .item.h-2 .pic{
    margin-top: 100px;
}

.devide .item.h-5 .pic{
    height: 150px;
}

.devide .item .pic >  img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.devide .item .pic__left{
    position: absolute;
    top: -35px;
    left: -20px;
    z-index: 3;
}

.devide .item .pic__right{
    position: absolute;
    top: 50px;
    right: -84px;
    z-index: 3;
}

.devide .item .pic__left img{
    width: 105px;
    display: block;
}

/**SERVICES**/
.services{

}

.services .cols{
    margin: 0 -9px;
}

.services .col{
    width: 25%;
    padding: 0 9px;
}

.services .item{
    margin-bottom: 18px;
}

.services .item .in{
    height: 302px;
    padding: 20px;
    background: #fafafa;
    position: relative;
}

.services .item.sm .in{
    height: 142px;
    display: flex;
    align-items: center;
}

.services .item .title{
    width: 100%;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #0e1829;
    position: relative;
    z-index: 3;
}

.services .item .title a{
    color: inherit;
}

.services .item .pic{
    width: 100%;
    height: 216px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.services .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/**ACTION**/
.action{
    position: relative;
}

.action__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}

.action__col{
    padding: 0 9px;
    margin-bottom: 18px;
}

.action .in{
    height: 443px;
    display: flex;
    align-items: center;
    padding: 40px;
    position: relative;
    z-index: 3;
}

.action.h-2 .in{
    height: 282px;
}

.action .vert{
    width: 100%;
    max-width: 480px;
}

.action .vert.max-390{
    max-width: 390px;
}

.action .title-block{
    margin-bottom: 20px;
}

.action.h-2 .title-block{
    font-size: 20px;
}

.action .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.action .pic.mob{
    display: none;
}

.action .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.action__btn{
    min-width: 200px;
    margin-top: 24px;
}

.action.h-2 .action__btn{
    margin-top: 0;
}

/**BRANDS**/
.brands{
    overflow: hidden;
}

.brands .items{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding-bottom: 55px;
}

.brands .items:last-child{
    padding-bottom: 0;
}

.brands .item{

}

.brands .item .pic{

}

.brands .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    opacity: .6;
}

/**CAT**/
.cat{

}

.cat-slider{
    margin-right: -15px;
}

.cat-slider .slick-slider{
    margin-right: -570px;
}

.cat .slider-wrap{
    margin: 0 -10px;
}

.cat .item{
    padding: 0 10px;
}

.cat .item .in{
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #e9eaeb;
    border-radius: 500px;
}

.cat .item .pic{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #5691f5;
    border-radius: 100%;
}

.cat .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.cat .item .right{
    padding-left: 20px;
}

.cat .item .title{
    font-weight: 400;
    font-size: 10px;
    color: #0e1829;
    text-transform: uppercase;
}

.cat .item .title a{
    color: inherit;
}

.panel{
    position: relative;
    z-index: 3;
}

.panel__top{
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.panel__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.btn-filter{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
    transition: .3s;
}

.btn-filter i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/icons/filter.svg) center no-repeat;
}

.filter{
    width: 100vw;
    height: 200vh;
    display: none;
    background: rgba(86, 145, 245, .55);  
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
}

.filter.active{
    display: block;
}

.filter__in{
    width: 500px;
    height: 100vh;
    overflow: auto;
    padding: 40px;
    background: #fff;   
}


.filter__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.filter__title{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #0e1829;
}

.filter-close{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/header/burger_close.svg) center no-repeat;
    cursor: pointer;
}

.filter__subtitle{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #0e1829;
}

.filter__item{
    margin-bottom: 30px;
}

.filter .check{
    margin-bottom: 12px;
}

.runner{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#range1{
    width: 100%;
    cursor: pointer;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: none;
    background-color: #0e1829;
    border-radius: 50%;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:before{
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui-slider .ui-slider-range{
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal{
    height: 1px;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -8px;
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-child{
    margin-left: -15px;
}

.ui-slider-horizontal .ui-slider-range{
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min{
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max{
    right: 0;
}

.ui-widget-content{
    background-color: #e9eaeb;
}

.ui-widget-header{
    background-color: #0e1829;
}

.minmax{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 12px;
}

.minmax__item{
    display: flex;
}

.minmax__item span{
    margin-left: 1px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #717680;
}

.minmax input[type='text']{
    field-sizing: content;
    min-width: 20px;
    height: auto;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #717680;
}

.panel__sum{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.i-tile{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/icons/tile.svg) center no-repeat;
}


.sorting{
    display: flex;
    margin: 0 -10px;
}

.sorting__item{
    padding: 0 10px;
}

.soting-toggle{
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 35px 3px 25px;
    border: 1px solid #e9eaeb;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #0e1829;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.soting-toggle:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icons/chevron-down.svg) center no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}


.select-wrap{
    width: 200px;
}

.select-wrap.flex{
    display: flex;
    align-items: center;
}

.i-filter-2{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/icons/filter-2.svg) center no-repeat;
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.select2-container{
    height: 36px;
    display: block;
    margin-bottom: 0px;
    z-index: 99999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding-left: 10px;
    padding-right: 28px;
    margin-right: 0;
    color: #0e1829!important;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #000;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    height: 100%;
    border-radius: 0!important;
    background-color: #fff;
    border: none;
    transition: .3s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    background: #fff;
    color: #0e1829;
    box-shadow: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: #fff;
    color: #0e1829;
    box-shadow: none;
    border: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 11px;
    right: 0;
    opacity: .6;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: none;
}

.select2-dropdown{
    padding: 8px 0;
    border: none;
    border-radius: 4px!important;
    background: #fff;
    box-shadow: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

}


.select2-search--dropdown{
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #000!important;
    background-color: transparent!important;
}

.select2-results__option{
    padding: 7px 10px;
    color: #0e1829;
    font-size: 10px;
    text-transform: uppercase;
}

.select2-container--default .select2-results__option--selected{
    background: transparent;
}

.select2-results__option:hover{
    color: #0e1829!important;
    background-color: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: #0e1829;

}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 13px;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}

/**PRODUCTS**/
.products{

}

.search__drop .products{
    height: 500px;
    overflow: auto;
}

.products .slider-wrap{
    margin: 0 -20px;
}


.products .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.search__drop .products .items{
    margin: 0;
}

.products .item{
    width: 25%;
    padding: 0 20px;
    margin: 50px 0;
}

.search__drop .products .item{
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
}

.products-slider .item{
    width: auto!important;
}

.products .item .in{
    position: relative;
}

.products .item .top{
    position: relative;
    z-index: 1;
}

.products .item .pic{
    height: 184px;
    position: relative;
    z-index: 1;
}

.products .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.products .item .bottom{
    padding-top: 16px;
    position: relative;
    z-index: 3;
}

.btn-cart-add{
    width: 40px;
    height: 40px;
    display: block;
    background: #5691f5 url(../img/products/cart.svg) center no-repeat;
    border-radius: 5px;
    transition: .3s;
}

.btn-cart-add.active{
    background-color: transparent;
    background-image: url(../img/products/cart_blue.svg);
}

.products .item .btn-cart-add{
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 3;
}

.products .item .subtitle{
    margin-bottom: 8px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}   

.products .item .subtitle a{
    color: inherit;
}

.products .item .title{
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.products .item .title a{
    color: inherit;
}

.products__price{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.products__price .old-price{
    font-size: 14px;
    text-decoration: line-through;
    color: #717680;
}

.shild{
    min-width: 65px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 3px;
    background: #5691f5;
    border-radius: 6px;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.shild.red{
    background: #ee2f2c;
}

.shild.border{
    background: transparent;
    border: 1px solid #5691f5;
    color: #5691f5;
}

/**CARD**/
.card{
    
}

.card__cols{
    display: flex;
    flex-wrap: wrap;
}

.card__left{
    width: 700px;
    flex-shrink: 0;
}

.card__right{
    width: calc(100% - 700px);
    padding-left: 60px;
}

.card__top{
    padding-bottom: 30px;
}

.card__top .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 18px;
}

.card .sub{
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}

.card .title{
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.card__logo{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__logo img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.card .price{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.card .price .old-price{
    margin-left: 8px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    color: #717680;
}

.card .price .shild{
    margin-left: 12px;
    position: static;
}

.in-stock{
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}

.in-stock:before{
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/header/tric.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.card__btn{
    width: 100%;
}

.card__btn-2{
    width: 100%;
    margin-top: 10px;
}

.i-cart{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../img/products/cart.svg) center no-repeat;
    background-size: contain;
}

.card-info{
    padding-top: 50px;
}

.card-info__item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.card-info__item i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.card-info__item .i_1{
    background-image: url(../img/card/i_1.svg);
}

.card-info__item .i_2{
    background-image: url(../img/card/i_2.svg);
}

.card-info__item .i_3{
    background-image: url(../img/card/i_3.svg);
}

.card-info__item .i_4{
    background-image: url(../img/card/i_4.svg);
}

.card-slider{
    display: flex;
    flex-wrap: wrap;
}

.card-slider__left{
    width: 110px;
    flex-shrink: 0;
    padding-top: 38px;
    padding-bottom: 38px;
    padding-right: 39px;
}

.card-slider__left .item{
    padding: 10px 0;
}

.card-slider__left .pic{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9eaeb;
}

.card-slider__left .pic img{
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
}

.card-slider__left .slick-slide.slick-current.slick-active .pic img{
    opacity: .55;
}

.card-slider__right{
    width: calc(100% - 110px);
    position: relative;
}

.card-slider__right .slick-slider{
    position: relative;
    z-index: 1;
}

.card-slider__right .pic{
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-slider__right .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.card-slider__left .slick-prev,
.card-slider__left .slick-next{
    top: auto;
    transform: none;
}

.card-slider__left .slick-prev{
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.card-slider__left .slick-next{
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

.btn-fav{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/card/fav.svg) center no-repeat;
    cursor: pointer;
    transition: .3s;
}

.btn-fav.active{
    background-image: url(../img/card/fav_active.svg);
}

.card-slider__right .btn-fav{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.card__bottom{
    padding-top: 50px;
}

.card__bottom .cols{
    margin: 0 -10px;
}

.card__bottom .col{
    padding: 0 10px;
}

.card .subtitle{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #0e1829;
}

.card__toggle{
    pointer-events: none;
}

.card-param{

}

.card-param__item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.card-param__item .icon{
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 18px;
}

.card-param__item .icon img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.card-param__item span{
    display: block;
    padding-bottom: 10px;
    color: #717680;
}

.card-des{
    padding-bottom: 30px;
}

.card-des__item{
    display: flex;
    margin-bottom: 8px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.card-des__item span{
    width: 130px;
    flex-shrink: 0;
    padding-right: 12px;
    color: #717680;
}

.card__mob{
    display: none;
    position: relative;
    margin-bottom: 20px;
    padding-right: 35px;
}

.card__mob .btn-fav{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.card-middle .card__logo{
    display: none;
}

.cart{

}

.cart-top{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-top__left{
    width: 260px;
    flex-shrink: 0;
}

.cart-top__right{
    width: calc(100% - 260px);
    padding-left: 60px;
    padding-right: 40px;
    position: relative;
}

.cart-top .pic{
    height: 260px;
}

.cart-top .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.cart .sub{
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 12px;
    color: #0e1829;
}

.cart__title{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.cart__title a{
    color: inherit;
}

.cart__sub{
    margin-bottom: 28px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}

.cart-top .price{
    font-weight: 400;
    font-size: 24px;
    color: #0e1829;
}

.cart-top .price .old-price{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
    color: #717680;
}

.btn-del{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/header/burger_close.svg) center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.quantity{
    width: 140px;
    height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #e9eaeb;
    line-height: 1;
}

.btn-quantity{
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

.btn-minus{
    background-image: url(../img/icons/minus.svg);
}

.btn-plus{
    background-image: url(../img/icons/plus.svg);
}

.quantity input{
    width: 45px;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0 4px;
    text-align: center;
    border-radius: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

.promocode{
    position: relative;
    margin-bottom: 50px;
}

.promocode input::-webkit-input-placeholder {
    color: #0e1829;
    opacity: 1;
}

.promocode input:-moz-placeholder {
    color: #0e1829;
    opacity: 1;
}
.promocode input::-moz-placeholder {
    color: #0e1829;
    opacity: 1;
}
.promocode input:-ms-input-placeholder {
    color: #0e1829;
    opacity: 1;
}

.promocode input{
    height: 74px;
    padding-left: 24px;
    padding-right: 60px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    border: 1px dashed #0e1829;
    background: #fff;
    border-radius: 0;
}

.promocode__btn{
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/icons/arrow-right-circle.svg) center no-repeat;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 3;
    transform: translateY(-50%);
}

.total{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.total:before{
    content: "";
    width: 100vw;
    height: 1px;
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.total:after{
    content: "";
    width: 100vw;
    height: 1px;
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.total .cols{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.total .title{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #5691F5;
}

.total .sub{
    font-size: 20px;
    color: #0e1829;
}

.total .price{
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #0e1829;
}

.card__order{
    padding-top: 50px;
}

.cart__order .title{
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 32px;
    color: #0e1829;
}

.cart__order .subtitle{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.cart__order .sub{
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #717680;
}

.cart__item{
    margin-bottom: 50px;
}

.avt{
    margin-bottom: 24px;
    padding: 40px;
    background: #fafafa;
}

.avt__items{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.avt__item{

}

.avt__item .btn{
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 3px 11px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.btn-avt-enter{
    background: #5691f5;
}

.btn-avt-sber{
    background: #21a038;
}

.btn-avt-sber i{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 4px;
    background: url(../img/icons/sber.svg) center no-repeat;
}

.btn-avt-ya{
    background: #fc3f1d;
}

.btn-avt-ya i{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 4px;
    background: url(../img/icons/ya.svg) center no-repeat;
}

.order__check{
    position: relative;
}

.order__check label{
    display: flex;
    align-items: center;
    padding: 20px 12px;
    border: 1px solid #717680;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.order__check label > input[type="checkbox"],
.order__check label > input[type="radio"]{
    display: none;
}

.order__check label > i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/icons/check.svg) no-repeat;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0;
}

.order__check label > input[type="checkbox"]:checked + i,
.order__check label > input[type="radio"]:checked + i{
    background: url(../img/icons/checked.svg) no-repeat;
}

.order__check label span span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #717680;
}

.order__check .pic{
    margin-left: auto;
    padding-left: 14px;
}

.order__check .pic img{
    max-width: 100%;
    display: block;
}

.cart__order .cols{
    margin: 0 -10px;
}

.cart__order .col{
    padding: 0 10px;
}

.decorated{

}

.decorated .title{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.decorated .sub{
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.decorated .text{
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.decorated .text a{
    color: #5691F5;
    text-decoration: underline;
}

/**INTER**/
.inter{
    
    padding-top: 50px;
}

.inter__in{
    max-width: 300px;
    margin: 0 auto;
}

.inter__title{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #0e1829;
}

.inter__text{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #0e1829;
}

.inter__btn{
    width: 100%;
    margin-top: 10px;
}

.or{
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #717680;
    overflow: hidden;
}

.or span{
    display: inline-block;
    padding: 0 8px;
    position: relative;
}

.or span:before{
    content: "";
    width: 100vw;
    height: 1px;
    background: #717680;
    position: absolute;
    top: 50%;
    right: 100%;
}

.or span:after{
    content: "";
    width: 100vw;
    height: 1px;
    background: #717680;
    position: absolute;
    top: 50%;
    left: 100%;
}

.inter__link{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #5691F5;
}

.inter__link.m-t{
    margin-top: 28px;
}

.inter__link a{
    color: inherit;
}

.btn-sber{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #21a038;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.btn-sber i{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 20px;
    background: url(../img/icons/sber.svg) center no-repeat;
}

.btn-ya{
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 27px;
    background: #ee2f2c;
    border-radius: 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.btn-ya i{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin-right: 20px;
    background: url(../img/icons/ya.svg) center no-repeat;
}

.personal{

}

.personal-chisel{
    max-width: 408px;
    margin-bottom: 50px;
    padding: 40px;
    border: 1px solid #717680;
}

.personal-chisel .title{
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.personal-chisel .title span{
    display: block;
    padding-top: 6px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #717680;
}

.personal .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.personal .item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.personal .item .in{

}

.personal .item .title{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #0e1829;
}

.personal .item .title a{
    color: inherit;
}

.personal .item .btn{
    min-width: 300px;
    margin-bottom: 30px;
}

.personal .item ul{
    list-style: none;
}

.personal .item ul li{
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.personal .item ul a{
    color: inherit;
}

.personal-goods{
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.personal-goods .pic{
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9eaeb;
    flex-shrink: 0;
}

.personal-goods .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.personal-goods .right{
    padding-left: 20px;
}

.personal-goods__title{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.personal-goods__title a{
    color: inherit;
}

.edit__item{
    margin-bottom: 50px;
}

.edit__item:last-child{
    margin-bottom: 0;
}

.edit .cols{
    margin: 0 -10px;
}

.edit .col{
    padding: 0 10px;
}

.enroll{

}

.enroll__top{
    padding-bottom: 50px;
}

.enroll__text{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
    line-height: 1.5;
}

.enroll__text span{
    display: block;
    font-weight: 400;
    color: #0e1829;
    font-size: 18px;
}

.enroll__item{
    margin-bottom: 20px;
    padding: 40px 40px 20px;
    background: #fafafa;
}

.enroll__item .tit{
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #0e1829;
}

.check{
    margin-bottom: 18px;
}

.check:last-child{
    margin-bottom: 0;
}

.check label{
    display: flex;
    align-items: center;
    font-family: 'Bounded', sans-serif;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.check label > input[type="checkbox"],
.check label > input[type="radio"]{
    display: none;
}

.check label > i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    background: url(../img/icons/check.svg) no-repeat;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
}

.check label > input[type="checkbox"]:checked + i,
.check label > input[type="radio"]:checked + i{
    background: url(../img/icons/checked.svg) no-repeat;
}

.enroll__full{
    display: none;
}

.enroll__bottom{
    padding-top: 100px;
}

.enroll__hide{
    display: none;
}

.store-search{

}

.store-search .flex{
    display: flex;
    align-items: center;
}

.store-search .left{
    flex-grow: 1;
    position: relative;
}

.store-search input{
    height: 40px;
    padding-left: 52px;
    padding-right: 15px;
    background: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 10px;
}

.store-search__btn{
    min-height: 42px;
    padding: 3px 18px;
    border-radius: 100px;
    margin-left: -20px;
    position: relative;
    z-index: 3;
}

.i-map{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
    background: url(../img/icons/map.svg) center no-repeat;
}

.store-drop{
    padding-top: 32px;
}

.store-drop__item .check{
    margin-bottom: 18px;
}

.check-time{
    display: flex;
    flex-wrap: wrap;
}

.check-time__item{
    margin-right: 20px;
    margin-bottom: 20px;
}

.check-time__item label{
    font-family: 'Bounded', sans-serif;
}

.check-time__item label > input[type="checkbox"],
.check-time__item label > input[type="radio"]{
    display: none;
}

.check-time__item label span{
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #0e1829;
    border: 1px solid #5691f5;
    border-radius: 10px;
    white-space: nowrap;
    transition: .3s;
}

.check-time__item label > input[type="checkbox"]:checked + span,
.check-time__item label > input[type="radio"]:checked + span{
    background: #5691f5;
    color: #fff;
}

/* Основной контейнер календаря */
.calendar {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
    border-radius: 38px;
    transition: all 0.2s ease;
}

/* Шапка: месяц и стрелки */
.calendar__head {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar .month{
    padding: 8px 24px;
    font-size: 20px;
    font-weight: 400;
    color: #0e1829;
    letter-spacing: -0.3px;
    display: inline-block;
}

.calendar .prev,
.calendar .next {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.calendar .prev{
    left: 0;
    background: url(../img/icons/prev_chev.svg) center no-repeat;
}

.calendar .next{
    right: 0;
    background: url(../img/icons/next_chev.svg) center no-repeat;
}


.calendar .prev {
    left: 0;
}

.calendar .next {
    right: 0;
}

/* Сетка дней недели */
.week {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 8px;
}

.week div {
    width: 53px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
    color: #717680;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Контейнер дней */
.days {
    margin-top: 6px;
}

.days .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.days .row:last-child {
    margin-bottom: 0;
}

.days .row div {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #0e1829;
    border-radius: 100%;
    
    cursor: pointer;
    background: transparent;
    position: relative;
}

/* Дни предыдущего/следующего месяца (неактивные) */
.days .row div.no {
    color: #e9eaeb;
    background: transparent;
    pointer-events: none;
    cursor: default;
}

/* Ховер для активных дней текущего месяца */
.days .row div:not(.no):hover {
    /*background: #eef3fe;*/
    
}

/* Выбранная дата (active) */
.days .row div.active {
    background: #5691f5;
    color: white;
}

/* дополнительный акцент для сегодня (опционально, не обязательно) но для удобства добавим "сегодня" стиль? */
.days .row div.today {
    background: white;
    color: #0e1829;
    font-weight: 500;
}

.days .row div.active.today {
    background: #5691f5;
    color: white;
}

.days .row div.active.today:hover{
    background: #5691f5;
    color: white;
}

/* Информация о выбранной дате */
.selected-info {
    margin-top: 28px;
    padding: 14px 20px;
    background: #f8fafd;
    border-radius: 32px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #1f2e4a;
    border: 1px solid #eef2f8;
    letter-spacing: -0.2px;
}

.selected-info span {
    color: #5691f5;
    font-weight: 700;
    margin-left: 6px;
    background: #eef3fc;
    padding: 4px 14px;
    border-radius: 40px;
    display: inline-block;
}

 .map-balloon {
    width: 100%;
    max-width: 220px;
    padding: 12px;
    background: #fff;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.map-balloon__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #5691F5;
}
.map-balloon__place {
    padding-left: 38px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    color: #0e1829;
}
.map-balloon__place:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* DataURI для иконки локации вместо ссылки на файл */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
}
.map-balloon__phone {
    padding-left: 38px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    color: #0e1829;
}
.map-balloon__phone:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* DataURI для иконки телефона */
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
}
.map-balloon__btn {
    width: 100%;
    min-height: 32px;
    display: inline-block;
    background: #5691F5;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s ease;
}
.map-balloon__btn:hover {
    background: #3a70c7;
}
#map {
    height: 500px;
    width: 100%;
}

/**OFFERINGS**/
.offerings{

}

.offerings .items.ones{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.offerings .item{
    margin-bottom: 20px;
}

.offerings .item.one{
    padding: 0 10px;
}

.offerings .item .in{
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.offerings .item.one .in{
    align-items: flex-end;
}

.offerings .item.reverse .in{
    flex-direction: row-reverse;
}

.offerings .item .col{
    width: 50%;
    position: relative;
    z-index: 3;
}

.offerings .item.one .col{
    width: 100%;
}

.offerings .item .right{
    display: flex;
    align-items: center;
    padding: 40px;
}

.offerings .item .pic{
    height: 100%;
}

.offerings .item.one .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.offerings .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.offerings .item.reverse .pic img{
    border-radius: 0 10px 10px 0;
}

.offerings .item.one .pic img{
    border-radius: 10px;
}

.offerings .item .vert{
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 3;
}

.offerings__btn{
    margin-top: 24px;
}

.offerings .item .img{
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 1;
}

.offerings .item .img img{
    width: 267px;
    display: block;
}

.offerings .item .title-block.sm{
    font-size: 20px;
}

.no-results{
    padding: 65px 0;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #0e1829;
}

.add{
    width: 344px;
    
    background: #0e1829;
    padding: 20px;
    position: fixed;
    top: 135px;
    right: 50%;
    z-index: 18;
    transform: translateX(585px);
}

.add .in{
    display: flex;
    align-items: center;

}

.add .pic{
    width: 122px;
    height: 87px;
    flex-shrink: 0;
}

.add .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.add .right{
    padding-left: 24px;
}

.comp{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.add .title{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}

.add .title a{
    color: inherit;
}

/**CATEGORY**/
.category{

}

.category .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.category .item{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.category .item .in{
    height: 300px;
    position: relative;
}

.category .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.category .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.category .item .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    z-index: 3;
}

.category .item .title{
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    color: #0e1829;
}

/**SERV**/
.serv{

}

.serv .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.serv .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.serv .item .in{
    height: 300px;
    position: relative;
    z-index: 1;
}

.serv .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.serv .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.serv .item .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    z-index: 3;
}

.serv .item .title{
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    color: #0e1829;
}

.serv .item .img{
    position: absolute;
    bottom: 0;
    right: -28px;
    z-index: 3;
}

.serv .item .img img{
    width: 156px;
    display: block;
}

/**VACANCY**/
.vacancy{

}

.vacancy .item{
    margin-bottom: 24px;
}

.vacancy .item .in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    background: #fafafa;
}

.vacancy .item .title{
    padding-right: 20px;
    font-weight: 400;
    font-family: 'TildaSansRegular';
    font-size: 18px;
    line-height: 1.3;
    color: #0e1829;
}

.vacancy .item .go{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-family: 'TildaSansRegular';
    font-size: 14px;
    color: #717680;
}   

.vacancy .item .go i{
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    margin-left: 12px;
    background: url(../img/icons/chevron-right.svg) center no-repeat;
}

.salon-search{
    margin-bottom: 30px;
}

.salon-search .store-search__btn{
    min-width: 145px;
}

.salon-sort{
    display: flex;
    padding-bottom: 20px;
}

.salon-sort__item{
    margin-right: 20px;
    margin-bottom: 20px;
}

.salon-sort__item a{
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    background: #fff;
    border: 1px solid #e9eaeb;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #0e1829;
    line-height: 1;
    white-space: nowrap;
}

.salon-sort__item.active a{
    background: #5691f5;
    border-color: #5691f5;
    color: #fff;
}

.salons{

}

.salons .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.salons .item{
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.salons .item .in{
    background: #fafafa;
    border-radius: 0 0 10px 10px;
}

.salons .item .pic{
    height: 120px;
}

.salons .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.salons .item .bottom{
    padding: 16px;
}

.salons .item .title{
    margin-bottom: 16px;
    font-weight: 400;
    font-family: 'TildaSansRegular';
    font-size: 18px;
    color: #5691f5;
}

.salons .item .title a{
    color: inherit;
}

.salons__text{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #0e1829;
}

.salons__text a{
    color: inherit;
}

.salons__text .i_1{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_1.svg) center no-repeat;
}

.salons__text .i_2{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_2.svg) center no-repeat;
}

.salons__text .i_3{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_3.svg) center no-repeat;
}

.salons-map{
    height: 770px;
    background: #f4f4f4;
    border-radius: 50px;
}

.salon__left{
    width: 547px;
}

.salon__right{
    width: calc(100% - 547px);
    padding-left: 40px;
}

.salon-slider .card-slider__right .pic{
    height: 437px;
}

.salon-slider .card-slider__right .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.salon-slider .card-slider__left .pic img{
    border-radius: 10px;
}

.salon-slider .card-slider__right{
    border-radius: 10px;
    overflow: hidden;
}

.salon-chisel{
    min-height: 437px;
    padding: 42px;
    background: #fafafa;
    border-radius: 10px;
}

.salon__title{
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #0e1829;
}

.salon__m{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #5691f5;
}

.salon__m a{
    color: inherit;
}

.salon-tags{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
}

.salon-tags__item{
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 3px 20px;
    background: #fff;
    border-radius: 100px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #0e1829;
    line-height: 1;
    white-space: nowrap;
}

.salon__text{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 18px;
    color: #0e1829;
}

.salon__text a{
    color: inherit;
}

.salon__text .i_1{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_1.svg) center no-repeat;
}

.salon__text .i_2{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_2.svg) center no-repeat;
}

.salon__text .i_3{
    width: 24px;
    height: 24px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
    background: url(../img/salons/i_3.svg) center no-repeat;
}

.salon-chisel .cols{
    margin: 0 -10px;
    padding-top: 30px;
}

.salon-chisel .col{
    width: 50%;
    padding: 0 10px;
}

.salon-chisel .col .btn{
    width: 100%;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    background: #0e1829;
    position: relative;
    z-index: 1;
}

.footer .logo{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.footer .logo img{
    width: 200px;
    display: block;
}

.footer__top{
    padding-top: 50px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}

.footer__top .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.footer__top .col{
    padding: 0 10px;
}

.footer__top .col .border{
    height: 100%;
    padding-left: 70px;
    border-left: 1px solid #717680;
}

.footer .subtitle{
    margin-bottom: 24px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    pointer-events: none;
}

.footer-nav{
    list-style: none;
}

.footer-nav li{
    margin-bottom: 12px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.footer-nav li a{
    color: inherit;
    transition: .3s;
}

.footer-nav li a:hover{
    color: #5691f5;
}

.footer__contacts{
    margin-bottom: 7px;
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer__contacts a{
    color: inherit;
}

.footer__contacts.mail a{
    text-decoration: underline;
}

.soc{
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-top: 8px;
}

.footer .soc-mob{
    padding-top: 24px;
    justify-content: center;
}

.soc__item{
    
}

.soc__item img{
    max-width: 100%;
    display: block;
}

.footer__bottom{
    padding-top: 25px;
    padding-bottom: 50px;
}

.footer__bottom .cols{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.footer__bottom .col{
    padding: 0 10px;
    position: relative;
}

.footer__bottom .col:before{
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(113 118 128 / 51%);
    position: absolute;
    top: 0;
    left: -70px;
}

.footer__bottom .col:first-child:before{
    display: none;
}

.footer__bottom p{
    font-family: 'TildaSansRegular';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer__bottom p a{
    color: inherit;
}

.footer-contacts-mob{
    padding-bottom: 20px;
    text-align: center;
}

.footer-contacts-mob .footer__contacts{
    font-weight: 400;
    font-size: 14px;
}

/**POPUP*/
.popup{
    width: calc(100vw - 10px);
    max-width: 1000px;
    padding: 0px;
    background: #fff;
    font-family: 'Bounded', sans-serif;
}


.fancybox-content{
    overflow: visible;
}

.fancybox-slide > *{
    padding: 0;
    background: transparent;
}

.fancybox-slide--html .fancybox-close-small{
    padding: 3px;
    top: 2px;
    right: 2px;
    opacity: 1;
    color: #fff;
}

.fancybox-close-small:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    background: transparent url(../img/header/burger_close.svg) center no-repeat;
    top: 0px;
    right: 0px;
    border-radius: 0;
}

.fancybox-close-small svg{
    display: none;
}

.fancybox-bg{
    /*backdrop-filter: blur(40px);*/
    background: rgba(14, 24, 41, 0.5);
}

.show1200{
    display: none!important;
}