@charset "utf-8";

.ff-inter {
    }

.ff-suisse {
    }
body{
    font-family: "Golos Text";
    color: #14316a;
    font-size: 16px;
    line-height: 1.6;
}
@media(min-width:1920px){
    body{
        background: linear-gradient(to right, #F7F7F8 50%, #FFFFFF 50%);
    }
}
body.overflow_hidden {
    height: 100vh;
    min-height: 100vh;
}

h1,
.title-h1 {
    letter-spacing: -.02em;
    font-size: 46px;
    line-height: 1.2;
}

h2,
.title-h2 {
	color: var(--Color-drk, #00006F);
	font-family: "Golos Text";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

h3,
.title-h3 {
	font-family: "Golos Text";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

h4,
.title-h4 {
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
}
h5,
.title-h5 {
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 10px;
}

@media(max-width: 1229px) {
    h1,
    .title-h1 {
        font-size: 44px;
    }

    h2,
    .title-h2 {
        font-size: 30px;
    }
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 36px;
    }

    h2,
    .title-h2 {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 28px;
    }

    h2,
    .title-h2 {
        font-size: 22px;
    }
    h3,
    .title-h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    h4,
    .title-h4 {
        font-size: 16px;
    }
    h5,
    .title-h5{
        font-size: 16px;
    }
    .mobile-full-width {
    	width: 100%;
    }
}

a {
    color: #194AAA;
}

a:hover {
    color: #333;
}

.btn {
    display: inline-block;
    border: 1px solid #3F5EFB;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition-property: border-color,color,background-color;
    transition-duration: .2s;
    background-color: #3F5EFB;
    color: #fff;
    padding: 9px 15px;
}
.btn:hover {
    transition-duration: .1s;
    background-color: #2B4AE7!important;
    border-color: #2B4AE7!important;
    color: #fff!important;
}
.btn.outline {
    background-color: #fff;
    color: #3F5EFB;
}
.btn.white-btn{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.btn.white-btn:hover{
    background-color: #fff;
    border-color: #194AAA;
    color: #194AAA;
}
.btn.gray-btn{
    background-color: #F7F7F8;
    border-color: #f7f7f8;
    color: #000;
}
.btn.gray-btn:hover{
    background-color: #F7F7F8;
    border-color: #194AAA;
    color: #194AAA;
}

.mse2_pagination {
	text-align: center;
}

.kcms-admin-link {
	position: fixed;
	top: 10px;
	left: 10px;
	border-radius: 15px;
	border: 1px solid #eee;
	padding: 10px;
    box-shadow: 2px 8px 8px 0 #666;
    background: white;
    z-index: 1000;
}

/* Header */
.header {
    box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
    background: #fff;
    position: relative;
    z-index: 500;
}
.header-inner{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1875px;
    margin: auto;
}
.header-left{
    display: flex;
    align-items: center;
}
.header-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-logo {
	margin-left: 115px;
    margin-right: 30px;
}
.header-menu > ul > li{
    display: inline-block;
    margin-right: 25px;
}
.header-menu > ul > li:last-of-type{
    margin-right: 0;
}
.header-menu a{
	color: #00006F;

	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
}
.header-menu > ul > li.active > a,
.header-menu > ul > li > a.active,
.header-menu > ul > li > a:hover{
    color: #3F5EFB;
}

.messengers-buttons a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    position: relative;
}
.messengers-buttons .header-feedback-link{
    display: inline-flex;
    background: #31c409;
    color: #fff;
}

.messengers-buttons a:hover{
    transform: translateY(-3px);
}
.header-phone-wrapper {
	margin-right: 15px;
}
.header-phone-wrapper a {
	color: var(--blue, #2C0ED7);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.header-phone{
    margin-bottom: 3px;
}
.header-phone a{
    color: #282f40;
    font-size: 16px;
    line-height: 1.2;
    }
.header-phone a:hover{
    color: #194AAA;
}
.call-time{
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 1.2;
}
.header-favorites{
    text-align: center;
    margin-left: 30px;
}
.header-favorites svg{
    width: 16px;
}
.header-favorites-icon {
    display: inline-block;
    position: relative;
    bottom: -3px;
}
.header-favorites .favorites_count{
    top: -6px;
    right: -9px;
    background: #194AAA;
    color: #fff;
    position: absolute;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 10px;
    min-width: 15px;
}
.header-favorites-text{
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #858a93;
}
.header-favorites svg path{
    transition: all ease-out 300ms;
}
.header-favorites:hover svg path {
    fill: #194AAA;
}

.header-cart {
    font-size: 12px;
    color: #000;
    position: relative;
    margin-left: 10px;
    text-align: center;
    margin-right: 100px;
    bottom: -2px;
}
.header-cart-icon{
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.header-cart .ms2_total_count {
    top: 3px;
    right: 3px;
    background: var(--bg, linear-gradient(99deg, #4A5DF4 -14.07%, #F64771 90.31%));
    color: #fff;
    position: absolute;
    line-height: 16px;
    font-size: 15px;
    text-align: center;
    padding: 2px 3px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}
#msMiniCart.header-cart .not_empty {
    display: none;
}
#msMiniCart.header-cart.full .empty{
    display: none;
}
#msMiniCart.header-cart.full .not_empty{
    display: block;
}
.header-cart > div{
    align-items: center;
}
.header-burger{
    display: none;
}
/* /. Header */


/* Sidebar and main-col */
.main-content{
	margin-left: 100px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
}
@media(max-width:1550px){
	.header-menu > ul > li {
		margin-right: 15px;
	}
    .header-cart{
        margin-right: 0;
    }
    .header-logo {
    	margin-left: 0;
    }
    .main-content {
    	margin-left: 0;
    	margin-right: 0;
    }
    .center-column {
    	padding-right: 20px!important;
    }
}
@media(min-width:1921px){
    .main-content{
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.center-column{
	background: #F5F7FA;
	padding-right: 100px;
}
@media(min-width:1920px){
    .center-column{
        max-width: 1590px;
    }
}
.center-column-container{
    padding: 40px 0 40px 20px;
}
.left-sidebar {
	max-width: 400px;
}
.left-sidebar-inner{
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.left-sidebar-item{
    height: 100%;
    background-color: #fff;
}
.left-sidebar-item-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(min-width:1920px){
    .left-sidebar-item-inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.sidebar-search{
    position: relative;
    padding-left: 15px;
}
.sidebar-search input[type=text] {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 64px;
    border: 0px;
    background: #fff;
    border-radius: 0 25px;
    padding: 20px 20px;
    color: #787878;
	box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
}
.sidebar-search input[type=text]:focus{
    border-color: #858a93;
}
.sidebar-search [type=submit] {
    position: absolute;
    display: block;
    top: 0;
    right: 20px;
    text-indent: -100000px;
    height: 100%;
    width: 24px;
    background: url(/assets/search-icon.svg) 50% 50% / 24px 24px no-repeat;
    border: none;
    transition: all 200ms ease-out;
    opacity: 0.6;
}
.sidebar-search [type=submit]:hover{
    opacity: 1;
}
.sidebar-nav a.category {
	display: flex;
	align-items: baseline;
	padding: 20px 20px 10px 20px;
}
.category-name {
	margin-right: 8px;
}

.current>a>.category-name {
	color: #3F5EFB;
}

.current>a>.category-items-count {
	color: #3F5EFB;
}

.category-level-1 .category-name {
	color: #00006F;
	font-family: "Golos Text";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.category-level-2.active {
	border-radius: 15px 0 0 15px;
    background: #F5F7FA;
    box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
}
.category-level-2 .category-name {
	color: #001A34;
	font-size: 16px;
	letter-spacing: 0.32px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.category-level-3 a.category {
	padding: 10px 20px;
}
.category-level-3 .category-name {
	color: #070707;
	font-size: 16px;
	letter-spacing: 0.16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16px;
}
.category-level-3 .circle {
	align-self: flex-start;
	display: inline-block;
	min-width: 20px;
	height: 20px;
	background-color: #DDDDDD;
	border: 1px solid #3F5EFB;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 8px;
	opacity: 0.4;
}
.category-level-3.active .circle {
	background-color: #fff;
	border: 5px solid #3F5EFB;
	opacity: 1;
}
.category-level-4 { display: none; }
.category-items-count {
	color: #9A9A9A;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: auto;
}
.sidebar-nav > ul > li{
    position: relative;
    padding: 12px 36px 13px 16px;
    cursor: pointer;
    display: grid;
    grid-gap: 12px;
    /* grid-template-columns: 24px auto; */
    align-items: center;
    transition: all ease-out 300ms;
}
.sidebar-nav > ul > li picture{
    width: 24px;
    height: 28px;
    line-height: 1;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.sidebar-nav > ul > li picture img{
    max-width: 100%;
    max-height: 100%;
}
.sidebar-nav > ul > li > a{
    color: #000;
    display: block;
}
.sidebar-nav > ul > li > a:hover{
    color: #194AAA;
}
.sidebar-nav > ul > li:not(.down){
    padding: 0 0 0 16px;
    flex-wrap: wrap;
}
.sidebar-nav > ul > li:not(.down) > a{
    padding: 12px 36px 13px 0;
    width: calc(100% - 25px);
}
.sidebar-nav > ul > li:not(.down) > picture{
}
.sidebar-nav > ul > li.active,
.sidebar-nav > ul > li:hover{
    background: #E9EAEC;
}
.sidebar-nav > ul > li:not(:first-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 48px;
    height: 1px;
    background-color: #e9eaec;
    transition: all ease-out 300ms;
}
.sidebar-nav > ul > li:hover +li:after,
.sidebar-nav > ul > li.active +li:after{
    opacity: 0;
}
.sidebar-nav > ul > li.down:before{
    content: "";
    position: absolute;
    top: 15px;
    right: 11px;
    opacity: .3;
    width: 24px;
    height: 24px;
    background-image: url(../images/down-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
    transition-property: opacity;
    transition-duration: .2s;
}
.sidebar-nav > ul > li.down:hover:before{
    opacity: 1;
}
.sidebar-nav > ul > li.down > span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sidebar-nav > ul > li > span{
    position: absolute;
}
.sidebar-nav > ul > li.down > a{
    position: relative;
    z-index: 2;
}
.sidebar-nav-sub{
}
.sidebar-nav-sub.active {
    transform: translateX(320px);
}
.sidebar-nav-sub-inner{
    position: sticky;
    top: 0;
    background-color: #e9eaec;
    height: 100%;
    max-height: 100vh;
    overflow: auto;
}

.sidebar-nav-sub-header{
    padding: 15px 15px 12px 45px;
    text-align: center;
    position: relative;
}
.sidebar-nav-sub-close{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
}
.sidebar-nav-sub-close:before{
    content: "";
    position: absolute;
    top: 18px;
    left: 16px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: rgba(40,47,64,.2);
    background-image: url(/assets/sidebar-nav-sub-close-icon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}
.sidebar-nav-sub-close:hover:before{
    background-color: rgba(40,47,64,.5);
    transition-duration: .1s;
}
.sidebar-nav-sub-title{
    display: none;
    letter-spacing: -.02em;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
}
.sidebar-nav-sub-title:hover{
    color: #194AAA;
}
.sidebar-nav-sub-title.active{
    display: inline-block;
}
.sidebar-nav-sub-list{
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.sidebar-nav-sub-list .col{
    display: none;
}
.sidebar-nav-sub-list .col.active{
    display: block;
}
.sidebar-nav-sub-list-item{
    display: block;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}
.sidebar-nav-sub-list .item-title{
    color: #000;
    display: block;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 7px;
}
.sidebar-nav-sub-list-item:hover{
    background: #fff;
}
.sidebar-nav-sub-list-item:hover .item-title{
    color: #194AAA;
}

.sidebar-nav-sub-footer{
    padding: 15px 15px 40px;
}
.sidebar-nav-sub-footer-button{
    display: none;
    border: 1px solid #e9eaec;
    border-radius: 6px;
    width: 100%;
    padding: 14px;
    background-color: #f7f7f8;
    text-align: center;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.sidebar-nav-sub-footer-button.active{
    display: block;
}
.sidebar-nav-sub-footer-button:hover{
    color: #194AAA;
    border-color: #194AAA;
}
.menu-box{
    display: none;
}
.menu-box-title{
    letter-spacing: -.03em;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin: 0 16px 6px;
    color: #858a93;
}
.menu-box li {
	list-style: none;
}
.menu-box ul a{
    display: inline-block;
    padding: 2px 16px;
    color: #000;
}
.menu-box ul a:hover{
    color: #194AAA;
}
.sidebar-contacts-wrapper{
    display: none;
}
/* /. Sidebar and main-col */

/* Top slider */
.slider-area {
    margin-bottom: 30px;
}
.top-slider-wrapper{
    margin-bottom: 30px;
}
.top-slider > div:not(:first-of-type){
    display: none;
}
.top-slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.top-slider .slick-slide {
    height: inherit;
}
.top-slider .item-inner{
    display: flex;
    min-height: 380px;
    padding: 15px 80px;
    justify-content: center;
    align-items: center;
    background: #e9eaec;
    height: 100%;
}
.top-slider .item-content{
    padding-right: 30px;
}
.top-slider .item-title{
    margin-bottom: 10px;
    letter-spacing: -.02em;
    font-size: 46px;
    line-height: 1.1;
    }
.top-slider .item-description{
    letter-spacing: -.01em;
    font-size: 16px;
    line-height: 1.2;
}
.top-slider .item-btn{
    margin-top: 30px;
}
.top-slider .slick-prev{
    background: #e9eaec;
    left: -15px;
}
.top-slider .slick-next{
    background: #e9eaec;
    right: -15px;
}
.top-slider .slick-prev:after,
.top-slider .slick-next:after{
    border-left-color: #929292;
    border-bottom-color: #929292;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #194AAA;
}
.top-slider .slick-prev:hover:after,
.top-slider .slick-next:hover:after{
    border-left-color: #fff;
    border-bottom-color: #fff;
}
.top-slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -35px;
}
@media(min-width:1279px){
    .top-slider-wrapper{
        padding: 30px 30px 0;
    }
    .top-slider-wrapper .item-inner{
        border-radius: 6px;
        overflow: hidden;
    }
    .top-slider{
        margin-left: -5px;
        margin-right: -5px;
    }
    .top-slider .item{
        border-radius: 6px;
        overflow: hidden;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media(max-width:1278px){
    .top-slider .slick-prev{
        left: 25px;
    }
    .top-slider .slick-next{
        right: 25px;
    }
}
@media(max-width: 991px){
    .top-slider .item-title{
        font-size: 26px;
    }
    .top-slider .item-description{
        font-size: 14px;
    }
}
@media(max-width: 638px){
    .top-slider .item-inner{
        padding: 15px;
        flex-wrap: wrap;
        text-align: center;
    }
    .top-slider .item-content{
        padding-right: 0;
        order: 2;
        margin-bottom: 15px;
    }
    .top-slider .item-img{
        margin-bottom: 30px;
    }
}
/* /. Top slider */


/* catalog */
.catalog-carousel-wrapper{
    margin-left: -5px;
    margin-right: -5px;
}
.catalog-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.catalog-carousel .slick-slide {
    height: inherit;
}
.catalog {
    display: grid;
    column-gap: 5px;
	row-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.catalog.catalog-carousel{
    display: block;
}
.catalog.catalog-carousel > div:not(:first-of-type){
    display: none;
}
.catalog.catalog-carousel .col{
    padding: 10px 5px;
}
.catalog .item {
    background: #FFFFFF;
    box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
    position: relative;
    transition: all ease-out 300ms;
    height: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}
.catalog-carousel .item{
    max-width: 300px;
}
.catalog-carousel.slick-slider .item{
    max-width: inherit;
}
.catalog .item:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25);
}
.catalog .item-img {
	width: 100%;
	height: 250px;
    border-radius: 25px 25px 0px 0px;
    background-position: center;
	background-size: cover;
}

.catalog .item .item-favorites{
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog .item .msfavorites{
    position: relative;
    z-index: 30;
    text-decoration: none;
    color: #2c2c2c;
    display: inline-block;
}
.catalog .item .msfavorites svg{
    width: 26px;
    height: 26px;
    transition: all 200ms ease-out;
}
.catalog .item .msfavorites svg path{
    fill:#FF2C46;
}
.catalog .item .msfavorites:hover{
    color: #FF2C46;
}
.catalog .item .msfavorites.voted svg{
    color: #FF2C46;
}
.catalog .item .msfavorites .msfavorites-active{
    display: none;
}
.catalog .item .msfavorites.voted .msfavorites-active{
    display: inline-block;
}
.catalog .item .msfavorites.voted .msfavorites-noneactive{
    display: none;
}
.catalog .item-discount{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    padding: 0 12px 0 6px;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}
.catalog .item-discount:after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0px;
    right: 0;
    width: 31px;
    height: 31px;
    background-image: url(../images/discount-after.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.catalog .item-discount::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 12px;
    z-index: -1;
    background-color: #ff2c46;
    border-radius: 3px;
}
.catalog .item-article{
	color: #787878;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.catalog .item-info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
}
.catalog .item-title{
	color: #00006F;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
}
.catalog .item-attributes {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: rgba(132, 130, 235, 0.20);
}
.catalog .item-size {
	background: #fff;
	padding: 10px 0;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
}

.catalog .item-size-title {
	font-size: 14px;
	color: #888BA1;
}

.catalog .item-size-value {
	font-size: 16px;
	color: #00006F;
	white-space: nowrap;
}

.catalog .item-buttons {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	flex-wrap: wrap;
}

.button {
	width: 100%;
	padding: 10px 20px;
	color: #3F5EFB;
	font-size: 16px;
	border-radius: 15px;
	border: 1px solid #3F5EFB;
	background: #FFF;
	box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
	display: flex;
	gap: 10px;
	justify-content: center;
	transition: all 200ms ease-out;
}

.button:hover {
	color: white;
	background: #2B4AE7;
	box-shadow: 0 4px 10px 6px rgba(255, 81, 47, 0.05);
}

.button:hover .cart-icon path {
	stroke: white;
}

.button:hover .pdf-icon path {
	fill: white;
}

.button:hover .telegram-icon path {
	fill: white;
}

.catalog .product-old-price{
    display: inline-block;
    padding: 0 5px;
    background: #E9EAEC;
    margin-right: 10px;
    font-size: 12px;
    line-height: 132.2%;
    color: #000;
    position: relative;
    border-radius: 2px;
    top: -1px;
    right: 00px;
}
.catalog .product-old-price:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    right: 2px;
    height: 1px;
    background: #194AAA;
}
.catalog .product-price {
    font-size: 23px;
    color:#ff2c46;
    font-weight: 700;
}

.catalog .item .ec-stars{
    position: absolute;
    bottom: 10px;
    right: 0;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 10px 10px 0 8px !important;
    display: inline-block;
}
.catalog .item .ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:16px;
    width:auto;
}
.catalog .item .ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:16px;
    white-space:nowrap;
    overflow:hidden;
}
.catalog .item .ec-stars svg{
    display: block;
    width: 20px;
    height: 16px;
}
.btn-mini-order{
    z-index: 11;
    position: relative;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mini-cart{
    z-index: 11;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mini-cart svg{
    width: 25px;
    height: 25px;
}
.btn-mini-order svg{
    width: 25px;
    height: 25px;
    transform:rotate(270deg);
    fill:#fff;
}
@media(max-width: 991px){
    .catalog{
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 767px){
    .catalog{
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 499px){
    .catalog{
        grid-template-columns: 1fr;
    }
}
/* /. catalog */

.product-attribute {
	display: flex;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
}

.product-attribute-key {
	color: #888BA1;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.product-attribute-val {
	color: #00006F;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

/* informers-t1 */
.informers-t1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
}
.informers-t1 .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #F7F7F8;
    border-radius: 6px;
}
.informers-t1 .item-img{
    width: 250px;
    height: 100%;
    min-height: 220px;
}
.informers-t1 .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.informers-t1 .item-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 250px);
}
.informers-t1 .item-title{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}
.informers-t1 .item-btn{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #194AAA;
    color: #fff;
    padding: 5px 15px;
    border-radius: 6px;
}
.informers-t1 .item-btn svg{
    fill: #fff;
    margin-left: 5px;
}
.informers-t1 .item-btn:hover{
    background: #333333;
}
@media(max-width: 1799px){
    .informers-t1 .item-title{
        font-size: 26px;
    }
}
@media(max-width: 991px){
    .informers-t1{
        grid-template-columns: 1fr;
    }
}
/* /.informers-t1 */

/* features */
.features{
    margin-bottom: 50px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    background: #F7F7F8;
    border-radius: 6px;
    padding: 25px;
}
.features .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features .item-icon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F8;
    border: 1px solid #E9EAEC;
    border-radius: 50%;
}
.features .item-icon img{
    width: 26px;
}
.features .item-content{
    width: calc(100% - 80px);
}
.features .item-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin: 15px 0 10px;
}
.features .item-description{
    font-size: 12px;
}
@media(max-width: 1799px){
    .features .item-title{
        font-size: 18px;
        margin: 16px 0 5px;
    }
    .features .item-icon{
        width: 50px;
        height: 50px;
    }
    .features .item-icon img{
        width: 24px;
    }
    .features .item-content{
        width: calc(100% - 60px);
    }
}
@media(max-width: 1299px){
    .features{
        padding: 20px;
    }
    .features .item-description{
        font-size: 11px;
    }
}
@media(max-width: 991px){
    .features{
        padding: 15px;
        grid-gap: 10px;
    }
    .features .item-description{
        font-size: 10px;
    }
    .features .item-icon{
        width: 40px;
        height: 40px;
    }
    .features .item-icon img{
        width: 20px;
    }
    .features .item-content{
        width: calc(100% - 50px);
    }
    .features .item-title{
        font-size: 16px;
        margin: 10px 0 5px;
    }
}
@media(max-width: 767px){
    .features{
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .features .item-description{
        font-size: 13px;
    }
    .features .item-title{
        font-size: 18px;
    }
}
/* /. features */

/* logotypes-carousel */
.logotypes-section .logotypes {
    background: #f7f7f8;
    border-radius: 10px;
    padding: 40px 100px;
}
.logotypes-carousel{
    margin-left: -20px;
    margin-right: -20px;
}
.logotypes-carousel .col{
    padding-left: 20px;
    padding-right: 20px;
}
.logotypes-carousel > div{
    display: none;
}
.logotypes-carousel.slick-slider > div{
    display: block;
}
.logotypes-section .slick-prev{
    left: -60px;
    background: #E9EAEC;
}
.logotypes-section .slick-next{
    right: -60px;
    background: #E9EAEC;
}
.logotypes-section .slick-prev:hover,
.logotypes-section .slick-next:hover{
    background: #194AAA;
}
.logotypes-section .item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logotypes-section .item img{
    transition: all 200ms ease-out;
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.3;
}
.logotypes-section .item:hover img{
    opacity: 1;
    filter: none;
}
.logotypes-carousel .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.logotypes-carousel .slick-slide {
    height: inherit;
}
@media(max-width:767px){
    .logotypes-section .logotypes{
        padding: 20px;
    }
}
/* /. logotypes-carousel */


/* footer */
.footer {
    padding: 60px 0 28px 0;
	background: linear-gradient(99deg, #4A5DF4 -14.07%, #F64771 90.31%);
	color: white;
}
.footer .container-fluid {
	padding-left: 274px;
}
.footer a {
	color: white;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer a:hover{
    text-decoration: underline;
}
.footer-inner{
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 4fr;
    font-size: 14px;
}
.footer .btn{
    background-color: #F7F7F8;
    border-color: #bfbfbf;
    color: #000;
    display: inline-flex;
    align-items: center;
}
.footer .btn svg{
    width: 17px;
    margin-right: 6px;
}
.footer-phone, .footer-email{
    padding-top: 15px;
}
.footer-nav {
	font-size: 15px;
}
.footer .footer-phone a{
    text-decoration: none;
    font-weight: 700;
}
.footer .footer-phone a:hover{
    text-decoration: underline;
}
@media(min-width:1920px){
    .footer-inner{
        max-width: 1905px;
        margin: auto;
    }
}
.footer-nav-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.footer-nav-title{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
    margin-bottom: 20px;
}
.footer-nav li{
    margin-bottom: 10px;
    font-size: 13px;
}
.footer .item-last-item .footer-nav + .item-content{
    margin-top: 30px;
}
.footer .first-item-content{
    margin-top: 20px;
    font-size: 13px;
}
.footer-logo a{
    display: block;
}
.footer .development,
.footer .copyright{
    font-size: 15px;
    color: #F296EF
}

.footer .social-links{
    padding-top: 35px;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a {
    margin-right: 6px;
    color: #bfbfbf !important;
    background: #fff;
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:4px;
}
.social-links a:hover{
    color: #fff !important;
}
.social-links .vk_link:hover{background:#5880B7;}
.social-links .fb_link:hover{color:#fff;background:#415897;}
.social-links .tw_link:hover{background:#40A0F1;}
.social-links .inst_link:hover{background:#8838A4;}
.social-links .yutb_link:hover{background:#F50000;}
.social-links .ok_link:hover{background:#EE811C;}

@media(max-width: 1299px){
    .footer-inner{
        grid-gap: 65px;
    }
    .footer {
        padding: 40px 0 28px 0;
    }
    .footer-inner{
        font-size: 13px;
    }
    .footer-nav li{
        font-size: 12px;
    }
    .footer-nav-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer-nav-title{
        font-size: 17px;
    }
    .footer .first-item-content,
    .footer .development,
    .footer .item-content{
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .footer-inner{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .footer-nav-wrapper{
        grid-template-columns: 1fr;
    }
    .footer-inner {
        grid-gap: 30px;
    }
    .footer{
        padding: 60px 0 80px;
    }
}
/* /. footer */

/* news */
.blog-posts {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.blog-post {
	box-shadow: rgba(0, 26, 158, 0.03) 2px 8px 8px 0px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    transition: 300ms ease-out;
    border-radius: 25px;
    gap: 10px;
}

.blog-post:hover {
	box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 0px 1px, rgba(0, 0, 0, 0.25) 0px 0px 10px;
}

.blog-post-image {
	width: 100%;
    height: 415px;
    border-radius: 25px 25px 0px 0px;
    background-position: center;
	background-size: cover;
}

.blog-post-date-and-client {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.blog-post-date-and-client > div {
	color: #3F5EFB;
	font-family: "Golos Text";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.blog-post-title {
	padding: 0 20px;
	color: #00006F;
	font-family: "Golos Text";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.blog-post-text {
	padding: 0 20px 20px 20px;
	color: #00006F;
	font-family: "Golos Text";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

@media(max-width:767px){
    .blog-posts {
        grid-template-columns: 1fr;
    }
}
/* /. news */

.content-section{
    margin-top: 40px;
    font-size: 14px;
}
@media(max-width:767px){
    .content{
        font-size: 13px;
        line-height: 1.8;
    }
    .content-section{
        margin-top: 20px;
    }
}

/* pagination */
.pagination{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 30px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 30px;
}
.pagination li{
    display: inline-block;
    margin-right: 3px;
}
.pagination li:last-of-type{
    margin-right: 0;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span {
    display: inline-flex;
    position: relative;
    line-height: 1;
    color: #00006F;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 5px;
    margin-right: 2px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 6px 20px 0 rgba(157, 83, 181, 0.15);
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #2B4AE7!important;
    color: #fff!important;
}
.pagination .active > a,
.pagination .active > a:hover{
    background-color: #3F5EFB;
    color: #fff;
    cursor: default;
}
/* /. pagination */

/* categories-links */
.categories-links{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    }
.categories-links li{
    margin-bottom: 5px;
}
.categories-links a{
    color: #858a93;
}
.categories-links ul > li:first-of-type{
    margin-bottom: 10px;
}
.categories-links ul > li:first-of-type a{
    letter-spacing: -.02em;
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.categories-links a:hover,
.categories-links ul > li:first-of-type a:hover{
    color: #194AAA;
}
@media(max-width:1649px){
    .categories-links{
        grid-gap: 25px;
    }
    .categories-links a{
        font-size: 14px;
    }
    .categories-links ul > li:first-of-type a{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .categories-links{
        grid-template-columns: repeat(3, 1fr);
    }
    .categories-links li{
        margin-bottom: 2px;
    }
    .categories-links ul > li:first-of-type{
        margin-bottom: 5px;
    }
}
@media(max-width:767px){
    .categories-links{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20;
    }
    .categories-links a{
        font-size: 13px;
    }
    .categories-links ul > li:first-of-type a{
        font-size: 16px;
    }
}
/* /. categories-links */

/* Breadcrumbs */
.breadcrumb{
    margin: 0 0 30px;
    font-size: 14px;
}
.breadcrumb > li {
    display: inline;
    color: #858a93;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    color: #858a93;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after{
    content: '';
    display: inline-block;
    background: url(/assets/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    width: 20px;
    height: 20px;
}
.breadcrumb > li > a:hover{
    color: #194AAA;
}
/* /. Breadcrumbs */


/* categories-items */
.categories-items-wrapper{
    margin-bottom: 40px;
}
.categories-items{
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    padding: 15px 10px 0;
    background-color: #f7f7f8;
    border: 1px solid #E9EAEC;
}
.categories-items .col{
    display: inline-flex;
    margin: 0 5px 15px;
    width: 146px;
}
.categories-items .item{
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    color: #000;
    background: #fff;
    text-align: center;
    border: 1px solid transparent;
}
.categories-items .item-title{
    display: block;
    letter-spacing: -.02em;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
}
.categories-items .item:hover,
.categories-items .item.active{
    border-color: #E9EAEC;
    color: #194AAA;
}
@media(max-width: 991px){
    .categories-items-wrapper{
        display: flex;
        overflow: auto;
    }
    .categories-items{
        flex-wrap: nowrap;
    }
}

.subcat-button {
	display: inline-flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 15px;

	border-radius: 25px;
    background: #FEFEFF;
    box-shadow: 2px 8px 8px 0 rgba(0, 26, 158, 0.03);
}
.subcat-button.active {
	background: #00006F;
}
.subcat-button .title {
	font-size: 16px;
	color: #00006F;
}
.subcat-button .count {
	font-size: 14px;
	color: #787878;
}

.subcat-button.active .title {
	color: #fff;
}
.subcat-button.active .count {
	color: #fff;
}

/* ./ categories-items */

/* catalog-wrapper and catalog sidebar */
.catalog-wrapper {
	display: grid;
    grid-template-columns: 3fr 1fr;
    }

.product-tags {
    position: absolute;
    left: 7px;
    top: 7px;
    background: #194aaa;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
}

.catalog .ms2_product .product-tags {
    left: 7px;
    top: 7px;
}

.catalog-sidebar{
	margin-left: 14px;
}
.catalog-inner{
}
.catalog.cols3{
    grid-template-columns: repeat(3, 1fr);
}
@media(max-width: 1599px){
    .catalog .product-price{
        font-size: 19px;
    }
}
@media(max-width: 1369px){
    .catalog.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 1279px){
    .catalog.cols3{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 991px){
    .catalog-inner{
        width: 100%;
        order: 2;
    }
    .catalog-sidebar{
        width: 100%;
        order: 1;
        margin-bottom: 20px;
        margin-left: 0;
        padding-left: 0;
    }
    .catalog-sidebar-inner {
        position: fixed;
        top: -100px;
        bottom: -100px;
        padding: 100px 0;
        right: -320px;
        width: 320px;
        max-width:100%;
        z-index: 600;
    }
    .catalog-sidebar-inner.active{
        transform: translateX(-320px);
        transition-property: transform;
        transition-duration: .2s;
    }
    .catalog-sidebar-filters{
        position: relative;
        height: 100%;
        overflow-y: auto;
        padding: 30px 20px;
    }
    .catalog-sidebar-filters {
        border-radius: 0!important;
    }

    .catalog-sidebar-inner-overlay{
        background-color: rgba(0,0,0,.5);
        position: fixed;
        top: -100px;
        bottom: -100px;
        left: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        transition: opacity ease-out 300ms;
    }
    .catalog-sidebar-inner.active + .catalog-sidebar-inner-overlay{
        z-index: 500;
        opacity: 1;
    }
    .catalog-sidebar-close-btn{
        background: url(/assets/close-sidebar.svg) 0 0 /100% no-repeat;
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        opacity: .5;
        width: 40px;
        height: 40px;
    }
}
@media(max-width: 767px){
    .catalog.cols3{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 499px){
    .catalog.cols3{
        grid-template-columns: 1fr;
    }
}
/* /. catalog-wrapper and catalog sidebar */


/* product page */
.product {
	gap: 30px;
}

.product h2.mobile {
	display: none;
}

.product .block1 {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 2fr;
}

.product .code {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 5px;
}

.product .attributes-block {
	margin-top: 15px;
	max-width: 462px;
}

.product .functions-block {
	column-count: 2;
	column-gap: 20px;
}

.rating-favorites-block {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: -5px;
}

.product-rating {
    width: 120px;
}
.rating-favorites-block .favorites-btn-wrapper {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.rating-favorites-block a{
    color: #A8A8A8;
}
.rating-favorites-block a:hover{
    color: #D75D56;
}
.rating-favorites-block .msfavorites .msfavorites-active{
    display: none;
}
.rating-favorites-block .msfavorites.voted .msfavorites-active{
    display: block;
}
.rating-favorites-block .msfavorites.voted .msfavorites-noneactive{
    display: none;
}
.rating-favorites-block .msfavorites.voted svg {
    color: #cf2929;
}
.product-rating .ec-stars{
    position: relative;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    margin: 0 !important;
}
.product-rating .ec-stars > div{
    background:transparent!important;
    display:flex;
    flex-wrap: wrap;
    height:22px;
    width:auto;
}
.product-rating .ec-stars .real{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:22px;
    white-space:nowrap;
    overflow:hidden;
}
.product-rating .ec-stars svg{
    display: block;
    width: 24px;
    height: 22px;
}

@media(max-width: 992px){
	.product h2.mobile {
		display: block;
	}

	.product h2.desktop {
		display: none;
	}

	.product .block1 {
		display: grid;
		grid-template-columns: 1fr;
	}

	.product .attributes-block {
		margin-top: 15px;
		max-width: none;
	}

	.product .functions-block {
		column-count: 1;
	}

    .footer .item.first-item {
        display: none;
    }
}


.product-carousel-wrapper{
    margin-bottom: 40px;
}
.product-carousel > div:not(:first-of-type){
    display: none;
}
.product-carousel .slick-prev{
    background: #194AAA;
    left: 20px;
}
.product-carousel .slick-next{
    background: #194AAA;
    right: 20px;
}
.product-carousel .slick-prev:hover,
.product-carousel .slick-next:hover{
    background: #93979F;
}
.product-carousel .item a > img{
    width: 100%;
}

.application-buttons-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.application-buttons-block .item-counter-inner{
    width: 102px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}
.application-buttons-block .col2{
    width: calc(100% - 117px);
}
.application-buttons-block .item-counter-inner .input-number{
    display: inline-block;
    height: 34px;
    width: 34px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.application-buttons-block .item-counter-inner button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: #e5e5e5;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.application-buttons-block .item-counter-inner button:hover svg path{
    stroke: #000;
}
.application-buttons-block .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.application-buttons-block .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.application-buttons-block .btn-cart{
    max-width: 250px;
}
.oneclick-link{
    border-bottom: 1px dashed;
    color: #282f40;
}
.oneclick-link:hover{
    border-bottom-color: transparent;
}
.btn-order{
    padding: 9px 70px;
}
@media(min-width:1920px){
    .container-min{
        width: calc(100% - 380px);
    }
}

.product-chars-block{
    margin-bottom: 40px;
}
.product-chars-block .title{
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.chars-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    position: relative;
    font-size: 14px;
}
.chars-row > div:nth-of-type(1) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 3px 0 0;
}
.chars-row  > div:nth-of-type(2) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 0 0 3px;
}
.chars-row:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #9F9F9F;
}
@media (max-width: 1278px){
}
@media(max-width: 991px){
    .product-main-section{
        display: flex;
        flex-wrap: wrap;
    }
    .product-main-section > form{
        width: 100%;
        order: 1;
    }
    .rating-favorites-block{
        bottom: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .btn-order{
        padding: 9px 15px;
        display: block;
        width: 100%;
    }
    .product-carousel-wrapper{
        margin-bottom: 20px;
    }
    .catalog-wrapper {
        margin-bottom: 40px;
        grid-template-columns: auto;
    }
    .container-min{
        width: 100%;
    }
    .chars-row{
        margin-bottom: 5px;
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .chars-row{
        margin-bottom: 4px;
        font-size: 11px;
    }
}

/* /. product page */

.reviews .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-top: 50px;
    border-radius: 0;
    margin-bottom: 0;
}
.reviews .rows > div:last-of-type{
    margin-bottom: 30px;
}
.reviews .element .rev-element-body{
    background: #F8F8F8;
    padding: 32px 22px 30px;
}
.reviews .element .item-icon{
    width: 16px;
    position: absolute;
    left: 22px;
    top: -8px;
    color: #c3c3c3;
}
.reviews .element .rev-element-body:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #F8F8F8;
    border-top: 10px solid #F8F8F8;
}
.rev-element-footer{
    padding: 20px 0 0 40px;
}
.rev-element-footer .rev-name{
    font-size: 20px;
}
.reviews .element .text{
    font-size: 14px;
}
.rating {
    position: relative;
    height: 20px;
    display: inline-flex;
    color: #CFCFCF;
}

.rating .real {
    position: absolute;
    top: 0;
    left: 0;
    color: #f9ab28;
    width: 0;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.rating.rating1 .real {
    width: 20%;
}

.rating.rating2 .real {
    width: 40%;
}

.rating.rating3 .real {
    width: 60%
}

.rating.rating4 .real {
    width: 80%;
}

.rating.rating5 .real {
    width: 100%;
}

.rev-form{
    width: 700px;
    max-width: 100%;
}
.ec-rating{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rev-form .ec-rating-stars{
    float: none;
}
.rev-form .ec-rating-stars span {
    background: transparent;
    width: 24px;
    height: 22px;
    margin-right: 7px;
}

.ec-rating-stars svg path {
    fill: #CFCFCF;
}

.ec-rating-stars .active svg path ,
.ec-rating-stars .active2 svg path  {
    fill: #F8CF67;
}

.alert-success {
    background: #d4f5d4;
    padding: 15px;
    border: 1px solid #b3dbb3;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-group.has-error input {
    border-color: #FF1A00;
}

@media(max-width: 767px){
    .ec-rating{
        flex-wrap: wrap;
    }
    .rev-form .ec-rating-stars{
        width: 100%;
        margin-bottom: 10px;
    }
    .reviews .element .text{
        font-size: 12px;
    }
}

/* contacts page */
.contacts-page-main-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts-page-main-section .col1{
    width: 360px;
}
.contacts-page-main-section .col2{
    width: calc(100% - 390px);
}
.contacts-page-main-section .contacts-block{
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}
.contacts-page-main-section .contacts-block .item{
    width: 100%;
}
.contacts-page-main-section .contacts-block .item .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    }

@media(max-width:1229px){
    .contacts-page-main-section .contacts-block{
        padding: 30px;
    }
    .contacts-page-main-section .col1{
        width: 320px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 350px);
    }
}
@media(max-width:991px){
    .contacts-page-main-section .contacts-block{
        padding: 20px;
    }
    .contacts-page-main-section .col1{
        width: 280px;
    }
    .contacts-page-main-section .col2{
        width: calc(100% - 310px);
    }
}
@media(max-width:767px){
    .contacts-page-main-section .col1,
    .contacts-page-main-section .col2{
        width: 100%;
    }
    .contacts-page-main-section .col1{
        order:2;
        margin: 40px 0 10px;
    }
    .map {
        height: 350px;
    }
}
/* /. contacts page */
.payment-list{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}
.payment-list .item {
    margin: 0 10px 20px;
    width: 140px;
}
.payment-list picture {
    margin-bottom: 15px;
    display: block;
}
.payment-list picture img{
    width: 100px;
    height: 50px;
}
.payment-list .text{
    color: #858a93;
    letter-spacing: -.03em;
    font-size: 13px;
    line-height: 1.2;
}

.about-page-features-wrapper{
    padding-top: 30px;
}
.about-page-features{
    display: grid;
    grid-gap:30px;
    grid-template-columns: repeat(4, 1fr);
}
.about-page-features .item{
    height: 160px;
    border-radius: 6px;
    background-color: #F7F7F8;
    border: 1px solid #E9EAEC;
    text-align: center;
}
.about-page-features .item-content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2%;
}
.about-page-features .item-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}
@media(max-width: 991px){
    .about-page-features{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width:767px){
    .about-page-features{
        grid-template-columns: 1fr;
    }
}

/****** Order Page */
.order-section {
	display: flex;
	gap: 5px;
	align-items: flex-start;
}

.order-section .form {
	max-width: 500px;
}

.order-section .decor {
	max-width: 700px;
}

.order-section input, .order-section textarea {
	padding: 9px 10px;
	border: none;
	border-radius: 10px;
	background: #F5F7FA;
}

.order-section .field-title {
	color: #00006F;
    font-family: "Golos Text";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
}

.order-section .button.disabled,
.order-section .button.disabled:hover,
.order-section .btn.disabled,
.order-section .btn.disabled:hover {
    background: #dadada!important;
    border-color: #dadada!important;
    color: #1c1c1b!important;
    cursor: default!important;
}

.orderbutton-wrapper #orderbutton.disabled + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.order-section #agreement_order + label.err{
    color: #FF1A00;
}

.order-section #agreement_order + label a{
    color: #838383;
    text-decoration: underline;
}
.order-section #agreement_order + label a:hover{
    text-decoration: none;
    color: #000;
}
.order-section #agreement_order + label.err a{
    color: #FF1A00;
}
/* ======= /. custom check and radio ======= */
@media(max-width: 991px){
	.order-section {
		flex-direction: column;
	}
	.order-section .form {
		max-width: none;
	}
}
@media(max-width:767px){
}

/****** /.Order Page */

.jgrowlHide #jGrowl{
    display: none !important;
}
.isa_success {
    border: 1px solid #b4d4b4;
    background-color: #f2fff2;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number{
    color: #26af32;
}

/** catalog-filter **/
.mb-4 { margin-bottom: 4px; }
.flex { display: flex; }
.flex-wrap {flex-wrap: wrap;}
.flex-col { display: flex; flex-direction: column; }
.eq-col {
    flex: 1;
    text-align: center;
}
.eq-col:first-of-type {
    text-align: left!important;
}
.eq-col:last-of-type {
    text-align: right!important;
}

/* ui slider*/
.catalog-sidebar-filters .ui-slider{
    border: none !important;
    height: 6px;
    background: #E9E9E9;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0;
    right: -4px;
}
.catalog-sidebar-filters .ui-slider-range{
    background: #c1c1c1;
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle{
    width: 14px !important;
    height: 14px !important;
    margin-top: 0px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
}
.catalog-sidebar-filters .ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}
.catalog-sidebar-filters .ui-corner-all,
.catalog-sidebar-filters.ui-corner-top,
.catalog-sidebar-filters .ui-corner-right,
.catalog-sidebar-filters .ui-corner-tr{
    border-radius: 0 !important;
}
.catalog-sidebar-filters .ui-slider-handle.ui-state-default.ui-corner-all{
    border-radius: 2px !important;
    background: #194AAA !important;
    border-color: #194AAA !important;
    top: -4px;
    opacity: 1 !important;
}
.number_slider_wrapper{
    padding: 0 11px 0 3px;
    background: #E9E9E9;
}
.mse2_number_inputs .form-control{
    height: 32px;
    padding-left: 35px;
}
.mse2_number_inputs label{
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #757575;
}
/*./ ui slider*/
.sort-block{
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 108.2%;
}
.sort-block strong{
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    white-space: nowrap;
}
.sort-block a{
    color: #000;
    margin: 0 5px;
    position: relative;
    top: -1px;
    white-space: nowrap;
}
.sort-block a.active,
.sort-block a:hover{
    color: #194AAA !important;
}
#mse2_sort .sort span{
    position: relative;
    top: -1px;
}

.filter-item-wrapper{
    margin-top: 30px;
}
.filter-item-wrapper.mt0{
    margin-top: 0;
}
.filter-title{
    margin-bottom: 10px;
    font-size: 18px;
}
.catalog-sidebar-filters{
    padding: 30px 20px;
    border-radius: 25px;
    background: #FFF;
}
.filter-item-body .cols{
    display: grid;
    grid-gap: 10px;
}
.filter-item-body .cols.cols2{
    grid-template-columns: 1fr 1fr;
}

#filter-form {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

#filter-form h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
	color: #001A34;
}

#filter-form label {
	cursor: pointer;
	color: #070707;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

#filter-form select, #filter-form input {
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(0, 115, 255, 0.20);
	padding: 8px 10px;
	font-size: 12px;
	line-height: 16px;
}

#filter-form .ui-slider-handle {
	border-radius: 7px!important;
}

#filter-form .input-hover {
	position: absolute;
	left: 10px;
	top: 9px;
	color: rgb(20, 49, 106);
    font-family: "Golos Text";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.range-container {
    margin-top: 15px;
}
.range-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.range-labels input {
    width: 100px;
}
.range-labels select {
   width: 100px;
   padding: 3px 1px;
}


.filter-customcheck {
    position: relative;
    margin-bottom: 10px;
}
.filter-customcheck input[type=checkbox]{
    position: fixed;
    top: -100000px;
}
.filter-customcheck input[type=checkbox] + label{
    position: relative;
    padding-left: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}
.filter-customcheck input[type=checkbox] + label:before{
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 3px;
    left: 0px;
}
.filter-customcheck input[type=checkbox]:checked + label:before{
	background: url(../images/checked.svg) 0 0 no-repeat;
}
.filter-customcheck label:hover{
    color: #194AAA;
}
.filter-item-wrapper{
    display: none;
}
.filter-item-wrapper.full{
    display: block;
}
.boolean-filter .filter-customcheck:first-of-type + .filter-customcheck{
    display: none !important;
}

.not-boolean-filter .filter-customcheck{
    display: none;
}
.not-boolean-filter .filter-item-body > div > div:nth-of-type(1),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(2),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(3),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(4),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(5),
.not-boolean-filter .filter-item-body > div > div:nth-of-type(6){
    display: block;
}
.not-boolean-filter.open .filter-item-body > div > div{
    display: block;
}

.filter-more-btn{
    display: inline-block;
    position: relative;
    color: #858a93;
    padding-left: 23px;
    cursor: pointer;
    transition: color ease-out 300ms;
    margin-top: 10px;
}
.filter-more-btn:before{
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/down-icon2.svg);
    transition: opacity ease-out 300ms;
}
.filter-more-btn:after{
    content:"";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url(../images/down-icon3.svg);
    transition: opacity ease-out 300ms;
    opacity: 0;
}
.filter-more-btn:hover{
    color: #194AAA;
}
.filter-more-btn:hover:before{
    opacity: 0;
}
.filter-more-btn:hover:after{
    opacity: 1;
}
.filter-item-wrapper.open .filter-more-btn:after,
.filter-item-wrapper.open .filter-more-btn:before{
    transform: rotate(180deg);
}

@media(max-width:991px){
    .sort-block > div{
        display: flex;
        overflow-x: auto;
        height: 16px;
    }
}
.reset-filters-btn.hidden{
    display: none;
}
.reset-filters-btn{
    margin-top: 20px;
    border: none;
    padding: 0;
    background: transparent;
    color: #000;
}
.reset-filters-btn:hover{
    color: #194AAA;
}
.reset-filters-btn img {
    margin-top: -2px;
}
/** /. catalog-filter **/

.f-carousel {
  --f-carousel-gap: 8px;

  --f-arrow-pos: 10px;

  --f-arrow-width: 38px;
  --f-arrow-height: 38px;

  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;

  --f-arrow-color: #475569;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0
          0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;

  --f-carousel-dot-selected-bg: #3F5EFB;
}

#blogPostsCarousel {
	--f-carousel-slide-height: 350px;
	--f-carousel-dots-width: calc(4vw + 5px);
	--f-carousel-dot-width: 4vw;
	--f-carousel-dot-border-radius: 4px;
	--f-carousel-slide-padding: 32px;
}

.f-carousel__slide {
	display: flex;
	flex-direction: column;
	border-radius: 25px;
}

.h-padding33 {
	padding-left: 33px;
	padding-right: 33px;
}

.f-carousel__slide .text {
	margin-top: auto;
	margin-bottom: auto;
    padding: 20px;
    border-radius: 25px;
    background: linear-gradient(99deg, rgba(74, 93, 244, 0.50) -14.07%, rgba(246, 71, 113, 0.50) 90.31%);
}

.f-carousel__slide .text h1 {
	color: #FFF;
    font-family: "Golos Text";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
}

.f-carousel__slide .text h4 {
	color: #FFF;
	font-family: "Golos Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 22.4px */
	letter-spacing: 0.32px;
    margin-bottom: 20px;
}

.f-carousel__slide .text a {
	margin-top: auto;
	color: white;
	display: flex;
	max-width: 307px;
	height: 50px;
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--Color-wht, #FFF);
	transition: all 200ms ease-out;
}

.f-carousel__slide .text a:hover {
	padding-right: 10px;
}

.f-carousel .is-arrow {
	opacity: 0;
	transition: all 200ms ease-out;
}
.f-carousel:hover .is-arrow { opacity: 1; }

.f-carousel__slide .blog-image {
	border-radius: 25px;
	display: block;
	height: 350px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

/* brands*/
.brands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    margin-bottom: 33px;
}
.brands .item{
	padding: 10px 12px;
	border-radius: 25px;
	background: #FFF;
	box-shadow: 2px 8px 8px 0 rgba(10, 36, 168, 0.05);
	display: flex;
	align-items: center;
    justify-content: center;
}
.brands a:hover {
    box-shadow: 0 0 0 1px #E4E5E7, 0 0 10px rgba(0,0,0,0.2);
}
@media(max-width:991px){
    .brands{
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}
@media(max-width:767px){
    .brands{
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
    .brands .item a{
        padding: 20px;
    }
}
@media(max-width:499px){
    .brands{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* /. brands*/
.grid-width-full{
    grid-column-start: 1;
    grid-column-end: 10;
}


/* product options color */
.color-block .block-title{
    margin-bottom: 20px;
    font-size: 18px;
}
.color-block .color-element {
    display: inline-block;
    vertical-align: top;
    height: 54px;
    width: 54px;
    margin: 0 5px 25px;
    position: relative;
}
.color-block .color-element input[type=radio] {
    position: fixed;
    top: -100000px;
}
.color-block .color-element input[type=radio]+label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #E5E5E7;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.color-block .color-element input[type=radio]+label span {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    box-shadow: 0 0 0 2px #6b6b6b;
    opacity: 0;
}
.color-block .color-element input[type=radio]:checked+label span,
.color-block .color-element:hover input[type=radio]+label span{
    opacity: 1;
}
/* /. product options color */

.filters-form .filter-item-body > div:not(.filter-outer-vendor) {
    display: flex;
    flex-wrap: wrap;
}

.filters-form .filter-item-body > div:not(.filter-outer-vendor) > .filter-customcheck {
    width:50%;
}

.product-request-price {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #194AAA;
}

.filters-form > .filter-item {
    margin-top:25px;
}
.wd {
  width:100%;
  grid-gap: 0 20px;
}
.col-ks {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.col-ks img {
    width:100%;
}
.col-ks .desc {
   text-align:center;
}
.col-ks .desc .title {
    font-size: 25px;
    margin-bottom: 5px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.wd .slick-list {
     margin: 0 -15px;
 }
.wd .slick-slide {
     margin: 0 15px;

}
@media (max-width: 699px) {
    .flex.wd {
        display: block;
    }
}
.img-desc {
    text-align: center;
    margin-top: 10px;
}



*[data-text="ft"] {
    max-height:0;
    opacity:0;
    overflow:hidden;
    transition: all ease-out .4s;
}

*[data-text="ft"].active {
    opacity:1;
}

.expanded-text__button {
    cursor:pointer;
    color: #3c78b4;
    font-weight: 600;
    text-align: right;
    width: fit-content;
    margin-left: auto;
    display:flex;
    gap:3px;
}

.expanded-text__button:after {
    content: "";
    display: block;
    color: inherit;
    font-size: 1.3rem;
    margin-right: 0.3rem;
    margin-left: -0.3rem;
    -webkit-transition: color 0.4s;
    transition: all 0.4s;
    width: 10px;
    height: 10px;
    background: url(../images/down-icon2-blue.svg);
    transform: rotate(0deg);
    width: 22px;
    height: 22px;
    filter: contrast(0.5);
}

.expanded-text__button.active:after {
    transform:scaleY(-1);
}

@media (max-width:768px) {
    .content-tables-section table {
        margin-bottom: 30px;
        overflow-x: scroll;
        width: 100% !important;
        height:fit-content !important;
        display: block;
    }

    .content-tables-section table td {
        padding:10px;
        font-size:13px;
    }

    .content-tables-section table th {
        padding:10px;
        line-height: 120%;
    }

    .chars-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 7px;
    }

    .chars-row > div:nth-of-type(1) {
        font-size: 12px;
        color: #858a93;
    }

    .chars-row > div:nth-of-type(2) {
        font-size:13px;
        padding-left:0;
    }
}

@media (max-width: 1278px){
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(32px);
        -webkit-backdrop-filter: blur(32px);
    }
    .header-inner{
        height: 80px;
    }
    .main-content{
        display: block;
        padding-top: 80px;
        margin-left: 0;
    }
    .header-menu{
        display: none;
    }
    .header-logo{
    	margin-left: 0;
        margin-right: 0;
    }
    .header-left{
        width: 40%;
    }
    .left-sidebar{
        width: 100%;
    }
    .left-sidebar-inner{
        position: fixed;
        top: 80px;
        bottom: 0;
        right: -100vw;
        width: 100vw;
        max-width: 600px;
        height: auto;
    }
    .left-sidebar-inner.active .left-sidebar-item{
        transform: translateX(-100vw);
        transition-property: transform;
        transition-duration: .2s;
		box-shadow: 0 0 80px 0 #444;
    }
    .sidebar-nav-sub{
        transition-duration: .2s;
    }
    .left-sidebar-inner.active .sidebar-nav-sub{
        transform: translateX(320px);
    }
    .left-sidebar-inner.active .sidebar-nav-sub.active{
        transform: translateX(640px);
    }
    .left-sidebar-item-inner{
        position: static;
        overflow-y: auto;
        height: 100%;
        padding-top: 0;
    }
    .sidebar-nav-sub-inner{
        position: static;
        overflow-y: auto;
        height: 100%;
    }
    .menu-box {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .header-burger {
        position: relative;
        display: block;
        overflow: hidden;
        height: 52px;
        width: 46px;
        background-image: url(/assets/burger-icon.svg?v=2);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: 12px 14px;
        cursor: pointer;
    }
    .header-burger:before{
        content: "";
        position: absolute;
        top: 3px;
        left: 1px;
        width: 46px;
        height: 46px;
        opacity: 0;
        background-image: url(/assets/close-sidebar.svg?v=2);
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        transform: scale(.7);
    }
    .header-burger.active{
        background: 0 0;
    }
    .header-burger.active:before{
        opacity: 1;
        transform: scale(1);
        transition-property: transform,opacity;
        transition-duration: .2s;
    }
    .messengers-buttons a:before{
        display: none;
    }
	.footer .container-fluid {
		padding-left: 15px!important;
	}

	.f-carousel__slide .text h1 {
	    line-height: normal;
    	font-size: 24px;
	}
	#blogPostsCarousel .is-arrow {
		display: none;
	}
}
@media(max-width: 991px){
	.center-column {
		padding-right: 0px!important;
	}
    .center-column-container{
        padding: 30px 15px;
    }
    .header-favorites{
        margin-left: 20px;
    }
    .header-cart{
        margin-right: 0;
        margin-left: 10px;
    }
    .header-favorites-text,
    .call-time{
        font-size: 10px;
    }
    .header-favorites-icon{
        bottom: -7px;
    }
	#blogPostsCarousel {
	  --f-carousel-slide-padding: 15px;
	}
}

@media(max-width: 767px){
    .header-left,
    .header-right{
        width: auto;
    }
    .header-phone-wrapper{
        display: none;
    }
    .header-favorites{
        margin-left: 0;
    }
    .header-cart{
        margin-right: 0;
        margin-left: 20px;
    }
    .header-favorites-text {
        display: none;
    }
    .sidebar-contacts .sidebar-phone a{
        color: #282f40;
        font-size: 16px;
        line-height: 1.2;
        }
    .sidebar-email a{
        color: #282f40;
        font-size: 14px;
        line-height: 1.2;
        text-decoration: underline;
    }
    .header-messengers{
        display: none;
    }
    .sidebar-contacts-wrapper{
        display: block;
        padding: 15px;
        margin: 15px 0 0;
    }
    .sidebar-contacts{
        margin-bottom: 25px
    }
    .messengers-buttons a{
        margin-left: 0;
        margin-right: 6px;
        width: 38px;
        height: 38px;
    }
}

@media(max-width: 638px){
    .left-sidebar-inner.active .sidebar-nav-sub{
        transform: translateX(0);
        z-index: 1;
    }
    .left-sidebar-inner.active .sidebar-nav-sub.active{
        transform: translateX(320px);
    }
}

@media(max-width: 767px){
    .informers-t1 .item{
        justify-content: flex-end;
    }
    .informers-t1 .item-title{
        font-size: 20px;
    }
    .informers-t1 .item-content{
        padding: 30px 15px 15px;
        display: block;
        width: 100%;
    }
    .informers-t1 .item-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
}
