html {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	width: 100%;
	min-width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.pie {
	behavior: url(scripts/PIE.htc);
	position: relative;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.hide {
	display: none !important;
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
}

.submit {
	cursor: pointer;
}

#maxHeightDescription p {
	text-indent: 20px;
}

#maxHeightDescription {
	text-align: left;
}

button.submit {
	background-color: transparent;
	padding: 0;
	border: none;
	overflow: visible;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}

fieldset {
	border: none;
}

label {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a {
	color: inherit;
}

a img {
	border: none;
	max-width: 160px;
	max-height: 160px;
	margin-bottom: 25px;
}

.nom {
	margin: 0 !important;
}

.links-rev a {
	text-decoration: none;
}

.links-rev a:hover {
	text-decoration: underline;
}

.ld {
	float: left;
}

.rd {
	float: right;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.ca {
	text-align: center;
}

.ra {
	text-align: right;
}

.la {
	text-align: left;
}

.inh {
	color: inherit !important;
}

.upper {
	text-transform: uppercase;
}

.vam {
	vertical-align: middle;
}

.vam-help {
	vertical-align: middle;
	width: 0;
	height: 100%;
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.cfix:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.clearfix a {
	border-bottom: none !important;
}

.rep {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	display: block;
	background-repeat: no-repeat;
}

.sliding {
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 6px;
	display: inline-block;
	color: #fff !important;
	text-align: center;
}

.sliding-in {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

.block {
	display: block !important;

}

.news-item-tl .block {
	max-width: 504px;
	max-height: 330px;
}

.sliderimg {
	width: 80%;
	height: 80%;
	display: block !important;
}

.ib-list {
	font-size: 0;
	line-height: 0;
}

.ib-list .ib-item {
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}

.ib-item {
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}

.ib-list.top .ib-item {
	vertical-align: top;
	margin-top: 50px;
}

.ib-list.middle .ib-item {
	vertical-align: middle;
}

.ib-list.bottom .ib-item {
	vertical-align: middle;
}

.section .ib-item {
	vertical-align: bottom !important;
}

.ib-list .more {
	font-size: 16px;
	line-height: 1.5;
	margin: 1em 0;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

.ib-list .more a {
	display: inline-block;
	text-decoration: none;
	border-bottom: none;
	color: #108A81;
}

.ib-list .more a span {
	border-bottom: 1px dashed #108A81;
	display: inline-block;
	line-height: 1.1;
}

img.rounded {
	border-radius: 50%;
}

.grad {
	position: absolute;
	z-index: 90;
	background: -moz-linear-gradient(left, rgba(247, 247, 247, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(247,
					247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(247, 247, 247, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(247, 247, 247, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(247, 247, 247, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* W3C */
	width: 30px;
	height: 100%;
	top: 0;
	left: -31px;
}

.grad-right {
	left: auto;
	right: -31px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(247, 247, 247, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
					255, 255, 0)), color-stop(100%, rgba(247, 247, 247, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(247, 247, 247, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(247, 247, 247, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(247, 247, 247, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
			rgba(247, 247, 247, 1) 100%);
	/* W3C */
}

/* * * Layout * * */
.flex,
#homepage-slider .bx-controls {
	min-width: 1000px;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

.flex .in h2 {
	font-size: 24px;
}

.in {
	margin: 0 70px;
	position: relative;
	padding: 25px 0;
}

.teeth {
	background-repeat: repeat-x;
	background-position: 50% 0;
	height: 6px;
	overflow: hidden;
}

.teeth.red-down {
	background-image: url(../images/bgr-teeth-red-down.png);
}

.teeth.red-up {
	background-image: url(../images/bgr-teeth-red-up.png);
}

.teeth.white-down {
	background-image: url(../images/bgr-teeth-white-down.png);
}

.teeth.white-up {
	background-image: url(../images/bgr-teeth-white-up.png);
}

.teeth.grey-1-down {
	background-image: url(../images/bgr-teeth-grey-1-down.png);
}

.teeth.grey-1-up {
	background-image: url(../images/bgr-teeth-grey-1-up.png);
}

.teeth.grey-2-down {
	background-image: url(../images/bgr-teeth-grey-2-down.png);
}

.teeth.grey-2-up {
	background-image: url(../images/bgr-teeth-grey-2-up.png);
}

#main {
	background-color: #fff;
}

/* * * Header * * */
#header {
	margin-bottom: -6px;
	position: relative;
	z-index: 100;
	/*background: #0c8ee4;*/
	background-image: url(../images/bgr-main.webp);

}

#header .teeth {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
}

#header,
#header a {
	/*color: #fff;*/
	color: #cfcfd1;
}

#header,
#header a:hover {
	color: #36D5C9;
}

#header-left {
	width: 325px;
	float: left;
	position: relative;
}

#header-right {
	width: 100%;
	float: left;
	margin: -6px 0 0 -325px;
	font-family: 'PT Sans', sans-serif;
}

#header-right-in {
	padding-left: 325px;
}

.logo {
	background-image: url(../images/logo_nordfrost.svg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 237px;
	height: 36px;
}

#motto {
	font-size: 15px;
	line-height: 1.05;
	font-style: italic;
	opacity: .75;
	font-family: 'PT Sans', sans-serif;
	color: #36D5C9;
}

#header-right-top {
	/*margin-bottom: 29px;*/
}

#header-phone-label {
	font-size: 12px;
	opacity: .38;
}

#footer-phone-label {
	font-size: 12px;
	opacity: .9;
	width: 50%;
}

#header-phone {
	font-size: 20px;
	line-height: 1;
}

.header-container {
	display: flex;
	justify-content: space-between;
}

#compare_list_count {
	position: absolute;
	top: 125px;
	right: 0;
}

#footer-phone {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 16px;
	color: #fff;
}

#header-social {
	margin-top: 20px;
}

#header-social .ib-item+.ib-item {
	margin-left: 9px;
}

#header-social a {
	background-image: url(../images/icons-social4.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-decoration: none;
}


#header-social a:hover {
	/*background-image: url(../images/icons-social-active.png);*/
	text-decoration: none !important;
}

.social-youtube {
	background-position: 0 0;
}

.social-instagram {
	background-position: -37px 0;
}

.social-facebook {
	background-position: -74px 0;
}

.social-vkontakte {
	background-position: -111px 0;
}

.social-ok {
	background-position: -148px 0;
}

.social-dzen {
	background-position: -186px 0;
}

.social-telegram {
	background-position: -224px 0;
}

.social-rutube {
	background-position: -262px 0;
}

#main-nav {
	font-size: 0;
	/*position: absolute;
     left: 29%; */
}

#main-nav li {
	font-size: 16px;
	display: inline-block;
}

#main-nav a {
	text-decoration: none;
	/*opacity: .55;*/
	border-bottom: 1px solid #cfcfcf;

}

#main-nav .active a,
#main-nav a:hover {
	opacity: 1;
	border-bottom: 1px solid #36D5C9;
	;
}

#main-nav .active a {
	border-bottom: none;
	color: #36D5C9;
}

#main-nav li+li {
	margin-left: 20px;
}

/* * * Footer * * */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	height: 170px;
	/*	background: #7a7a7a;  */
	/*background: #0256b6;*/
	background-image: url(../images/bgr-main.jpg);
}

#fake-footer {
	width: 100%;
	clear: both;
	height: 170px;
}

#footer,
#footer a {
	color: #cfcfd1;
	/*#73C4F1;*/
}

#footer a {
	/* text-decoration: underline; */
	border-bottom: 1px solid #cfcfd1;
	/*#A7E8F8;*/
}

#footer a:hover {
	text-decoration: none;
	color: #36D5C9;
	border-bottom: 1px solid #e3c9a6;
}

#footer .teeth {
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
}

#footer-left {
	width: 285px;
	float: left;
	font-family: 'PT Sans', sans-serif;
	position: relative;
}

#footer-right {
	margin-left: -285px;
	width: 100%;
	float: left;
}

#footer-right-in {
	padding-left: 285px;
}

#copyright {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 14px;
}

#footer-nav-2 {
	font-size: 13px;
}

#footer-nav-2 li {
	width: 20%;
	float: left;
}

#footer-nav-2 li+li ul {
	margin-left: 15px;
}

#footer-nav-2 li ul li {
	width: auto;
	float: none;
	/* word-wrap: break-word; */
}

#footer-nav-1 {
	font-size: 0;
	margin-bottom: 0;
	margin-bottom: 16px;
}

#footer-nav-1 li {
	font-size: 16px;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
}

#footer-nav-1 li+li {
	margin-left: 40px;
}

#footer-search-form {
	margin-top: 20px;
	margin-bottom: 16px;
}

#header-search-form {
	margin-top: 20px;
}

#footer-search-form .text,
#header-search-form .text {
	font-size: 13px;
	color: #666;
	border: none;
	border-radius: 4px;
	box-shadow: inset 2px 2px 1px rgba(0, 0, 0, .25);
	font-family: Arial, sans-serif;
	padding: 4px 10px;
	line-height: 15px;
	height: 21px;
	width: 330px;
}

/* * * Homepage slider * * */
#homepage-slider {
	overflow: hidden;
	background-image: url(../images/bgr-main.jpg);
}

/*#homepage-slider{height: 461px;}*/
#homepage-slide-1,
#homepage-slide-2 {
	height: 422px;
}

#homepage-slider .slide-title {
	position: absolute;
	left: 530px;
	top: 40px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.05;
	color: #000;
	z-index: 10;
}

#homepage-slider .slide-desc {
	position: absolute;
	left: 530px;
	top: 160px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.05;
	color: #000;
	z-index: 10;
}

#homepage-slider .slide-image {
	position: absolute;
	left: -70px;
	height: 422px;
	width: 1260px;
	top: 0;
	text-align: center;
}

#homepage-slider .slide-image a {
	width: 100%;
	display: block;
	height: 432px;
}


.bx-slide {
	position: relative;
}

#homepage-slider .bx-prev,
#homepage-slider .bx-next {
	background-image: url(../images/icon-arrows-1-active.png);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	position: absolute;
	top: -215px;
	text-indent: 100%;
	overflow: hidden;
	opacity: .5;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#homepage-slider .bx-prev {
	background-position: 0 -90px;
	left: 45px;
}

#homepage-slider .bx-next {
	background-position: 0 0;
	right: 45px;
}

#homepage-slider .bx-controls {
	height: 0;
}

#homepage-slider .bx-prev:hover,
#homepage-slider .bx-next:hover {
	opacity: 1;
}

#homepage-slider .bx-pager {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -150px;
	width: 300px;
}

#homepage-slider .bx-pager-item {
	display: inline-block;
}

#homepage-slider .bx-pager-link {
	background-image: url(../images/icon-circles-1.png);
	background-repeat: no-repeat;
	background-position: -24px 0;
	width: 24px;
	height: 23px;
	display: block;
}

#homepage-slider .bx-pager-link.active {
	background-position: 0 0;
}

/* * * Other homepage styles * * */
#main h2,
#can-buy h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #21262f;
	/*#b91217;*/
	margin-bottom: 20px;
	line-height: 1.1;
}

.news-list {
	margin: -20px 0 0 -45px;
	display: flex;
    flex-direction: column;
}

.news-list .ib-item {
	width: 100%;
	margin-top: 40px;
	color: #747474;
}

.news-item-in {
	padding-left: 45px;
}

.news-item-top {
	margin-bottom: 12px;
	display: flex;
	flex-wrap: wrap;
}

.news-item-tl {
	width: 50%;
}

.news-item-tr {
	
	width: 50%;
	
}

.news-item-tr-in {
	
}

.news-item-text {
	margin-top: -9px;
	text-align: justify;
}

.news-item-text p {
	margin-top: 21px;
}

.news-item-date {
	font-size: 11px;
	color: #898989;
}

.news-item-title {
	font-size: 17px;
	color: #000;
}

.news-item-title a {
	background-image: url(../images/icon-tri-down.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 12px;
	color: #21262f;
	/*#b91217;*/
	font-family: 'PT Sans', sans-serif;
}

.news-item-title a span {
	border-bottom: 1px dotted #da9c9d;
}

.news-item-title a:hover {
	color: #111;
}

.news-item-title a.active {
	color: #111;
	background-image: url(../images/icon-tri-up.png);
}

.news-item-title a:hover span,
.news-item-title a.active span {
	border-color: #c4c4c4;
}

.news-item-hide {
	display: none;
}

#home-new-products,
#can-buy {
	margin: -6px 0;
	position: relative;
	z-index: 99;
}

#home-new-products-in,
.can-buy-in {
	background: #efefef;
	/* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 51%, #f7f7f7 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef),
			color-stop(51%, #ffffff), color-stop(100%, #f7f7f7));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 51%, #f7f7f7 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%, #ffffff 51%, #f7f7f7 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%, #ffffff 51%, #f7f7f7 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 51%, #f7f7f7 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',
			endColorstr='#f7f7f7', GradientType=0);
	/* IE6-9 */
}

.new-products-description {
	color: #646464;
	margin: 5px 0 30px;
	font-size: 16px;
}

.new-product-picture,
.can-buy-picture {
	display: block;
}

.new-product-picture img {
	display: block;
}

.can-buy-picture img {
	margin: 0 20px;
	filter: grayscale(1)
}

.new-product-category {
	font-size: 13.5px;
	color: #21262f;
	/*#bd1217;*/
	font-family: 'PT Sans', sans-serif;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
	text-decoration: underline;
}

.new-product-model {
	font-size: 12px;
	color: #898989;
}

.new-products-slider,
.can-buy-slider {
	position: relative;
	white-space: nowrap;
	margin: 0 0 20px;
}

.new-products-slider-in-1,
.can-buy-slider-in-1 {
	overflow: hidden;
	padding: 0 30px;
	margin: 0 -30px;
	width: 100%;
}
.new-products-slider-in-1{
	background: #fff;
}
.new-products-slider{
	box-shadow: 0px 0px 50px 17px #fff;

}

.new-products-slider .ib-item.ib-item-level1 {
	width: 15%;
}

.new-products-slider .ib-item {
	width: 18.5%;
}

.can-buy-slider .ib-item {
	width: 30%;
}

.grad {
	position: absolute;
	z-index: 90;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
					255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C */
	width: 90px;
    height: 100%;
    top: 0;
    left: -120px;
	box-shadow: 40px 1px 64px 13px #fff;
}

.grad-right {
	left: auto;
	right: -120px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,
					255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C */
}
.grad.grad-right{
	box-shadow: -40px 0px 67px 10px #fff;
}
.new-products-slider a:hover .new-product-category {
	text-decoration: underline;
}

.new-products-slider-nav {
	background-image: url(../images/icon-arrows-2.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 60px;
	z-index: 100;
	/*
	top: 50%;
	margin-top: -15px;
    */
}

.can-buy-slider-nav {
	background-image: url(../images/icon-arrows-2.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 30px;
	z-index: 100;
	/*
	top: 50%;
	margin-top: -15px;
    */
}

.new-products-slider-nav.prev,
.can-buy-slider-nav.prev {
	left: -50px;
	background-position: 0 0;
}

.new-products-slider-nav.next,
.can-buy-slider-nav.next {
	right: -50px;
	background-position: 0 -31px;
}

.new-products-slider-nav.hover,
.can-buy-slider-nav.hover {
	background-image: url(../images/icon-arrows-2-active.png);
}

.new-products-slider-in-2,
.can-buy-slider-in-2 {
	position: relative;
}

.new-products-slider .ib-item li a,
.can-buy-slider .ib-item li a {
	border-bottom: 1px solid #9c9c9c;
}

.new-products-slider .ib-item li a:hover,
.can-buy-slider .ib-item li a:hover {
	text-decoration: none;
}

#subpage-wrap {
	color: #747474;
}

#subpage-content {
	width: 100%;
	float: left;
	min-height: 1px;
	font-size: 16px;
}

#subpage-content-inside {
	padding-right: 220px;
}

#subpage-sidebar {
	margin-left: -190px;
	width: 190px;
	float: left;
	font-size: 13px;
}

#subpage-caption {
	border-top: 1px solid #97999b;
	margin: 15px 0 -23px;
}

#subpage-caption-in {
	border-top: 1px solid #97999b;
	padding-top: 8px;
}

#subpage-caption h1 {
	font-size: 24px;
	font-family: 'PT Sans', sans-serif;
	color: #cfcfd1;
}

#subpage-wrap a {
	color: #108A81;
	/*text-decoration: underline;*/
	/* border-bottom: 1px solid #108A81; */
}

#subpage-wrap a:hover {
	text-decoration: none;
}

.sp-sb-widget {
	margin-top: 30px;
}

.icon-count {
	color: #fff;
	background-image: url(../images/icon-red-circle-1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	line-height: 53px;
	width: 53px;
	height: 53px;
	font-size: 31px;
	font-weight: bold;
}

#subpage-wrap p {
	margin-bottom: 13px;
}

#subpage-wrap p:last-child {
	margin-bottom: 0;
}

#about-catalog {
	margin-bottom: 13px;
}

.link-pdf {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 30px;
	/*display: block;*/
	font-size: 12px;
}

#about-catalog .ib-item+.ib-item {
	margin-left: 10px;
}

.pdf-wrap {
	margin-top: 40px;
	padding-bottom: 30px;
}

#about-catalog ul {
	padding-left: 55px;
}

#about-catalog li:before {
	content: '\2013\2013';
	color: #b91217;
	margin-right: 4px;
}

#about-catalog ul a {
	color: #b91217;
	border-bottom: 1px solid #990207;
}

.support-teeth {
	margin-bottom: -6px;
	position: relative;
	z-index: 50;
}

#map {
	position: relative;
	z-index: 40;
	height: 400px;
}

#support-map-shadow-1 {
	background-image: url(../images/bgr-serive-shadow-1.png);
	background-repeat: repeat-x;
	height: 32px;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
}

#support-map-shadow-2 {
	background-image: url(../images/bgr-serive-shadow-2.png);
	background-repeat: repeat-x;
	height: 16px;
	position: absolute;
	z-index: 200;
	left: 0;
	bottom: 0;
	right: 0;
}

.service-block {
	color: #747474;
	font-size: 14px;
}

.service-block+.service-block {
	margin-top: 40px;
}

#service-1-left {
	width: 100%;
	min-height: 1px;
	float: left;
}

#service-1-left-in {
	padding-right: 390px;
}

#service-1-right {
	float: left;
	margin-left: -350px;
	width: 350px;
	margin-top: -30px;
}

.bigger {
	font-size: 16px;
}

.service-block .bigger span {
	/*color: #0086c2;*/
}

.bigger-2 {
	font-size: 18px;
}

.service-features {
	margin-top: 35px;
}

.service-features .ib-item {
	width: 46%;
	font-size: 14px;
}

.service-feature-in {
	padding-right: 30px;
}

.service-features h3,
.service-3-big h3 {
	font-size: 18px;
	color: #000;
	font-family: 'PT Sans', sans-serif;
}

#service-2-left {
	float: left;
}

#service-2-right {
	color: #646464;
	background-color: #ebebeb;
	padding: 12px;
	border-radius: 3px;
	width: 35%;
	float: right;
	margin-top: -9px;
}

.big-phone-red {
	font-size: 56px;
	font-family: 'PT Sans', sans-serif;
	color: #d11319;
	line-height: 42px;
	margin-bottom: 15px;
}

.big-phone-green {
	font-size: 56px;
	font-family: 'PT Sans', sans-serif;
	color: #108A81;
	line-height: 42px;
	margin-bottom: 15px;
}

.button {
	font-size: 18px;
	padding: 0 15px;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	text-shadow: 0 -1px 0 #108A81;
	/*#679cce/*#3f5e2a;*/
	/*#9f1216;*/
	color: #fff !important;
	text-decoration: none !important;
	/*background-image: url(../images/bgr-button-green.png);
	background-repeat: repeat-x;
	background-position: 0 0;*/
	background-color: #108A81;
	border-radius: 3px;
	line-height: 44px;
	height: 44px;
}

.button:hover {
	background-position: 0 -44px;
}

#service-2-right p+p {
	margin-top: 10px;
}

.service-3-small {
	width: 25%;
	float: left;
}

.service-3-small .service-3-in {
	padding-right: 20px;
}

.service-3-big .service-3-in {
	padding-left: 20px;
}

.service-3-small img {
	width: 100%;
	display: block;
}

.service-3-big {
	width: 50%;
	float: right;
}

.service-3-links {
	font-size: 12px;
}

.service-3-links a {
	text-decoration: none !important;
}

.service-3-links a:hover {
	/*text-decoration: underline !important; border-bottom: none !important;*/

}

.service-3-link-1 {
	width: 40%;
}

.service-3-link-2 {
	width: 50%;
}

.service-3-link-1 a {
	min-height: 30px;
	/*display: block;*/
}

#service-3-link-1-in {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 27px;
}

#service-3-link-2-in {
	background-image: url(../images/icon-download.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 35px;
}

h2 .trigger-link {
	font-size: 16px !important;
}

.trigger-link {
	text-decoration: none !important;
	border-bottom: 1px dashed #108A81;
}

.trigger-link:hover {
	border: none;
}

#contact-columns {
	font-size: 15px;
}

#contact-column-1 {
	width: 45%;
	float: left;
}

#contact-column-2 {
	width: 20%;
	float: left;
}

#contact-column-3 {
	width: 35%;
	float: right;
	position: relative;
}

#contact-columns h3 {
	font-size: 12px;
	color: #898989;
	margin-bottom: 10px;
}

.ttl-address {
	padding-left: 15px;
	background-image: url(../images/icon-address.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.em {
	position: absolute;
	right: 100%;
	margin-right: 5px;
}

.content-narrower {
	width: 790px;
}

#search-doc-wrap {
	padding-bottom: 50px;
}

#search-doc-wrap h3 {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	color: #b91217;
	margin-top: 15px;
	margin-bottom: 5px;
}

#search-doc-wrap h4 {
	font-size: 16px;
	color: #101010;
	font-family: 'PT Sans', sans-serif;
	line-height: 20px;
}

.search-doc-pdf {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 25px;
	padding-left: 27px;
	float: left;
	text-decoration: none !important;
	border-bottom: none !important;
}

.sdp-1 {
	display: block;
}

.sdp-2 {
	display: block;
	color: #959595;
	font-size: 12px;
}

.sdf-1-group {
	width: 217px;
	float: left;
}

.sdf-1-group+.sdf-1-group {
	margin-left: 69px;
}

#search-doc-form-1 {
	margin: 45px 0 60px;
}

#search-doc-form-2 {
	margin: 0 0 30px;
}

.sdf-1-group-top {
	margin-bottom: 25px;
}

.sdf-1-number {
	font-size: 31px;
	color: #fff;
	background-image: url(../images/icon-grey-circle-1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	line-height: 41px;
	width: 40px;
	height: 41px;
	font-family: 'PT Sans', sans-serif;
	margin-right: 13px;
}

.active .sdf-1-number {
	background-image: url(../images/icon-red-circle-2.png);
}

.select-cont {
	background-repeat: no-repeat;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: url(../images/bgr-select-right.png);
	padding-right: 18px;
}

.select-in {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/bgr-select-left.png);
	height: 27px;
}

.select-cont select {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.select-value {
	line-height: 27px;
	padding-left: 10px;
}

#sdf-2-in {
	max-width: 575px;
	position: relative;
}

#sdf-2-in .text {
	width: 540px;
	padding-right: 24px;
}

.text {
	background-color: #f4f4f4;
	border-radius: 3px;
	border: none;
	font-size: 13px;
	color: #000;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	line-height: 15px;
	padding: 6px 9px;
}

input.text {
	height: 25px;
}

#search-doc-form-2 h4 {
	margin-bottom: 18px;
}

#search-doc-form-2 .submit {
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;
}

.button-green {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	background-color: #108A81;
	/*background-image: url(../images/bgr-button-green.png);*/
	border-radius: 3px;
	display: inline-block;
	padding: 5px 20px;
}

.sdf-1-groups {
	margin-bottom: 25px;
}

#feedback-form-toggle {
	padding-left: 185px;
	font-family: 'PT Sans', sans-serif;
	margin: 60px 0 25px;
}

#feedback-form-toggle a {
	font-size: 16px;
	margin-right: 2px;
	display: inline-block;
	text-decoration: none !important;
	padding: 5px 15px;
	border-radius: 3px;
	border-bottom: none;
}

#feedback-form-toggle a span {
	/* border-bottom: 1px dashed #108A81;
	display: inline-block;
	line-height: 1.1; */

	border: 1px solid #108A81;
	padding: 7px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
}

#feedback-form-toggle a span:hover {
	background: #108A81;
	color: #fff;
}

#feedback-form-toggle a.active {

	color: #fff !important;
	border: 1px solid #108A81;
	padding: 6px 11px;
	color: #fff;
	/* -webkit-border-radius: 3px;
    -moz-border-radius: 3px; */
	border-radius: 3px;
	background: #108A81;
	/* color: #b91217 !important;
	background: #e3e3e3; /* Old browsers 
	background: -moz-linear-gradient(top, #e3e3e3 0%, #e8e8e8 53%, #f1f1f1 100%);
	/* FF3.6+ /
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3),
		color-stop(53%, #e8e8e8), color-stop(100%, #f1f1f1));
	/* Chrome,Safari4+ /
	background: -webkit-linear-gradient(top, #e3e3e3 0%, #e8e8e8 53%, #f1f1f1 100%);
	/* Chrome10+,Safari5.1+ /
	background: -o-linear-gradient(top, #e3e3e3 0%, #e8e8e8 53%, #f1f1f1 100%);
	/* Opera 11.10+ /
	background: -ms-linear-gradient(top, #e3e3e3 0%, #e8e8e8 53%, #f1f1f1 100%);
	/* IE10+ /
	background: linear-gradient(to bottom, #e3e3e3 0%, #e8e8e8 53%, #f1f1f1 100%);
	/* W3C /
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#e3e3e3',
		endColorstr='#f1f1f1', GradientType=0); /* IE6-9 /
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25); */
}

#feedback-form-toggle a.active span {
	border: none;
	margin-bottom: 1px;
}

#feedback-form-wrap .form-row {
	margin-top: 17px;
}

#feedback-form-wrap label {
	width: 185px;
	float: left;
	line-height: 27px;
	font-size: 13px;
}

#feedback-form-wrap .form-field {
	float: left;
	position: relative;
}

#feedback-form-wrap input.text {
	width: 230px;
}

#feedback-form-wrap input.phone {
	width: 90px;
}

#feedback-form-wrap textarea {
	width: 450px;
}

#feedback-form-wrap .submit-wrap {
	padding-left: 185px;
}

#feedback-form-wrap .button-green {
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-plus {
	position: absolute;
	right: 100%;
	margin-right: 8px;
	line-height: 27px;
}

.cat-group-up {
	margin-top: -6px;
	position: relative;
	z-index: 70;
}

.cat-group-banner {
	background-color: #ffd200;
}

.cgb-pic {
	width: 23%;
}

.cgb-pic img {
	width: 100%;
}

.cgb-text {
	width: 54%;
	text-align: center;
}

.cgb-text h2 {
	font-family: 'PT Sans', sans-serif;
	font-size: 28px;
	color: #b91217;
}

.cgb-text p {
	font-size: 15px;
	color: #000;
}

.breadcrumbs {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;

}

.breadcrumbs .ib-item {
	font-size: 14px;
}

.breadcrumbs,
.breadcrumbs a {
	color: #6a6a6a !important;
	border-bottom: none !important;
}

.breadcrumbs a {
	text-decoration: underline;
}

.breadcrumbs .st {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -1px;
	right: -10px;
	border: 3px solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.breadcrumbs a,
.breadcrumbs .breadcrumbs-sep {
	float: left;
}

.breadcrumbs .breadcrumbs-sep {
	margin: 0 7px 0 13px;
}

.products-list {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	margin: 0 -20px -20px 0;
	float: right;
	width: 80%;
}

.products-list .div-item {
	width: 25%;
	/*margin: 10px 0 35px 0;*/
	display: inline-block;
	margin-bottom: 25px;
}

.products-list .ib-item {
	/*width: 25%;*/
	width: 100%;
	margin: 10px 0 10px 0;
	text-decoration: none !important;
	border-bottom: none !important;
	text-decoration: underline;
}

.products-list a:hover .pl-name {
	text-decoration: underline !important;
}

.pl-in {
	padding-right: 20px;
	display: block;
}

.pl-name {
	color: #21262f;
	/*#c11218;*/
	display: block;
	max-width: 100%;
	/*text-decoration: underline;*/
}

.pl-features {
	font-size: 11px;
	color: #696969;
	display: block;
	line-height: 1.3;
}

.pl-picture {
	height: 165px;
	line-height: 185px;
	display: block;
	position: relative;
}
.split-invertor-ico{
	position:absolute;
	width: 85px;
	top: 5%;
}
.pl-picture img {
	vertical-align: middle;
}

.search-results-group {}

.search-results-group+.search-results-group {
	margin-top: 60px;
}

.search-results-group h3,
.related-products {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}

.site-search-result+.site-search-result {
	margin-top: 30px;
}

.site-search-result h4 {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}

.product-details-wrap {
	margin-bottom: 120px;
}

.product-details {
	width: 100%;
	float: left;
	color: #0c0c0c;
}

.product-details-in {
	padding-left: 635px;
	min-height: 788px;
}

.product-details-pictures {
	margin-left: -100%;
	float: left;
	width: 550px;
	height: 700px;
}

.product-details table.features {
	border-spacing: 0;
	width: 100%;
}

.product-details table.features td {
	font-size: .9em;
	line-height: 1.2em;
	padding: 5px 0 0 0;
	vertical-align: bottom;
}

.product-details table.features td.t {
	padding-right: 50px;
	border-bottom: 1px dotted #d5d2c6;
}

.product-details table.features td.t span {
	background: #fff;
	padding-bottom: 5px;
	position: relative;
}

.pd-toggles {
	margin-bottom: 10px;
}

.t:hover {
	opacity: 1;
}

.pd-toggles a {
	margin-right: 15px;
	float: left;
	font-size: 16px;
	text-decoration: none !important;
	border-bottom: none !important;
	padding: 9px;
	border-radius: 3px;
	font-family: 'PT Sans', sans-serif;
}

.pd-toggles a span {
	display: block;
	line-height: 1.1;
	border-bottom: 1px dashed #108A81;
}

/* .pd-toggles a.active {
	background-color: #e7e7e7;
	border-bottom: none !important;
} */
.pd-toggles a.active {
	background: #108A81;
	color: #fff !important;
}

#description-bg_white {
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, #fff 0%, #ffffff 30%, #ffffffb3 85%, #fff0 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-details label {
	font-weight: bold;
	color: #787878;
}

#main .product-details p {
	margin-bottom: 6px;
	text-align: justify;
}

.pd-pdf-links {
	margin-top: 30px;
}

.pd-pdf-links a {
	margin-right: 30px;
	float: left;
	border-bottom: none !important;
}

.pdf-link-2 {
	background-image: url(../images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 27px;
	display: block;
	font-size: 12px;
	text-decoration: none !important;
	line-height: 17px;
}

.pdf-link-2:hover {
	color: #d11319 !important;
}

.pd-features-wrap {
	margin-top: 30px;
}

.pd-features-block {
	width: 50%;
	float: left;
}

.pd-features-in {
	padding-right: 20px;
}

#product-picture-big {
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	line-height: 400px;
	max-height: 700px;
}

#product-picture-big img {
	vertical-align: middle;
}

#product-picture-thumbnails {
	margin: 0 -8px -8px 0;
}

#product-picture-thumbnails a {
	text-align: center;
	line-height: 74px;
	border-radius: 5px;
	width: 76px;
	height: 74px;
	float: left;
	border: 1px solid #fff;
	margin: 0 8px 8px 0;
}

#product-picture-thumbnails a.active {
	border-color: #e7e7e7;
}

#product-picture-thumbnails a img {
	vertical-align: middle;
}

.bc-dd-wrap {
	position: relative;
	float: left;
}

.bc-dd {
	background-color: #fff;
	padding: 8px 12px;
	position: absolute;
	z-index: 1000;
	left: -12px;
	font-size: 12px;
	top: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
	display: none;
	white-space: nowrap;
}

.bc-dd-wrap:hover .bc-dd {
	display: block !important;
}

.bc-dd-wrap:hover>a {
	text-decoration: none !important;
}

.bc-dd a {
	color: #108A81 !important;
	text-decoration: none !important;
	display: block;
	float: none;
}

.bc-dd a:hover {
	text-decoration: underline !important;
}

.bc-dd a.active {
	color: #6a6a6a !important;
	font-size: 14px;
	text-decoration: underline !important;
}

.bc-dd a.active:hover {
	text-decoration: none !important;
}

/*
.nps-shadow{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
}
.nps-shadow.left{
	background-image: url(../images/bgr-rotator-shadow-left.png);
	left: -1px;
	z-index:10000;
}
.nps-shadow.right{
	background-image: url(../images/bgr-rotator-shadow-right.png);
	right: -1px;
	z-index:10000;
}
*/
.catalog-menu {
	margin: 1em 0 1em -1em;
}

.catalog-menu li {
	display: inline-block;
	margin: 0 10px;
}

.catalog-menu li a {
	text-decoration: underline;
}

.catalog-menu li a:hover {
	text-decoration: underline;
}

.catalog-menu li.active a,
.catalog-menu li.active .a {
	color: rgb(193, 18, 24);
	;
}

/*
 * City
 */

.city {
	width: 125px;
	margin-bottom: -2.5em;
	margin-left: 44.5%;
	margin-top: 3em;
}

.select {
	display: block !important;
}

.address {
	display: none;
}

.lang {
	width: 80%;
	position: relative;
	font-size: 12px;
}

.lang dt {
	position: relative;
	padding: 3px 20px 3px 6px;
	top: -3px;
	color: #242424;
	cursor: pointer;
}

.lang dd {
	position: absolute;
	top: 0;
	left: 5px;
	white-space: nowrap;
	top: 19px;
	display: none;
	z-index: 1000;
	background-color: #fff;
}

.lang dd ul {
	list-style: none;
	margin-top: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.lang dd ul li {
	padding: 2px 6px 8px 7px;
}

.lang dd ul a {
	display: block;
	text-decoration: underline;
	border: none !important;
	background-color: #FFFFFF;
	margin-bottom: -1px;
}

.other {
	display: block;
	border-bottom: 1px dashed #108A81;
	background-color: #FFFFFF;
	color: #108A81;
}

.lang dt .st {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -1px;
	right: 7px;
	border: 3px solid #242424;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.lang dt .dt {
	color: #242424;
}

/*
 * Search
 */

.search-page input[type=text] {
	background-color: #f4f4f4;
	border-radius: 3px;
	border: none;
	font-size: 13px;
	color: #000;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	line-height: 15px;
	padding: 6px 9px;
}

.search-page input[type=submit] {
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	background-color: #108A81;
	border-radius: 3px;
	display: inline-block;
	padding: 5px 20px;
	border: none;
}

.catalog-filters {
	float: left;
	width: 16%;
	margin: 0 2% 2% 0;
	position: relative;
	display: block;
	border: 2px solid #eee;
	padding: 0 15px;
}

.catalog-filters h4 {
	font-weight: 700;
	color: #000;
	margin: 20px 0 10px 0;
}

.catalog-filters h4 span {
	font-weight: 500;
	color: #333;
}

.catalog-filters p {
	margin: 0 !important;
}

.catalog-filters .filter-buttons {
	margin: 20px 0;
}

a.reset {
	margin: 0 10px;
	color: #363636 !important;
	text-decoration: none;
	border-bottom: 1px dotted #363636 !important;
}

#filter-apply {
	background-color: #108A81;
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 6px 12px;
	cursor: pointer;
	display: inline-block;
}

.image3d {
	display: none;
	position: absolute;
	right: 45%;
	top: 130px;
	z-index: 100;
}

.image3d a {
	border-bottom: none !important;
}

div.hidden {
	display: none;
}

h1 .span-cn-404 {
	color: #ff151f;
	font-weight: bold;
}

h1.h1-cn-404 {
	/*color: #ffb000;*/
	margin: 0 0 .6em 0;
	font-size: 2.2em;
	line-height: 1.2em;
}

div.catalog-compare-result h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

table.data-table td,
table.data-table th {
	text-align: left;
	padding: 7px 15px;
}

table.data-table th.compare_prop_title {
	font-weight: bold;
}

table.data-table td.compare_prop_value,
table.data-table th.compare_prop_value {
	font-size: .9em;
}

table.data-table td.compare_img {
	/*text-align: left;*/
}

table.data-table td.compare_name {
	text-align: left;
	padding-bottom: 20px;
}

a.compare_action {
	font-size: .85em;
	border: 1px solid #108A81;
	padding: 6px 11px;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent;
}

a.compare_action:hover {
	background: #108A81;
	color: #fff;
}

span.compare_action_active {
	font-size: .85em;
	color: #fff;
	border: 1px solid #108A81;
	padding: 6px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #108A81;
}

input.compare_button_delete,
input:before.compare_button_delete,
input.compare_button_delete:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

input.compare_button_delete,
div.compare_delele_all {
	font-size: .85em;

	-webkit-appearance: none;
	border: 1px solid #c4d4d9;
	background-color: #fff;
	padding: 6px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	line-height: 14px;
}

input.compare_button_delete:hover,
div.compare_delele_all:hover {
	background: #108a81;
	-webkit-appearance: none;
	color: #fff;

}

div.compare_button_delete {
	font-size: .85em;
	-webkit-appearance: none;
	border: 1px solid #c4d4d9;
	background-color: #fff;
	padding: 5px 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 125px;
	cursor: pointer;
}

div.compare_button_delete:hover {
	background: #108a81;

}


.compare_delele_all_mob {
	display: none;
}

div.compare_delele_all {
	width: 125px;
	margin-top: 10px;
	text-align: center;


}

span.counter {
	vertical-align: top;
	font-size: .8em;
	line-height: 1em;
	/*color: #fff;*/
}

.t {
	text-decoration: none;
	opacity: .65;
	border-bottom: 1px solid #cfcfcf;
}

#tooltip {
	font-size: .85em;
	z-index: 9999;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	/*width: 250px;*/
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	color: #777;
	border: 1px solid #c4d4d9;
	border-radius: 3px;
	box-shadow: 0 1px 2px #555;

}

font.notetext {
	color: #108A81 !important;
}

.content-company {
	width: 100%;
	margin: 20px 0;
}

.content-video-company {
	float: left;
	margin-right: 20px;
}

/* adaptive */


.header-social-mob {
	display: none;
}

.footer-mobile {
	display: none;
}

/* animation burger */

.header-burger_mob-first {
	transform: translate(6px, -2px) rotate(45deg);
	transform-origin: left top;
}

.header-burger_mob-middle {
	transform: translate(0px, -11px) rotate(-45deg);
	transform-origin: right bottom;
}

.header-social-mob-end {
	transform: scale(0);
}

#OpenTextAboutCompany,
#link-pdf-mob_text {
	display: none;
}

.feedback-form-text_mob {
	display: none;
}

.service-2-left-mob {
	display: none !important;
}

.home-new-products-mob,
.link-pdf-mob {
	display: none;
}

.bx-slider-mob,
.catalog_section_el-mob {
	display: none !important;
}

.bx-slider-mob img {
	width: 100%;
	height: auto;
}

.pd-pdf-links a {
	padding: 15px 0 15px 30px;
}

.buy-online-link a {
	color: #333 !important;
}

.filter-reset {
	display: none !important;
}

.product-picture-big-mob,
.filter-btn_mob,
.product-details-pictures>.bx-wrapeer,
.product-details-pictures>.bx-wrapper>.bx-controls {
	display: none;
}

.compare_button_delete-mob {
	display: none;
}

/* #subpage-wrap a {
	border-bottom: none !important;
} */
#product-picture-big a {
	border-bottom: none !important;

}

.compare_prop_title-mob {
	display: none;
}

#main>.flex>.in>.cell_block {
	display: none !important;
}

.rd-menu_flex{
	display: flex;
    align-items: end;
}
.rd-menu_flex-mob{
	display: none;
}

.social-list-header{
	display: flex;
    gap: 9px;
}

/* Потом убрать */

@media(min-width: 880px) {
	.pl-picture{
		height: auto;
		line-height: inherit;
	}
	
} 
@media(min-width: 1150px) {
   .pl-picture{
	   height: 165px;
   line-height: 185px;
   }

} 

@media(max-width: 1150px){
	.news-item-top{
	flex-direction: column;
   }
   .news-item-tr{
	width: 100%;
   }
}
@media screen and (max-width: 880px) {
	body {
		min-width: 100%;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.rd-menu_flex{
		display: none;
	}
	.social-list-header{
		    gap: 0; 
			height: 100px;
			flex-wrap: wrap;
	}

	/* Потом убрать */

	.compare_prop_title-mob {
		display: block !important;
	}

	#subpage-wrap a {
		border-bottom: none;
	}

	/* #subpage-wrap a:hover {
		background: #108A81;
		color: #fff;
	} */

	.header-left {
		width: 60% !important;
		float: none !important;
	}
	.news-item-tr {
	
		width: 100%;
		
	}
	.breadcrumbs .ib-item{
		font-size: 12px;
	}
	.main-nav_list {
		display: none;
		position: absolute;
		justify-content: space-around;
		left: 0;
		top: 40px;
		padding-top: 15px;
		background-position: center;
		background-size: cover;
		background-image: url(../images/bgr-main.jpg);
		width: 100%;
		height: 250px;
		z-index: 3;
	}

	.logo {
		background-size: contain;
		background-position: center;
		width: 100%;
	}
	.breadcrumbs{
		margin-bottom: 20px;
	}
	#motto {
		display: none;
	}

	.header-position_mob {
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	#header-right-top {
		display: flex;
		margin: 0 20px;
		flex-direction: column-reverse;
	}

	#header-social {
		display: none;
	}

	.flex,
	#homepage-slider .bx-controls {
		min-width: auto;
	}

	#header-right {
		float: none;
		margin: 15px 0;
		width: 100%;
	}

	#footer-search-form .text,
	#header-search-form .text {
		width: 100%;
		padding: 10px 0;
		text-indent: 15px;
		font-size: 12px;
		height: inherit;
	}

	#header-right-in {
		padding: 0;
	}

	#header-search-form {
		width: 100%;
	}

	.text {
		padding: 0;
	}

	.header-container {
		width: 100%;
	}

	.header-container-position-mob {
		margin: 0 !important;
	}

	#header-search-form {
		margin-top: 0;
	}

	#main-nav>ul {
		display: flex;
		width: 45%;
		flex-direction: column;
	}

	#main-nav li {
		font-size: 16px;
		margin-top: 7px;
		margin-bottom: 7px;
		margin-left: 20px !important;
	}

	.header-burger_mob {
		height: 20px;
		width: 20px;
		cursor: pointer;
		position: absolute;
		left: 25px;
		top: 5px;
	}

	.header-burger_mob>span {
		transition: all 0.3s;
		height: 3px;
		background: white;
		display: block;
		width: 20px;
		margin: 5px 0;
	}

	.on_flex {
		display: flex !important;
	}

	.header-social-mob {
		display: flex !important;
		width: 40% !important;
		margin: 0 !important;
	}

	#subpage-caption {
		display: flex;
		margin: 6px 0 -23px;
	}

	#subpage-caption-in {
		padding: 0;
	}

	#subpage-caption h1 {
		font-size: 20px;
		padding-left: 15px;
	}

	.footer-desktop {
		display: none;
	}

	#footer {
		position: static;
		width: 100%;
		height: inherit;
		margin-top: auto;
	}

	.footer-mobile {
		display: flex;
	}

	#fake-footer {
		display: none;
	}

	#footer-nav-1 {
		font-size: 10px !important;
	}

	.footer-catalog_list {
		display: flex;
		margin: 15px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#footer-nav-1>ul {
		display: flex;
		flex-direction: column;
	}

	.footer-catalog_list>ul>li {}

	.footer-catalog-info {
		width: 60%;
	}

	#footer-nav-1 li+li {
		margin-left: 0;
	}

	.footer-catalog-info_phone {
		font-size: 19px;
	}

	#footer-nav-1 li {
		margin: 0 0 10px 0;
		font-size: 13px;
	}

	.footer-catalog-info_discription {
		width: 50%;
		color: #404040;
	}

	#copyright {
		text-align: right;
		width: 40%;
		font-size: 11px;
	}



	#subpage-content-inside {
		padding: 0;
	}

	#subpage-content {
		width: 100%;
		float: none;
	}

	.content-video-company {
		float: none;
		margin: 0;
	}

	#subpage-wrap {
		display: flex;
		flex-direction: column;
	}

	.mobile-wrapper_position {
		padding: 0;
		margin: 0;
	}

	.content-video-frame {
		width: 100%;
		height: 200px;
	}

	#subpage-sidebar {
		display: flex;
		justify-content: space-between;
		float: none;
		width: 90%;
		margin: 0 auto 30px auto;
		align-items: center;
		flex-wrap: wrap;
	}

	.sp-sb-widget {
		width: 50%;
	}

	.subpage-content-slide {
		height: 470px;
		overflow: hidden;
	}

	input.compare_button_delete {
		-webkit-appearance: none;
		line-height: 14px;
		display: inline-block;
	}

	.compare_delele_all_mob {
		display: inline-block;

	}

	.content-txt-company {
		display: none;
	}

	#OpenTextAboutCompany {
		color: #108A81;
		text-decoration: underline;
		display: block;
	}

	#about-catalog ul {
		display: none;
	}

	.pdf-wrap {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.link-pdf {
		display: none;
	}

	.link-pdf-mob {
		background: #108A81;
		width: 100%;
		padding: 10px 0 !important;
		display: flex;
		justify-content: center;
		font-size: 16px;
		align-items: center;
		margin: 15px 0 !important;
		color: white !important;
	}

	#link-pdf-mob_img {
		background-image: url('../images/free-icon-pdf.png');
		width: 30px;
		background-position: center;
		background-repeat: no-repeat;
		height: 30px;
	}

	#link-pdf-mob_text {
		display: block;
		color: #000000;
		font-size: 15px;
	}




	/*  feedback */

	.feedback-form-text {
		display: none;
	}

	#feedback-form-wrap textarea,
	.content-narrower {
		width: 100%;
	}

	#feedback-form-wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 30px auto;
	}

	#feedback-form-toggle {
		padding: 0;
		display: flex;
		margin: 15px 0;
	}

	#feedback-form-toggle>a {
		display: flex;
		border: 1px solid #108A81;
		align-items: center;
		justify-content: center;
		width: 50%;
	}

	#feedback-form-toggle a span {
		text-align: center;
		font-size: 14px;
	}

	#feedback-form-toggle a.active {
		/* background: #108A81;
		color: white !important; */
	}

	#feedback-form-toggle a {
		padding: 0px 15px;
	}

	#feedback-form-toggle a span {
		border: none;
	}

	.form-row>label {
		display: none;
	}

	#feedback-form-wrap .form-field {
		float: none;
	}

	#feedback-form-wrap input.text,
	#feedback-form-wrap textarea {
		width: 100%;
		outline: none;
		height: auto;
		background: white;
		border: 2px solid #B2BBBB;
		box-shadow: none;
		padding: 10px 0;
		text-indent: 10px;
		line-height: 1.4;
		font-size: 14px;
	}

	/* .form-plus,
	.form-row-mob-none {
		display: none;
	} */

	.button-green,
	#feedback-form-wrap .submit-wrap {
		padding: 0;
	}

	.button-green {
		background: #108A81;
		width: 100%;
	}

	#feedback-form-wrap .submit-wrap>button {
		width: 100%;
	}

	.feedback-form-text_mob {
		display: block;
		margin: 15px 0;
		text-align: center;
		color: black;
	}

	.feedback-form-text_mob>h1 {
		font-size: 24px;
	}




	/* service */

	.service_position-mob {
		flex-direction: column !important;
	}

	.service_position-mob_margin {
		display: flex;
		width: 90%;
		flex-direction: column;
		margin: 30px auto;
	}

	.rd,
	#service-1-right,
	#service-1-left,
	#service-2-left,
	#service-2-right,
	.service-3-small {
		float: none;
	}

	#service-2-left {
		display: none;
	}

	.service-2-left-mob {
		display: block !important;
	}

	.service-3-small {
		width: 100%;
	}

	.rd {
		width: 100%;
	}

	#service-1-right {
		width: 100%;
		margin: 0;
	}

	#service-1-left-in {
		padding: 0;
	}

	#service-2-right {
		width: 100%;
		padding: 0;
	}

	#service-3-link-1-in {
		padding-left: 40px;
	}

	.service-3-small {
		display: flex;
		width: 90%;
		margin: 0 auto 30px auto;
	}

	.service-features .ib-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.big-phone-green {
		font-size: 36px;
	}

	.service-2-online_btn {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 15px 0 !important;
	}

	#search-doc-form-1 .button-green {

		padding: 5px;
	}

	#search-doc-form-2 #sdf-2-in .text {
		padding-right: 24px;
		max-width: 280px;
		width: 100%;
	}

	.sdf-1-group-top {
		margin-bottom: 15px;
	}

	.sdf-1-group+.sdf-1-group {
		margin-left: 0;
		margin-top: 30px;
	}

	.service-2-online_btn>p {
		width: 90%;
		text-align: center;
	}

	.service-2-online_btn>p>a {
		padding: 0 !important;
		width: 100%;
		background: #108A81 !important;
	}

	.service-2-online_text {
		display: flex;
		width: 90%;

	}

	/* service center */

	.asc-item {
		margin: 20px 0 !important;
	}

	.asc-filters {
		flex-direction: column;
	}

	.subpage-position_margin {
		margin: 30px 0;
	}

	.asc-select-filters {
		margin: 10px 0;
	}




	/* main-slider */

	#homepage-slider .bx-pager-link {
		background: #eee;
		border-radius: 50%;
		height: 10px;
		width: 10px;
		margin: 0 3px;
	}

	#homepage-slider .bx-pager-link.active {
		background: black;
	}

	#homepage-slider {
		overflow: inherit;
	}

	#homepage-slider .slide-image a {
		height: 330px !important;
	}


	.bx-controls-direction {
		display: none;
	}



	#home-new-products-in {
		padding: 30px 0;
	}







	.mobile-wrapper_margin {
		margin: 0 20px;
	}

	.new-products-slider-in-1 {
		padding: 0;
		overflow: scroll !important;
		margin: 0;
		height: auto;
	}

	.home-new-products-desktop,
	.grad,
	.grad-right {
		display: none;
	}

	.prev-mob {
		left: 0;
	}

	.next-mob {
		right: 0;
		transform: rotate(180deg);
	}

	.new-product-picture img {
		display: flex;
		max-height: 200px;
		max-width: 100%;
	}

	#header-social a {
		border-bottom: none !important;
	}

	.new-product-category {
		text-align: center;
	}

	.new-product-picture,
	.can-buy-picture {
		display: flex;
		max-width: 100%;
		justify-content: center;
		width: 100%;
	}

	.new-product-slide-in-content>.section>.ib-item {
		align-items: center;
	}

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

	.new-products-slider-in-2 {
		display: flex;
	}

	.new-product-category {
		padding: 0;
	}

	.new-products-slider .ib-item {
		background: white;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 25px 10px;
		margin: 10px 5px;
		box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.25);
		border-radius: 3%;
	}

	.new-products-slider .ib-item {
		min-width: 50%;
		max-width: 50%;
		align-items: flex-start;
	}

	.new-product-category {
		margin: 7px 0;
	}

	.new-products-slider-nav {
		top: 100px;
	}

	.home-new-products-mob {
		display: block;
	}

	.in {
		margin: 0 20px;
	}

	.can-buy-slider-in-1 {
		margin: 0;
		padding: 0;
	}

	.can-buy-slider-nav.prev,
	.can-buy-slider-nav.next {
		display: none;
	}

	.can-buy-slider-in-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.can-buy-picture img {
		width: 100%;
		margin: 0;
	}

	.news-list {
		margin: 0;
	}

	.news-item-in {
		padding: 0;
	}

	.news-item-top {
		display: flex;
		flex-direction: column;
	}

	.news-item-tl {
		width: 100%;
		float: none;
	}

	.news-item-tl>a {
		width: 100%;
	}

	.news-item-tl>a>img {
		display: flex !important;
		width: 100%;
		height: auto;
		max-width: 100% !important;
		max-height: 100% !important;
	}

	.news-list .ib-item {
		width: 100%;
	}

	.news-item-tr,
	.news-item-tr-in {
		float: none;
		margin: 0;
		padding: 0;
	}
	.news-item-tr {
	
		width: 100%%;
		
	}



	.cookie-notification-modal {
		width: 100% !important;
		text-align: center;
		left: 0 !important;
		padding: 10px 0 !important;
	}

	.cookie-agree__buttons {
		width: 90% !important;
	}





	#compare_list_count {
		top: 150px;
		right: 15px;
	}



	/* catalog */



	.new-product-slide-in-container {
		height: auto;
		overflow: inherit !important;
	}

	.section {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.new-product-slide-in-content {
		flex-direction: column;
	}

	.ib-item {
		display: flex;
	}

	.new-product-slide-in-content>.section>.ib-item {
		min-width: 90%;
		margin-top: 20px !important;
		padding: 0 10px !important;
		height: 190px;
	}

	.new-product-slide-in-content>.section>.ib-item>a {
		display: flex;
		height: 100%;
		flex-direction: row-reverse;
		position: relative;
		padding: 0;
		overflow: hidden;
		justify-content: space-around;
		width: 100%;
	}

	.new-product-slide-in-content>.section>.ib-item>a>.new-product-category {
		margin-top: 80px;
		font-size: 16px;
	}

	.new-product-picture-catalog {}

	.new-product-picture-catalog>img {
		height: 100%;
		width: auto !important;
	}

	.products-list .div-item {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		padding: 0;
		box-shadow: 1px 1px 10px #333;
		border-radius: 8px;
	}

	/* .products-list .div-item.width_mob{
		width: 100% !important;
	} */
	.pdf-link-2 {
		padding: 8px 30px;
	}

	.products-list {
		float: none;
		margin: 0;
		width: 100%;
	}

	.catalog_section_el-desk {
		display: none;
	}

	.catalog_section_el-mob {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		width: 54%;
		margin-left: 15px;
	}

	.pl-in {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.pl-picture {
		display: flex;
		justify-content: center;
		width: 40%;
		padding-left: 8px;
	}

	.pl-name {
		font-size: 15px;
		font-weight: bold;
	}

	.pl-features {
		font-size: 12px;
	}

	.brand-content {
		flex-direction: column-reverse !important;
	}


	/* filter */

	.catalog-filters {
		float: none;
		width: 100% !important;
		top: 0;
		left: 0;
		background: white;
		margin: 0 !important;
		position: fixed;
		display: none;
		flex-direction: column;
		border: none;
		padding: 0;
		z-index: 999;
		height: 100%;
	}

	.catalog-filters>form {
		width: 100%;
		display: flex;
		flex-direction: column;
		overflow-y: scroll;
	}

	.filter-btn_mob {
		padding: 5px;
		display: flex;
		justify-content: center;
		border: 1px solid #333;
		width: 100px;
		margin: 15px 0;
		align-items: center;
	}

	.filter-btn_mob>img {
		height: 15px;
	}

	.filter-btn_mob>span {
		font-size: 14px;
		margin-left: 5px;
	}



	.header-filter_mob {
		height: 40px;
		height: 40px;
		margin: 15px 15px 0 0;
		cursor: pointer;
		display: flex;
		margin-left: auto;
	}

	.header-filter_mob>span {
		transition: all 0.3s;
		height: 3px;
		background: black;
		display: block;
		width: 20px;
		margin: 5px 0;
	}

	.header-filter_mob>.header-burger_mob-middle {
		transform: translate(-1px, 0px) rotate(-45deg);
	}

	.header-filter_mob>.header-burger_mob-first {
		transform: translate(25px, 1px) rotate(45deg);
	}

	.header-filter-mob-end {
		opacity: 0;
	}

	.filter-reset {
		align-items: center;
		display: flex !important;
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.filter-reset>p {
		font-size: 18px;
	}

	.filter-reset>a {}

	.filter-container-position {
		height: 100%;
		display: flex;
		margin: 0 auto;
		width: 90%;
		overflow-y: scroll;
	}

	.filter-container-els {
		height: 100%;
		width: 100%;
		overflow-y: scroll;
	}

	.reset-desk {
		display: none;
	}

	.filter-buttons {
		margin: 20px auto !important;
		display: flex;
		width: 90%;
	}

	.filter-buttons>p {
		width: 100%;
		display: flex;
	}

	#filter-apply {
		-webkit-appearance: none;
		width: 100%;
		display: flex;
		padding: 10px 0;
		justify-content: center;
	}

	.product-details-in {
		margin: 5px 0;
		padding: 0 !important;
		min-height: auto;
	}

	.pd-pdf-links a {
		float: none;
		margin: 0;

	}

	.product-details-pictures {

		height: auto;
		max-height: 460px;
	}


	/* breadcrumbs */
	.breadcrumbs>span,
	.breadcrumbs>a {
		/* display: none !important; */
	}

	.breadcrumbs>span:first-child {
		display: flex !important;
	}


	/* discription element */
	.pd-toggles {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.product-details-pictures {
		float: none;
		margin: 0 !important;
		width: 100%;
	}

	.product-details-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	#product-picture-big {
		width: 100%;
	}

	#product-picture-thumbnails a img {
		display: none !important;
	}

	#product-picture-thumbnails a {
		background: #eee;
		height: 10px;
		width: 10px;
	}

	#product-picture-thumbnails a.active {
		background: black;
	}

	#product-picture-big img {
		max-width: 100%;
		max-height: 100%;
	}

	#product-picture-thumbnails {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.pd-toggles a.active {
		background: #108A81;
		color: #fff !important;
	}

	#mySpriteSpin {
		width: 300px !important;
		height: 300px !important;
	}

	.image3d {
		display: flex !important;
		justify-content: center;
		width: 100%;
		right: 0;
	}

	.pd-toggles a {
		/* color: #333 !important;
		background: #D3D3D3; */
	}

	/* .pd-toggles a span {
		border-bottom: 1px solid #333;
	} */

	.buy-online-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.buy-online-link {
		display: flex;
		justify-content: center;
		width: 49%;
		padding: 8px 0;
		margin: 5px 0 !important;
		background: #108A81;
	}

	.product-details-wrap {
		margin-bottom: 30px;
	}

	.pl-picture img {
		width: 100%;
		height: auto !important;
	}

	.search-results-group>.filter-btn_mob {
		display: none !important;
	}

	.search-results-group>.products-list {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		padding: 30px 5px;
		overflow-x: scroll;
	}

	.search-results-group>.products-list>.div-item {
		min-width: 65%;
		margin-right: 10px;
	}

	.search-results-group>.products-list>.div-item>a>.pl-in {
		flex-direction: column;
	}

	.search-results-group>.products-list>.div-item>a>.pl-in>.pl-picture {
		max-width: 100%;
		margin: 0 auto;
	}

	.search-results-group>.products-list>.div-item>a>.pl-in>.catalog_section_el-mob {
		margin-left: 15px;
		width: 90%;
	}

	.product-details table.features td {
		vertical-align: middle;
	}

	.search-results-group>.products-list>.div-item>a>.pl-in>.catalog_section_el-mob>.pl-name {
		font-size: 13px;
	}

	.search-results-group>.products-list>.div-item>.pl-in>.pl-features>.compare_item {
		display: none !important;
	}

	.compare_item {
		position: absolute;
		bottom: 13px;
		right: 20px;
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #333 !important;
		border-bottom: none !important;
		align-items: center;
	}

	#tooltip {
		/* display: none !important; */
	}

	.product-details label {
		font-weight: 400;
	}

	.product-details-in>.clearfix>.compare_item {
		position: static !important;
	}

	.new-products-slider,
	.can-buy-slider {
		margin: 30px 0;
	}

	.pdf-link-2 {
		display: none;
	}

	#compare_list_count {}

	.pl-picture img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
		height: fit-content;
		display: flex;
		margin: auto;
	}

	.catalog-filters p {
		font-size: 16px;
		margin: 10px 0 !important;
	}

	.bx-slider-desk {
		display: none !important;
	}

	.bx-slide-mob {
		display: block;
	}

	.bx-slider_mob {
		width: 100%;
		position: relative;
	}

	.bx-slider_mob>div {
		width: 100%;
	}

	.bx-slider_mob>div {
		width: 100%;
	}

	.bx-slider-mob .bx-slide {
		position: relative;
	}

	.bx-slider-mob .bx-slide a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.bx-slider-mob>.bx-wrapper>.bx-controls>.bx-pager {
		display: flex;
		position: absolute;
		width: 100%;
		z-index: 999;
		justify-content: center;
	}

	[data-slide-index] {
		color: rgba(0, 0, 0, 0);

	}

	.bx-slider-mob>.bx-wrapper>.bx-controls>.bx-pager>div>a {
		margin: 5px;
		height: 10px;
		padding: 5px;
		font-size: 1px;
		width: 10px;
		background: #d3d3d3;
		border-radius: 50%;
	}

	.bx-slider-mob>.bx-wrapper>.bx-controls>.bx-pager>div>a.active {
		background: black;
	}

	.new-product-category {
		margin-top: auto;
	}

	.bx-slider-mob {
		display: block !important;
	}




	/* slider pictures catalog */
	.product-picture-big-desk,
	#product-picture-thumbnails {
		display: none !important;
	}

	.product-picture-big-mob {
		display: block;
		height: 400px;
	}

	.product-picture-big-mob>div {
		text-align: center;
		max-height: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-viewport {
		overflow-x: clip !important;
		overflow-y: auto;
		height: auto !important;
	}

	.product-picture-big-mob>div>img {
		/* max-width: 100%;
		max-height: 400px; */
		max-width: 90%;
		max-height: 370px;

	}

	.product-details-pictures {
		max-height: 400px;
	}

	.image3d {
		display: block;

		position: initial;
		margin: 0 auto;
		width: 20%;
	}

	.image3d a img {
		border: none;
		max-width: 80px;
		max-height: 60px;
		margin-bottom: 10px;
	}

	.flex {
		position: inherit;

	}

	.in {
		position: inherit;
	}

	.bx-viewport {
		position: inherit;
	}

	.product-details-pictures>.bx-wrapper>.bx-controls>.bx-pager {
		z-index: 100;
	}

	.product-details-in {
		margin: 30px 0;
	}

	.product-details {
		float: none;

	}

	.product-details-pictures>.bx-wrapper>.bx-controls>.bx-pager {
		display: flex;
		margin: 0 auto;
	}

	.product-details-pictures>.bx-wrapper>.bx-controls {
		display: flex;
		margin-top: 0;
		background: transparent;
	}

	.product-details-pictures>.bx-wrapper>.bx-controls>.bx-pager>div>a.active {
		background: #333;
	}

	.product-details-pictures>.bx-wrapper>.bx-controls>.bx-pager>div a {
		margin: 5px;
		height: 10px;
		padding: 5px;
		font-size: 1px;
		width: 10px;
		background: #eee;
		border-radius: 50%;
	}

	.product-details-pictures {
		display: block;
	}


	.new-products-slider-nav {
		display: none;
	}

	.product-picture-big-mob {
		height: auto;
		display: flex;
		align-items: center;
	}

	#main>.flex>.in>.cell_block {
		display: none !important;
	}

	.buy-online-link a {
		color: white !important;
	}

	.compare_del>table>thead>tr>th:first-child,
	.compare_del>table>tbody>tr>th:first-child {
		display: none;
	}

	.compare_del {
		overflow: scroll;
	}

	.compare_button_delete-desk {
		-webkit-appearance: none;
		display: none;
	}

	.compare_button_delete-mob {
		margin: 15px 0;
		-webkit-appearance: none;
		display: block;
	}

	.compare_action_active {
		/* color: #333333 !important;
		border: 1px solid #D3D3D3 !important;
		border-top: 1px solid #3F5E2A !important;
		padding: 9px 15px !important;
		border-radius: 0 !important; */
	}

	.compare_action {
		color: #333 !important;
		background: #D3D3D3;
		padding: 10px 15px;
	}

	.compare_del>table>tbody>tr:nth-child(odd) {
		background: #EEEEEE;
	}

	.compare_prop_title {
		font-weight: bold;
	}

	#main-nav a {
		font-size: 16px;
		border-bottom: none;
	}

	.new-product-picture-catalog>img {
		width: auto;
		height: 100%;
	}

	.image3d {
		position: static !important;
		margin-top: 30px;
	}
}



/* NEW CATALOG 10.01.2023*/

.catalog-block {
	margin-bottom: 25px;
}

.catalog-list-items {
	display: flex;
	justify-content: start;
	gap: 26px;
	flex-wrap: wrap;
}

.catalog-section_title {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #222222;
	margin-bottom: 25px;
}

.catalog-list-item {
	width: 260px;
	height: 260px;
	background: #F5F5F5;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: background .2s ease-in;
}

.catalog-list-item_link {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 15px 0;
	align-items: center;
	height: 100%;
	transition: color .3s ease-in-out;
	border-bottom: none !important;
}

.catalog-list-item_link:hover .catalog-list-item_title {
	color: #fff;
}

.catalog-list-item:hover {
	background: #222;
}

.catalog-list-item_title {
	font-family: 'PT Sans';
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	height: 45px;
	max-width: 235px;
	text-align: center;
	color: #222222;
}

.catalog-list-item_img {
	height: 170px;
	width: 200px;
	display: flex;
}

.catalog-list-item_img img {
	margin: auto;
	display: block;
	max-width: 200px;
	max-height: 170px;
}

.interesting-block_left {
	max-width: 260px;
	width: 260px;
	height: 356px;
	background: #F5F5F5;
	border-radius: 20px;
	padding: 30px;
}

.interesting-block_left img {
	max-width: 100px;
	max-height: 200px;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto 10px;
}

.interesting-block_left span {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	display: block;
	width: 200px;
	margin: 0 auto;
	color: #222222;
}

.interesting-btn {
	display: block;
	margin: 25px auto 0;
	width: 177px;
	background: #222222;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	padding-top: 10p;
	padding: 10px 0px;
	font-family: 'Inter';
	font-weight: 500;
	font-size: 16px;
}

.interesting-block_left a:hover {
	background: #444;
}

.interesting-block_right {
	width: 774px;
	height: 415px;
	border-radius: 25px;
	overflow: hidden;
}

.interesting-block {
	display: flex;
	gap: 25px;
}

.background-bottom {
	background-image: url('../../../../upload/iblock/5e6/dntz9l7a8ugfn1cqkbppnyf1cdvaddk2.jpg');
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.block_right-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 200px;
	justify-content: center;
	gap: 17px;
	margin-left: 40px;
}

.block_right-title {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
}

.block_right-description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #B3B3B3;
}

.interesting-btn.banner {
	background: #B3B3B3;
	color: #222;
	margin: 10px 0 0 0;
}

.interesting-btn.banner:hover {
	background: #9a9a9a;
}

.lifehack-items {
	display: flex;
	flex-wrap: wrap;
	gap: 27px;
}

.lifehack-item {
	display: flex;
	flex-direction: column;
	max-width: 355px;
	gap: 10px;
	margin-bottom: 25px;
	font-family: 'Inter';
}

.lifehack-item a {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 200px;
}

.lifehack-item a img {
	width: 100%;
	display: block;
	height: 100%;
	max-width: none;
	max-height: none;
}

.lifehack-tag {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #979797;
}

.lifehack-tilte {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #222222;
}

.lifehack-tags_items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.lifehack-tags_item {
	height: 30px;
	border: 1px solid #979797;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.lifehack-tags_item:hover {
	background: #EEE;
}

.lifehack-tags_item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #464646;
}

.popular-tovar {
	width: 31%;
	min-width: 350px;
	background: none;
	height: auto;
}

.catalog-list-item.popular-tovar:hover {
	background: none;
}

.popular-img {
	width: 100%;
	height: 100%;
	max-width: none !important;
	max-height: none !important;
}

.sravnenie-icon {
	display: none;
}


@media(max-width:880px) {
	.catalog-list-items {

		justify-content: center;

	}

	.products-list .ib-item {
		margin: 4px 0 4px 0;
	}

	.sravnenie-icon {
		display: block;
		width: 30px;
		height: 28px;
		position: absolute;
		top: -120px;
		right: 4px;
	}

	span.counter {

		position: absolute;
		top: -121px;
		right: 2px;

	}

	.sravnenie-text {
		display: none;
	}

	.t {
		opacity: 1;
	}
}

@media(max-width:610px) {

	.catalog-list-item {
		width: 45%;
		height: auto;
		margin-bottom: 0;
		max-width: 250px;
		min-width: 120px;
		min-height: 155px;
	}

	.catalog-list-item_img img {

		max-width: 105px;
		max-height: 150px;
	}

	.catalog-list-item_img {
		height: auto;
		width: auto;
	}

	.catalog-list-item_title {

		font-size: 16px;
		padding: 0 10px;
		line-height: 19px;
	}

	.catalog-list-items {
		justify-content: start;
	}

	.catalog-list-item_title {
		margin-bottom: 5px;
	}

	.catalog-list-item_link {
		padding: 7px 0;
	}

}


.close-catalog_wrap{
	margin: 0 auto;
    width: 1600px;
    margin-top: 40px;

}

.close-page-img{
	height: 80px;
	margin-bottom: 0;
}
.product-item{
	display: flex;
    flex-direction: column;
}

.pl-picture_close{
	height: 900px;
}
.div-item_close{
	margin-bottom: 30px;
}
.imagessss{
	
    display: none;
    z-index: 100;
    width: 50px;
    margin-left: 32px;
}
.close-page_all-foto{
	display: flex;
}
.mar-left_20{
	margin-left: 20px;
}