@import url("fonts/joshkarola.css");

:root {

    --theme-primary-color: #C0392B;
    --theme-secondary-color: #A93226;
    --theme-third-color: #696969;
	
	--bg-primary-color: #9bb8cd;
	--bg-secondary-color: #eeeeee;
	
    --body-bg: #FFFFFF;
    --body-color: #243238;
    --base-font-family: 'Joshkarola', 'Open Sans', sans-serif;
    --base-font-size: 14px;
    --base-font-lineheight: 1.5;
    --base-font-weight: 400;
	
}

body {
	font-family: var(--base-font-family);
	font-weight: var(--base-font-weight);
	color: var(--body-color);
	font-size: var(--base-font-size);
	line-height: var(--base-font-lineheight);
	width: 100%;
	background-color: var(--body-bg);
}
a, .a{
	color: var(--theme-primary-color);
}
.a:focus,
.a:hover,
a:focus,
a:hover{
	text-decoration: none;
	color: var(--theme-secondary-color);
}
:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0!important;
}
::placeholder{
	color: var(--bg-secondary-color);
	font-weight: 300;
	font-size: 1.4rem;
}
.a,
a, 
a *, 
button, 
label, 
header, 
header:before, 
.catalog-menu, 
.categories-item .thumb,
.products__item,
.description-body,
.sticky-grgroup,
.slick-arrow{
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
input, button, .input-lg, .btn{
	border-radius: 19px;
}

#content{
	min-height: 30vw;
}

div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.rowall {
    display: flex;
    flex-flow: wrap;
}
.rowall .col-0, .rowall .col-1, .rowall .col-2 {
    width: 100%;
}
.rowall .col-2 {
    order: 2;
}
.rowall .col-1 {
    order: 1;
}
.rowall .col-0 {
    order: 0;
}

.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}
.mt-70{margin-top: 70px;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.mb-70{margin-bottom: 70px;}

.a{
	border: none;
	background: transparent;
	padding: 0;
}

.btn{
	padding: 12px 20px;
	font-weight: 500;
}
.btn.btn-primary{
	border-color: var(--theme-secondary-color);
	background-color: var(--theme-primary-color);
	color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color: var(--theme-secondary-color);
}
.btn.btn-primary.in-cart{
	background-color: var(--bg-primary-color);
	border-color: var(--bg-primary-color);
}

.more-link{
    display: block;
    width: max-content;
    margin: 30px auto 0;
}

.overflow{
	overflow: hidden;
}

.breadcrumb{
    padding: 0;
    /*margin-bottom: 50px;*/
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	font-size: 1.3rem;
}
.breadcrumb li{
	color: var(--theme-third-color);
}
.breadcrumb a{
	color: var(--body-color);
}
.breadcrumb a:hover{
	color: var(--theme-primary-color);
}
@media (max-width: 767px) {
	.breadcrumb > li{
		display: none;
	}
	.breadcrumb > li:nth-last-child(2){
		display: block;
		font-size: 1.4rem;
	}
	.breadcrumb > li + li:before {
		display: none;
	}
	.breadcrumb > li:nth-last-child(2):before {
		padding: 0 10px 0 0;
		color: var(--theme-third-color);
		display: inline-block;
		font: normal normal normal 14px / 1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f104";
	}
	
}

.container h1:first-child{
	margin-top: 0;
}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500
}
.pagination a > .fa{
	color: var(--theme-third-color);
}
.pagination a:hover > .fa{
	color: var(--theme-primary-color);
}
@media (min-width: 768px) {
    .pagination {
        -ms-flex-pack:start;
        justify-content: flex-start
    }
}


.pagination >li >a,
.pagination >li > span,
.pagination > li >a:hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 4rem;
    height: 4rem;
    text-decoration: none;
    color: #343434;
    transition: color 0.25s, background 0.25s;
    border-radius: 4px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: initial
}

.seo {
    margin: 0 0 6rem
}

@media (min-width: 1200px) {
    .seo {
        margin:0 0 14.5rem
    }
}

@media (min-width: 1200px) {
    .seo__wrapper {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.seo__image {
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 3rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 34rem;
    text-align: right
}

.seo__image img {
    display: inline-block;
    width: auto;
    height: 100%
}

@media (min-width: 1200px) {
    .seo__image {
        margin:0 4rem 0 0
    }
}
.description-data{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.description .description-thumb{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
	margin-right: 30px;
}
.description .description-body{
	height: auto;
	overflow: hidden;
}
.description .read-more{
	margin-top: 0px;
	display: none;
}
.description .read-more:before{
	content: 'Читать дальше';
}
.description .read-more.active:before{
	content: 'Скрыть';
}
.description .read-more.active svg{
	transform: rotate(-90deg);
}
.description-rating{
	font-size: 1.2rem;
}
.description-rating .title{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.description-rating .stars{
	color: var(--theme-third-color);
}
.description-rating .stars > span{
	font-size: 1.8rem;
	font-weight: 500;
}
.description-rating .stars > svg{
	width: 2rem;
    height: 2rem;
    position: relative;
	top: 4px;
    color: #ffb300;
}

.icon-arrow-link {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 0.9rem;
}


.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus {
    text-decoration: none;
    color: var(--theme-primary-color);
    background: none
}

.pagination>.active>span,.pagination>.active>span:hover {
    background: var(--theme-primary-color);
    color: #fff
}


.list-group{
	padding: 0;
	margin: 0 0 30px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
	overflow: hidden;
}
.list-group li{
	display: block;
	list-style: none;
	position: relative;
}
.list-group li:not(:last-child){
	border-bottom: 1px solid var(--bg-secondary-color);
}
.list-group .list-group-title{
	padding: 15px;
	background-color: var(--theme-primary-color);
	color: #fff;
}
.list-group .list-group-item{
	border: none;
	border-radius: 0;
	padding-right: 50px;
	background: transparent;
}
.list-group .list-group-item.active{
	background-color: var(--bg-secondary-color);
	color: var(--body-color);
}
.list-group .list-group-counter{
	position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    z-index: 2;
    display: block;
    background-color: var(--bg-secondary-color);
    color: var(--theme-third-color);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
}

header{
	
	padding-bottom: 25px;
	/*margin-bottom: 25px;*/
	top: -300px;
}
header:before{
	content: '';
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	height: 195px;
	width: 100%;
	background-color: var(--theme-secondary-color);
}
header .container{
	-webkit-box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
	background-color: #fff;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	border: 3px solid #fff;
	border-top: none;
	position: relative;
	z-index: 150;
}
header .top-nav-mobile,
header .top-nav{
	padding: 7px 38px;
    margin: 0 -18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;    
	border-bottom: 1px solid var(--bg-secondary-color);
}
header .top-nav.mobile{
	padding: 7px 15px;
}
header .top-nav.mobile > button{
	width: 27px;
    border: 2px solid #c0392b;
    color: #c0392b;	
}
header .top-nav > ul{
	display: block;
	margin: 0;
	padding: 0;
}
header .top-nav > ul > li{
	display: inline-block;
	list-style: none;
}
header .top-nav > ul > li:not(:first-child){
	padding-left: 15px;
}
header .top-nav > ul > li a{
	color: var(--theme-third-color);
}
header .top-nav > ul > li a:hover{
	color: #333;
}
header .top-nav > ul > li a i{
	font-size: 1.6em;
}
header .top-nav > ul > li a.whatsapp i{
	font-size: 1.8em;
}
header .top-nav > ul > li a svg{
	width: 1.5em;
    height: 1.6em;
    vertical-align: sub;
}
header .top-nav > ul > li a:hover{
	color: var(--theme-primary-color);
}
header .top-nav > ul > li a.telephone{
	font-size: 1.2em;
	font-weight: 500;
}

header .middle-nav{
    padding: 35px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .middle-nav .middle-nav__menu{
    background-color: #c0392b;
    padding: 9px 11px;
    margin-right: 15px;
    border-radius: 12px;	
	display: none;
}

header .middle-nav .middle-nav__logo{
	min-width: 235px;
	width: 235px;
}
header .middle-nav .middle-nav__search{
	width: 100%;
    margin: 0 70px;
	position: relative;
}
header .middle-nav .middle-nav__search input,
header .middle-nav .middle-nav__search button{
	position: relative;
	z-index: 2;
}
header .middle-nav .middle-nav__search input{
	border: 2px solid var(--theme-primary-color);
    border-right: none;
}
header .middle-nav .middle-nav__search button:hover,
header .middle-nav .middle-nav__search button:focus,
header .middle-nav .middle-nav__search button{
	border: 2px solid var(--theme-primary-color);
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    background-color: #fff;
    color: var(--theme-primary-color);
    height: 46px;
}
header .middle-nav .middle-nav__search button .fa{
	position: relative;
    top: -3px;
}
header .middle-nav .middle-nav__contacts{
	margin: 0;
	padding: 0;
}
header .middle-nav .middle-nav__contacts li{
	display: block;
	list-style: none;
}
header .middle-nav .middle-nav__contacts li:not(:last-child){
	margin-bottom: 0px;
}
header .middle-nav .middle-nav__contacts li a{
	color: var(--body-color);
	font-size: 1.2em;
    font-weight: 500;
}
header .middle-nav .middle-nav__contacts li a:hover{
	color: var(--theme-secondary-color);
}
header .middle-nav .middle-nav__buttons{
	display: flex;
    flex-wrap: nowrap;
}
header .middle-nav .middle-nav__buttons button{
    background: transparent;
    border: none;
    position: relative;
    height: 30px;
	color: var(--theme-third-color);
}
header .middle-nav .middle-nav__buttons button:hover{
	color: var(--body-color)
}
header .middle-nav .middle-nav__buttons > *:not(:last-child){
	margin-left: 15px;
}
header .middle-nav .middle-nav__buttons button > svg{
	width: 1.6em;
	height: 1.6em;
}
header .middle-nav .middle-nav__buttons button > .total{
    position: absolute;
    top: 2px;
    right: -1px;
    font-size: 1.1rem;
    background-color: #c0392b;
    color: #fff;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 16px;
}
header .middle-nav .middle-nav__buttons button > .total[data-total="0"]{
	display: none;
}
header .bottom-nav{
	padding: 0 0 0 0;
	margin: 20px -15px 0 -15px;
	border-top: 1px solid var(--bg-secondary-color);
	display: flex;
    justify-content: space-between;
    align-items: center;
}

header .bottom-nav ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
    height: 61px;
}
header .bottom-nav ul > li{
	display: inline-block;
	list-style: none;
}
header .bottom-nav ul > li > a{
	padding: 20px 20px;
	color: var(--body-color);
	font-weight: 500;
	display: inline-block;
	position: relative;
}
header .bottom-nav ul > li > a.active,
header .bottom-nav ul > li > a:hover{
	color: var(--theme-secondary-color);
}
header .bottom-nav ul > li.top > a span{
	position: relative;
	z-index: 2;
}
header .bottom-nav ul > li.top > a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	background-color: var(--theme-primary-color);
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
header .bottom-nav ul > li.top > a:hover:before{
	height: 100%;
}
header .bottom-nav ul > li.top > a:hover{
	color: #fff;
}

header .bottom-nav ul > li.catalog a{
    background-color: var(--theme-primary-color);
	border-bottom-left-radius: 18px;
	color: #fff;
	padding: 20px 30px;
}
header .bottom-nav ul > li.catalog a:hover{
    background-color: var(--theme-secondary-color);
}
header .catalog a .bars{
	position: relative;
    display: inline-block;
    height: 2px;
    width: 17px;
    background-color: #fff;    
    margin-top: -2px;
    vertical-align: middle;
}
header .catalog a .bars:after,
header .catalog a .bars:before{
	content: '';
	display: inline-block;
    height: 2px;
    width: 17px;
    background-color: #fff;
	position: absolute;
	left: 0;
}
header .catalog a .bars:after{
	top: -5px;
}
header .catalog a .bars:before{
	bottom: -5px;
}

header .catalog.active a .bars{
	background-color: transparent;
}
header .catalog.active a .bars:after{
	top: 0px;
    transform: rotate(-45deg);
}
header .catalog.active a .bars:before{
	bottom: 0px;
    transform: rotate(45deg);
}

header .bottom-nav .catalog a .bars{
	margin-right: 4px;
}

header .bottom-nav .bottom-nav__order button{
	background-color: var(--theme-primary-color);
	padding: 20px 30px;
    height: 61px;
    border: none;
    border-radius: 0;
    border-bottom-right-radius: 18px;
	font-weight: 500;
}
header .bottom-nav .bottom-nav__order button:hover{
	background-color: var(--theme-secondary-color);
}

.fixed-header header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0;
}
.fixed-header header:before{
	height: 0;
}
.fixed-header header .middle-nav .middle-nav__menu{
	display: block;
}
.fixed-header header .top-nav,
.fixed-header header .bottom-nav{
	display: none;
}
.fixed-header header .middle-nav{
	padding: 7px 20px;
}
.fixed-header header .middle-nav .middle-nav__logo {
    min-width: 166px;
    width: 166px;
}
.fixed-header header .middle-nav .middle-nav__search:after{
	display: none;
}

header .catalog-menu{
	position: absolute;
    background-color: #fff;
    padding: 30px;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 8px 1px rgba(34, 60, 80, 0.2);
	opacity: 0;
	display: none;
	max-height: 40vw;
    overflow-y: auto;
}
header .catalog-menu.active{
	opacity: 1;
}

.catalog-menu__list{
	margin: 0;
	padding: 0;
	column-count: 5;
}
.catalog-menu__list > li{
	margin-bottom: 15px;
	list-style: none;
	display: block;
}
.catalog-menu__list-title{
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}
.catalog-menu__list-items{
	margin: 0;
	padding: 0;
}
.catalog-menu__list-items > li{
	list-style: none;
	display: block;
	margin-bottom: 3px;
}
.catalog-menu__list-items > li > a{
	color: var(--body-color);
}
.catalog-menu__list-items > li > a:hover{
	color: var(--theme-third-color);
}
@media (max-width: 1024px) {
	.catalog-menu__list{
		column-count: 4;
	}
}
@media (max-width: 670px) {
	.catalog-menu__list{
		column-count: 2;
	}
}

#cart{
	position: relative;
}
.cart-items{
	position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 450px;
    padding: 30px;
    margin-top: 10px;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0px -2px 8px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -2px 8px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -2px 8px 1px rgba(34, 60, 80, 0.2);
	display: none;
}
#cart:hover .cart-items{
	display: block;
}
.cart-items:after {
    content: ' ';
    position: absolute;
    z-index: 101;
    top: -4px;
    right: 12px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-items:before{
	content: '';
	position: absolute;
	height: 25px;
	top: -21px;
	right: 0;
	width: 150px;
}
.cart-items .scroll-box{
	max-height: 350px;
    overflow-y: auto;
    margin: 0 -25px;
    padding: 0 25px;
}
.cart-items .cart-items__item{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-items .cart-items__item:not(:first-child){
	padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid var(--bg-secondary-color);
}
.cart-items .cart-items__item .remove{
	margin-left: -25px;
    margin-right: 3px;
	opacity: 0;
}
.cart-items .cart-items__item:hover .remove{
	opacity: 1;
}
.cart-items .cart-items__item .cart-items__item-thumb{
	display: block;
	min-width: 47px;
	width: 47px;
	margin-right: 15px
}
.cart-items .cart-items__item .cart-items__item-info{
	width: 100%
}
.cart-items .cart-items__item .cart-items__item-info a{
	display: block;
	color: var(--body-color);
	font-size: 1.3rem;
}
.cart-items .cart-items__item .cart-items__item-info a:hover{
	color: var(--theme-primary-color);
}
.cart-items .cart-items__item .cart-items__item-info small{
	display: block;
}
.cart-items .cart-items__item .cart-items__item-price{
	width: 100px;
    min-width: 100px;
    text-align: right;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.4rem;
}
.cart-items .cart-items__item .cart-items__item-price span{
	display: block;
	color: var(--theme-third-color);
	font-size: 1.2rem;
}
.cart-items .cart-items__totals{
	padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid var(--bg-secondary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-items .cart-items__totals span:first-child{
	color: var(--theme-third-color);
}
.cart-items .cart-items__totals span:last-child{
	font-weight: 500;
	font-size: 2rem;
}
.cart-items .btn{
	width: 100%;
}
.mobile-bottom-menu{
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    min-width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
	-webkit-box-shadow: 0px -5px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px -5px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px -5px 8px 0px rgba(34, 60, 80, 0.2);
}
.mobile-bottom-menu button{
	border: none;
	padding: 0;
	background: transparent;
	position: relative;
	line-height: 1px;
}
.mobile-bottom-menu button svg{
	width: 2em;
	height: 2em;
}
.mobile-bottom-menu button > .total{
	position: absolute;
    top: 2px;
    right: -7px;
    font-size: 1.1rem;
    background-color: #c0392b;
    color: #fff;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 16px;
	padding-top: 7px;
}
.mobile-bottom-menu button > .total[data-total="0"]{
	display: none;
}
@media (max-width: 992px) {
	header .bottom-nav ul > li.top{
		display: none;
	}
	header .middle-nav .middle-nav__logo {
		min-width: 165px;
		width: 165px;
	}
}
@media (max-width: 968px){
	header .middle-nav {
		display: block;
		position: relative;
	}
	header .middle-nav .middle-nav__search{
		margin: 15px 0;
	}
	header .middle-nav .middle-nav__search:after{
		display: none;
	}
	header .middle-nav .middle-nav__buttons{
		position: absolute;
		top: 48px;
		right: 15px;
	}
}
@media (max-width: 776px) {	
	header{
		background-color: var(--theme-primary-color);
		padding: 0 10px 10px 10px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
		position: relative;
        top: 0;
        z-index: 100;
		margin-bottom: 20px;
	}
	header:before{
		display: none;
	}
	header .bottom-nav,
	header .middle-nav .middle-nav__buttons,
	header .middle-nav .middle-nav__search,
	header .top-nav.desktop{
		display: none;
	}
	
	header .top-nav.desktop.active{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1002;
		padding: 20px;
		margin: 0;
		width: 100%;
		height: 100%;
		background: #fff;		
		overflow-y: auto;
		padding-bottom: 50px;
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}
	header .top-nav.desktop > ul> li{
		display: block;		
		padding: 0;
		font-size: 1.3em;
	}	
	header .top-nav.desktop > ul > li > a{
		display: block;	
		padding: 10px 20px;
		margin: 0 -20px;
		color: var(--body-color);
	}
	header .top-nav.desktop > ul.top-nav__links > li:not(:last-child) a{
		border-bottom: 1px solid #ccc;
	}
	header .top-nav > ul > li a.telephone{
		font-size: inherit;
	}
	header .top-nav > ul > li a.whatsapp i{
		font-size: 1.9em;
	}
	header .top-nav > ul > li a i{
		vertical-align: middle;
		margin-right: 5px;
		color: var(--theme-primary-color);
	}
	header .top-nav > ul > li a.telegram i{
		color: #27a7e7;
	}
	header .top-nav > ul > li a.whatsapp i{
		color: #43d854;
	}
	header .top-nav.desktop > ul.top-nav__account{
		margin-bottom: 30px;
	}
	header .top-nav.desktop > ul.top-nav__account > li > a{
		padding: 13px 10px;
		margin: 0 0 15px 0;
		border: 1px solid #ccc;
		border-radius: 12px;
		height: 57px;
	}
	header .top-nav > ul > li a svg{
		width: 2em;
	}
	header .top-nav.desktop > ul{
		margin: 0 0 50px 0;
	}
	
	.mobile-title{
		border: none;
		background: transparent;
		font-size: 1.8em;
		font-weight: 500;
		margin: 0 auto 25px 0;
	}
	.mobile-title svg{
		width: 0.8em;
        height: 0.8em;
        position: relative;
        top: 2px;
        margin-right: 10px;
	}
	
	.top-nav.mobile .chat{
		font-size: 2.3rem;
		margin-right: 10px;
		color: var(--theme-third-color);
		line-height: 0;
	}
	.top-nav.mobile .chat.whatsapp{
		font-size: 2.5rem;
	}
	
	header .middle-nav .middle-nav__logo{
		text-align: center;
		width: 100%;
	}
	header .middle-nav .middle-nav__logo img{
		width: 225px;
		margin: 0 auto;
	}
	header .middle-nav {
		padding: 15px 15px;
	}
	
	header .catalog-menu.active{
		display: block;
		position: fixed;
		top: 0;
		z-index: 1002;
		border-radius: 0;
		margin: 0;
		height: 100%;
		max-height: 100%;
		padding-bottom: 70px;
	}
}

.main-intro{
	padding: 143px 0 70px 0;
    margin-top: -89px;
    background-color: var(--bg-secondary-color);
}
.main-intro .main-intro__text h1{
	margin-bottom: 50px;
}
.main-intro .main-intro__text h1 span{
	color: var(--theme-primary-color);
}
.main-intro .main-intro__text > p{
	color: var(--theme-third-color);
	font-size: 1.3em;
}
.main-intro .main-intro__text .main-intro__text-advantages{
    margin-top: 50px;	
}
.main-intro .main-intro__text .main-intro__text-advantages .item{
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	height: 100%;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
	overflow: hidden;
	position: relative;
}
.main-intro .main-intro__text .main-intro__text-advantages .item .step{
	position: absolute;
    bottom: -15px;
    right: 15px;
    color: var(--bg-primary-color);
    opacity: 0.2;
    font-size: 5em;
}
.main-intro .main-intro__text .main-intro__text-advantages .item > p > span{
	display: block;
    color: var(--theme-primary-color);
    font-weight: 500;
    height: 55px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
@media (max-width: 575px) {
	.main-intro .main-intro__text .main-intro__text-advantages .item > p > span{
		height: auto;
	}
	.main-intro .main-intro__text .main-intro__text-advantages .item{
		height: auto;
	}
}

.content-row{
	padding: 70px 0 70px 0;
	background-color: var(--bg-secondary-color);
}
.content-line{
	margin-top: 70px;
	margin-bottom: 70px;
}

.popup{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	display: flex;
}
.popup:before{
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
	background: rgba(0,0,0,.6);
	backdrop-filter: blur(10px);
}
.popup > div{
	position: relative;
	z-index: 3;
	margin: auto;
}
/*.popup > div:before{
	content: '';
	position: absolute;
	top: -50px; right: -50px; bottom: -50px; left: -50px;
	z-index: 0;
}*/
.popup > div .close{
	position: absolute;
    top: 28px;
    right: 30px;
    background: none;
    border: none;
    opacity: 0.3;
}
.popup > div .close img{
	width: 19px;
}
@media (max-width: 991px) {
	.popup > div:before{display: none;}
}

.account-form{
	width: 508px;
	max-width: 95%;
	padding: 30px;
	background-color: var(--bg-secondary-color);
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.2);
}

.form .form-name{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 25px;
	padding-right: 40px;
}
.form .input-box{
	position: relative;
}
.form .input-box:not(:last-child){
	margin-bottom: 25px;
}
.form .input-box.agreement{
	text-align: center;
}
.form .input-box .input{
	position: relative;
	z-index: 1;
	width: 100%;
	background: #fff;
}
.form .input-box label{
	position: absolute;
	top: calc(50% - 10px);
	left: 25px;
	z-index: 2;
	font-size: 16px;
	cursor: auto;
}
.form .input-box .input.ne + label{
	top: -12px;
    font-size: 14px;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
}
.form .input-box.err label{
	color: var(--theme-primary-color);
}
.form .input-box button{
	display: block;
	width: 80%;
	margin: 0 auto;
}
.form .input-box button span{
	opacity: 0.6;
}
.form.active .input-box button{
	opacity: 0.6;
}
.form p{
	font-size: 18px;
}
.form .error{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: flex;
}
.form .error:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
	background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(1px);
}
.form .error .body{
	position: relative;
	z-index: 2;
	margin: auto;
    background-color: #e19292;
    color: #fff;
    width: 80%;
    max-height: 80%;
    padding: 30px;
    border-radius: 10px;
}
.form .error .body div:not(:last-child){
	margin-bottom: 15px;	
}

.more{text-align: center; margin-top: 30px;}
.input{
	padding: 14px 20px;
	background-color: var(--bg-secondary-color);
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--body-color);
	font-size: 18px;
}
.input:focus{
	border-color: #ddd;
}
label {
	font-weight: normal;
}

.selectST{
	background: var(--bg-secondary-color);
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
}
.selectST .title{
	font-size: 14px;
	text-align: center;
}
.selectST .title i{
	display: inline-block;
	margin-right: 5px;
}
.selectST .option{
	cursor: pointer;
	text-align: left;
}
.selectST .option.active,
.selectST .option:hover{
	color: var(--theme-primary-color);
}
.selectST .option:not(:last-child){
	margin-bottom: 10px;
}

.drop-box{ 
	position: relative;
	z-index: 9;
	user-select: none;
}
.drop-box:hover{ 
	z-index: 10;
}
.drop-box .dropped{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 2;
	font-size: 14px;
	min-width: 200px;
	margin-top: 15px;
	padding: 15px 30px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.3);
	-moz-box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.3);
	box-shadow: 0px 4px 12px 0px rgba(34, 60, 80, 0.3);	
}
.drop-box .dropped:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 0;
	height: 25px;
	width: 100%;
}
.drop-box .dropped:after {
    content: ' ';
    position: absolute;
    z-index: 101;
    top: -27px;
    right: -7px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 20px;
}
.drop-box:hover .dropped{
	display: block;
}
.drop-box .dropped li{	
	display: block;
	margin: 0;
}
.drop-box .dropped li a{
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.drop-box .dropped li:not(:last-child){
	margin-bottom: 15px;
}
@media (max-width: 767px){
	.drop-box .dropped{
		position: fixed;
		bottom: 60px;
		top: auto;
		width: 100%;
	}
	.drop-box .dropped ul{
		padding: 0;
		margin: 0;
	}
	.drop-box .dropped li{
		text-align: left;
	}
}

#form-selector{
	padding: 55px 30px 25px;
    background-image: url(../image/bg-1.png);
    background-size: 100% auto;
    background-position: center;
    background-color: var(--theme-primary-color);
    background-repeat: no-repeat;
    border-radius: 20px;
	color: var(--bg-secondary-color);
    margin-top: 30px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}
#form-selector-search span{
	color: var(--theme-third-color);
}
.selector{
	color: var(--body-color);
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.selector.active{
	position: relative;
	z-index: 20;
}
.selector .selector-title{
	background-color: #fff;
	position: relative;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 20px;
	border: 1px solid var(--bg-secondary-color);
	cursor: pointer;
}
.selector.active .selector-title{
	background-color: var(--bg-secondary-color);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.selector .selector-title span{
	color: var(--theme-third-color);
}
.selector .selector-title i{
	position: absolute;
	top: calc(50% - 7px);
	right: 10px;
	color: var(--bg-primary-color);
}
.selector.active .selector-title i{
	transform: rotate(180deg);
}
.selector .selector-options{
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid var(--bg-secondary-color);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	max-height: 300px;
	overflow-y: auto;
	display: none;
}
.selector .selector-options.disabled:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: transparent;
}
.selector.active .selector-options{
	display: block;
}
.selector .selector-options .item{
	display: block;
	width: 100%;
	cursor: default;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selector .selector-options .item:not(:last-child){
	margin-bottom: 5px;
}
.selector .selector-options .item.disabled{
	opacity: 0.4;
}

.tags{
	margin: 0 0 30px 0;
	padding: 0;
	display: inline-block;
}
.tags li{
	display: inline-block;
	margin-left: 15px;
	list-style: none;
}
#form-selector .tags li a{
	color: #fff;
}

.categories{
	
}
.categories .categories-item{
	display: flex;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    flex-direction: column;
    justify-content: space-between;
}
.categories .categories-item:hover{
	-webkit-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
}
.categories .categories-item .thumb{
	position: relative;
    z-index: 1;
    display: block;
    min-height: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
    
}
.categories .categories-item .title{
    color: var(--body-color);
    font-weight: 500;
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px 15px;
}
.categories .categories-item .added{
	display: block;
    color: var(--theme-third-color);
    font-size: 13px;
    font-weight: normal;
    padding: 0 15px 10px 15px;
    height: 40px;
}

.categories-list{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.categories-list li{
	display: block;
	list-style: none;
}
.categories-list li a{
	border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--body-color);
    font-weight: 500;
	padding: 30px;
}
.categories-list li a:hover{
	-webkit-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
}
.categories-list li a img{
	margin: -30px 15px -30px -30px;
	border-right: 3px solid var(--theme-secondary-color);
}

.sorts{
	position: relative;
	z-index: 20;
	max-width: max-content;
    margin: 0 0 30px auto;
}

.сall-measurer{
	padding: 55px 30px 55px;
    background-image: url(../image/bg-3.png);
    background-size: auto 96%;
    background-position: 90% center;
    background-color: var(--bg-secondary-color);
    background-repeat: no-repeat;
    border-radius: 20px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}
.сall-measurer p{
	width: 700px;
	max-width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 1199px){
	.сall-measurer p{
		width: 55%;
	}
}
@media (max-width: 991px){
	.сall-measurer{
	    padding-bottom: 150px;
		background-size: 200px;
		background-position: 70% 85%;	
	}
	.сall-measurer p{
		width: 100%;
	}
}
@media (max-width: 560px){
	.сall-measurer {
        padding-bottom: 251px;
        background-size: 200px;
        background-position: center 95%;
    }
}

.services{
	
}
.services .services-item{
	height: 100%;
	padding: 15px;
}
.services .services-item__icon{
	height: 156px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
	margin-bottom: 15px;
}
.services .services-item__icon.master{
	background-image: url(../image/icon-master.png)
}
.services .services-item__icon.shipping{
	background-image: url(../image/icon-track.png)
}
.services .services-item__icon.montage{
	background-image: url(../image/icon-door.png)
}

.card{
    background-color: #fff;
    border-radius: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}
.card .card-header{
	position: relative;
}
.card .card-header h2,
.card .card-header h3 {
	margin: 0;
    padding: 0;
}
.card .card-header button{
	padding: 25px;
    border: none;
    background: transparent;
    font-size: 1.6rem;
	width: 100%;
	text-align: left;
}

.card .card-body{
	padding: 0 25px 25px;
}

.article__page{
	min-height: 55vh;
}
.article__page .article__subline{
	margin-bottom: 30px;
}
.article__page .article__subline .article__subline-tag{
	margin-right: 30px;
}
.article__page .article__subline .article__subline-info{
	font-weight: 500;
	font-size: 1.6rem;
}
.article__page .article__page-body{
	margin: 0 6vw;
}

.reviews-item{
	height: 100%;
	padding: 30px;
	border-radius: 20px;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
.reviews-head{
	display: flex;   
    align-items: center;
    justify-content: flex-start;
	height: 48px;
	margin-bottom: 15px;
	font-weight: 500;
}
.reviews-item img{
	width: 48px;
	height: 48px;
	margin-right: 15px;
}
.reviews-body{
	padding: 0 30px 15px;
    margin-bottom: 20px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid var(--bg-secondary-color);
}
.reviews-body p{
	height: 84px;
	overflow: hidden;
}
.reviews-body span{
	display: block;
    color: var(--theme-third-color);
    font-size: 13px;
	margin-bottom: 15px;
}
.reviews-foot{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reviews-foot-letter{
	font-size: 1.8rem;
    font-weight: 600;
    background-color: var(--theme-primary-color);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 4.4rem;
    margin-right: 1.5rem;
}
.reviews-foot-title{
	font-size: 1.8rem;
}
.reviews-foot-title small{
	display: block;
    font-size: 1.3rem;
    color: var(--theme-third-color);
}
.reviews-item svg{
	width: 1.5rem;
    height: 1.5rem;
    margin-bottom: -3px;
    color: #ffb300;
}

.reviews-foot .reviews-foot-date{
	margin: 0 0 0 auto;
	color: var(--theme-third-color);
    font-size: 13px;
}

.product-reviews{
	display: flex;
}
.product-reviews .reviews-item{
	display: flex;
    flex-flow: wrap;
    height: auto;
    padding: 0;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 0;
}
.product-reviews .reviews-item:not(:first-child){
	border-top: 1px solid var(--bg-secondary-color);
	padding-top: 20px;
	margin-top: 20px;
}
.product-reviews .reviews-body{
	padding: 15px 30px;
    margin-bottom: 0;
    border-bottom: none;
	order: 1;
	width: 100%;
}
.product-reviews .reviews-body p{
	height: auto;
}
.product-reviews  .reviews-foot{
	order: 0;
	width: 100%;
}

.product-reviews #review{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.product-reviews__form{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
	padding-left: 30px;
}
@media (max-width: 777px) {
	.product-reviews{
		flex-direction: column;
	}
	.product-reviews__form{
		padding-left: 0;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid var(--bg-secondary-color);
	}
}

.product-rating{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product-rating .rating{
	font-size: 3rem;
	font-weight: 500;
	line-height: 0;
}
.product-rating .rating svg{
	width: 3rem;
	height: 3rem;
	color: #ffb300;
	position: relative;
	top: 3px;
	left: -8px;
}
.product-rating .total{
	margin-top: 8px;
	color: var(--theme-third-color);
}
	
.products{
	padding: 0;
	margin-bottom: 0;
}
.products > li{
	display: block;
	list-style: none;
	margin-bottom: 30px;
}
.products .products__item{	
	position: relative;
	height: 100%;
	padding: 30px;	
	overflow: hidden;
    border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
.products .products__item:hover{
	-webkit-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    -moz-box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
    box-shadow: 3px 3px 6px 3px rgba(34, 60, 80, 0.5);
}
.products .products__item-images{
	margin: 0 -3rem 2rem;
    overflow: hidden;
    position: relative;
    display: flex;
}
.products .products__item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem;
    padding: 1rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    transition: opacity 0.25s;
    background: #fff;
	opacity: 0;
}
.products .products__item-image.active{
	opacity: 1;
}
.products .products__item .products__item-pagination{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3rem;
}
.products .products__item .products__item-page{
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    margin: 0 0.35rem;
    border-bottom: 1px solid var(--bg-secondary-color);
    transition: border-color 0.25s;
    position: relative;
}
.products .products__item .products__item-page.active{
	border-bottom: 1px solid var(--theme-primary-color); 
}
.products .products__item .products__item-page:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.35rem;
    right: -0.35rem;
}
.products .products__item-sku{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: var(--theme-third-color);
}
.products .products__item-name{
	display: block;
	margin: 1rem 0 2rem;
	overflow: hidden;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    height: 7.2rem;
	color: inherit;
}
.products__item-price{
	font-weight: 500;
	font-size: 1.8rem;
	margin: 0;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.products__item-price mark{
    display: block;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    padding: 0 0.9rem;
    background: var(--theme-primary-color);
    border-radius: 4px;
    color: #fff;
    margin: 0 1rem 0 0;
}
.products__item-price ins{
	text-decoration: none;
    margin-right: 15px;
}
.products__item-price del{
	font-weight: normal;
	font-size: 1.4rem;
	color: var(--theme-third-color);
}
.products  .products__item-buttons{
	margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.products  .products__item-buttons button.btn-default{
	line-height: 0;
}
.products  .products__item-buttons button.btn-default.active{
	color: var(--theme-primary-color);
}
.products  .products__item-buttons button svg{
	width: 2.1rem;
    height: 2.1rem;	
}
@media (max-width: 575px) {
	.products .products__item-name{
		height: auto;
	}
}

.sticky-grgroup{
	position: sticky;
	top: 30px;	
}
.sticky-grgroup_item{
	border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    overflow: hidden;
	padding: 30px;
}
.sticky-grgroup_item:not(:first-child){
	margin-top: 30px;
}
.sticky-grgroup_item.action{
	background-color: var(--bg-secondary-color);
}
.sticky-grgroup_item.special{
	background-color: var(--theme-secondary-color);
	color: #fff;
}
.sticky-grgroup_item-title{
	font-size: 1.6rem;
	font-weight: 500;
}
.sticky-grgroup_item-text{
	margin-top: 15px;
}
.sticky-grgroup_item-text .icon{
	font-weight: 500;
    font-size: 20px;
}
.product{
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
.product h1{
	font-size: 2.4rem;
}
.product .product-images{
	text-align: center;
}
.product .product-slide{
	margin: 30px auto 0;
	width: 500px;
	max-width: 100%;		
	position: relative;
}
.product .product-slide__list{
	display: block;	
	margin: 0 -1px;
	padding: 0;	
	display: flex;	
}
.product .product-slide__body{
	border: 1px solid var(--bg-secondary-color);
    border-radius: 12px;
	overflow: hidden;
}
.product .product-slide:has(.nav):hover .product-slide__body{
	border-radius: 0;
}
.product .product-slide .nav{
	position: absolute;
    top: 0;
    z-index: 5;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
	border: 1px solid var(--bg-secondary-color);
	cursor: pointer;
	opacity: 0;
}
.product .product-slide:hover .nav{
	opacity: 1;
}
.product .product-slide .nav i{
	opacity: 0.2;
}
.product .product-slide .nav.active i{
	opacity: 1;
}
.product .product-slide .nav:hover{
	color: var(--theme-primary-color);
}
.product .product-slide .nav.prev{
	left: -29px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.product .product-slide .nav.next{
	right: -29px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.product .product-slide__list li{
	display: block;
    list-style: none;
    padding: 10px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
	cursor: pointer;
	border: 1px solid transparent;
}
.product .product-slide__list li:not(:last-child){
	border-right-color: var(--bg-secondary-color);
}
.product .product-slide__list li:hover,
.product .product-slide__list li.active{
	background-color: var(--bg-secondary-color);;
}
.product .product-thumb{
	display: flex;
	margin: 0 auto;
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.product .product-thumb__item{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
	opacity: 0;
	transition: opacity 0.25s;
	background-color: #fff;
}
.product .product-thumb__item.active{
	opacity: 1;
}
.product .product-descr__sku{
	font-size: 1.rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--bg-secondary-color);
    padding-top: 10px;
}
.product .product-descr__sku span{
	color: var(--theme-third-color);
}
.product .product-descr__sku button{
	background: none;
	border: none;
}
.product .product-descr__sku button svg{
	width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 3px;
}
.product .product-descr__sku button.active svg{
	color: var(--theme-primary-color);
}

.product-descr__specifications{
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
}
.product-descr__specifications th,
.product-descr__specifications td{
	font-size: 1.4rem;
    font-weight: 400;
	padding: 5px 0;
}
.product-descr__specifications th{
	color: var(--theme-third-color);    
	vertical-align: top;
	padding-right: 5px;
}

@media (max-width: 1123px) {
	#product-menu{
		display: none;
	}
	.product-descr,
	#product-menu-mobile{
		margin-top: 30px;
	}
}


.descr__specifications-line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: none;
}
.descr__specifications-line:after{
	content: "";
	display: block;
	border-bottom: 1px dashed #D7DBE9;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 0 0.5rem;
	position: relative;
	top: 0.4rem;
}
.descr__specifications-title{
	font-weight: 500;
	display: block;
}
table tbody tr:not(:first-child) .descr__specifications-title{
	margin-top: 30px;
}


.products__item-quantity{
	display: flex;
    align-items: stretch;
    margin-top: 20px;
}
.products__item-quantity button{
	border: 1px solid var(--bg-secondary-color);
	border-radius: 0;
	background: none;
	padding: 0 10px;
	height: 27px;
}
.products__item-quantity button.minus{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.products__item-quantity button.plus{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.products__item-quantity input{
    border: none;
    border-top: 1px solid var(--bg-secondary-color);
    border-bottom: 1px solid var(--bg-secondary-color);
    border-radius: 0;
    flex: 0 0 50px;
    text-align: center;
	height: 27px;
}

.products__item-buttons{
	display: flex;
    margin-top: 25px;
    justify-content: space-between;
    align-items: center;
}
.products__item-buttons .btn-default:focus,
.products__item-buttons .btn-default{
	padding: 0;
	border: 0;
	background: transparent;
}
.products__item-buttons .btn-default:hover{
	color: var(--theme-primary-color);
}
.products__item-stock{
	margin: 15px -30px -15px -30px;
    padding: 15px 30px 0;
    font-weight: 500;
    border-top: 1px solid var(--bg-secondary-color);
}
.products__item-stock > span:before{
	content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 11px;
    background-color: var(--theme-third-color);
    margin-right: 4px;
}
.products__item-stock > span.in-stock:before{
	background-color: #06790b;
}


.product-descr__options-label{
	font-weight: 500;
	margin-bottom: 10px;
}
.product-descr__options label.label-radio{
	padding: 5px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #eee;
    border-radius: 12px;
	cursor: pointer;
}
.product-descr__options label.label-radio:has(input:checked){
    border-color: var(--theme-primary-color);
    background-color: var(--theme-primary-color);
	color: #fff;
}

.products-slider .products{
	display: flex;
    flex-wrap: nowrap;
}

.compare-products{
	position: relative;
}
.compare-products__output{
	position: absolute;
    top: 306px;
    z-index: 100;
    padding: 0 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 46px;
}
.compare-products__item,
.compare-products__specifications{
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
.compare-products__item{
	margin-bottom: 60px;
}
.compare-products__item .image{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}
.compare-products__item .name{
	margin-bottom: 10px;
}
.compare-products__item .name a{
	color: var(--body-color);
	font-weight: 500;
}
.compare-products__item .buttons{
	margin-top: 10px;
}
.compare-products__specifications:hover{
	background-color: var(--bg-secondary-color);
}
.compare-products__specifications-item{
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 30px;
}
.compare-products__specifications-item.active{
	background-color: var(--bg-secondary-color);
}
.compare-products__specifications-item:hover{
	background-color: #fff;
}
.compare-products__specifications-item:not(:last-child){
	margin-bottom: 15px;
}
.compare-products__specifications-item .name{
	color: var(--theme-third-color);
}
.compare-products__specifications-item .value{
	font-weight: 500;
}

.conpany-contacts__address{
	height: 100%;
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
.conpany-contacts__address h2{
	padding: 0;
    margin: 0 0 30px;
    font-size: 2.3rem;
}
.conpany-contacts__address p{
	font-weight: 500;
}
.conpany-contacts__address p:not(:last-child){
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--bg-secondary-color);
}
.conpany-contacts__address p > span.title{
	display: block;
	margin-bottom: 5px;
	color: var(--theme-third-color);
}
.conpany-contacts__map{
	height: 100%;
	min-height: 300px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
	overflow: hidden;
}
.conpany-contacts__map > iframe{
	border: none;
	width: 100%;
	height: 100%;
}

.services-list__group{
	padding: 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);	
}
.services-list__group:not(:last-child){
	margin-bottom: 30px;
}
.card-body .services-list__group{
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;	
}
.services-list__group-name{
	margin: 0 0 15px 0;
    font-weight: 500;
    font-size: 2.4rem;
}
.services-list__group-items{
	margin: 0;
	padding: 0;
}
.services-list__group-items > li{
    display: flex;
    list-style: none;
    align-items: flex-start;
    justify-content: space-between;
	margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
}
.services-list__group-items > li:hover{
	background-color: var(--bg-secondary-color);
}
.services-list__group-items > li:not(:last-child){
	border-bottom: 1px solid var(--bg-secondary-color);
}
.services-list__group-items .name{
	font-weight: 500;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.services-list__group-items .name:after{
	content: "";
    display: block;
    border-bottom: 1px dashed #fff;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 0 0.5rem;
    position: relative;
    top: 1.4rem;
}
.services-list__group-items .name > p > span{
	display: block;
	color: var(--theme-third-color);
	font-weight: normal;
}
.services-list__group-items .price{
	margin-left: 5px;
    font-weight: 500;
    white-space: nowrap;
}

.switch{
	margin: 0;
	height: 20px;
	width: 40px;
	border-radius: 12px;
	border: 1px solid #ccc;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}
.switch:after{
	content: '';
	position: absolute;
	top: -1px;
	right: calc(100% - 20px);
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: var(--theme-third-color);
	transition: left 0.25s;
}
.switch:has(input:checked):after{
	right: 0;
	background-color: var(--theme-primary-color);
}

.switch > input{
	display: none;
}



footer{
	margin-top: 70px;
    background-color: #424241;
    padding: 70px 0;
	position: relative;
	color: #fff;
}
footer .logo{
	width: 280px;
	margin-bottom: 15px;
}
footer .contact{
	display: block;
	margin-bottom: 10px;
	font-size: 1.6rem; 
}
footer .chat{
	margin-top: 30px;
}
footer .chat .btn .fa{
	font-size: 2.5rem;
    vertical-align: middle;
}
footer a{
	color: var(--bg-secondary-color);
}
footer a{
	color: #fff;
}
footer ul li{
	margin-bottom: 10px;
}
footer .powered{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #696868;
    color: #9b9a9a;
    padding: 20px 0 5px;
    font-size: 1.3rem;
    text-align: center;
}
@media (max-width: 767px) {
	footer{
		margin-bottom: 48px;
	}
}
@media (max-width: 575px) {
	footer{
		text-align: center;
	}
}

a.telegram:hover .fa{
	color: #27a7e7;
}
a.whatsapp:hover .fa{
	color: #43d854;
}

.reviews .slick-dots{
	bottom: -2px;
}

#scroll-top{
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 105;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    width: 0px;
    height: 0px;
	opacity: 0;
	overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
	padding-bottom: 3px;
}
#scroll-top.active{
	width: 50px;
    height: 50px;
	opacity: 1;
	-webkit-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -1px 5px 0px rgba(34, 60, 80, 0.2);
}
@media (max-width: 767px) {
	#scroll-top{
		display: none;
	}
}
/*
.__soar:hover{
    animation: __soar 3s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes __soar {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-5px)
    }
}
*/