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;
}

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: 150px;
}

.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;
}

.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;
}

.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: bottom;
}

.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: #679cce;
}

.ib-list .more a span{
	border-bottom: 1px dashed #679cce;
	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.jpg);
	
}

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

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

#header,#header a:hover{
	color: #e3c9a6;
}

#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.png);
	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;
}

#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 #e3c9a6;
}

#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: #e3c9a6;
	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: 322px;
}

#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: 322px;
	width: 1260px;
	top: 0;
	text-align: center;
}

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


.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: -40px 0 0 -45px;
}

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

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

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

.news-item-tl {
	width: 177px;
	float: left;
	position: relative;
}

.news-item-tr {
	margin-left: -177px;
	width: 100%;
	float: left;
}

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

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

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

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

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

.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;
}

.new-product-category {
	font-size: 14px;
	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 .ib-item {
	width: 20%;
}

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

.grad {
	position: absolute;
	z-index: 90;
	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 */
	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(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 */
}

.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: #679cce;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #87bcce;
}

#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;
}

.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: 50%;
	font-size: 14px;
}

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

.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;
}

.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: #23552a;
	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 #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;
	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 #679cce;
}

.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 {
	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: #8dc63f;*/
	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 #679cce;
	display: inline-block;
	line-height: 1.1;
}

#feedback-form-toggle a.active {
	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;
}

.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 17px;
}

.products-list {
	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: 95%;
	/*text-decoration: underline;*/
}

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

.pl-picture {
	height: 195px;
	line-height: 185px;
	display: block;
}

.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;
}

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

.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;
}

.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 #0072bc;
}

.pd-toggles a.active {
	background-color: #e7e7e7;
	border-bottom: none !important;
}

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

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

.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;
	min-height: 400px;
	line-height: 400px;
}
#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: #0072bc !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 #679CCE;
	background-color: #FFFFFF;
	color: #679CCE;
}

.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: #8dc63f;
	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: #2e87e3;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
  display: inline-block;
}
.image3d{
	display: none;
	position: absolute;
	right: 50%;
	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;
}
span.compare_action_active{
	font-size: .85em;
	color: #0072bc;
  border: 1px solid #c4d4d9;
  padding: 6px 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.compare_button_delete{
	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;
}
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;
  box-sizing: ;
}
font.notetext{
	color: #0072bc!important;
}
.content-company{
	width: 100%;
	margin: 20px 0;
}
.content-video-company{
	float: left;
	margin-right: 20px;
}
.content-txt-company{
	
}