:root {
	--ob-orange: #ec430b;
	--ob-blue: #3963a6;

	--cm-grey-darker: #202020;
	--cm-grey-dark: #4a4a4a;
	--cm-grey: #727272;
	--cm-grey-alt: #909090;
	--cm-grey-light: #cccccc;
	--cm-grey-lighter: #e9e9e9;

	--cm-orange-alt: #fdc7a8;
	--cm-orange: #f56a30;
}

@font-face {
	font-family: 'LuzSans Book';
	src: url('/fonts/luzsans-book.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('/fonts/centurygothic.ttf');
	font-weight: normal;
}

.cm-font-smallest{
	font-family: 'Tahoma';
	font-size: 10px;
}

.cm-font-smaller{
	font-family: 'Tahoma';
	font-size: 11px;
}

.cm-font-small-luzsans{
	font-family: 'LuzSans Book';
	font-size: 13px;
}

.cm-font-small-myriad{
	font-family: 'Myriad Pro';
	font-size: 13px;
}

.cm-font-small-tahoma{
	font-family: 'Tahoma';
	font-size: 13px;
}

.cm-font-small-ext{
	font-family: 'Tahoma';
	font-size: 14px;
}

.cm-font-normal-luzsans{
	font-family: 'LuzSans Book';
	font-size: 15px;
}

.cm-font-normal-tahoma{
	font-family: 'Tahoma';
	font-size: 15px;
}

.cm-font-normal-ext{
	font-family: 'Tahoma';
	font-size: 17px;
}

.cm-font-big-myriadpro{
	font-family: 'Myriad Pro';
	font-size: 18px;
}

.cm-font-big-tahoma{
	font-family: 'Tahoma';
	font-size: 18px;
}

.cm-font-big-ext{
	font-family: 'Tahoma';
	font-size: 19px;
}

.cm-font-header{
	font-family: 'Tahoma';
	font-size: 21px;
}

.cm-font-header-alt{
	font-family: 'Tahoma';
	font-size: 23px;
}

.cm-font-phone{
	font-family: 'Tahoma';
	font-size: 29px;
}

.cm-font-h1{
	font-family: 'LuzSans Book';
	font-size: 36px;
}

.cm-font-slider{
	font-family: 'Tahoma';
	font-size: 69px;
}

.cm-font-grey-darker{
	color: var(--cm-grey-darker);
}

.cm-font-grey-dark{
	color: var(--cm-grey-dark);
}

.cm-font-grey{
	color: var(--cm-grey);
}

.cm-font-grey-alt{
	color: var(--cm-grey-alt);
}

.cm-font-grey-light{
	color: var(--cm-grey-light);
}

.cm-font-grey-lighter{
	color: var(--cm-grey-lighter);
}

.cm-font-orange{
	color: var(--cm-orange);
}



html, body {
	height: 100%;
}
body {
	font-family: tahoma;
	margin: 0;
	padding-top: 176px;
}
body.menu-open {
	overflow: hidden;
}
h1, h2 {
	color: var(--cm-grey-dark);
	font-family: 'LuzSans Book';
	font-size: 36px;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}

h1::after, h2::after{
	background: url('/images/site/cm_h1.png') no-repeat center center;
	bottom: -46px;
	content: '';
	display: block;
	height: 37px;
	left: 50%;
	margin-left: -28px;
	position: absolute;
	width: 57px;
}

@media (max-width: 1200px) {
	h1 { font-size: 45px; line-height: 52px; }
	h2.double-color { font-size: 45px; line-height: 52px; }
}
@media (max-width: 900px) {
	h1 { font-size: 35px; line-height: 38px; }
	h2.double-color { font-size: 35px; line-height: 38px; }
}
@media (max-width: 650px) {
	h1 { font-size: 25px; line-height: 28px; }
	h2.double-color { font-size: 25px; line-height: 28px; margin-bottom: 30px; }
	h1.orange-line::after { bottom: -20px; }
	h2.orange-line::after { bottom: -20px; }
}


.dark_overlay {
    background: #000;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20000;
}
.main-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	/* padding-top: 52px; */
	width: 100%;
}

.flex-row, .flex_row {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex-column, .flex_column {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.common-text {
	color: #6c6c6c;
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
}

.goDalee{
	background: url(/images/site/see_more.png) no-repeat right top;
	float: right;
	height: 34px;
	line-height: 14px;
	padding-right: 40px;
	text-align: right;
	width: 175px;
}

.goDalee a{
	color: #363636;
	font-family: tahoma;
	font-size: 13px;
	text-transform: uppercase;
}

.goDalee a:hover{
	color: #363636;
}

.page-text {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 30px 0;
}

.zoom_image{
	overflow: hidden;
	position: relative;
}

.zoom_image > img{
	transition: .2s;
}

.zoom_image:hover > img{
	transform: scale(1.15);
}

.totop {
	background: url("/images/site/cm_footer_totop.png") no-repeat left center;
	bottom: 100px;
	height: 95px;
	left: 5%;
	opacity: 0;
	outline: none;
	position: fixed;
	transition: 0.7s;
	width: 95px;
	z-index: -1;
}
.totop_visible {
	bottom: 40px;
	opacity: 1;
	transition: 0.7s;
	z-index: 1000;
}

#start{
	position: relative;
	top: -150px;
}

/* modal form */

.modal-form {
	background: #eee;
	border-radius: 6px;
	box-sizing: border-box;
	left: 50%;
	margin: 0 auto;
	max-width: 400px;
	opacity: 0;
	padding: 0 0 5px;
	position: absolute;
	transform: translateX(-50%) translateY(-40px);
	transition: opacity .4s, transform .4s, visibility .4s;
	visibility: hidden;
	width: 95%;
	z-index: 30000;
}
.modal-form.visible {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.modal-form h2 {
	border: 0;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 15px 0;
	padding: 0 20px;
	text-transform: none;
}

.modal-form h2::after{
	display: none;
}

.modal-form .mf-form-close {
	background: url(/images/site/close_modal.png) no-repeat center / 15px;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	z-index: 10;
}
.modal-form .mf-input-wrapper {
	box-sizing: border-box;
	margin: 0 0 15px 0;
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 30001;
}
.modal-form .mf-input,
.modal-form .mf-textarea,
.modal-form select {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #000;
	font-family: 'Tahoma';
	font-size: 14px;
	outline: none;
	padding: 6px 12px;
	width: 100%;
}
.modal-form .mf-input,
.modal-form select { height: 36px; }
.modal-form .mf-textarea { height: 175px; resize: none; }
.modal-form .mf-input-wrapper input.red-border,
.modal-form .mf-input-wrapper textarea.red-border,
.modal-form .mf-input-wrapper select.red-border {
	border: 1px solid #f00;
}
.modal-form .red-text::-webkit-input-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text::-moz-placeholder { color: #f00; opacity: 1; }
.modal-form .red-text:-ms-input-placeholder { color: #f00; opacity: 1; }
.modal-form .mf-submit {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	clear: both;
	color: #aaa;
	cursor: pointer;
	display: block;
	font-family: 'Tahoma';
	font-size: 18px;
	height: 43px;
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: .3s;
	width: 100%;
	z-index: 1;
}
.modal-form .mf-submit:hover {
	background: #aaa;
	color: #fff;
}
.modal-form .mf-submit.success {
	cursor: default;
	pointer-events: none;
}
.modal-form .mf-submit::after {
	align-items: center;
	background-color: #00a329;
	color: #fff;
	content: attr(data-success);
	display: flex;
	font-family: inherit;
	font-size: inherit;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -100%;
	transition: 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	width: 100%;
}
.modal-form .mf-submit.success::after {
	top: 0;
}

/* modal form end */

/* Øàïêà */
/* ==================================== */

.header {
	background-color: #ffffff;
	box-sizing: border-box;
	justify-content: flex-end;
	min-height: 120px;
	padding-bottom: 15px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

.header > div{
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
}

.header-info{
	align-items: center;
	gap: 0px 45px;
}

.header-info > div{
	gap: 0px 10px;
}

.header-info > div > div{
	align-items: flex-start;
}

.header-cart{
	text-decoration: none;
}

/* menu-top */

.menu-top {
	background: #ebebeb;
	border-radius: 30px;
	height: 55px;
	padding: 0px 30px;
	position: relative;
	z-index: 1100;
}
.menu-top ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.menu-top > ul { height: 100%; }
.menu-top ul li {
	position: relative;
}
.menu-top ul li i.fa-chevron-down {
    color: var(--ob-blue);
	font-size: 10px;
	position: absolute;
	right: 22px;
	top: 33px;
}

.menu-top ul li i.fa-chevron-right {
    color: #fff;
	font-size: 10px;
	position: absolute;
	right: 16px;
	top: 14px;
}
.menu-top > ul > li {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
}

.menu-top > ul > li > a {
	box-sizing: border-box;
    color: #000000;
	display: block;
	font-family: tahoma;
	font-size: 14px;
	line-height: 42px;
	padding: 0 16px;
	position: relative;
	text-decoration: underline;
}

.menu-top > ul > li > a:hover{
	color: var(--cm-orange);
	text-decoration: none;
}

.menu-top > ul > li:last-child > a { border: none; }
.menu-top ul ul {
	background: #3963a6dd;
	display: block;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	top: 62px;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 170px;
	z-index: 10;
}
.menu-top > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.menu-top ul ul li {
    background: none;
    margin: 0;
    padding: 0 16px;
}
.menu-top ul ul li a {
	border-top: 1px solid #ffffff33;
	color: #fff;
	display: block;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	padding: 11px 15px 11px 0px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}
.menu-top ul ul li:first-child > a {
	border-top: none;
}
.menu-top ul ul li:hover > a,
.menu-top ul ul li.cr > a {
	color: #fab582;
	text-decoration: underline;
	text-shadow: 0 0 0 #fab582;
}
.menu-top ul ul > li ul {
	border-left: 1px solid #ffffff33;
	left: 100%;
	top: -5px;
}
.menu-top ul ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1200px) {
	.header .logo {
		margin-right: 20px;
		position: relative;
		top: unset;
		width: auto;
	}
	.header .logo-pic { height: 82px; }
	.header .logo-pic img { height: 100%; }
	.header .logo-text { display: none; }
	.menu-top { margin-left: 0px; width: 50%; }
	.menu-top > ul > li > a { border-right: none; padding: 0 0; }
	.menu-top > ul > li i.fa-chevron-down {
		margin-left: 5px;
		position: relative;
		right: unset;
		top: unset;
	}
}
@media (max-width: 900px) {
	.menu-top { margin: auto; width: 65%; }
}
@media (max-width: 650px) {
	.header .logo {
		display: flex;
		flex-basis: 100%;
		justify-content: center;
		margin: 0 auto 10px;
	}
	.header .logo-pic { height: 65px; }
	.menu-top { display: none; }
}

/* menu-top end */

/* menu-slide */

.call-slide-menu {
	align-items: center;
	background: #fff;
	border: none;
	color: var(--ob-blue);
	cursor: pointer;
	display: none;
	font-size: 25px;
	height: 40px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 10;
}
/* @media (max-width: 650px) {
	.call-slide-menu { display: flex; }
} */

.menu-slide {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	transition: 0.4s;
	width: 100%;
	z-index: 10000;
}
.menu-slide.active {
	transform: translateX(0);
}
.menu-slide .m-control-buttons {
	background: #fffe;
	height: 60px;
	position: relative;
	width: 100%;
}
.menu-slide .m-control-buttons .close-arrow,
.menu-slide .m-control-buttons .close-cross {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 50px;
}
.menu-slide .m-control-buttons .close-arrow { left: 0; }
.menu-slide .m-control-buttons .close-cross { right: 0; }
.menu-slide .m-control-buttons .close-arrow i.fa-chevron-left,
.menu-slide .m-control-buttons .close-cross i.fa-times {
    color: var(--ob-blue);
	font-size: 26px;
}
.menu-slide .m-content {
	background: #fffe;
	height: calc(100% - 60px);
	overflow-y: scroll;
	width: 100%;
}
.menu-slide ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul.m-items li {
	position: relative;
}
ul.m-items li.m-item::after {
	border-top: 1px solid var(--ob-blue);
	bottom: 0;
	content: '';
	display: block;
	left: 20px;
	position: absolute;
	width: calc(100% - 40px);
}
ul.m-items li.m-item:last-child::after { display: none; }
.m-item a,
.m-item > .sm-wrap {
	align-items: flex-start;
	box-sizing: border-box;
	color: var(--ob-blue);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 500;
	justify-content: flex-start;
	padding: 15px 45px 15px 20px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.m-item a br,
.m-item > div br { display: none; }
.m-item i.fa-chevron-down {
	color: var(--ob-blue);
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 6px;
	-webkit-text-stroke: 1px;
}
.m-item .sm-wrap i.fa-chevron-down {
	top: 0;
}
.m-item i.fa-chevron-down.rotated {
	transform: rotateX(180deg);
}
.m-item .sm-wrap {
	display: none;
	padding: 0 0 10px;
}
.m-item .sm-wrap .sm-wrap {
	padding-bottom: 0;
}
.m-item ul {
	position: relative;
}
.m-item ul a {
	padding: 10px 45px 10px 45px;
}
ul.m-items .cr > a,
ul.m-items .cr > div > a {
	background: var(--ob-blue);
	color: #fff;
}
ul.m-items .cr > i,
ul.m-items .cr > div > i {
	color: #fff;
}
.m-item ul ul a {
	padding: 10px 20px 10px 70px;
}

.ms-search {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% - 100px);
	z-index: 10;
}
.ms-search form {
	background: none;
	border: none;
	border-radius: 50px;
	top: 50%;
	height: 42px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}
.ms-search form input[type=text] {
	background: none;
	border: 1px solid var(--ob-blue);
	border-radius: 50px;
	box-sizing: border-box;
	color: var(--ob-blue);
	font-size: 14px;
	height: 100%;
	outline: none;
	padding: 0px 45px 0px 15px;
	position: relative;
	transition: 0.3s;
	width: 100%;
}
.ms-search form input[type=text]:focus {
	border-color: var(--ob-blue);
}
.ms-search form *[type=submit] {
	background: none;
	border: none;
	color: var(--ob-blue);
	cursor: pointer;
	font-size: 14px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
}
.ms-search form *[type=submit]:active {
	color: var(--ob-blue);
}
.ms-search form input[type=text]::-webkit-input-placeholder { color: var(--ob-blue); opacity: 1; }
.ms-search form input[type=text]::-moz-placeholder		  { color: var(--ob-blue); opacity: 1; }
.ms-search form input[type=text]:-ms-input-placeholder	  { color: var(--ob-blue); opacity: 1; }

/* menu-slide end */

/* mpage_catalogue */

.mpage_catalogue{
	margin-bottom: 110px;
	width: 100%;
}

.mpage_catalogue > div{
	max-width: 1330px;
	width: 100%;
}

.catalogue-list{
	flex-wrap: wrap;
	gap: 45px 45px;
}

.catalogue-item{
	box-sizing: border-box;
	height: 516px;
	padding: 45px 45px 20px 75px;
	position: relative;
	width: 634px;
}

.catalogue-item > img{
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}

.catalogue-item-content{
	gap: 90px 0px;
	position: relative;
	width: 100%;
	z-index: 101;
}

.catalogue-item-name{
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.catalogue-item-childs{
	align-items: flex-start;
	gap: 10px 0px;
	width: 100%;
}

.catalogue-item-childs a{
	text-decoration: none;
}

.catalogue-item-childs a:hover{
	color: var(--cm-orange);
}

.catalogue-item-next{
	bottom: 20px;
	height: 31px;
	position: absolute;
	right: 20px;
	width: 31px;
	z-index: 102;
}



/* mpage_catalogue end */

/* discount-list */

.discount-list{
	gap: 55px 65px;
}

/* discount-list end */

/* goods-item */

.goods-item{
	box-sizing: border-box;
	width: 295px;
}

.goods-item-info{
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	height: 425px;
	padding: 25px 12px 10px 12px;
	width: 100%;
}

.goods-item-name{
	box-sizing: border-box;
	height: 55px;
	line-height: 15px;
	padding: 0px 0px 0px 10px;
	position: relative;
	text-decoration: none;
}

.goods-item-name::after{
	border-left: 2px solid var(--cm-orange);
	content: '';
	display: block;
	height: 35px;
	left: 0px;
	position: absolute;
	top: -10px;
	width: 0px;
}

.goods-item-image{
	height: 260px;
	width: 100%; 
}

.goods-item-image > img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.goods-item-article{
	margin-top: 5px;
	width: 100%;
}


.goods-item-cart{
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.goods-item-cart > div > .goods-item-cart-incr,
.goods-item-cart > div > .goods-item-cart-decr{
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #676767;
	cursor: pointer;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.goods-item-cart-add,
.goods-item-request{
	cursor: pointer;
}

.goods-item-cart > div > input{
	background: #f2f2f2;
	border: 0px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #676767;
	height: 30px;
	padding: 0px 5px;
	text-align: center;
	width: 55px;
}

.goods-item-cart > button{
	align-items: center;
	background-color: #ed9738;
	border: 1px solid #ed9738;
	box-sizing: border-box;
	color: #ffffff;
	gap: 0px 5px;
	height: 30px;
	justify-content: center;
	padding-left: 10px;
	width: 130px;
}

.goods-item-price{
	align-items: flex-start;
	gap: 0px 20px;
	justify-content: flex-start;
	margin-top: 10px;
	width: 100%;
}

.goods-item-price .goods-item-oldprice{
	text-decoration: line-through;
}

/* goods-item end */

/* stickers */


.stickers{
	gap: 0px 3px;
	justify-content: flex-start;
	position: absolute;
}

.stickers > div{
	align-items: center;
	color: #ffffff;
	font-family: 'Tahoma';
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	justify-content: center;
	padding: 0px 5px;
	text-transform: uppercase;
}

.stickers .new{
	background-color: #007ef2;
}

.stickers .hit{
	background-color: #F97310;
}

.stickers .discount{
	background-color: #e72f45;
}


/* stickers end */

.col-main{
	margin: 70px 0px 50px 0px;
	max-width: 1340px;
	width: 100%;
}

/* goods-single */

.goods-single{
	justify-content: flex-start;
	margin-bottom: 50px;
	width: 100%;
}

.goods-single-images{
	position: relative;
}

.goods-single-images .stickers{
	left: 20px;
	top: 30px;
}

.goods-single-images-main{
	height: 400px;
	width: 550px;
}

.goods-single-images-main > img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.goods-gallery{
	flex-wrap: wrap;
	gap: 0px 10px;
	margin-top: 10px;
}

.goods-gallery a{
	border: 1px solid #ccc;
	height: 70px;
	width: 110px;
}

.goods-gallery a > img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.goods-single{
	gap: 0px 40px;
}

.goods-single-item-info{
	margin-top: 40px;
	width: calc(100% - 590px);
}

.goods-single-item-info .top-row{
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.goods-single-item-info .goods-item-cart{
	flex-wrap: wrap;
	gap: 10px 20px;
	justify-content: center;
	width: 155px;
}

.goods-single-item-info .price {
	color: #333;
	font-family: 'Tahoma';
	text-align: right;
	white-space:nowrap;
	width: 100%;
}
.goods-single-item-info .price .actual-price {
	font-size: 30px;
	line-height: 34px;
}
@media (max-width: 650px) {
	.goods-single-item-info .price .actual-price { font-size: 24px; line-height: 28px; }
}
.goods-single-item-info .price .old-price {
	font-size: 16px;
	line-height: 20px;
	text-decoration: line-through;
}
.goods-single-item-info .price-btm .actual-price {
	display: inline-block;
	margin-right: 40px;
}
.goods-single-item-info .price-btm .old-price {
	display: inline-block;
}
.goods-single-item-info .block-info-buy h3 {
	color: #000;
	font-family: 'Century Gothic';
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	transform: translateX(28px);
	position: relative;
	text-transform: uppercase;
}

/* goods-single end */

/* mpage_why */

.mpage_why{
	background: url(/images/site/cm_why_us_bg.png) no-repeat top center;
	height: 850px;
	padding-top: 250px;
	width: 100%;
}

.why-list{
	gap: 0px 60px;
}

.why-item{
	background: #ffffff00;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-sizing: border-box;
	height: 415px;
	padding: 40px 15px 30px 15px;
	transition: .2s;
	width: 290px;
}

.why-item:hover{
	background: #ffffffff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.why-item-header{
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

.why-item:hover .why-item-header{
	color: var(--cm-orange);
}

.why-item-line{
	border-bottom: 1px solid #c8c8c8;
	margin: 25px 0px 30px 0px;
	position: relative;
	width: 100%;
}

.why-item-line > img{
	left: 50%;
	margin-left: -15px;
	transition: .2s;
	position: absolute;
	top: -8px;
}

.why-item-line > img:first-child,
.why-item:hover .why-item-line > img:last-child{
	opacity: 1;
}

.why-item-line > img:last-child,
.why-item:hover .why-item-line > img:first-child{
	opacity: 0;
}

/* mpage_why end */

/* content */

.content{
	gap: 0px 30px;
	margin-top: 40px;
	width: 100%;
}


/* sidebar */

.content-sidebar{
	gap: 30px 0;
	flex-shrink: 0;
	width: 300px;
}

.catalog-content {
	align-items: flex-end;
	width: 100%;
}

.menu-sidebar {
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	width: 100%;
}
.menu-sidebar .sb-items,
.menu-sidebar .sb-subitems {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-sidebar .sb-items .sb-item,
.menu-sidebar .sb-items .sb-subitem {
	position: relative;
}
.menu-sidebar .sb-items .sb-item::after {
	border-top: 1px solid #e3e3e3;
	bottom: 0;
	content: '';
	display: block;
	left: 20px;
	position: absolute;
	width: calc(100% - 40px);
}
.menu-sidebar a{
	cursor: pointer;
}
.menu-sidebar .sb-items > .sb-item:last-child::after { display: none; }
.menu-sidebar .sb-item a,
.menu-sidebar .sb-item > .sm-wrap {
	box-sizing: border-box;
	color: var(--iaz-grey-dark);
	display: block;
	font-size: 14px;
	padding: 15px 45px 15px 20px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.menu-sidebar .sb-item a br,
.menu-sidebar .sb-item > div br { display: none; }
.menu-sidebar .sb-item i {
	color: var(--iaz-grey-dark);
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 6px;
}
.menu-sidebar .sb-item .sm-wrap i {
	top: 0;
}
.menu-sidebar .sb-item i.rotated {
	transform: rotateX(180deg);
}
.menu-sidebar .sb-item .sm-wrap {
	display: none;
	padding: 0 0 10px;
}
.menu-sidebar .sb-item .sm-wrap .sm-wrap {
	padding-bottom: 0;
}
.menu-sidebar .sb-item .sb-subitems {
	position: relative;
}
.menu-sidebar .sb-item .sb-subitems a {
	padding: 10px 45px 10px 45px;
	text-transform: none;
}
.menu-sidebar .sb-items .cr > a,
.menu-sidebar .sb-items .cr > div > a {
	color: var(--cm-orange);
}
.menu-sidebar .sb-items .cr > i,
.menu-sidebar .sb-items .cr > div > i {
	color: var(--cm-orange);
}
.menu-sidebar .sb-items .sb-subitems a:hover{
	text-decoration: underline;
}


.sidebar-filters-buttons-wrapper {
	box-sizing: border-box;
	gap: 0px 20px;
	padding: 20px;
	width: 100%;
}
.sidebar-filters-buttons-wrapper button {
	align-items: center;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 14px;
	height: 46px;
	justify-content: center;
	transition: .3s;
}

.sidebar-filters-show {
	background: var(--cm-orange);
	color: #ffffff;
	max-width: 155px;
	width: 100%;
}

.sidebar-filters-clear {
	background: #efefef;
	background-color: rgb(239, 239, 239);
	color: #555555;
	max-width: 155px;
	width: 100%;
}

#sidebar-filter-form{
	gap: 20px 0px;
	width: 100%;
}


#sidebar-filter-form .slider-range-label{
	margin-bottom: 20px;
	width: calc(100% - 60px);
}

#sidebar-filter-form .slider-range-label input{
	border: 0px;
}

#sidebar-filter-form .slider-range{
	width: calc(100% - 60px);
}


/* sidebar end */

.content-info{
	width: calc(100% - 330px);
}

/* content end */

/* mpage_faq */

.mpage_faq{
	background: url(/images/site/cm_questions_rakshasa.png) no-repeat bottom center;
	height: 990px;
	width: 100%;
}

.mpage_faq > div{
	max-width: 1320px;
	width: 100%;
}

.mpage-faq-info{
	align-items: flex-start;
	width: 100%;
}

.mpage-faq-item{
	height: 52px;
	overflow: hidden;
	transition: 1s;
	width: 715px;
}

.mpage-faq-item.open{
	height: auto;
}

.mpage-faq-item .mpage-faq-item-header{
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #ffffff;
	height: 50px;
}

.mpage-faq-item:first-child .mpage-faq-item-header{
	border-top: 1px solid #e9e9e9;
}

.mpage-faq-item-header button{
	align-items: center;
}






.emergency_content{
	box-sizing: border-box;
	min-height: 610px;
	width: 715px;
}

.emergency_name{
	border-top: 1px solid #e9e9e9;
	color: #201f1f;
	cursor: pointer;
	font-family: 'Myriad Pro';
	font-size: 18px;
	padding: 20px 20px;
	position: relative;
}

.emergency_item:last-child .emergency_name{
	border-bottom: 1px solid #e9e9e9;
}

.emergency_opened::after{
	color: var(--cm-orange);
	content: '-';
	display: block;
	font-size: 35px;
	position: absolute;
	right: 15px;
	top: 11px;
	transform: scaleX(1.8);
}

.emergency_closed::after{
	color: #231f20;
	content: '+';
	display: block;
	font-size: 35px;
	position: absolute;
	right: 10px;
	top: 11px;
}

.emergency_text{
	color: #787878;
	font-family: 'Myriad Pro';
	font-size: 18px;
	overflow: hidden;
	transition: .5s;
}

.emergency_opened + .emergency_text{
	height: auto;
	padding: 20px 60px;
}

.emergency_closed + .emergency_text{
	height: 0px;
	padding: 0px 60px;
}

/* mpage_faq end */

/* goodscat-list */

.goodscat-wrapper{
	width: 100%;
}

.goodscat-list{
	flex-wrap: wrap;
	gap: 30px 30px;
	justify-content: flex-start;
	margin: 30px 0px;
	max-width: 1340px;
	width: 100%;
}

.goodscat-item{
	border: 1px solid #ccc;
	box-sizing: border-box;
	gap: 15px 0px;
	padding: 10px 20px;
	width: 300px;
}

.goodscat-item-image{
	height: 250px;
	width: 250px;
}

.goodscat-item-image > img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.goodscat-item a{
	color: #444;
	text-decoration: none;
}

.goodscat-item-name:hover{
	text-decoration: underline;
}

/* goodscat-list end */

/* prefooter */

.prefooter{
	background: url(/images/site/cm_prefooter_bg.png) no-repeat top center #232323;
	height: 610px;
	width: 100%;
}

.prefooter > div {
	box-sizing: border-box;
	height: 100%;
	justify-content: center;
	max-width: 1220px;
	padding-top: 50px;
	width: 100%;
}

.prefooter-header{
	color: #ffffff; 
	font-weight: bold;
	text-transform: uppercase;
}

.prefooter-list{
	flex-wrap: wrap;
	gap: 50px 0px;
	justify-content: space-between;
	margin-bottom: 10px;
}

.prefooter-item{
	gap: 0px 25px;
	max-width: 500px;
}

.prefooter-item > div {
	align-items: flex-start;
	box-sizing: border-box;
	gap: 10px 0px;
	justify-content: flex-start;
	padding-top: 20px;
}

/* prefooter end */

/* brands-slider */

.brands-slider{
	background-color: #f0f0f0;
	height: 215px;
	justify-content: center;
	width: 100%;
}

.brands-slider > div{
	max-width: 1320px;
	width: 100%;
}


.brands-slider .brands-carousel .owl-nav .owl-prev{
	background: url(/images/site/cm_goods_arrow.png) no-repeat center / 25px;
	transform: rotate(180deg);
}

.brands-slider .brands-carousel .owl-nav .owl-next{
	background: url(/images/site/cm_goods_arrow.png) no-repeat center / 25px;
}

/* brands-slider end */


.site-button {
	align-items: center;
	background-color: #ed9738;
	border: 2px solid #ed9738;
	border-radius: 40px;
	color: #ffffff;
	cursor: pointer;
	height: 65px;
	justify-content: center;
	margin-top: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .5s;
	width: 325px;
}

.site-button:hover {
	background-color: #ffffff;
	color: #ed9738;
}

/* news-list */

.mpage_news{
	margin-top: 110px;
}

.mpage_news h2{
	margin-bottom: 80px;
}

.news-list{
	gap: 0px 60px;
}

.news-item{
	gap: 15px 0px;
	position: relative;
	width: 410px;
}

.news-item::after{
	border: 2px solid #ed9738;
	content: '';
	display: block;
	height: 80px;
	left: 0px;
	position: absolute;
	top: 35px;
}

.news-info{
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	gap: 15px 0px;
	height: 640px;
	padding: 25px 20px 40px 20px;
}

.news-item-image{
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	padding: 5px 5px;
}

.news-item-name{
	color: #1c1c1c;
	text-transform: uppercase;
	width: 100%;
}

.news-item-next{
	align-items: center;
	background: #ffffff;
	border: 2px solid #ed9738;
	box-sizing: border-box;
	color: #ed9738;
	height: 45px;
	justify-content: center;
	text-decoration: none;
	transition: .5s;
	width: 100%;
}

.news-item-next:hover{
	background: #ed9738;
	color: #ffffff;
}

/* news-list end */

/* news-single */

.news-single{
	gap: 0px 30px;
}

.news-single-image{
	flex-shrink: 0;
	height: 300px;
	width: 400px;
}

.news-single-image > img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.news-single .pubdate{
	font-size: 10px;
}

/* news-single end */

/* news-list */

.news-flex{
	flex-wrap: wrap;
	gap: 40px 50px;
	margin: 30px 0px 50px 0px;
}

/* news-list end */

.header_search_container{
	align-items: center;
	background: var(--cm-orange);
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	height: 100%;
	justify-content: center;
	width: 50px;
}

	/* contact form */

	.contact-info-form {
		border: 0;
		margin: 30px auto 70px;
		position: relative;
		width: 100%;
	}
	.contact-info-form:after {
		clear: both;
		content: '';
		display: table;
	}

	.contact-info-form h2:after{
		display: none;
	}

	span.orange-star {
		color: #ec430b;
		font-size: 12px;
		font-weight: bold;
		position: relative;
		top: 0;
	}
	.contact-info-important span.orange-star {
		font-style: normal;
	}
	.contact-info-block {
		box-sizing: border-box;
		padding: 10px 0px 10px 40px;
		width: 100%;
	}
	.contact-info-block label {
		color: #555;
		display: inline-block;
		font-family: 'Century Gothic';
		font-size: 12px;
		font-weight: bold;
		width: 22%;
	}
	.contact-info-block input[type=text] {
		background: #eaeaea;
		border: 1px solid #b6b6b6;
		box-sizing: border-box;
		font-size: 14px;
		font-family: 'Century Gothic';
		height: 30px;
		padding: 0 15px;
		width: 68%;
	}
	.contact-info-block textarea {
		background: #eaeaea;
		border: 1px solid #b6b6b6;
		box-sizing: border-box;
		font-size: 14px;
		font-family: 'Century Gothic';
		height: 80px;
		padding: 10px 15px;
		resize: none;
		width: 68%;
	}
	.contact-info-form .agreed-personal-data { padding: 0px 0px 0px 35px; }
	.contact-info-form .agreed-personal-data input[type="checkbox"] { vertical-align: middle; }
	.contact-info-form .agreed-personal-data span { color: #555555; font-size: 11px; }
	.contact-info-form .agreed-personal-data span a { color: #555555; font-weight: bold; }
	.contact-info-form .agreed-personal-data span a:hover { color: #93b732; }
	
	#contact-info-form .form-submit-btns{
		align-items: center;
		gap: 0px 50px;
		margin-top: 50px;
	}
	
	.contact-info-form .order-send {
		background: #759128;
		border: 2px solid #93b732;
		color: #fff;
		cursor: pointer;
		display: block;
		font-family: 'Century Gothic';
		font-size: 11px;
		font-weight: bold;
		height: 34px;
		margin: 45px auto 0;
		padding: 0 72px;
		text-transform: uppercase;
		transition: .1s;
		width: 250px;
	}
	.contact-info-form .order-send:hover {
		background: #fff;
		color: #759128;
	}
	.contact-info-important {
		color: #444;
		font-size: 12px;
		margin: 15px 0 0;
		text-align: right;
	}
	.contact-info-form #warning {
		bottom: 80px;
		color: #f00;
		display: none;
		font-size: 14px;
		font-weight: bold;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}
	
	#contact-info-form .form-submit-btns span{
		color: #555;
		font-family: 'Century Gothic';
		font-size: 12px;
		font-weight: bold;
	}
	
	#contact-info-form .form-submit-btns span b{
		color: #f00;
	}

	#order-send{
		background: #eaeaea;
		border: 1px solid #b6b6b6;
		box-sizing: border-box;
		font-size: 14px;
		font-family: 'Century Gothic';
		padding: 10px 40px;
	}

	/* contact form end */


/* add_korzina order */
/* ========================================== */

.order-descr {
	color: #6c6c6c;
	font-size: 14px;
	font-family: 'Century Gothic';
	line-height: 17px;
	width: 100%;
}
.order-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
.order-left-col {
	box-sizing: border-box;
	padding-left: 50px;
	width: 890px;
}
.order-right-col {
	text-align: center;
	width: 330px;
}
.order-stage-block {
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	margin-bottom: 75px;
	padding: 25px;
	position: relative;
	width: 840px;
}
.order-stage-block::before {
	border-right: 4px solid #ec430b;
	content: '';
	height: 50px;
	left: -42px;
	position: absolute;
	top: 26px;
	width: 40px;
}
.order-stage-block:nth-child(1)::before {
	background: url(/images/site/icon_roman_num_1.png) no-repeat center;
}
.order-stage-block:nth-child(2)::before {
	background: url(/images/site/icon_roman_num_2.png) no-repeat center;
}
.order-stage-block:nth-child(3)::before {
	background: url(/images/site/icon_roman_num_3.png) no-repeat center;
}
.order-stage-block h2 {
	color: #434343;
	font-family: 'Century Gothic';
	font-size: 24px;
	font-weight: normal;
	margin-top: 4px;
	text-transform: uppercase;
}
.order-table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	font-family: 'Century Gothic';
	margin: 25px 0 0;
	padding: 0;
	width: 100%;
}
.order-table th {
	background: #eaeaea;
	color: #8e8a8a;
	font-size: 14px;
	font-weight: normal;
	height: 25px;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}
.order-table th:first-child {
	background: #fff;
}
.order-table td {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}
.order-table td:first-child { text-align: left; }
.order-table td:nth-child(1) { width: 12%; }
.order-table td:nth-child(2) { width: 41%; }
.order-table td:nth-child(3) { width: 8%; }
.order-table td:nth-child(4) { width: 15%; }
.order-table td:nth-child(5) { font-weight: bold; width: 10%; }
.order-table td:nth-child(6) { font-weight: bold; width: 10%; }
.order-table td:nth-child(7) { width: 4%; }
/* .order-table tr:last-child td { border-bottom: 0; font-size: 22px; padding: 30px 0 10px; width: auto; } */
.order-item-image {
	text-decoration: none;
}
.order-item-image img {
	vertical-align: middle;
	width: 100%;
}
.order-item-name {
	box-sizing: border-box;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	text-align: left;
	vertical-align: top;
}
.order-item-name a { color: #4a4a4a; display: inline-block; margin-bottom: 5px; text-decoration: none; }
.order-item-name a:hover { color: #222; text-decoration: underline; }
.order-item-vc { font-size: 12px; margin: 5px 0; }
.order-item-name .prop_row { font-size: 12px; margin: 5px 0; }
.order-item-props {
	color: #6d6d6d;
	display: inline-block;
	font-size: 11px;
	padding: 0 15px;
	text-align: left;
}
.order-item-discount {
	background-color: #3bb23b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 8px auto;
	padding: 5px 0;
	transform: translateX(15px);
	width: 70px;
}
.order-item-price,
.order-item-sum {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.order-item-sum { color: #ee0000; }
.order-item-total {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.order-item-count {
	background: #eaeaea;
	border: 1px solid #b0b0b0;
	display: inline-block;
	height: 24px;
	position: relative;
	vertical-align: middle;
}
.order-item-count .count-value {
	background: #eaeaea;
	border: none;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	box-sizing: border-box;
	color: #444;
	float: left;
	font: bold 14px arial;
	height: 80%;
	padding: 5px;
	position: relative;
	text-align: center;
	top: 10%;
	width: 40px;
}
.order-item-count .inc-count,
.order-item-count .dec-count {
	background: #eaeaea;
	border: none;
	color: #666;
	cursor: pointer;
	font: 18px arial;
	float: left;
	height: 100%;
	text-align: center;
	width: 24px;
}
.order-item-delete {
	background: url(/images/site/icon-recyclebin-black.png) no-repeat center center / 20px;
	border: 0;
	cursor: pointer;
    height: 30px;
	width: 30px;
}

/* add_korzina order end */

/* searching form */
/* ======================================= */

#searching_form {
	height: 60px;
	left: 50vw;
	overflow: hidden;
	position: absolute;
	top: 50px;
	transform: translateX(-50%);
	transition: .5s;
	width: 0px;
	z-index: 111;
}
#searching_form.sf_show {
	width: calc(100vw - 60px);
}
#searching_form input[type=text] {
	border: 1px solid var(--cm-orange);
	box-sizing: border-box;
	color: #000;
	font-family: 'Century Gothic';
	font-size: 16px;
	height: 100%;
	padding: 0 20px;
	width: calc(100% - 80px);
}
#searching_form button {
	background: #fff;
	border: 1px solid var(--cm-orange);
	cursor: pointer;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
#searching_form button i.fa-search {
	color: var(--cm-orange);
	font-size: 18px;
}
#searching_form button:hover { background: var(--cm-orange); }
#searching_form button:hover i.fa-search { color: #fff; }

/* searching form end */

/* search-result */

.search-result-wrapper{
	align-items: flex-start;
	margin: 20px 0px 70px 0px;
	width: 100%;
}

/* search-result end */

/* top-slider */

.top-slider-section {
	width: 100%;
}
.top-slider {
	width: 100%;
}
.top-slider .slides a {
	display: block;
}
.top-slider .slide-item {
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.top-slider .slide-item img {
	display: block;
	width: 100%;
}
.top-slider .slide-content {
	box-sizing: border-box;
	padding: 0px 200px;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}
.top-slider .slide-title {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 69px;
	font-weight: normal;
	line-height: 69px;
	text-align: center;
}
.top-slider .slide-descr {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

/* top-slider end  */

/* Ðåçóëüòàòû ïîèñêà */
/* ===================================== */

.search_result {
	color: #444; 
	font-family: tahoma;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
.search_result .sw { font-style: italic; font-weight: bold; }
.search_result .quantity { color: var(--ob-orange); }

/* underheader */

.underheader{
	background: #ebebeb;
	box-sizing: border-box;
	height: 50px;
	position: fixed;
	top: 120px;
	width: 100%;
	z-index: 10000;
}

.underheader > div{
	justify-content: space-between;
	max-width: 1340px;
}


.underheader-brands-item{
	position: relative;
}

.underheader-brands-subitems{
	background-color: #888888dd;
	border-top: 6px solid #ffffff;
	display: none;
	padding: 25px 15px 10px 15px;
	position: absolute;
}

.underheader-brands-item:hover .underheader-brands-subitems{
	display: block;
}

.underheader-brands-models{
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 10px 10px;
	justify-content: flex-start;
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 10px 0px;
}

.underheader-brands-models a{
	color: #ffffff;
	font-family: 'tahoma';
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	width: 120px;
}

.underheader-brands-models a > img,
.underheader-brands-models a:hover > img + img{
	display: inline-block;
}

.underheader-brands-models a:hover > img,
.underheader-brands-models a > img + img{
	display: none;
}

.underheader-brands-models a:hover{
	color: #fdc7a8;
}

.underheader-brands-models a:hover > span{
	text-decoration: underline;
}


.underheader-brands-subitems .feedback-callbtn{
	align-items: center;
	background-color: #ffffff;
	color: #888888;
	cursor: pointer;
	font-family: 'LuzSans Book';
	font-size: 13px;
	height: 35px;
	justify-content: center;
	width: 165px;
}

.underheader-brands-subitems .feedback-callbtn:hover{
	text-decoration: underline;
}

/* underheader end */

/* brands-item */

.brands-item{
	border-bottom: 2px solid #ebebeb;
	box-sizing: border-box;
	height: 50px;
	justify-content: center;
	padding: 0px 35px;
	position: relative;
	text-decoration: none;
}

.brands-item:hover,
.brands-item.active
{
	border-bottom: 2px solid var(--cm-orange);
}

.brands-item div{
	text-transform: uppercase;
}

.brands-item div > span{
	top: 12px;
	position: absolute;
	right: 25px;
}

.brands-item:hover div,
.brands-item.active div{
	color: var(--cm-orange);
}

.brands-item:hover div span,
.brands-item.active div span{
	color: var(--cm-orange);
}

/* brands-item end */

/* underslider */

.underslider{
	background: url(/images/site/cm_slider_shadow.png) top 0 center no-repeat;
	margin-bottom: 80px;
	padding-top: 65px;
	width: 100%;
}

.underslider > div{
	max-width: 1380px;
	width: 100%;
}

.underslider-item{
	gap: 5px 0px;
	text-decoration: none;
}

.underslider-item > div{
	font-weight: bold;
	text-transform: uppercase;
}

.underslider-item:hover > div{
	color: var(--cm-orange);
	text-decoration: underline;
}

/* underslider end */

/* Ãëàâíàÿ */
/* ======================================= */


/* footer */
/* ======================================= */

.footer {
	background: url(/images/site/cm_footer_bg.png) no-repeat top center;
	flex: 0 0 auto;
	height: 195px;
	width: 100%;
}

.footer > div{
	max-width: 1320px;
	width: 100%;
}

.footer-social{
	align-items: center;
	gap: 0px 12px;
	height: 65px;
}

.footer-info{
	align-items: center;
	justify-content: space-between;
	height: 125px;
	width: 100%;
}

.footer-info-phone{
	align-items: center;
	color: var(--cm-grey-darker);
	gap: 0px 12px;
}

.footer-info-phone > div{
	align-items: flex-start;
}

.footer-info-phone span{
	color: var(--cm-orange);
}


.footer .footer-info-copy{
	align-items: flex-end;
	color: #4d4d4d;
	font-family: 'tahoma';
	font-size: 10px;
	height: 100px;
}

.footer-info-copy > span{
	color: #ff0000;
}

.webStudio{
	FONT-FAMILY: tahoma; COLOR: #4d4d4d; FONT-SIZE: 10px; LINE-HEIGHT: 18px; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}

A.webStudio:hover {
	FONT-FAMILY: tahoma; COLOR: #bf0000; FONT-SIZE: 10px; LINE-HEIGHT: 18px; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}

.footer-info-pay{
	gap: 0px 30px;
}





/* Êàðóñåëü áðåíäîâ */
/* ======================================= */

.brands-carousel-section {
	box-sizing: border-box;
	padding: 30px 50px 30px;
	position: relative;
	width: 100%;
}
.brands-carousel-item {
	box-sizing: border-box;
	height: 90px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.brands-carousel-item img {
	height: 90px;
}

/* feedback form */

.fb-open {
	background: var(--ob-orange);
	border-radius: 25px 0 0 25px;
	cursor: pointer;
	height: 290px;
	position: fixed;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 100% 0%;
	transition: right .1s, transform .6s;
	width: 70px;
	z-index: 1000;
}
.fb-open:hover {
	right: 0px;
}
.fb-open.fb-hidden {
	transform: translateY(-50%) translateX(100%);
}
.fb-open-text {
	color: #fff;
	font-family: 'Tahoma';
	font-size: 26px;
	position: absolute;
	left: -66px;
	text-transform: uppercase;
	top: 115px;
	transform: rotate(-90deg);
	width: 200px;
}
.fb-open i.fa-envelope {
	bottom: 15px;
	color: #fff;
	font-size: 30px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}
.fb-hide {
	background: none;
	border: none;
	cursor: pointer;
	height: 50px;
	padding: 0;
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translateY(-200px);
	transition: .6s;
	width: 50px;
	z-index: 1000;
}
.fb-hide i.fa-arrow-right {
    color: var(--ob-orange);
	font-size: 35px;
}

.fb-form {
	background: var(--ob-orange);
}
.fb-form .mf-submit {
	background: var(--ob-orange);
	border: 2px solid #fff;
	color: #fff;
}
.fb-form .mf-submit:hover {
	background: #fff;
	color: var(--ob-orange);
}

@media (max-width: 1000px) {
	.fb-open { transform: scale(0.8) translateY(-50%); }
	.fb-open.fb-hidden { transform: scale(0.8) translateY(-50%) translateX(100%); }
	.fb-hide { right: 0px; transform: translateY(-165px); }
	.fb-hide i.fa-arrow-right { font-size: 28px; }
}
@media (max-width: 640px) {
	.fb-open { transform: scale(0.6) translateY(-50%); }
	.fb-open.fb-hidden { transform: scale(0.6) translateY(-50%) translateX(100%); }
	.fb-hide {
		height: 40px;
		transform: translateY(-126px);
		width: 40px;
	}
	.fb-hide i.fa-arrow-right { font-size: 24px; }
}

/* feedback form end */

/* Õëåáíûå êðîøêè */
/* ==================================== */

.breadcrumbs {
	align-items: center;
	min-height: 20px;
}
.bc-text,
a.bc-text {
	color: #201e36;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}
a.bc-text {
	display: inline-block;
	padding: 4px;

}
a.bc-text:hover {
	color: #9b0000;
}



/* Áýéäæ ãóãë-ðåêàï÷è */

@media (max-width: 1200px) {
	.grecaptcha-badge {
		visibility: collapse !important;
	}
}

/* shobsi */

	/* shobsi-admin */

	.shobsi-admin-info{
		background: #C6FFFA;
		color: #444444;
		font-family: 'Tahoma';
		font-size: 12px;
		height: 30px;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}

	/* shobsi-admin end */

/* shobsi end */

/* maintenance-wrapper */

.maintenance-wrapper{
	box-sizing: border-box;
	gap: 0px 30px;
	margin-bottom: 60px;
	width: 100%;
}

.maintenance-sidebar{
	background: url(/images/site/cm_maintenance_sidebar_bg.png) no-repeat top center;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: 60px;
	width: 300px;
}

.maintenance-sidebar > h4{
	align-items: center;
	background-color: #f3f3f3;
	border-radius: 30px;
	font-family: 'Century Gothic';
	font-size: 15px;
	height: 55px;
	justify-content: center;
	margin: 40px 0px 15px 0px;
	text-transform: none;
	width: 100%;
}


#maint-brands{
	gap: 10px 0px
}

.maint-brands-header{
	align-items: center;
	border: 1px solid #c9c9c9;
	border-radius: 30px;
	box-sizing: border-box;
	height: 55px;
	justify-content: space-between;
	padding: 0px 25px;
	position: relative;
	width: 298px;
}

.maint-brands-placeholder{
	color: #b4b3b3;
	font-family: 'Tahoma';
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top: 22px;
}

.maint-brands-content{
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 220px;
}

.maint-brands-list{
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	display: none;
	gap: 5px 0px;
	padding: 20px 20px 15px 20px;
	width: 262px;
}

.maint-brands-list > div{
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 220px;
}

.maint-brands-list > div.active,
.maint-brands-list > div:hover{
	color: var(--cm-orange);
	text-decoration: underline;
}


#maint-models{
	gap: 5px 0px;
}

#maint-models > div{
	cursor: pointer;
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	width: 220px;
}

#maint-models > div.active,
#maint-models > div:hover{
	color: var(--cm-orange);
	text-decoration: underline;
}


.maintenance-content{
	box-sizing: border-box;
	margin-top: 45px;
	padding: 5px;
	width: calc(100% - 340px);
}


.maint-distance{
	gap: 0px 10px;
	justify-content: flex-start;
}

.maint-distance > div{
	align-items: center;
	background: #f3f3f3;
	border-radius: 20px;
	box-sizing: border-box;
	color: #6e6d6d;
	cursor: pointer;
	font-family: 'Century Gothic';
	font-size: 19px;
	height: 40px;
	justify-content: center;
	width: 60px;
}

.maint-distance > div:hover{
	background: var(--cm-orange);
	color: #ffffff
}

.maint-distance-value.checked{
	background: var(--cm-orange);
	color: #ffffff
}

.maint-distance .maint-distance-logo{
	align-items: center;
	background-color: #ffffff;
	color: #6e6d6d;
	font-size: 19px;
	font-weight: bold;
	justify-content: center;
	margin-left: 20px;
	margin-right: 30px;
}

.maint-distance .maint-distance-logo:hover{
	background-color: #ffffff;
	color: #6e6d6d;
}

.maint-goods-rec,
.maint-goods-req{
	position: relative;
	display: none;
	width: 100%;
}

.maint-goods-rec.active,
.maint-goods-req.active{
	display: inline-block;
}

.maint-distance-tabs{
	justify-content: center;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

.maint-distance-tabs::after{
	border-bottom: 1px solid #d3d1d1;
	content: '';
	display: block;
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 99;
}

.maint-distance-tabs > div{
	background-color: #ffffff;
	gap: 0px 20px;
	padding: 0px 15px;
	position: relative;
	z-index: 110;
}

.maint-distance-tab-rec,
.maint-distance-tab-req{
	background: #f3f3f3;
	border: 0px;
	border-radius: 25px;
	box-sizing: border-box;
	font-family: 'Century Gothic';
	font-size: 15px;
	height: 53px;
	width: 245px;
}

.maint-distance-tab-rec.active,
.maint-distance-tab-req.active{
	background: var(--cm-orange);
	color: #ffffff;
}


.maint-product-table{
	border: 1px solid #c9c9c9;
	border-radius: 35px;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 40px 10px;
	width: 100%;
}

.maint-product-header{
	align-items: center;
	background: #eee;
	box-sizing: border-box;
	height: 48px;
	padding: 5px 0px;
	width: 100%;
}

.maint-product-header > div{
	align-items: center;
	box-sizing: border-box;
	color: #7e7e7e;
	font-family: 'Century Gothic';
	font-size: 15px;
	justify-content: center;
	padding: 0px 5px;
}




.maint-product{
	box-sizing: border-box;
	padding: 10px 0px;
	width: 100%;
}

.maint-product > div{
	box-sizing: border-box;
	padding: 0px 5px;
}

.maint-product-name{
	width: 50%;
}

.maint-product-price{
	width: 15%;
}

.maint-product-count{
	width: 15%;
}

.maint-product-sum{
	width: 15%;
}

.maint-product-check{
	width: 5%;
}

	/* maint_goods */

	.maint_goods_req_row,
	.maint_goods_rec_row{
		align-items: center;
		box-sizing: border-box;
		padding: 10px 0px;
		width: 100%;
	}

	.maint_goods_req_row > div,
	.maint_goods_rec_row > div{
		box-sizing: border-box;
		font-family: 'Century Gothic';
		font-size: 14px;
		padding: 0px 5px;
	}

	.maint_goods_req_row > div:nth-child(1),
	.maint_goods_rec_row > div:nth-child(1){
		width: 50%;
	}

	.maint_goods_req_row > div:nth-child(2),
	.maint_goods_rec_row > div:nth-child(2){
		text-align: center;
		width: 15%;
	}

	.maint_goods_req_row > div:nth-child(3),
	.maint_goods_rec_row > div:nth-child(3){
		width: 15%;
	}

	.maint_goods_req_row > div:nth-child(4),
	.maint_goods_rec_row > div:nth-child(4){
		text-align: center;
		width: 15%;
	}

	.maint_goods_req_row > div:nth-child(5),
	.maint_goods_rec_row > div:nth-child(5){
		width: 5%;
	}

	.maint_goods_req-summ,
	.maint_goods_rec-summ{
		align-items: flex-end;
		bottom: -145px;
		gap: 0px 40px;
		justify-content: center;
		position: absolute;
		width: 100%;
	}

	.maint_goods_req-summ-bottom,
	.maint_goods_rec-summ-bottom{
		font-family: 'Century Gothic';
		font-size: 14px;
		justify-content: space-between;
		margin-right: 15px;
		position: absolute;
		top: -36px;
		width: 215px;
	}

	.maint_goods_req-summ-bottom > span,
	.maint_goods_rec-summ-bottom > span{
		color: #7e7e7e;
	}

	.maint_goods_req-summ-bottom > div > span,
	.maint_goods_rec-summ-bottom > div  > span{
		color: #3e3e3e;
	}

	.maint_goods_req-summ > p,
	.maint_goods_rec-summ > p{
		margin: 0px;
	}

	.maint_goods_req-summ > button{
		background: var(--cm-orange);
		border: 0px;
		border-radius: 25px;
		box-sizing: border-box;
		color: #ffffff;
		font-family: 'Century Gothic';
		font-size: 15px;
		height: 53px;
		width: 245px;
	}

	/* maint_goods end */

/* maintenance-wrapper end */

/* shobsi-countercalc */

.shobsi-countercalc-decr,
.shobsi-countercalc-incr{
	align-items: center;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #676767;
	cursor: pointer;
	height: 30px;
	justify-content: center;
	user-select: none;
	width: 30px;
}

.shobsi-countercalc-count{
	align-items: center;
	background: #f2f2f2;
	border: 0px;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	box-sizing: border-box;
	color: #676767;
	font-family: 'Tahoma';
	font-size: 13px;
	height: 30px;
	justify-content: center;
	padding: 0px 5px;
	text-align: center;
	width: 55px;
}

/* shobsi-countercalc end */

/* subdomain-models */

.subdomain-models-wrapper{
	margin-bottom: 20px;
	width: 100%;
}

.subdomain-models-wrapper > div{
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: flex-start;
	max-width: 1120px;
	width: 100%;
}

.subdomain-models-item{
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #222222;
	padding: 5px;
	text-decoration: none;
	width: 260px;
}

.subdomain-models-item:hover{
	border: 1px solid #eeeeee;
}

.subdomain-models-item .image{
	height: 150px;
	width: 100%;
}

.subdomain-models-item .image img{
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.subdomain-models-item .name{
	font-family: 'Century gothic';
	font-size: 16px;
	text-transform: uppercase;
}

/* subdomain-models end */