:root{
	--base:#000000;
	--default:#000000;
	--primary:#86ad82;
	--secondary:#40793f;
	--additional:#EEEEEE;

	--black:#000;
	--white:#fff;
	--color:#86ad82;
	--dark:#40793f;
	--light:#C9C9C9;
	--darklight:#757575;

	--c-error:#B10C0C;
	--c-hover:#86ad82;
	--c-border:#C9C9C9;
	--c-element:#757575;

	--bg-base:#060806;
	--bg-default: #757575;
	--bg-primary:#86ad82;
	--bg-secondary:#C9C9C9;

	--bg-input:#FFFFFF;
	--bg-input-modal:#EEEEEE;
	--bg-error:#efd7d7;
}
html ::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
html ::-webkit-scrollbar-track {
	background: var(--additional);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
}
html ::-webkit-scrollbar-thumb {
	background: var(--color);
	border-radius: 5px;
	border: 1px solid var(--color);
}
html ::-webkit-scrollbar-thumb:hover {
	background: var(--darklight);
}
html ::-webkit-scrollbar-button {
	background: var(--color);
}
a{text-decoration: none;/* color:var(--base); */ color: var(--white);}
a:hover{color:var(--c-hover);}
.catalog-sub_menu a:hover{color:var(--secondary);}
body{
	line-height: 1.5;
	font-family: 'Involve', sans-serif;
	color: var(--white);
	font-size: 16px;
	font-weight: 400;
	background: var(--bg-base);
	/* background: #F9F9F9; */
}
header{
    position: relative;
}
ul,ol{
	list-style: none;
	margin:0;
}
input[name="surname"] {
	display: block !important;
	width: 2px !important;
	height: 3px !important;
	opacity: .01 !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
}
.ajax_form .error{
	border-color:var(--c-error);
	background: var(--bg-error);
}
.btn{
	display: inline-block;
	outline: 0;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	box-sizing: border-box;
	border:none;
	border-radius: 6px;
	cursor: pointer;
	font-family: 'Involve', sans-serif;
	transition: all 0.5s 0s;
	padding: 20px 40px;
	text-decoration: none;
	text-align: center;
}
.btn:disabled{
    opacity: 0.2;
}
.btn-svg{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-svg svg{
	padding-right: 10px;
	transition: all 0.5s 0s;
}
.btn-default{
	color: var(--white);
	border: none;
	background: transparent;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.btn-default:before{
	content:'';
	position: absolute;
	z-index: -1;
	top:0;
	bottom: 0;
	left:0;
	width:200%;
	transition: all 0.5s 0s;
	background: linear-gradient(98.86deg, var(--color) 0%, var(--dark) 50%, var(--color) 136.53%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.btn-default:hover, a.btn-default:hover{
	color: var(--white);
}
.btn-default:hover:before, a.btn-default:hover:before{
	-webkit-transform:translateX(0);
	transform:translateX(0);
}
.btn-primary{
	color: var(--base);
	background: var(--white);
	border: 1px solid var(--white);
}
.btn-primary:hover, a.btn-primary:hover{
	color: var(--base);
	background-color: var(--darklight);
	border-color: var(--darklight);
}
.btn-secondary{
	color:  var(--color);
	background: transparent;
	border: 1px solid var(--color);
}
.btn-secondary:hover, a.btn-secondary:hover{
	color: var(--white);
	background-color: var(--color);
	border-color: var(--color);
}
.bg-secondary:hover, a.btn-secondary:hover{
	color: var(--white);
	background-color: var(--color);
	border-color: var(--color);
}
.btn-light{
	color:var(--white);
	background: transparent;
	border:1px solid var(--white);
}
.btn-light:hover{
	color:var(--white);
	background-color:var(--base);
	border-color:var(--base);
}
.btn-info{
	color:var(--white) ;
	background: var(--base);
	border: 1px solid var(--base);
}
.btn-info:hover{
	color:var(--base);
	background: transparent;
}
.btn-link{
	border:none;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	color: var(--darklight);
	display: inline-block;
}
.btn-link:hover{
	color: var(--darklight);
}
.btn-link.btn-arrow{
	padding-right: 70px;
}
.btn-small{
	font-size: 14px;
	padding: 14px 30px;
}
.btn-middle{
	font-size: 15px;
	padding: 16px 18px;
}
.btn-empty{
	padding: 0;
	margin: 0;
	background: none;
	border:none;
}
.link:not(.btn){
	text-decoration: underline;
	color:inherit;
}
.btn-link:hover, .link:hover{
	color:var(--c-hover);
	text-decoration: none;
}
.bottom-btn>.btn{margin-bottom: 12px}
.c-white{color:var(--white) !important;}
.c-white .bg-white {color:var(--base) !important;}
.bg-white {color:var(--base) !important;}
button.c-white:hover, a.c-white:hover{color:var(--c-hover) !important;}
.c-black{color:var(--black) !important;}
.c-base{color:var(--base)}
.c-default{color:var(--default)}
.c-primary{color:var(--primary)}
.c-secondary{color:var(--secondary)}
.c-light{color:var(--light)}
.c-color{color:var(--color)}
.c-darklight{color:var(--darklight)}
.c-element{color:var(--c-element)}
a.c-darklight:hover{color:var(--c-hover) !important;}
.f-default{fill: var(--default);}
.f-primary{fill: var(--primary);}
.f-secondary{fill: var(--secondary);}


.lh-0{line-height: 0 !important;}
.lh-1{line-height: 1 !important;}
.lh-2{line-height: 1.2 !important;}
.lh-3{line-height: 1.5 !important;}
.lh-4{line-height: 1.8 !important;}

.bg-black{background-color: var(--black);}
.bg-white{background-color: var(--white);}
.bg-default{background-color: var(--bg-default);}
.bg-secondary{background-color: var(--bg-secondary);}
.bg-primary{background-color: var(--bg-primary);}
.bg-color{background-color: var(--color);}
.bg-darklight{background-color: var(--darklight);}
.bg-light{background-color: var(--additional);}

.stroke-color{stroke: var(--color)}
.stroke-light{stroke: var(--light)}
.stroke-darklight{stroke: var(--darklight)}
.stroke-white{stroke: var(--white)}

.fill-color{fill:var(--white)}
.fill-light{fill:var(--light)}
.fill-darklight{fill:var(--darklight)}
.fill-white{fill:var(--white)}

.font-22{font-size: 22px;}
.font-20{font-size: 20px;}
.font-18{font-size: 18px;}
.font-16{font-size: 16px;}
.font-14{font-size: 14px;}
.font-12{font-size: 12px;}

.middle{font-size: 16px;}
.small{font-size: 14px;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	line-height: 1.4;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}
.h1,h1{font-size: 45px;}
.h2,h2{font-size: 40px;}
.h3,h3{font-size: 24px;}
.h4,h4{font-size: 20px;}
.h5,h5{font-size: 18px;}
.h6,h6{font-size: 16px;}

.span-color>span{color:var(--color);}

.italic{font-style: italic}
.light{font-weight: 300;}
.normal{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: bold;}
.extrabold{font-weight: 800;}
.bold-span>span{font-weight: bold;}
.uppercase{text-transform: uppercase;}
.underline{text-decoration: underline;}
.font-family-Involve{
	font-family: 'Involve', sans-serif;
}
.wrapper{
	padding-top: 75px;
	padding-bottom: 75px;
}
.radius{border-radius: 8px;}
.line{
	border-bottom:1px solid var(--primary);
}
.form-group{
	margin-bottom: 15px;
}
.form-group label{
	font-size: 16px;
	display: inline-block;
	padding-bottom: 5px;
}
.form-control{
	color:var(--darklight);
	background: var(--bg-input);
	border: 1px solid var(--c-border);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 15px;
	width: 100%;
	outline: 0;
	font-size: 16px;
	height: auto;
	line-height: 1;
	font-family: 'Involve', sans-serif;
	transition: all .2s ease-in-out;
}
.download-file{
	color:var(--darklight);
	background: var(--bg-input);
	border: 1px solid var(--c-border);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 15px;
	width: 100%;
	outline: 0;
	font-size: 16px;
	line-height: 1;
	font-family: 'Involve', sans-serif;
	transition: all .2s ease-in-out;
}
.download-file.active{
    border: 1px solid var(--primary);
}
input[type="file"] {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.01;
    cursor: pointer;
}

.modal .form-control{
    background: var(--bg-input-modal);
}
.form-control::-webkit-input-placeholder{
	font-size: 16px;
}
.form-control:-ms-input-placeholder{
	font-size: 16px;
}
.form-control::placeholder{
	font-size: 16px;
}
.form-control:focus{
	border-color: var(--color);
}
.modal .form-control:focus{
    border-color: var(--color);
    background: var(--white);
    outline: none;
}
.form-label {
	display: block;
	position: relative;
	font-size: 16px;
	box-sizing: border-box;
	height: 58px;
	width: 100%;
}
.form-label .form-control {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: transparent;
}
.form-label>span {
	position: absolute;
	color: var(--darklight);
	left: 20px;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
	transition: all 0.5s 0s;
}
.form-label .form-control:not(:-ms-input-placeholder)+span {
	font-size: 12px;
	top: 13px;
	left: 10px;
}
.form-label .form-control:focus+span,
.form-label .form-control:not(:placeholder-shown)+span {
	font-size: 12px;
	top: 13px;
	left: 10px;
}
select.form-control{
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	color:var(--dark);
	padding-right: 40px;
	border-color: var(--bg-input);
	background: no-repeat calc(100% - 15px) center;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.17636 7.66525C6.63191 8.11158 7.37173 8.11158 7.82728 7.66525L13.6583 1.95224C14.1139 1.50591 14.1139 0.781076 13.6583 0.334747C13.2028 -0.111582 12.463 -0.111582 12.0074 0.334747L7 5.24079L1.99258 0.338317C1.53703 -0.108012 0.797215 -0.108012 0.341663 0.338317C-0.113888 0.784646 -0.113888 1.50948 0.341663 1.95581L6.17272 7.66882L6.17636 7.66525Z' fill='%2368487E'/%3E%3C/svg%3E");
	background-color: var(--white);
}
select::-ms-expand {
	display: none;
}
textarea.form-control{
	height: 63px;
	resize: none;
	font-size: 15px;
}
.form-control_white{
	background-color: var(--white);
	border-color: var(--white);
}
.form-control_color{
	background-color: var(--white);
	border-color: var(--white);
	color:var(--color);
}
.form-control_light{
    background-color: var(--additional);
	border-color: var(--light);
}
.form-checkbox{
	position: relative;
	padding-left: 30px;
}
.form-checkbox:before{
	content:'';
	position: absolute;
	left:0;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	border: 1px solid var(--darklight);
}
input[type="checkbox"]:not(.checkbox-agree){
	display: none;
}
input[type="checkbox"]:checked+.form-checkbox:before{
	border-color: var(--color);
	background-color: var(--color);
}
input[type="checkbox"]:checked+.form-checkbox:after{
	content:'';
	position: absolute;
	left: 8px;
	top: 4px;
	width:5px;
	height: 8px;
	background: transparent;
	border-radius: 2px;
	border-right:2px solid var(--white);
	border-bottom:2px solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-header{
	display: none;
}
.navbar-toggle{
	background: transparent;
	border: none;
	position: relative;
	height: 18px;
	width: 18px;
	padding: 0;
}
.navbar-toggle .icon-bar{
	position: absolute;
	width: 18px;
	left:0;
	top: 8px;
	border-bottom: 2px solid var(--dark);
	transition: all 0.5s 0s;
}
.navbar-toggle .icon-bar:first-child{
	top:2px;
}
.navbar-toggle .icon-bar:last-child{
	bottom:2px;
}
.navbar-toggle.active .icon-bar{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:9px;
	border-color: var(--white);
}
.navbar-toggle.active .icon-bar:first-child{
	display: none;
}
.navbar-toggle.active .icon-bar:last-child{
	bottom:9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top{
	position: fixed;
	bottom: 25%;
	right: 5%;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	background: transparent;
	border:1px solid var(--color);
	transition: background 0.5s 0s;
	z-index:1;
}
#top:hover{
	background: var(--color);
}
#top p{
	position: absolute;
	top: 21px;
	left: 19px;
	width:10px;
	height:10px;
	border-top:2px solid var(--color);
	border-left:2px solid var(--color);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#top:hover p{
	border-color:var(--white);
}
#top.active{
	display: block;
}
.mw-990{
	width: 100%;
	max-width: 990px;
}
.sub-menu{
	display: none;
}
.breadcrumb li{
	display: inline-block;
	padding-right: 5px;
	color:var(--darklight);
	font-size: 14px;
}
.breadcrumb li>i{
	width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 2px solid var(--light);
    border-right: 2px solid var(--light);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px;
}
.breadcrumb a{
	color:var(--color);
}
.breadcrumb a:hover{
	color:var(--darklight);
}
.box-shadow{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.btn-city{
	color:var(--darklight);
	font-weight: 500;
	cursor: pointer;
}
.btn-city svg{
	fill:var(--darklight);
}
.btn-city:hover{
	color:var(--color);
}
.btn-city:hover svg{
	fill:var(--color);
}
.menu{
	padding: 16px 0 24px ;
}
.top-menu a, .top-menu span,
.menu a, .menu span{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 90px;
	font-size: 15px;
	background: transparent;
}
/* .top-menu a:hover, .top-menu span,
.menu a:hover, .menu span{
    background: var(--dark);
    color:var(--white);
} */
.phone.c-color:hover{
	color:var(--dark);
}
.phone:hover .fill-color{
	fill:var(--dark);
}
.btn-catalog{
    background: var(--white);
    color: var(--black);
	font-weight: bold;
}
.btn-services{
	background: var(--white);
	color:var(--color);
	border: 1px solid var(--color);
	font-weight: bold;
	padding: 19px 39px;
}
.navbar-catalog,.navbar-services{
	position: relative;
	width: 20px;
	height: 14px;
	margin-left: 12px;
}
.navbar-catalog .icon-bar,.navbar-services .icon-bar{
	position: absolute;
	display: inline-block;
	left: 0;
	top: calc(50% - 1px);
	width:20px;
	height: 2px;
	transition: all 0.5s 0s;
}
.navbar-catalog .icon-bar{
	background: var(--black);
}
.navbar-services .icon-bar{
    background: var(--color);
}
.navbar-catalog .icon-bar:first-child,.navbar-services .icon-bar:first-child{
	top:0;
}
.navbar-catalog .icon-bar:last-child,.navbar-services .icon-bar:last-child{
	top:auto;
	bottom:0;
}
.btn-catalog.active .icon-bar,.btn-services.active  .icon-bar{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% + 0);
}
.btn-catalog.active .icon-bar:first-child,.btn-services.active .icon-bar:first-child{
	display: none;
}
.btn-catalog.active .icon-bar:last-child,.btn-services.active .icon-bar:last-child{
	bottom:6px;
	top:auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.catalog-menu_wr,.services-menu_wr{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	border: 1px solid var(--light);
	background-color:#F9F9F9;
	z-index:5;
}
.catalog-menu{
	padding: 15px 0;
	width:300px;
	border-right:1px solid var(--light);
	min-height: 70vh;
	box-sizing: border-box;
	/* overflow-y: auto; */
	overflow-y: hidden;
}
.catalog-menu .level1{
	display:block;
	padding: 0 5px;
}
.catalog-menu .level1>a, .catalog-menu .level1>span{
	display:flex;
	align-items:center;
	padding:15px 35px 15px 15px;
	border-radius:5px;
	position:relative;
	color: var(--black);
}
.catalog-menu .level1.catalog-drop_menu>a:before, .catalog-menu .level1.catalog-drop_menu>span:before{
	content:'';
	position:absolute;
	top:50%;
	right:12px;
	width:12px;
	height:12px;
	border-top:2px solid var(--black);
	border-right:2px solid var(--black);
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.catalog-menu .level1>a:hover, .catalog-menu .level1>span{
	background-color: rgba(134,173,130, .1);
}
.catalog-menu .level1.catalog-drop_menu>a:hover:before, .catalog-menu .level1.catalog-drop_menu>span:before{
	border-color:var(--color);
}
.top-menu .top-menu-drop_menu a{
   padding: 5px 25px 5px 15px;
}
.top-menu .level1.top-menu-drop_menu>a:before{
    content:'';
	position:absolute;
	top:45%;
	right:7px;
	width:7px;
	height:7px;
	border-top:2px solid var(--black);
	border-right:2px solid var(--black);
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.top-menu .top-menu-drop_menu {
    position: relative;
}
.top-menu .top-menu-sub_menu {
    display: none;
    position: absolute;
    background: var(--white);
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 6;
}

.top-menu .top-menu-sub_menu .level2{
    border-bottom: 1px solid var(--light);
    padding: 5px 15px;
    min-width: 150px;
}

.top-menu .level1.top-menu-drop_menu:hover>a:before{
    border-color: var(--color);
}
.top-menu .level1.top-menu-drop_menu:hover .top-menu-sub_menu{
    display: block;
}

.catalog-menu .level1>a>img, .catalog-menu .level1>span>img{
	padding-right:15px;
}
.catalog-menu .level1>a:hover>img, .catalog-menu .level1>span>img{
	-webkit-filter: invert(62%) sepia(76%) saturate(604%) hue-rotate(64deg) brightness(94%) contrast(81%);
	filter: invert(62%) sepia(76%) saturate(604%) hue-rotate(64deg) brightness(94%) contrast(81%);
}
.catalog-menu .level1>.sub-menu_wr{
	position:absolute;
	padding:15px 30px;
	left:312px;
	top:0;
	right: 0;
	bottom:0;
	opacity:0;
	transition:opacity 0.5s 0s;
	background:var(--white);
	overflow-y: auto;
}
.catalog-menu .level1:hover>.sub-menu_wr{
	opacity:1;
	z-index:1;
}
.level1>.sub-menu_wr>li>.catalog-sub_menu{
	display:flex;
	flex-wrap:wrap;
}
.level1>.sub-menu_wr>li>.catalog-sub_menu>li{
	width:33.333%;
	padding-bottom:15px;
}
.catalog-sub_menu a{
    color: var(--base);
}
.catalog-menu_title{
	padding: 15px 0;
	color:var(--dark);
	font-weight:600;
	font-size:18px;
	display:block;
}
.catalog-menu .level2>a, .catalog-menu .level2>span{
	font-weight:600;
}
.catalog-sub_menu a, .catalog-sub_menu span{
	padding:6px 0;
	display:block;
}
.header-logo img{
    max-width: 250px;
}
.header-search{
	flex-grow: 1;
}
.header-search .form-control{
	background: transparent;
	border: none;
	padding: 18px 15px;
	font-size: 15px;
}
.form-search{
	background: var(--additional);
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.form-search:hover{
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 4px rgba(0, 0, 0, .04), 0 20px 40px rgba(0, 0, 0, .08);
}
.presearch-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
    display: none;
}
.header-search.active .presearch-overlay{
    display: block;
}
.header-search.active .form-search{
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 4px rgba(0, 0, 0, .04), 0 20px 40px rgba(0, 0, 0, .08);
    z-index: 11;
}
.btn-search{
	padding: 12px;
	position: absolute;
    right: 0;
    height: 100%;
    cursor: pointer;
}
.btn-search-delete{
    right: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.btn-search-delete:after {
    content: "";
    background: var(--light);
    height: 22px;
    width: 1px;
    position: absolute;
    right: 0px;
}
.ui-widget.ui-widget-content{
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 4px rgba(0, 0, 0, .04), 0 20px 40px rgba(0, 0, 0, .08);
    border-radius: 10px;
    margin-top: 5px;
}
.ui-widget.ui-widget-content .ui-menu-item:nth-last-child(1) .ui-state-active{

     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
}
.ui-widget.ui-widget-content .ui-menu-item:nth-child(1) .ui-state-active{
     border-top-right-radius: 10px;
     border-top-left-radius: 10px;
}
/* .mse2-ac-item-castom .ui-state-active {
    border: 1px solid #337ab7;
    background: #F9F9F9;
    color: var(--base);
    border-radius: 10px;
} */
.header-callback .btn{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 16px;
}
.svg-icon{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--light);
	border-radius: 50%;
	margin: 0 6px;
	transition: background-color 0.5s 0s;
}
.svg-icon svg{
	fill:var(--white);
}
.svg-icon:hover{
	background: var(--dark);
	border-color: var(--dark);
}
.svg-icon:hover svg{
	fill:var(--white);
}
.mobile-header .svg-icon{
   border:none;
}
#header{
	border-bottom: 1px solid var(--light);
}
.slide-one{
	flex: 0 0 100%;
}
.slider-prev, .slider-next{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	padding: 0;
	cursor: pointer;
	transition: all 0.5s 0s;
	background: transparent;
	border: none;
}
.slider-prev{
	left: 0;
}
.slider-next{
	right: 0;
}
.slider-prev:disabled, .slider-next:disabled{
	opacity: 0.1;
}
.main-slider__prev, .main-slider__next{
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	background: var(--white);
	border-radius: 50%;
	width: 78px;
	height: 78px;
	border:none;
}
.main-slider__prev.slider-prev{
	left:3px;
}
.main-slider__next.slider-next{
	right: 3px;
}
.main-slider__prev svg{
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.main-slider__next svg{
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
.main-slider__prev:hover, .main-slider__next:hover{
	background: var(--color);
}
.main-slider__prev:hover svg, .main-slider__next:hover svg{
	fill:var(--white);
}

.main-slider__dots .embla__dot{
	width: 40px;
	height: 2px;
	background: var(--light);
	margin: 0 6px;
	border:none;
	line-height: 0;
	transition: all 0.5s 0s;
}
.main-slider__dots .embla__dot.embla__dot--selected{
	width: 100px;
	background: var(--black);
}
.main-slider__dots{
	position: absolute;
	text-align: center;
	left:0;
	right:0;
	bottom: -24px;
}
.container-slider{
	max-width: 1366px;
	margin:0 auto;
	padding-left: 32px;
	padding-right: 32px;
	box-sizing: border-box;
	position: relative;
}
.main-container {
	padding: 80px 120px;
	max-width: 600px;
}
.messengers a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s 0s;
	background: var(--darklight);
	border-radius: 50%;
	margin:0 5px;
	width: 32px;
	height: 32px;
}
.messengers a>svg{
	fill:var(--white);
}
.messengers a:hover{
	background: var(--color);
}
.catalog-item_list{
	padding: 6px 0;
	border-top: 1px solid var(--light);
	max-height: 155px;
    overflow: hidden;
    transition: all 0.5s 0s;
}
.catalog-item_list.active{
	max-height: none;
}
.catalog-item_list a{
	color:var(--darklight);
	display: block;
	padding: 4px 0;
}
.catalog-item_list a:hover{
	color:var(--color);
}
.catalog-item_title{
	min-height: 56px;
	font-size: 18px;
	padding-bottom: 12px;
}
.bg-image{
	background: no-repeat center top;
	background-size: cover;
}
.mw-700px{
	width:100%;
	max-width: 700px;
}
.products-slider__container{
	position: relative;
	z-index:1;
}
.products-slider__viewport{
	padding-bottom: 230px;
}
.products-slider__prev{
	left:-30px;
	top:35%;
}
.products-slider__next{
	right:-30px;
	top:35%;
}
.products-slider__slide{
	padding-right: 3px;
	padding-left: 3px;
}
.products-btn{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
}
.products-item_wr{
	position: relative;
	width: 424px;
	height: 100%;
	min-height: 530px;
}
.products-item_gallery{
	position: relative;
}
.products-item_img{
	position: absolute;
	z-index: 0;
	opacity: 0;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	transition: opacity 0.5s 0s;
	display: inline-block;
}
.products-item_img img{
	display: block;
	max-width: 100%;
}
.products-item_trigger{
	position: absolute;
	z-index: 2;
	top:0;
	bottom: 0;
	display: block;
}
.products-item_trigger:first-child+.products-item_img{
	position: static;
	opacity: 1;
	z-index: 1;
}
.products-item_trigger:hover+.products-item_img{
	opacity: 1;
	z-index: 1;
}
.products-item_trigger:before{
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	height: 20px;
	background:  rgb(209 209 209 / 50%);
}
.products-item_trigger:after{
	content:'';
	position: absolute;
	left:8px;
	right:8px;
	bottom: 8px;
	height: 4px;
	background: var(--white);
}
.products-item_one:before ,.products-item_one:after{
    content:none;
}
.products-item_trigger:hover:after{
	background: var(--dark);
}
.products-item_marker{
	position: absolute;
	left:12px;
	top:12px;
	z-index: 1;
}
.marker{
	background: var(--dark);
	border-radius: 25px;
	margin-bottom: 8px;
	width: 43px;
    height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.marker svg{
	fill:var(--white);
}
.comparison-marker{
	position: absolute;
	top:12px;
	right:12px;
	z-index: 2;
}
.comparison-icon svg{
/*	fill:var(--white);*/
}
.comparison-icon:hover svg, .fill-dark svg{
	fill:var(--dark);
}
.products-price{
	font-size: 36px;
}
.products-old_price{
	text-decoration: line-through;
}
.sale{
	background: var(--c-error);
	border-radius: 25px;
	width:78px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:var(--white);
	font-size: 15px;
}
.products-item_options{
	height: 0;
	overflow: hidden;
}
.btn-favorite{
	border-radius: 8px;
	border:1px solid var(--dark);
	width: 78px;
	min-width: 78px;
	height: 66px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn-favorite svg{
	stroke: var(--black);
	fill: none;
}
.btn-favorite:hover svg, .btn-favorite.voted svg, .comparison-remove.btn-favorite svg{
	stroke: var(--dark);
	fill: var(--dark);
}
.products-item{
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
	padding: 12px;
	transition: all 0.5s 0s;
}
.products-item:hover{
	background: var(--white);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
/*     position: absolute;
z-index: 2;
left:0;
right:0; */
}
.products-item:hover .products-item_options{
	height: auto;
}
.products-item:hover .c-white{
	color: #000 !important;
}

.radio-color{
	display: none;
}
.radio-color+label{
	display: block;
	width: 52px;
	height: 52px;
	border:1px solid transparent;
	padding: 6px;
	box-sizing: border-box;
}
.radio-color+label img{
	/* border:1px solid var(--black); */
	display: block;
}
.radio-color+label:hover,
.radio-color:checked+label{
    cursor: pointer;
    border-radius: 5px;
}
.radio-color+label:hover{
    border-color: var(--c-border);
}
.radio-color:checked+label{
    border-color: var(--color);
} 

.radio-color:disabled+label {
    opacity: 0.2;
}
/* .radio-color+label:hover img,
.radio-color:checked+label img{
    border-color: transparent;
} */
.srart svg{
	fill: #FA961D;
}
.vertical-line{
	height: 16px;
	border-left:1px solid var(--light);
}
.bg-gradient{
	background-repeat: no-repeat;
    background-position:center top;
	background-size: cover;
}
.section-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-img img{
	display: block;
}
.section-item{
	position: relative;
}
.section-link{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	padding: 30px;
	transition: all 0.5s 0s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-link:hover{
	background: linear-gradient(180deg, var(--color) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-link span{
	color: var(--white);
}
.section-item_wr{
	padding-bottom: 24px;
}
.tabs-header li{
	display: inline-block;
	padding-right: 10px;
}
.tabs-header li:last-child{
	padding-right: 0;
}
.btn-tab{
	border:2px solid var(--black);
	min-width: 185px;
	text-align: center;
	padding: 12px;
	border-radius: 5px;
	cursor:pointer;
}
.active .btn-tab{
	border-color: var(--color);
	background: var(--color);
	color: var(--white);
}
.tab-content>div{
	display: none;
}
.tab-content>div.active{
	display: block;
}
.articles-item{
	width: 400px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.article-title{
    color: var(--base);
}
.mw-840px{
	max-width: 840px;
	width: 100%;
}
.bg-questions{
	background: no-repeat center bottom;
	background-size: cover;
}
.questions-content{
	display: none;
}
.questions-wrapper{
	margin-bottom: 24px;
}
.questions-title{
	padding: 16px 78px 16px 24px;
	min-height: 82px;
	display: flex;
	align-items: center;
    font-size: 18px;
	box-sizing: border-box;
	position: relative;
}
.questions-title.active:after {
    content: '';
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 2.5%;
    width: 95%;
    height: 1px;
    background: var(--primary);
}
.questions-content{
	padding: 24px;
}
.questions-title b, .akkord-header_icon b{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:24px;
	transition: all 0.5s 0s;
}
.questions-title.active b, .akkord-header_icon.active b{
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.mw-620px{
	width: 100%;
	max-width: 620px;
}
#contact-map,#map{
	height: 100%;
}
#map{
    background: linear-gradient(110deg, #ececec 40%, #f5f5f5 50%, #ececec 65%);
    background-size: 200% 100%;
    -webkit-animation: 0.8s shine linear infinite;
    animation: 0.8s shine linear infinite;
}
.footer-menus{
	width:50%;
}
.footer-first, .footer-contacts{
	width:25%;
}
.footer-menu a, .footer-menu span{
	display: block;
/*     padding: 0 0 12px; */
}
.footer-menu span{
	color:var(--color);
}
.svg-gradient, .footer-messengers .messengers a{
	background: linear-gradient(98.86deg, var(--dark) 18.41%, var(--color) 136.53%);
	display: flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	fill:var(--white);
	transition: none;
}
.btn-svg .svg-gradient{
	margin-right: 12px;
}
.btn-svg .svg-gradient svg{
	padding: 0;
}
.svg-gradient:hover, .footer-messengers .messengers a:hover{
	background: var(--color);
}
.footer-messengers .messengers{
	display: flex;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.catalog-page .catalog-item_wr{
	padding-bottom: 24px;
}
.action-wr{
	background: var(--additional);
}
.bg-action_image{
	background: no-repeat right center;
}
.bg-action{
	background: url(../images/bg/bg-action.png) no-repeat calc(50% - 350px) center;
	background-size: auto 100% ;
}
.bg-architect{
	background: url(../images/bg/bg-arhitector.png) no-repeat calc(50% - 350px) center;
	background-size: auto 100% ;
}
.mw-680px{
	width: 100%;
	max-width: 680px;
}
.current-item{
	box-sizing: border-box;
	height: 100%;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pagination li{
	padding: 0 5px;
}
.pagination li.control a, .pagination li.control span{
	padding: 0 10px;
	display: flex;
	align-items: center;
}
.pagination li.control svg{
	fill:var(--base);
	padding: 0 10px;
}
.pagination li.control a:hover svg{
	fill:var(--color);
}
.pagination li:not(.control) a, .pagination li:not(.control) span{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 39px;
	border: 1px solid var(--darklight);
	border-radius: 5px;
	background: var(--white);
	color:var(--darklight)
}
.pagination li:not(.control) a:hover, .pagination li:not(.control) span{
	color:var(--white);
	border-color: var(--color);
	background-color: var(--color);
}
.product-gallery{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.gallery-thumbs{
	padding-left: 32px;
	padding-right: 32px;
	margin-top: 32px;
}
.gallery-thumbs__slide{
	padding-left: 8px;
	padding-right: 8px;
}
.btn-thumb{
	border:1px solid transparent;
	border-radius: 5px;
	overflow: hidden;
	line-height: 0;
	min-width: 100px;
}
.embla-thumbs__slide--selected .btn-thumb{
	border-color: var(--color);
}
.product-status{
	display: inline-block;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
}
.radio-size{
	display: none;
}
.radio-size+label{
	display: block;
	width: 40%;
	padding: 12px;
	text-align: center;
	border:1px solid var(--light);
	background-color: var(--white);
	border-radius: 5px;
	margin-bottom: 24px;
	margin-right: 12px;
	cursor: pointer;
	flex-grow:1;
}
.radio-color-text:checked+label,
.radio-size:checked+label{
	border-color: var(--color);
}
.radio-color-text:disabled+label,
.radio-size:disabled+label{
    opacity:0.5;
}
.select-size {
    border: 1px solid var(--light);
    color: var(--darklight);
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 20px 15px;
    width: 100%;
    outline: 0;
    font-size: 16px;
    height: auto;
    line-height: 1;
    font-family: 'Involve', sans-serif;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 40px;
    background: no-repeat calc(100% - 15px) center;
    background-color: var(--white);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.17636 7.66525C6.63191 8.11158 7.37173 8.11158 7.82728 7.66525L13.6583 1.95224C14.1139 1.50591 14.1139 0.781076 13.6583 0.334747C13.2028 -0.111582 12.463 -0.111582 12.0074 0.334747L7 5.24079L1.99258 0.338317C1.53703 -0.108012 0.797215 -0.108012 0.341663 0.338317C-0.113888 0.784646 -0.113888 1.50948 0.341663 1.95581L6.17272 7.66882L6.17636 7.66525Z' fill='%23333'/%3E%3C/svg%3E");
}
.radio-color-text+label{
    padding: 14px;
    text-align: center;
    margin-left: 8px;
    margin-top: 8px;
    border: 1px solid var(--c-border);
    border-radius: 5px;
    cursor: pointer;
}
.radio-color-text+label .type-color{
    width: 48px;
    height: 48px;
    border-radius: 5px;
}
.radio-color-text+label img{
    border-radius: 5px;
}
.radio-color-text+label span{
    font-size: 15px;
}
.radio-color-text{
    display: none;
}
.options-item{
	display: flex;
	justify-content: space-between;
}
.options-item>i{
	flex-grow: 1;
	border-bottom: 1px dashed var(--darklight);
	min-width: 24px;
}
.options-item span.bold{
    text-align:right;
}
.advanced{
	padding-left: 70px;
	padding-right: 70px;
}
.advanced-item_wr{
    flex-grow:1;
}
.advanced-img{
	min-width: 43px;
	padding-right: 12px;
}
.advanced-text.span-color span{
	color: var(--color);
}
.description-tabs{
	border-radius: 15px 15px 0 0;
	padding: 12px;
	background: var(--primary);
	border: 1px solid var(--primary);
}
.btn-descr{
    border: 1px solid var(--white);
	color:var(--white);
	border-radius: 8px;
	background: transparent;
	padding: 12px 25px;
}
.active .btn-descr{
	color:var(--dark);
	background: var(--white);
}
.tabs-description{
	border: 1px solid var(--light);
	padding: 36px 36px 48px;
	border-radius: 0 0 15px 15px;
}
.btn-descr sup,  .form-checkbox sup{
	vertical-align: super;
	font-size: smaller;
}
.minw-300px{
	min-width: 300px;
}
.fasts-link{
    position: relative;
    display: block;
    height: 60px;
    overflow: hidden;
}
.fasts-link.active{
    display: flex;
    flex-wrap:wrap;
    height: auto;
}
.fasts-link>a.btn{
	margin-right: 10px;
	margin-bottom: 15px;
	display: inline-flex;
    align-items: center;
}
.btn-fasts{
    padding: 16px 18px;
    float: right;
    white-space:nowrap;
}
.btn-fasts.active{
    float:none;
    order:1;
    margin-left:auto;
}
.btn-fasts .span-less, .btn-fasts.active .span-more{
	display: none;
}
.btn-fasts.active .span-less{
	display: inline-block;
}
.btn-chevron{
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
.btn-chevron:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-left: 2px solid var(--base);
	border-bottom: 2px solid var(--base);
	background: transparent;
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}
/* .active .btn-chevron:before, */ .btn-chevron.active:before{
	-webkit-transform: translateY(-2px) rotate(135deg);
	transform: translateY(-2px) rotate(135deg);
}
.c-color.btn-chevron:before{
	border-color: var(--color);
}
.c-darklight.btn-chevron:before{
	border-color: var(--darklight);
}
.btn-tags{
	margin-bottom: 15px;
	margin-left: auto;
}
.btn-tags .span-less, .btn-tags.active .span-more{
	display: none;
}
.btn-tags.active .span-less{
	display: inline-block;
}
.section-search{
	flex-grow: 1;
}
.form-search.bg-white{
	background: var(--white);
}
.left-category a{
	display: block;
	position: relative;
	padding: 8px 0 8px 24px;
}
.left-category a:before{
	content:'';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	border-left: 2px solid var(--light);
	border-bottom: 2px solid var(--light);
	background: transparent;
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
.left-category a:hover:before{
	border-color: var(--color);
}
.left-section a{
	display: block;
	position: relative;
	padding: 6px 0 6px 24px;
}
.left-section{
	max-height:110px;
	overflow:hidden;
	transition:all 0.5s 0s;
}
.left-section.active{
	max-height:1000px;
}
.js-section-more{
	margin-left: 24px;
}
.form-control_price{
	font-size: 14px;
	padding: 8px;
	max-width: 100px;
	box-sizing: border-box;
	background: var(--additional);
	border-color: var(--additional);
	color:var(--base);
	text-align: center;
}
.section-row .products-slider__slide{
	width: 33.33333%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.products-item_img{
	max-width: 100%;
}
.section-row .products-item_wr{
	width:auto;
}
.section-row .products-price{
	font-size: 24px;
}
.section-row .products-old_price{
	font-size: 14px;
}
.section-row .marker{
	width: 43px;
    height: 22px;
}
.products-line_marker .marker{
	width: 58px;
	height: 29px;
	margin-right: 8px;
}
.favorite-marker{
	position: absolute;
	left:12px;
	top:12px;
}
.favorite-marker svg {
	stroke: var(--black);
	fill: none;
}
.favorite-marker a:hover svg, .favorite-marker a.voted svg{
	stroke: var(--dark);
	fill: var(--dark);
}
.product-line_img{
	width:108px;
}
.products-line_cart{
	display: flex;
	align-items: center;
	margin-left: auto;
}
.btn-cart_add{
	border-radius: 8px;
	border: 1px solid var(--dark);
	width: 54px;
	min-width: 54px;
	height: 54px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.products-line_price{
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-width: 130px;
}
.products-line_price .sale {
	width: 58px;
	height: 29px;
	font-size: 12px;
}
.product-line_title{
	padding-left: 12px;
	padding-right: 12px;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.border{
	border:1px solid var(--light)
}
.btn-delete{
	width: 56px;
	height: 56px;
	border:1px solid var(--dark);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.cart-delete .btn-delete{
    width: auto;
    height: auto;
    border: none;
}
.cart-delete .btn-delete:hover {
	background: none;
}
.cart-delete .btn-delete:hover svg{
	fill: var(--dark);
}
.cart-delete .btn-delete svg{
    fill: var(--darklight);
}
.cart-title{
    max-width: 319px;
}
.btn-delete:hover{
	background: var(--dark);
}
.btn-delete svg{
	fill: var(--dark);
}
.btn-delete:hover svg{
	fill: var(--white);
}
.count-input{
	text-align: center;
	background: transparent;
	width: 50px;
	border:none;
}
.calculator-count{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid var(--light);
/*     background: var(--additional); */
	text-align: center;
	line-height: 38px;
	cursor:pointer;
}
.count-input{
    color: var(--white);
}
.calculator-count:hover{
	background: var(--color);
	border-color: var(--color);
	color:var(--white);
}
.cart-count_wr{
	width:136px
}
.cart-item{
	padding: 24px 0;
	border-bottom: 1px solid var(--light);
}
.cart-other{
    min-width:200px;
}
.cart-count{
    width:200px;
}
.total-row{
	border-top: 1px solid var(--darklight);
}
.order-total_wr{
	top:12px;
	position: -webkit-sticky;
	position: sticky;
}
.tabs-delivery li{
	display: inline-block;
	padding-right: 24px;
}
.tab-delivery{
	display: inline-block;
	background: transparent;
	border:none;
	padding: 0 0 0 30px;
	cursor:pointer;
	font-size: 16px;
	position: relative;;
}
.tab-delivery:before{
	content:'';
	position: absolute;
	left:0;
	top:-4px;
	border-radius: 50%;
	padding: 0;
	margin:0;
	width:22px;
	height: 22px;
	background: transparent;
	border:1px solid var(--light);
}
li.active .tab-delivery:before{
	border:5px solid var(--dark);
	width: 14px;
	height: 14px;
}
.delivery-map{
	min-width: 24px;
}
.delivery-btn{
	min-width: 200px;
}
.btn-delivery{
	border-radius: 5px;
	display: inline-block;
	border:1px solid var(--light);
	padding: 16px 60px;
	cursor: pointer;
}
.radio-delivery, .radio-payment{display: none}

.radio-delivery:checked+.delivery-item{
	border-color: var(--dark);
}
.radio-delivery:checked+.delivery-item .btn-delivery{
	background: linear-gradient(98.86deg, var(--dark) 0%, var(--color) 136.53%);
	color:var(--white);
}
.delivery-item{
	margin-bottom: 24px;
}
.delivery-item:last-child{
	margin-bottom: 0;
}
.payment-item{
	width: 250px;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	margin-right: 24px;
	cursor: pointer;
}
.payment-item:last-child{
	margin-right: 0;
}
.radio-payment:checked+.payment-item{
	border-color: var(--dark);
}
.office-menu li{
	display: block;
	padding-bottom: 20px;
}
.office-menu a, .office-menu span{
	display: block;
	font-size: 15px;
	padding: 15px;
	border:1px solid var(--light);
	background: var(--additional);
	transition: all 0.5s 0s;
	border-radius: 5px;
	text-align: center;
}
.office-menu a:hover, .office-menu span{
	background: var(--dark);
	border-color: var(--dark);
	color: var(--white);
}
.btn-exit svg{
	stroke: var(--dark);
}
.btn-exit:hover svg{
	stroke: var(--color);
}
.svg-icon_span{
    position:relative;
}
.svg-icon_span>span,.svg-icon_span>span[data-value="0"]{
    position:absolute;
    border-radius:50%;
    background:#FA961D;
    width: 15px;
    height: 15px;
    text-align: center;
    color: var(--white);
    font-size: 9px;
    top: 0;
    right: 0;
    line-height: 15px;
    display: none;
}
.svg-icon_span>span:not([data-value="0"]){
    display: block;
}

.order-accordion_content{
    display:none;
}
.order-accordion_header{
    position: relative;
    cursor: pointer;
}
.order-accordion_header:before{
    content: '';
    position: absolute;
    top: 45%;
    right: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.order-accordion_header.active:before{
    -webkit-transform: translateX(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg); 
}
body .ui-state-default, body .ui-widget-content .ui-state-default{
    border-radius:50%;
    width:20px;
    height:20px;
    top: -6px;
}
body #mse2_filters .mse2_number_slider {
    font-size: 12px;
    border-radius: 20px;
    border: none;
    background:var(--light);
    margin:0;
}
body .ui-slider-horizontal .ui-slider-range{
    background:var(--dark);
}
#mse2_filters .mse2_number_inputs label{
    text-transform: lowercase;
}
#mse2_filters .disabled-moulage{
    color: #aaa;
}
body .office-auth-register-wrapper{
    border-radius:8px;
}
.footer-phone .phone .svg-gradient{
    min-width:46px;
}
.type-color{
    background-color: #cecece;
    display: inline-block;
    width: 38px;
    height: 38px;
}
.category-filter_tile{
    display:flex;
    flex-wrap:wrap;
}
.filter-max-height {
    max-height: 200px;
    overflow: hidden;
    transition: all 0.5s 0s;
}
.filter-max-height.active {
    overflow-y: scroll;
    max-height: 230px;
}
.filter-max-height-color{
    max-height: 156px;
    overflow: hidden;
    transition: all 0.5s 0s;
}
.filter-max-height-color.active{
    overflow-y: scroll;
    max-height: 208px;
}
.options-color{
    position:relative;
}
.options-color sup{
    position: absolute;
    right: 7px;
    top: 6px;
    vertical-align: super;
    font-size: smaller;
    color: white;
}
.office-main{
    width: calc(100% - 325px);
    padding: 0 12px;
    box-sizing: border-box;
}
/* .comparison-table{
    overflow-x: auto;
    display:block;
}
 .comparison-table{
    border-radius: 0px 0px 8px 8px;
    background: var(--white);
    border: none;
    box-shadow: 0px 0px 1px #000;
}
.comparison-table th{
    background: var(--secondary);
    color:var(--white);
}
.comparison-table th,
.comparison-table td{
    padding: 15px 10px !important;
}
.comparison-table td{
    border:1px solid var(--light);
}
.comparison-table a{
    color: var(--color);
    text-decoration: underline;
}
.comparison-table a:hover{
    color: var(--dark);
}
.comparison-param, .comparison-corner{
    position:sticky;
    left:0;
    background: #F9F9F9;
    border: 1px solid var(--darklight);
    text-align:left;
    z-index:1;
}
.comparison-table .comparison-head{
    position: relative;
}
.comparison-table .comparison-remove{
    top:0;
    right:0;
}
.comparison-cell{
    width:160px;
    max-width: 250px;
} */

.comparison .tab-content,.comparison-table .comparison-head{
    position: relative;
}
.comparison-table .comparison-head {
    width: 200px;
}
.comparison .tab-content>div.active {
    overflow-x: auto;
    width: 100%;
}
.comparison-table .comparison-head img {
    margin: 0 3em;
}
.comparison-table_wr .comparison-corner {
    position: absolute;
}
.comparison-param {
    position: absolute;
    width: 100%;
    background: #eeeeee;
    color: #000;
    font-size: 14px;
}
.comparison-table .comparison-remove {
    background: none;
    top: 0;
    right: 0;
}
.comparison-row {
    border-bottom: 1px solid;
    height: 80px;
}
.comparison-table td.comparison-cell{
    vertical-align: bottom;
    padding-top: 35px;
}
.container .comparison-table tbody .comparison-row:first-child td {
    padding-top: 0;
}








/* Ниже дпописывал дима */
.modal_title {
    background: linear-gradient(98.86deg, var(--dark) 0%, var(--color) 130%);
    padding: 20px;
    color: var(--white);
    border-radius: 15px 15px 0 0;
}
.modal_content{
    background-color: var(--white);
    border-radius: 0 0 15px 15px;
    padding: 0 30px 30px 30px;
}  
/* Всплывающие окна для карты */
#contact-map>.carousel__button.is-close{
    top: -40px;
}
/* Всплывающие окна для личного кабинета */
#auth-reset, #registration{
    display: none;
}
#auth-reset.start-anim, #registration.start-anim{
    display: block;
}
#login-input.start-anim{
    display: none;
}
.btn-auth-reset,.btn-registration{
    cursor: pointer;
}
#login .bac{
    position: absolute;
    top: 17px;
    left: 17px;
    width: 13px;
    height: 13px;
    display: inline-block;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-right: 5px;
}
img.lozad{
    background: linear-gradient(110deg, #dcdcdc 40%, #f5f5f5 50%, #dcdcdc 65%);
    background-size: 200% 100%;
    -webkit-animation: 0.8s shine linear infinite;
    animation: 0.8s shine linear infinite;
  }
img.lozad[srcset$="png"]{
    background: none;
}

iframe.mapframe{
    width: 100%;
    height: 100%;
}
.js-unwrap-text {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s 0s;
}
.js-unwrap-text.active {
    max-height: 1000px;
}
/* Окно купить в один клик */
body .modal-backdrop.in, .modal-backdrop.show {
    opacity: 1;
    filter: alpha(opacity = 100);
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(3px);
}
#oneClick_modal .modal-content{
    border-radius: 16px;
}
#oneClick_modal .modal-header{
    background: linear-gradient(98.86deg, var(--dark) 0%, var(--color) 130%);
    padding: 20px;
    color: var(--white);
    border-radius: 15px 15px 0 0;
}
#oneClick_modal .modal-close{
    color: #fff;
    opacity: 1;
}
#oneClick_modal .modal-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#oneClick_modal .btn_send{
    color: var(--white);
    border: none;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#oneClick_modal .btn_send:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    transition: all 0.5s 0s;
    background: linear-gradient(98.86deg, var(--color) 0%, var(--dark) 50%, var(--color) 136.53%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#oneClick_modal .btn_send:hover:before{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.stag-icon{
    width: 60px;
    height: 60px;
}
.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}

.tariff-price {
    padding: 15px;
    background-color: var(--additional);
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}
.tariff-price .price {
    font-size: 30px;
}
.tariff-price .price span {
    font-size: 40px;
}
.tariff .accent .tariff-price{
    color: var(--base) !important;
}
.tariff-program li {
    padding: 6px 0 6px 25px;
    position: relative;
    font-weight: 500;
}
.tariff-program li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    height: 6px;
    width: 12px;
    border-left: 2px solid var(--color);
    border-bottom: 2px solid var(--dark);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tariff .accent .tariff-program li:before {
    border-left: 2px solid var(--light);
    border-bottom: 2px solid var(--white);
}
.tariff .accent {
    margin: -15px 0px;
    border: 1px solid var(--primary);
}
.battons tr td:last-child{
    white-space: nowrap;
    width: 1%;
}
.fr-th tr:first-child td{
    background: var(--primary);
    color: var(--white);
}
.fc-th td:first-child{
    background: var(--primary);
    color: var(--white);
}
.price-table table{
    width: 100%;
}
.slider-wr{
    color: var(--black);
}
.mih-350{
    min-height: 350px;
}
.catalog-item_img {
    min-width: 190px;
}
.order-accordion_header p{
    color: var(--black);
}
.msisnmodal-inner .msisnmodal-dialog {
	background: none;
}
.catalog-sub_menu .level2{
    display: flex;
}
.catalog-sub_menu .level2 img{
    max-height: 26px;
}
.products-slider__controls svg{
	fill: #fff;
}