@charset "utf-8";

/*~~~~~~~~~~~~  Containers */
body {
	overflow-x: hidden;
}
#main {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
.wrapper {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	max-width: 1060px;
	width: 96%;
}
.w100 {
	width: 100%;
}

/* grid */
[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none !important;
}
.col {
  flex-grow: 1;
}
.col-0 {
  flex: 1;
}
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-21 {
  width: 14.285%;
}
.col-24 {
  width: 20%;
}
.col-25 {
  width: 20.832%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.666%;
}
.col-9 {
  width: 74.999%;
}
.col-10 {
  width: 83.33%;
}
.col-75 {
  width: 79.168%;
}
.col-12 {
  width: 100%;
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-mg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.row-mg > [class*=col] {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.row-vertical {
  align-items: center;
}
.row-bottom {
  align-items: flex-end;
}
.row-justify {
  justify-content: space-between;
}
.row-center {
  justify-content: center;
}
.row-right {
  justify-content: flex-end;
}
.row-mg-40 {
  margin-left: -2%;
  margin-right: -2%;
}
.row-mg-40 > [class*=col] {
  padding-left: 2%;
  padding-right: 2%;
}
.row-mg-10 {
  margin-left: -1%;
  margin-right: -1%;
}
.row-mg-10 > [class*=col] {
  padding-left: 1%;
  padding-right: 1%;
}
.row-mg-5 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.row-mg-5 > [class*=col] {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.mb {
	margin-bottom: 25px;
}
.mb-1 {
	margin-bottom: 15px;
}
.mb-2 {
	margin-bottom: 35px;
}
.mb-3 {
	margin-bottom: 50px;
}
.mb-4 {
	margin-bottom: 75px;
}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
}

/* #Images
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
img {
	max-width: 100%;
	height: auto;
}

.leftimg {
	float: left; /* Выравнивание по левому краю */
	margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}

.rightimg {
	float: right; /* Выравнивание по правому краю  */
	margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

/* #Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.safari input[type=text] {
	line-height: 1 !important;
}

input[type=submit] {
	cursor: pointer;
	height: 26px;
	border: none;
	background: url(/bitrix/templates/vorota_inner_one_col/images/tpl/submit.png) repeat-x 0 0;
	color: #fff;
	font: 14px/24px Arial, Helvetica, sans-serif;
}

input[type=submit]:hover, input[type=submit]:active {
	background-position: 0 -34px;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
	padding: 0 10px;
	height: 26px;
	border: #e5e5e5 2px solid;
	background: #fff;
	color: #454545;
	font: 14px/24px Arial, Helvetica, sans-serif;
}

textarea {
	height: 100px;
	resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #454545;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #454545;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover, input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	border-color: #cccccc;
}

input[type=text].error, input[type=tel].error, input[type=email].error, input[type=password].error, textarea.error {
	border-color: #d93a46;
}

span.custom-checkbox {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	background: url(/bitrix/templates/vorota_inner_one_col/images/tpl/checkbox.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	margin: 0 12px 0 0;
}

span.custom-checkbox input {
	position: relative;
	cursor: pointer;
	width: 15px;
	height: 15px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

span.custom-checkbox.active {
	background-position: 0 -22px;
}

/* #Basic Styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
	height: 100%;
	background: #fff;
}

body {
	height: 100%;
}

a *, area {
	cursor: pointer;
}

/*~~~~~~~~~~~~  Display */
.disp-none {
	display: none;
}

.disp-block {
	display: block;
}

.disp-inline {
	display: inline;
}

.disp-inline-block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
}

/*~~~~~~~~~~~~  Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*~~~~~~~~~~~~  Clear */
.clear-both {
	clear: both;
}

.clear-all {
	clear: both !important;
	overflow: hidden;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	float: none !important;
}

ul.no-mark, .main-menu ul.main-menu-list, .main-menu ul.main-menu-list ul, .side-menu ul {
	margin: 0;
	padding: 0;
}

ul.no-mark > li, .main-menu ul.main-menu-list > li, .main-menu ul.main-menu-list > li li, .side-menu ul li {
	text-indent: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

/*~~~~~~~~~~~~  radius */
.radius {
	border-radius: 10px;
	behavior: url(js/PIE.htc);
}

input[data-valid="0"] {
	border-color: #FF0303;
}

input[data-valid="0"].land-txt {
	border: 1px solid #FF0303;
}

/* #Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header {
	position: relative;
	background: url(images/header-bg.png) repeat-x 0 0;
	z-index: 100;
}
@media (min-width: 768px) {
	#header .wrapper {
		background: url("/html/images/tpl/hd-bg.png") no-repeat scroll 112px 0 transparent;
	}
}

.header-top {
	padding: 15px 0 20px;
	overflow: hidden;
}

.header-logo a {
	display: block;
	overflow: hidden;
	width: 106px;
	height: 70px;
	background: url(images/logo-hover.png) no-repeat center 100px;
}

.header-logo a:hover {
	background: url(images/logo-hover.png) no-repeat 0 0;
}

.header-logo a:hover img {
	position: relative;
	top: 100px;
}

.home-page .header-logo a {
	background: none;
}

.home-page .header-logo a:hover img {
	top: 0;
}

/*~~~~~~~~~~~~  Phone */

.header-phone-num-small {
	color: #1c4a71;
	font: bold 24px 'Roboto Condensed', sans-serif;
}
.header-phone-wa {
	width: 24px;
	height: 24px;
	background: url(images/wa-ico.png) no-repeat center center;
	background-size: contain;
	display: inline-block;
	margin-left: 4px;
}
.header-callback {
	font-size: 13px;
	color: #f3a600;
	background: none;
	border-bottom: 1px dotted #f3a600;
}

a.header-cart {
	border: none;
	display: block;
	padding-left: 50px;
	background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA2FBMVEWbq7n///+bq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7mbq7kAAAA+U4rOAAAARnRSTlMAAPcUfuoIkL+kgHogGfnZmPgk/KflCi5jtNICOkbBuEj+z51W9RragWjoDKhiPv2PAQPQdUDT9O6MB6MfSVAt3huuCV6CRU3h8gAAAAFiS0dER2C9yXsAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCBEOEhu3gv8nAAABCElEQVQ4y5XT61qCQBAG4NmyKMsMS6XQPOSxPGFZaakouvd/SeICOhu7E30/l/cZZpYB+D4np6ALYwyE4akE5uycMoZhXPjoMq3L1fWeZm44layod0saU5jcHWXCee4Jki8EpkgYi4UTPmjJox2ZktaUWWTgSUMq7GiqalIrIgN1pXkGbBoq0mxJxm4rTAckA904eXn9ZXpx0wfZDGJiOHJkM37zT98nKIPWYcdQN3VHs4dhPnxTBdI4Q84/y5N4cqjOl+Z7GchME5jZ998G4Ge+UGQpGeIfjGK53LXww9XaNNcrbCzxdoQ8sQdtDxlXGPdoNkHPG3SH4Rj2wXSCg+3/6iTqh5prB6GRp5LTU/QMAAAAAElFTkSuQmCC) no-repeat left 5px;
	position: relative;
}

.header-cart-count {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #F4AA18;
	color: #000;
	top: 0;
	left: 24px;
	text-align: center;
	font: 700 12px/16px 'Roboto Condensed', sans-serif;
}

.header-cart-title {
	color: #345a7c;
	display: block;
	font: bold 22px/1 'Roboto Condensed', sans-serif;
}

.header-cart-content {
	color: #9babb9;
	font-size: 13px;
}

.spec_pred {
	display: block;
	z-index: 10;
	border: #F3A600 1px solid;
	background: linear-gradient(180deg, #FEBD2C, #DE9C09);
	position: relative;
	margin-bottom: 15px;
	vertical-align: middle;
	font: 700 3em 'Roboto Condensed';
	text-transform: uppercase;
	text-align: center;
	padding: 12px 20px;
	color: #0868CD;
}

a.spec_pred_vorota {
	width: 390px;
}

/*~~~~~~~~~~~~  Popups */
a.link-pop-blue, a.link-pop-orange {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 21px;
	height: 37px;
	background: none !important;
	border: #3f94ea 2px solid;
	color: #2a4061;
	font: 700 18px/37px 'Roboto Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
}

a.link-pop-orange {
	border-color: #e6a200;
}

.header-pop-links a.link-pop-blue {
	min-width: 157px;
	padding: 0;
}

.header-pop-links a.link-pop-orange {
	min-width: 177px;
	padding: 0;
	margin-left: 12px;
}

a.link-pop-blue:hover, a.link-pop-orange:hover {
	color: #d32a42;
	border-color: #d32a42;
}

.header-pop-links a.inner-link {
	margin-right: 37px;
}

.header-pop-links a.inner-link.active {
	color: #d32a42;
	background-image: url(images/link-bg-hover-dotted.png);
}

/*~~~~~~~~~~~~  Search */
.search {
	position: relative;
}

.search input[type=text] {
	font: normal 400 14px Arial, sans-serif;
	display: block;
	box-sizing: border-box;
	padding: 11px 20px;
	height: auto;
	border-radius: 20px;
	width: 100%;
	border: none;
	background: #e5eaef;
	font-style: normal;
}

.search input::-webkit-input-placeholder, .search input::-moz-placeholder, .search input::placeholder {
	color: #1c4a71;
	opacity: .5;
}

.search input[type=submit] {
	border: none;
	background: url(images/search.svg) no-repeat center center;
	-webkit-background-size: 18px;
	background-size: 18px;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 46px;
	display: block;
}

/*~~~~~~~~~~~~  Main menu */

/*----------------------------------*/
.link-online-calc {
	display: block;
	white-space: normal;
	background-image: -webkit-linear-gradient(#FFBE2D, #DE9C09);
	background-image: -o-linear-gradient(#FFBE2D, #DE9C09);
	background-image: linear-gradient(#FFBE2D, #DE9C09);
	border: 1px solid #F3A600;
	height: 40px;
	color: #1c486f;
	font: bold 16px/40px 'Roboto Condensed', sans-serif;
	z-index: 1;
	text-align: center;
}

.link-online-calc:hover {
	background-color: #DE9C09;
	color: #1c486f;
}

.link-online-calc i {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 16px;
	position: relative;
	top: -1px;
	margin-right: 5px;
	background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAQCAMAAAAVv241AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAP1BMVEX///8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8cSG8AAACp2Vw/AAAAE3RSTlMA2siAkNag8uDw4hCsQEzQpsCIYoFZiAAAAAFiS0dEFJLfyTUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiCBEOIgGVpjCuAAAAVklEQVQI112PRw7AIAwEAdNbgP3/X0OQFQFzG3ndhMSPFFDEKAhowehbjGXMFOcDYkTwbsUIKYFWLBeLWmFLnrJxVY4enka850FrLEdMUccY6N+h+wsvCmEINwyV8RkAAAAASUVORK5CYII=) no-repeat center center;
}

.main-menu {
	border: 1px solid #62a4ea;
	/*background: #559ee9 url(images/main-bg.png) repeat-x 0 0;*/
	background-image: -webkit-linear-gradient(#6DABEB, #3F84CB);
	background-image: -moz-linear-gradient(#6DABEB, #3F84CB);
	background-image: -o-linear-gradient(#6DABEB, #3F84CB);
	background-image: linear-gradient(#6DABEB, #3F84CB);
	-webkit-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-moz-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-ms-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-o-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	text-align: justify;
}

.main-menu-list > li {
	/*height: 40px;*/
	flex: 1;
}
.main-menu-list li a {
	font: 400 16px/1.7 'Roboto Condensed', sans-serif;
	position: relative;
	top: -1px;
	padding: 7px 15px;
	display: block;
	color: #fff;
	text-align: center;
	background: none;
}
.main-menu-list > li > a {
	white-space: nowrap;
}
.main-menu-list > li > a:hover {
	color: #99d6f7;
}
.main-menu-list li a.active {
	background-color: #092145;
}
.main-menu-list ul {
	display: none;
}

/*.main-menu-list > li.has-submenu > a {
	padding: 0;
	border-left: #092145 20px solid;
	border-right: #092145 20px solid;
	background: #092145 url(images/submn-menu.png) repeat-x 0 30px !important;
}*/
.m-menu-toggle {
	width: 60px;
	height: 40px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
.m-menu-toggle svg {
	vertical-align: middle;
}
@media (min-width: 991px) {
	.menumain {
		margin-bottom: 20px;
	}
	ul.main-menu-list {
		display: flex;
	}
}
@media (max-width: 991px) {
	ul.main-menu-list {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background-color: #569FE9;
	}
	.main-menu-list li a {
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.main-menu-list li a.parent {
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='8' y1='4.37114e-08' x2='8' y2='16' stroke='white' stroke-width='2'/%3E%3Cline x1='16' y1='8' x2='-8.74228e-08' y2='8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
		background-repeat:  no-repeat;
		background-position: right 15px center;
	}
	.main-menu-list li a.opened {
		background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='16' y1='8' x2='-8.74228e-08' y2='8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	}
	.main-menu-list li a.opened + ul {
		display: block;
	}
}

.submenu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 7px;
	width: 725px;
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-moz-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-ms-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-o-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
}

li:hover>.submenu {
	display: block;
}

.submenu-list {
	float: left;
	padding: 15px;
	width: 695px;
	background: #f4f7fa;
}

.submenu-list > ul {
	overflow: hidden;
	padding-bottom: 20px !important;
	background: url("/html/images/dbl-line1.png") repeat-y scroll 200px 0 transparent;
	text-align: left;
}

.submenu-list > ul > li {
	float: left;
	margin: 0 32px 0 0 !important;
}

.submenu-list > ul > li.wid190 {
	width: 190px;
}

.submenu-list > ul > li.wid140 {
	width: 140px;
}

.submenu-list > ul > li.wid250 {
	width: 250px;
	margin: 0 !important;
}

.submenu-list > ul > li > a {
	font: 700 18px/18px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #2d486d;
}

.submenu-list > ul > li > a:hover {
	color: #d32a42;
}

.submenu-list > ul > li > a:after {
	display: block;
	content: "";
	height: 6px;
}

.submenu-image {
	float: right;
	width: 205px;
}

/* —убменю дл¤ простого списка*/
.submenu_s {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 7px;
	width: 120px;
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-moz-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-ms-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-o-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
}

li:hover>.submenu_s {
	display: block;
}

.submenu-list_s {
	float: left;
	padding: 5px 15px;
	width: 90px;
	background: #f4f7fa;
}

.submenu-list_s > ul {
	overflow: hidden;
	background: url(/html/images/dbl-line1.png) repeat-y scroll 200px 0 transparent;
	text-align: left;
}

.submenu-list_s > ul > li {
	float: left;
	margin: 0 32px 0 0 !important;
}

.submenu-list_s > ul > li > a {
	font: 700 18px/36px 'Roboto Condensed', sans-serif;
	color: #2d486d;
}

.submenu-list_s > ul > li > a:hover {
	color: #d32a42;
}

.submenu-list_s > ul > li > a:after {
	display: block;
	content: "";
	height: 6px;
}

/* —убменю дл¤ простого списка*/
.submenu_cb {
	display: none;
	position: absolute;
	left: 660;
	top: 100%;
	padding: 7px;
	width: 170x;
	z-index: 1000;
	background: #fff;
	-webkit-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-moz-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-ms-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	-o-box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
	box-shadow: 0 5px 6px 0 rgba(33, 63, 108, 0.29);
}

li:hover>.submenu_cb {
	display: block;
}

.submenu-list_cb {
	float: left;
	padding: 5px 15px;
	width: 140px;
	background: #f4f7fa;
}

.submenu-list_cb > ul {
	overflow: hidden;
	background: url(/html/images/dbl-line1.png) repeat-y scroll 200px 0 transparent;
	text-align: left;
}

.submenu-list_cb > ul > li {
	float: left;
	margin: 0 0px 0 0 !important;
}

.submenu-list_cb > ul > li > a {
	font: 700 18px/36px 'Roboto Condensed', sans-serif;
	color: #2d486d;
}

.submenu-list_cb > ul > li > a:hover {
	color: #d32a42;
}

.submenu-list_cb > ul > li > a:after {
	display: block;
	content: "";
	height: 6px;
}

/*~~~~~~~~~~~~  news */
.news {
	position: relative;
}

.news h3 a {
	font-size: 18px;
	text-transform: none;
}

.news-items {
	text-align: justify;
}

.news-items:after {
	content: "";
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 90%;
	height: 1px;
}

.news-item {
	position: relative;
	white-space: normal;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

.news-page .news-item {
	padding: 0 0 49px 290px;
	min-height: 110px;
}

.news-items .news-item {
	width: 268px;
	padding: 0;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
}

.news-item a {
	background: none !important;
}

.news-item-image {
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 268px;
	height: 111px;
	margin: 0 0 14px 0;
	background: none !important;
}

.news-item-image img {
	position: relative;
	z-index: 15;
}

.news-items .news-item-image {
	position: relative;
	top: 0;
}

.news-item-image:after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: -10px;
	width: 278px;
	height: 15px;
	background: url(images/shadow.png) no-repeat 0 0;
}

.news-date {
	position: absolute;
	left: 0;
	top: 26px;
	width: 47px;
	padding: 4px 0 1px 0;
	height: 54px;
	background: #fff;
	z-index: 15;
	color: #7d8089;
	font-size: 12px;
	line-height: 14px;
}

.news-date b {
	display: block;
	font: 400 36px/36px 'Roboto Condensed', sans-serif;
}

.news-item-link {
	color: #0868ca;
	font: 400 18px/22px 'Roboto Condensed', sans-serif;
	background: url(images/link-blue-large.png) repeat-x 0 bottom;
}

a:hover .news-item-link {
	color: #d32a42;
	background-image: url(images/link-red-large.png);
}

.news-item p {
	margin: 6px 0 0 0;
	line-height: 18px;
}

.news-detail li {
	list-style: disc;
	padding: 0;
	margin-left: 30px;
}

/*~~~~~~~~~~~~  popups */
.popups {
	position: relative;
	overflow: hidden;
	height: 0;
}

.callback-form {
	width: 302px;
	min-height: 255px;
	padding: 23px;
}

.form-done {
	text-align: center;
	padding-top: 80px;
	color: #202225;
	font: 400 18px/22px 'Roboto Condensed', sans-serif;
}

.onlineorder-form .form-done {
	padding-top: 180px;
}

.col-blue {
	color: #075da2;
}

.popup input[type=text], .popup input[type=text], .popup input[type=tel], .popup input[type=email] {
	width: 277px;
	margin: 0 0 10px 0;
}

.popup input[type=submit] {
	width: 108px;
	margin-top: 5px;
}

.popup {
	background: #fff;
	color: #202225;
}

.popup h3 {
	margin: 3px 0 10px 0;
}

.onlineorder-form {
	max-width: 500px;
	width: 80%;
	min-height: 520px;
	padding: 30px 50px;
}

.popup textarea {
	box-sizing: border-box;
	width: 100%;
	height: 136px;
	margin-bottom: 13px;
}

.popup label {
	display: block;
	margin: 0 0 24px 0;
	font-size: 12px;
}

/*~~~~~~~~~~~~ crumbs */
.crumbs-block-wrap {
	background: url(/images/crumbs2.png) no-repeat center 0 #213f6c;
	padding: 30px 0;
	margin-bottom: 20px;
}
.crumbs-block {
	margin-bottom: 0;
}
.crumbs-block li {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
}

.crumbs-block a, .crumbs-block div {
	position: relative;
	display: block;
	height: 24px;
	padding: 0 7px;
	margin: 0 0 0 8px;
	background: #254c7f !important;
	border-top: #0596e8 1px solid;
	border-bottom: #0596e8 1px solid;
	line-height: 24px;
	color: #fff;
	white-space: nowrap;
	z-index: 10;
}

.crumbs-block div {
	color: #a7b3c0;
	border-color: #768da7;
	z-index: 9;
}

.crumbs-block a:after, .crumbs-block div:after, .crumbs-block a:before, .crumbs-block div:before {
	content: "";
	position: absolute;
	top: -1px;
	width: 8px;
	height: 26px;
	background: url(images/crumbs-ico.png) no-repeat;
}

.crumbs-block a:before {
	background-position: 0 -26px;
	left: -8px;
}

.crumbs-block a:after {
	background-position: 0 0;
	right: -8px;
}

.crumbs-block div:before {
	background-position: 0 -130px;
	left: -8px;
}

.crumbs-block div:after {
	background-position: 0 -104px;
	right: -8px;
}

.crumbs-block a:hover {
	z-index: 12;
	border-color: #f5ab0c;
}

.crumbs-block a:hover:after {
	background-position: 0 -52px;
}

.crumbs-block a:hover:before {
	background-position: 0 -78px;
}

/*~~~~~~~~~~~~  border-block */
.border-block {
	position: relative;
	margin: 0 0 30px 0;
	padding: 2px 18px;
	border: #e5e5e5 1px solid;
}

/*~~~~~~~~~~~~  catalog-docs */
ul.catalog-docs {
	margin: 0 -30px;
}

ul.catalog-docs li {
	position: relative;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 340px;
	margin: 20px 0 0 30px;
	padding: 0 0 0 90px;
	min-height: 130px;
	color: #303237;
	font-size: 12px;
	line-height: 18px;
}

ul.catalog-docs li.dbl-width {
	width: auto;
	margin-right: 200px;
}

ul.catalog-docs li img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 68px;
	height: 98px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.catalog-info {
	color: #aaacb1;
	display: block;
	margin: 2px 0 8px 0;
}

.catalog-body {
	position: relative;
	overflow: hidden;
	max-height: 90px;
}

.catalog-body:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 35px;
	background: url(images/over-text.png) repeat-x 0 0;
}

.catalog-link {
	font: 400 18px/18px 'Roboto Condensed', sans-serif;
}

.label-adv {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font: 400 12px/29px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.label-red {
	float: left;
	clear: both;
	display: block;
	padding: 0 10px;
	background: #d32a42;
}

.label-blue {
	float: left;
	clear: both;
	display: block;
	padding: 0 10px;
	background: #0868ca;
}

/*~~~~~~~~~~~~ catalog-details-item */
.catalog-details {
	margin: 0 -15px 0 -5px;
}

.catalog-details-item {
	position: relative;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 276px;
	padding: 0 5px 18px 28px;
	height: 254px;
	margin: 0 7px 30px 0;
	background: url(images/detail-catalog.png) no-repeat 0 0;
}

.catalog-details-item-lite {
	position: relative;
	border: gray 1px solid;
	padding-bottom: 10px;
	box-sizing: border-box;
	height: 100%;
}
.catalog-details-item-lite img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.smenu {
	display: none;
}
@media (min-width: 800px) {
	.catalog-details-item-lite:hover .smenu {
		display: block;
	}
}

a.catalog-details-link {
	display: block;
	position: relative;
	margin: 0 0 8px 0;
	background: none !important;
}

.catalog-details-img {
	position: relative;
	overflow: hidden;
	left: -23px;
	width: 299px;
	height: 168px;
	margin: 0 0 14px 0;
}

.catalog-details-name {
	color: #fff;
	font: 400 18px/18px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	background: url(images/blue-over.png) repeat-x 0 bottom;
}

a:hover .catalog-details-name {
	color: #a7b5c3;
}

.catalog-details-name-lite {
	color: #0868cd;
	font: 700 18px/18px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
	display: block;
}

a:hover .catalog-details-name-lite {
	color: #db2a42;
}

a.catalog-details-link.fancybox .catalog-details-name {
	background-image: url(images/fancybox-large.png);
}

.catalog-details-item .price-orange {
	color: #fff;
}

/*~~~~~~~~~~~~ Left page */
.content-left {
	float: left;
	width: 820px;
	margin-bottom: 40px;
	min-height: 10px;
}

.content-left .border-block {
	padding: 0 25px;
	position: relative;
	min-height: 10px;
}

.content-right {
	float: right;
	width: 222px;
	margin-bottom: 50px;
}

.single-main-image {
	position: relative;
	height: 305px;
	overflow-x: hidden;
}

.inner-page-block .single-main-image {
	margin: -29px -21px;
}

.single-main-image img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}

.single-decorated {
	position: relative;
	background: #fff;
	padding: 24px 24px 6px 24px;
	min-height: 4px;
}

.txt-large {
	font: 400 18px/26px 'Roboto Condensed', sans-serif;
}

/*~~~~~~~~~~~~ works */
.our-works-block {
	margin:;
}

.single-decorated .our-works-block {
	margin: 0 -25px;
}

.works {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 645px;
	white-space: nowrap;
	margin: 0 0 24px 0 !important;
	height: 80px;
}

.works a {
	background: none;
	display: block;
	width: 90px;
	height: 60px;
	overflow: hidden;
}

.works a img {
	max-width: none;
	min-width: 90px;
	min-height: 60px;
}

.works ul {
}

.works ul li {
	margin: 18px 0 0 7px;
	height: 60px;
	width: 90px;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
}

.works ul li:first-child {
	margin-left: 0;
}

/*~~~~~~~~~~~~ FAQ */

/* faq */
.faq-wrap {
	margin-bottom: 35px;
}

.faq-i {
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	border: 1px solid #ddd;
}

.faq-q {
	font-weight: bold;
	padding: 6px 40px 6px 15px;
	position: relative;
	cursor: pointer;
}

.faq-q:before {
	content: '+';
	color: #213F6C;
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	width: 32px;
	border: 2px solid #213F6C;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-a {
	display: none;
	border-top: 1px solid #ddd;
	padding: 15px;
}

.faq-a p:last-child {
	margin-bottom: 0;
}

.faq-i.active .faq-q:before {
	background: #213F6C;
	content: '–';
	color: #fff;
}

.faq-i.active .faq-q, .faq-i.active .faq-a {
	background-color: #F1F5F9;
}

/*~~~~~~~~~~~~ reviews */
.review-slider {
	margin-top: 25px;
}

.review-slider .owl-nav button.owl-prev, .review-slider .owl-nav button.owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	top: 50px;
	left: -40px;
	background-image: -webkit-linear-gradient(#7E828B, #A3A6AC);
	background-image: -o-linear-gradient(#7E828B, #A3A6AC);
	background-image: linear-gradient(#7E828B, #A3A6AC);
}

.review-slider .owl-nav button.owl-next {
	left: auto;
	right: -40px;
}

.review-slider .owl-nav button.disabled {
	opacity: .4;
}

.review-slider .owl-dots {
	text-align: center;
}

.review-slider button.owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 9999px;
	background: #A3A6AC;
}

.review-slider button.owl-dot.active {
	background: #F5AB0C;
}

.review-slider p:last-child {
	margin-bottom: 0;
}

.reviw-img {
	float: left;
	width: 224px;
	margin: 0 15px 10px 0;
}
@media (max-width: 570px) {
	.reviw-img {
		float: none;
	}
}
.review-desc {
	font-size: 12px;
	line-height: 1.4;
}
.review-name {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

/*~~~~~~~~~~~~ grey block */
.grey-block-with-corner {
	padding: 19px 0 15px 0;
	margin: 0 0 14px 0;
	background: #ededed url(images/corner.png) no-repeat right bottom;
}

.side-menu {
}

.side-menu ul {
}

.side-menu > ul > li {
	margin: 7px 18px;
}

.side-menu ul li ul {
	margin: 0 0 10px 12px;
}

.side-menu ul li ul li {
	line-height: 18px;
	margin: 5px 0;
}

.side-menu > ul > li > a {
	font: 700 18px/20px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.side-menu > ul > li > a.active {
	position: relative;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	margin: 0 0 0 -18px;
	padding-left: 13px;
	border-left: #f5ab0c 5px solid;
	background: none !important;
	color: #7d8089;
	cursor: default;
}

.side-menu ul li ul li a.active {
	color: #7d8089;
	background: none !important;
}

a.ico-dbl {
	display: block;
	overflow: hidden;
	padding: 4px 10px 4px 14px;
	min-height: 37px;
	margin-bottom: 8px;
	border: #e5e5e5 1px solid;
	background: none !important;
	white-space: nowrap;
	line-height: 17px;
}

a.ico-dbl:before {
	content: "";
	position: relative;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	height: 26px;
	width: 21px;
	margin: 0 11px 0 0;
}

a.ico-dbl.ico-photo:before {
	background: url(images/ico-photo.png) no-repeat 0 0;
}

a.ico-dbl.ico-price:before {
	background: url(images/ico-price.png) no-repeat 0 0;
}

a.ico-dbl.ico-calc:before {
	background: url(images/ico-calc.png) no-repeat 0 0;
	height: 27px;
}

a.ico-dbl.ico-photo:hover:before, a.ico-dbl.ico-price:hover:before, a.ico-dbl.ico-calc:hover:before {
	background-position: -21px 0;
}

a.ico-dbl .text-align {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	white-space: normal;
	width: 140px;
}

a.ico-dbl .text-link {
	background: url(images/link-bg.png) repeat-x 0 bottom;
}

a.ico-dbl:hover .text-link {
	background-image: url(images/link-bg-hover.png);
}

/*~~~~~~~~~~~~ construction-item */
.construction-types {
	margin: 24px -40px 0 0;
}

.construction-item-image, .construction-item-text {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 200px;
	margin-right: 30px;
}

.construction-item-text {
	vertical-align: top;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 20px;
	color: #303237;
}

.grey-fs12 {
	color: #7d8089;
	font-size: 12px;
	line-height: 20px;
}

/*~~~~~~~~~~~~ construction-item */
.content-left .border-block.color-block {
	padding: 24px 22px;
}

.color-item {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	margin: 40px 10px 40px 0;
	width: 150px;
	color: #303237;
	font-size: 12px;
	line-height: 18px;
}

.color-item-image {
	display: block;
	width: 70px;
	height: 115px;
	margin: 0 0 10px 0;
}

/*~~~~~~~~~~~~ variant-items */
.variant-item {
	position: relative;
	border: #e5e5e5 1px solid;
	padding: 27px 30px 28px 238px;
	min-height: 137px;
	margin-bottom: 20px;
	line-height: 22px;
}

.variant-item p {
	margin: 10px 0;
}

a.variant-item-img {
	position: absolute;
	left: 10px;
	top: 39px;
	width: 215px;
	background: none !important;
}

a.variant-item-img img {
	display: block;
	margin: 0 auto;
	max-height: 137px;
}

a.variant-item-name {
	font: 700 18px/20px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

a.price-link {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	height: 25px;
	padding: 0 10px 0 34px;
	border: #e5e5e5 2px solid;
	background: url(images/price-small.png) no-repeat 10px 4px;
	font: 700 16px/25px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #999999;
}

a.price-link:hover {
	background: url(images/price-small.png) no-repeat 10px -39px;
	color: #d32a42;
}

.variant-item-announce {
	position: relative;
	overflow: hidden;
	max-height: 110px;
}

.variant-item-announce:after {
	content: "";
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	height: 45px;
	background: url(images/over-text.png) repeat-x 0 0;
}

/*~~~~~~~~~~~~ about */
.inner-page-block {
	padding: 28px 20px;
	margin-bottom: 30px;
	border: #eaeaea 1px solid;
}

.inner-page-block h3 {
	text-transform: none;
	color: inherit;
	font: 400 24px/1em 'Roboto Condensed', sans-serif;
}

.fs12_italic {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.left-column {
	float: left;
	width: 365px;
}

.right-column {
	float: right;
	width: 260px;
}

.promo-banner {
	border: #e5e5e5 2px solid;
	padding: 11px;
	margin: 0 0 18px 0;
}

.promo-banner h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
}

.promo-banner .featured-item-content {
	max-height: 75px;
}

.promo-banner .featured-item-content:after {
	top: 35px;
}

/*~~~~~~~~~~~~ single assesories */
.preview-block {
	float: left;
	width: 56%;
	margin-right: 4%;
}

.preview-preview {
	overflow: hidden;
	position: relative;
	/*height: 300px;*/
	margin: 0 0 20px 0;
	text-align: center;
	white-space: nowrap;
}

.preview-preview span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.preview-preview span:after {
	content: "";
	width: 1px;
	height: 235px;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
}

.preview-preview img {
	vertical-align: middle;
	margin: auto;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.preview-thumbs {
	margin: 0 1px 50px 0;
}

.preview-thumbs ul {
	/*
	position:relative; 
	overflow:hidden;
	width:100%; white-space: nowrap;
	*/
}

.preview-thumbs ul li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 89px;
	margin: 15px 10px 0 0;
}

.preview-thumbs a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 85px;
	height: 58px;
	background: none;
	border: #fff 2px solid;
	text-align: center;
}

.preview-thumbs a:after {
	content: "";
	width: 1px;
	height: 58px;
	margin: 0 0 0 -1px;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
}

.preview-thumbs .active a, .preview-thumbs a:hover {
	border-color: #e6a200;
}

.preview-thumbs a img {
	vertical-align: middle;
	margin: auto;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.general-info {
	float: right;
	width: 40%;
	font-size: 12px;
	line-height: 20px;
}

.price-large {
	background: #ededed;
	padding: 14px 5px 14px 14px;
	margin: 0 0 29px 0;
}

.fs30_blue {
	color: #2e4569;
	font: 400 30px/1em 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.rub30_grey {
	position: relative;
	overflow: hidden;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: 0;
	width: 15px;
	height: 21px;
	background: url(images/rub30_grey.png) no-repeat 0 0;
	white-space: nowrap;
	text-indent: 100px;
}

a.btn-blue {
	position: relative;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	padding: 7px 14px;
	background: url(images/blue-btn.png) repeat-x 0 0;
	color: #fff;
	line-height: 20px;
}

a.btn-blue:hover {
	background: url(images/blue-btn.png) repeat-x 0 -48px;
}

.preview-preview a.fancybox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: none !important;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
}

.text-gallery-popup {
	/*width: 80%;*/
	max-width: 800px;
	/*padding: 30px 50px;*/
}

/*.text-gallery-popup .preview-preview {
	width: 770px;
	height: 600px;
}

.text-gallery-popup .preview-preview span:after {
	height: 600px;
}*/

.text-gallery-popup h3 {
	margin-bottom: 30px;
}

.preview-sign {
	font-style: italic;
}

/*~~~~~~~~~~~~ tabs */
.tabs {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #cecece 1px solid;
}

.tabs a {
	position: relative;
	padding: 4px 10px;
	border: #cecece 1px solid;

	background: #fff !important;
	font: 700 18px/35px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: -1px;
}

.tabs a.active {
	color: #7d8089;
	border-bottom-color: #fff;
}

.tab-body {
	position: relative;
	display: none;
}

.tab-body.active {
	display: block;
	left: 5px;
}

.tab-body h4 {
	font-weight: 400;
	text-transform: none;
	margin-bottom: 18px;
}

.tab-body ul li {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 4px;
	background: none;
}

/*~~~~~~~~~~~~  featured */
.featured-items {
	position: relative;
	margin: 0 -10px 0 -10px;
}

.featured-items.scroll-pane {
	white-space: nowrap;
	height: 353px;
	overflow: hidden;
	overflow-x: auto;
	padding: 42px 0 0 0;
	margin: 0;
}

.featured-items .jspVerticalBar, .featured-items .jspCorner {
	display: none !important;
}

.featured-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.featured-items .featured-item {
	max-width: 226px;
	width: 22%;
	margin: 0 2% 70px 0;
}
.featured-block .featured-item {
	width: 33%;
}
.show_more-link ~ .featured-items .featured-item {
	width: 26%;
}
.featured-items.scroll-pane .featured-item {
	margin-bottom: 0;
	width: 235px;
	//margin-bottom: 100px;
}

.featured-items.scroll-pane .firts {
	margin-left: 0;
}

a.featured-item-img {
	display: block;
	overflow: hidden;
	position: relative;
	height: 160px;
	margin: 0 0 10px 0;
	background: none;
	white-space: nowrap;
	text-align: left;
}

a.featured-item-img-right {
	display: block;
	overflow: hidden;
	position: relative;
	height: 120px;
	width: 183px;
	margin: 0 0 10px 0;
	background: none;
	white-space: nowrap;
	text-align: left;
}

a.featured-item-img img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

a.featured-item-img-small img {
	vertical-align: middle;
	width: 90px;
}

a.featured-item-img:after {
	content: "";
	width: 1px;
	height: 111px;
	margin: 0 -1px;
	display: inline-block;
	vertical-align: middle;
}

.featured-item-link {
	background-image: url('/bitrix/templates/vorota_inner_one_col/images/tpl/link-blue-large.png');
	font: 400 18px/20px 'Roboto Condensed', sans-serif;
}

.featured-item-link:hover {
	background-image: url('/bitrix/templates/vorota_inner_one_col/images/tpl/link-red-large.png');
}

.featured-item-text {
	padding: 4px 0 10px 0;
	color: #303237;
	font-size: 12px;
	line-height: 1.3;
}

.featured-item-text p {
	margin: 0;
}

.price-orange-label {
	display: block;
	padding: 5px 10px;
	background: none !important;
}


.price-orange-lite,
.price-orange {
	border: 2px solid #e6a200;
	border-width: 2px 2px 2px 0;
	padding: 1px 8px;
	margin: -5px 20px 0;
	position: relative;
	/*display: block;*/
	display: inline-block;
	color: #000000;
	font: 700 18px/1.2 'Roboto Condensed', sans-serif;
}
.price-orange-lite:after,
.price-orange:after {
	content: '';
	width: 16px;
	position: absolute;
	left: -15px;
	top: -2px;
	bottom: -2px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='63px'%3E%3Cpath fill-rule='evenodd' fill='rgb(230, 162, 0)' d='M24.011,61.356 L21.434,63.001 L0.989,31.644 L1.220,31.497 L0.740,31.187 L20.740,0.187 L23.260,1.813 L4.325,31.163 L24.011,61.356 Z'/%3E%3C/svg%3E") no-repeat right center;
	-webkit-background-size: 16px 100%;
	background-size: 16px 100%;
}

.rub18_grey, .rub18_blue, .rub18_red {
	display: inline-block;
	vertical-align: 0;
	position: relative;
	overflow: hidden;
	width: 10px;
	height: 13px;
	text-indent: 100px;
	white-space: nowrap;
	margin: 0px;
	background: url('/bitrix/templates/vorota_inner_one_col/images/tpl/rub.png') no-repeat 0 0;
}

.rub18_blue {
	background-image: url('/bitrix/templates/vorota_inner_one_col/images/tpl/rub18_blue.png');
}

.rub18_red, a:hover .rub18_blue {
	background-image: url('/bitrix/templates/vorota_inner_one_col/images/tpl/rub18_red.png');
}

.discount_64
{   position: fixed; /* Фиксированное положение */
    right: 40px; /* Расстояние от правого края окна браузера */
    bottom: 340px; /* Расстояние сверху */
    background-image: url(/images/discount_64.png); /* Цвет фона */ 
    height: 64px;
    width: 64px;
}

.basket_64
{   position: fixed; /* Фиксированное положение */
    right: 40px; /* Расстояние от правого края окна браузера */
    bottom: 240px; /* Расстояние сверху */
    background-image: url(/images/basket_64.png); /* Цвет фона */ 
    height: 64px;
    width: 64px;
}

.call_64
{   position: fixed; /* Фиксированное положение */
    right: 40px; /* Расстояние от правого края окна браузера */
    bottom: 140px; /* Расстояние сверху */
    background-image: url(/images/call_64.png); /* Цвет фона */ 
    height: 64px;
    width: 64px;
}

.order_64
{   position: fixed; /* Фиксированное положение */
    right: 40px; /* Расстояние от правого края окна браузера */
    bottom: 40px; /* Расстояние сверху */
    background-image: url(/images/order_64.png); /* Цвет фона */ 
    height: 64px;
    width: 64px;
}

.inline_store{
display: inline;
font: 400 15px/1 'Roboto Condensed', sans-serif;
white-space: nowrap;
}

.inline_store_small{
display: inline;
font: 400 18px/1em 'Roboto Condensed', sans-serif;
}

.price-orange .basket_img{
  position: absolute;
  right: -44px;
  top: -10px;
  cursor: pointer;
}

.price-new .basket_img{
  position: absolute;
  right: -46px;
  top: -10px;
  cursor: pointer;
}

.featured-item-content {
	position: relative;
	overflow: hidden;
	/*height: 100px;*/
	margin: 0 0 6px 0;
}

/*.featured-item-content:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 45px;
	left: 0;
	top: 70px;
	background: url('/bitrix/templates/vorota_inner_one_col/images/tpl/over-text.png') repeat-x 0 0;
}*/

/*~~~~~~~~~~~~ hor slider navi */
.hor-sliding{
		white-space:nowrap; overflow:hidden; margin:20px 0 50px 0; position:relative;
    height: 370px;
  }
.hor-sliding .featured-item{margin:0 12px 0 12px; width:210px;}


a.slider-prev, a.slider-next{
	position:absolute; margin-top:50px;
	width:30px; height:29px;
	background:url(/bitrix/templates/vorota_inner_one_col/images/tpl/sm-navi.png) no-repeat 0 0;
	z-index:50;}
a.slider-prev{left:0;}
a.slider-next{right:0;background-position:-38px 0;}
a.slider-prev:hover{background-position:0 -42px;}
a.slider-next:hover{background-position:-38px -42px;}

/*~~~~~~~~~~~~  bottom shadow */
.bott-shadow {
	position: relative;
	padding: 0 21px 55px 21px;
	margin: 0 -21px -30px -21px;
	width: 940px;
	background: url('/bitrix/templates/vorota_inner_one_col/images/tpl/full-shadow.png') no-repeat 0 bottom;
}

.wave-bg {
	position: relative;
	padding: 8px;
	background: url('/bitrix/templates/vorota_inner_one_col/images/tpl/wave-bg.png') repeat;
}

.blue-bg {
	background: #3f6a9d;
	color: #fff;
	padding: 22px 10px 22px 25px;
}

.blue-bg h3 {
	margin: 0 0 6px 0;
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
}

.blue-bg a {
	color: #fff;
	text-decoration: underline;
	background: none !important;
}

.blue-bg a:hover {
	text-decoration: none;
}

.col-425 {
	float: left;
	width: 425px;
}

.col-480 {
	float: left;
	width: 480px;
}

.col-440 {
	float: right;
	width: 440px;
}

.col-350 {
	float: right;
	width: 350px;
}

.benefits-item {
	padding: 10px 10px 0 16px;
	height: 49px;
	width: 188px;
	margin: 0 0 11px 0;
	background: #fff url('/bitrix/templates/vorota_inner_one_col/images/tpl/white-blue-arrow.png') no-repeat 0 11px;
	color: #2a4061;
	font: 700 18px/20px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}

.white-block {
	padding: 14px 20px 2px 16px;
	background: #fff url('/bitrix/templates/vorota_inner_one_col/images/tpl/white-blue-arrow.png') no-repeat 0 11px;
	color: #303237;
	font: 12px/20px Arial, Helvetica, sans-serif;
}


/* #Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	background: #284D79 url(images/footerbg.jpg) repeat-x top center;
	padding-top: 20px;
	color: #fff;
}

.footer-bottom {
	color: #fff;
	padding: 12px 0;
	background: #1a3960;
	overflow: hidden;
	font: 13px 'Roboto Condensed';
}

#footer a {
	background: none;
	color: #ffa800;
}

.footer-menu {
	margin-bottom: 50px;
}

.footer-menu li {
	background: none;
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
}

#footer .footer-menu li a {
	color: #fff;
	font-size: 15px;
	background: none;
	font-family: 'Roboto Condensed';
}

.footer-info {
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 30px;
}

.footer-phone {
	font: bold 24px 'Roboto Condensed';
}

.footer-callback {
	margin-bottom: 20px;
}

.footer-callback a {
	text-decoration: none;
	border-bottom: 1px dotted #ffa800;
	font-size: 13px;
}

.footer-autor {
	float: right;
}

.footer-autor a {
	text-decoration: underline;
}

.lightbox1 {
	display: none;
}

.lightbox1 + label {

	/* надпись "образец" */
	border-bottom: 1px dashed;
	cursor: zoom-in;
}

.lightbox1 + label + * {

	/* коробка */
	visibility: hidden;
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 100vh;
}

.lightbox1:checked + label + * {
	visibility: visible;
}

.lightbox1 + label + * > * {

	/* position: absolute; как-то странно себя ведёт в родителе с position: fixed;, поэтому была задействована ещё одна обёртка */
	position: relative;
}

.lightbox1 + label + * > * >:first-child {

	/* кликабельный фон */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: zoom-out;
}

.lightbox1 + label + * > * >:last-child {

	/* блок с окном */
	position: relative;
	display: inline-block;
	max-width: calc(100% - (8px + 2px)*2);
	margin: 8px;
	border: 2px solid rgb(51, 103, 153);
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .2);
	background: #808080;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	width: 800px;
	z-index: 99999;
}

.lightbox1 + label + * > * >:last-child >:first-child {

	/* заголовок */
	position: relative;
	padding: .5em 4em .5em .5em;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	color: #fff;
	background: linear-gradient(#669acc 50%, #5589bb 50%);
}

.lightbox1 + label + * > * >:last-child >:first-child label {

	/* крестик "закрыть" */
	position: absolute;
	top: calc(.5em - 2px);
	right: calc(.5em - 2px);
	font-weight: 600;
	cursor: pointer;
}

.lightbox1 + label + * > * >:last-child >:last-child {

	/* поле после заголовка */
	padding: .5em;
}

.lightbox1 + label + * > * >:last-child >:last-child label {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.lightbox1 + label + * label > button {
	position: relative;
	z-index: -1;
}

.p {
	text-indent: 20px !important; /* Отступ первой строки в пикселах */
	text-align: justify !important;
}

a.wa-widget {
	color: #fff;
	text-decoration: none;
	/*font-size: 1rem;*/
	line-height: 1.5;
	position: fixed;
	display: block;
	left: 0;
	bottom: 0;
	padding: 12px 15px 12px 80px;
	border-radius: 0 25px 0 0;
	background: #439457 url(images/wa-ico.png) no-repeat 20px center;
	background-size: 42px 42px;
	max-width: 200px;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	transition: all .5s ease;
}
a.wa-widget:hover {
	padding: 16px 15px 16px 80px;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	background-color: #00B147;
}