

/* Start:/bitrix/templates/main_eng_test/components/bitrix/menu/mobile_top/style.css?17267424303774*/
.mobile_top {
  /*opacity: 0;*/
  transition: 0.3s ease;
}
.mobile_top.opened {
  opacity: 1;
  visibility: visible !important;
  position: fixed;
  top: 0px;
  overflow: auto;
  left: 0px;
  width: 100%;
  /* max-width: max-content; */
  height: 100%;
  /* height: 100vh; */
  background: rgba(255, 255, 255, 0.5);
  z-index: 999;
  display: flex !important;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  /* background: #0c4da2; */
  display: flex;
  align-items: flex-start;
}
.mobile_top.opened ul.left-menu {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}
.mobile_top.opened ul.left-menu li {
  background: transparent;
  list-style: none;
  padding: 0px;
  text-align: center;
  font-size: 16px;
}
.mobile_top.opened ul.left-menu li:before {
  display: none;
}
.mobile_top.opened ul.left-menu li a {
  color: #0c4da2 !important;
  font-weight: bold;
}

.openmobmenu {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 5;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 0px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg data-name='Layer 2' id='Layer_2'%3E%3Cpath d='M28,10H4A1,1,0,0,1,4,8H28a1,1,0,0,1,0,2Z'/%3E%3Cpath d='M28,17H4a1,1,0,0,1,0-2H28a1,1,0,0,1,0,2Z'/%3E%3Cpath d='M28,24H4a1,1,0,0,1,0-2H28a1,1,0,0,1,0,2Z'/%3E%3C/g%3E%3Cg id='frame'%3E%3Crect class='cls-1' height='32' width='32'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  opacity: 0.2;
}
.closemobmenu {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.ng-scope.opened_mobile {overflow: hidden;}
@media(max-width:768px){
	.openmobmenu {
		display: block;
	}

  .mobile_top.hidden {
    transform: translateX(100%);
  }
  .mobile_top.opened {
    transform: translateX(0%);
  }
  .mobile_top, .mobile_top.hidden {
    visibility: visible !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .mobile_top.opened ul.left-menu li a {
    color: #fff !important;
  }
  .mobile_top.opened ul.left-menu {
    height: auto;
    /* height: 100%; */
    min-height: max-content;
    background: #0c4da2;
    width: 80%;
    padding: 30px;
    padding-top: 100px;
    position: relative;
  }
  .mobile_top {
    justify-content: flex-end !important;
    /* display: flex; */
    /* align-items: flex-start; */
  }
  .mobile_top.opened ul.left-menu li {
    text-align: left;
    margin-bottom: 15px;
    z-index: 2;
  }
.mobile_top.opened ul.left-menu:after {
    left: 0px;
    height: 100vh;
    content: "";
    width: 100%;
    top: 0px;
    background: #0c4da2;
    position: absolute;
    z-index: -1px !important;
}
  .mobile_top.opened ul.left-menu li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
  }
  .closemobmenu {
    filter: invert();
  }
}
/* End */


/* Start:/bitrix/templates/main_eng_test/components/bitrix/search.titles/new1/style.css?17509424744445*/
.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main_eng_test/components/bitrix/search.titles/new1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}

.bx_searche .bx_price {
	width: max-content;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.bx_searche .bx_item_element a {
	float: left;
}

/*
div.title-search-result {
	position: unset !important; 
	width: auto !important;
}
*/

/*
div.title-search-result {
	left: auto !important;
	right: 175px !important;
	margin-top: 0px !important;
	top: auto !important;
	width: auto !important;
}
*/

/* End */


/* Start:/bitrix/templates/.default/components/adl/main.feedback/order/style.css?1678692668181*/
#popup_order .form-control[disabled],
#popup_order .form-control[readonly],
#popup_order fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ffffff;
}
/* End */


/* Start:/bitrix/templates/main_eng_test/styles.css?174920018852910*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700,800&subset=latin,cyrillic";
/*
* From http://www.copypastecode.com/191178/
* And http://heygrady.com/blog/2011/08/06/recreating-photoshop-drop-shadows-in-css3-and-compass/
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} 
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.print {
  display: none;
}
.page-break {
  display: none;
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .print {
    display: inherit !important;
  }
  .no-print {
    display: none !important;
  }
  .box-product-info .product-slider .carousel-inner .item .product-badges .badge {
    background-color: #888 !important;
    color: #fff !important;
    padding-left: 10px;
  }
  .elem-feedback-fixed {
    display: none !important;
  }
  .page-break {
    display: block;
    page-break-after: always;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5b5b5b;
  background-color: #ffffff;
}
body .layout {
  overflow: hidden;
  position: relative;
}
@media print {
  body {
    min-width: 1000px;
  }
  body .layout {
    min-width: 1000px;
  }
}

@media (max-width: 1000px) {
  body .layout {
    /*min-width: 1000px;*/
  }
}
body .background {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
body.inner .background::before,
body.inner .background::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
body.inner .background::after {
  background: #ffffff url('/bitrix/templates/main_eng_test/img/d/inner-bg-01.png') no-repeat scroll center;
  height: 515px;
  left: 100%;
  margin: 160px 0 0 50px;
  width: 336px;
}
body.inner .background::before {
  background: #ffffff url('/bitrix/templates/main_eng_test/img/d/inner-bg-02.png') no-repeat scroll center;
  height: 495px;
  margin: 45px 50px 0 0;
  right: 100%;
  width: 336px;
}
body.not-found {
  background: #ffffff url('/bitrix/templates/main_eng_test/img/d/not-found-bg.png') 50% 42px no-repeat;
}
body.not-found .background {
  display: none;
}
body .background-tabs {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
body .background-tabs::before,
body .background-tabs::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
body .background-tabs::before {
  background: #ffffff url('/bitrix/templates/main_eng_test/img/d/inner-bg-03.png') no-repeat scroll center;
  height: 137px;
  right: 100%;
  margin: -102px -188px 0 0px;
  width: 540px;
}
body .background-tabs::after {
  background: #ffffff url('/bitrix/templates/main_eng_test/img/d/inner-bg-04.png') no-repeat scroll center;
  height: 251px;
  margin: -94px 0px 0 -374px;
  left: 100%;
  width: 775px;
}
@media print {
  body .background-tabs + .col-3 {
    display: none;
  }
}
body .background-projects {
  position: relative;
}
body .background-projects:before {
  content: '';
  position: absolute;
  background: transparent url('/bitrix/templates/main_eng_test/img/d/about-bg-01.png') 0 0 no-repeat;
  width: 676px;
  height: 402px;
  left: -676px;
  margin-top: -402px;
}
body .background-projects:after {
  content: '';
  position: absolute;
  background: transparent url('/bitrix/templates/main_eng_test/img/d/about-bg-02.png') 0 0 no-repeat;
  width: 476px;
  height: 417px;
  right: -430px;
  margin-top: -409px;
}
body .overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0c4da2;
  text-decoration: underline;
  outline: none;
  /*&:not([href^="#"]) {
        &:visited,
        &.visited {
            color: @link-visited-color;
        }
    }*/
}
a:hover,
a.hover,
a:focus {
  color: #0c4da2;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.2;
  margin-bottom: 1.2;
  border: 0;
  border-top: 2px solid #b4babe;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.no-marg-bot {
  margin-bottom: 0;
}
.ng-replaceable {
  display: none;
}
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://grids.herokuapp.com/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*.row {
  margin-left: -1%;
  margin-right: -1%;
}*/
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
/*.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-7-5,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,*/
.col-13,
.col-14,
.col-15 {
  display: inline;
  /*float: left;*/
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* Grid >> 15 Columns
----------------------------------------------------------------------------------------------------*/
	.box-footer .col-lg-3 {
	  width: 20.0%;
	}
















/*
@media (min-width: 991px) {
	.col-1, .col-lg-1 {
	  width: 4.667%;
	}
	.col-2, .col-lg-2 {
	  width: 11.333%;
	}
	.col-3, .col-lg-3 {
	  width: 18.0%;
	}
	.box-footer .col-lg-3 {
	  width: 20.0%;
	}
	.col-4, .col-lg-4 {
	  width: 24.667%;
	}
	.col-5, .col-lg-5 {
	  width: 33.333%;
	}
	.col-6 {
	  width: 38.0%;
	}
	.col-7, .col-lg-7 {
	  width: 44.667%;
	}
	.col-7-5 {
	  width: 48%;
	}
	.col-8, .col-lg-8 {
	  width: 51.333%;
	}
	.col-9, .col-lg-9 {
	  width: 58.0%;
	}
	.col-10, .col-lg-10 {
	  width: 64.667%;
	}
	.col-11, .col-lg-11 {
	  width: 71.333%;
	}
	.col-12, .col-lg-12 {
	  width: 78.0%;
	}
	.col-13, .col-lg-13 {
	  width: 84.667%;
	}
	.col-14, .col-lg-14 {
	  width: 91.333%;
	}
	.col-15, .col-lg-15 {
	  width: 98.0%;
	}
}
*/


/* Prefix Extra Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-prefix-1 {
  padding-left: 6.667%;
}
.col-prefix-2 {
  padding-left: 13.333%;
}
.col-prefix-3 {
  padding-left: 20.0%;
}
.col-prefix-4 {
  padding-left: 26.667%;
}
.col-prefix-5 {
  padding-left: 33.333%;
}
.col-prefix-6 {
  padding-left: 40.0%;
}
.col-prefix-7 {
  padding-left: 46.667%;
}
.col-prefix-8 {
  padding-left: 53.333%;
}
.col-prefix-9 {
  padding-left: 60.0%;
}
.col-prefix-10 {
  padding-left: 66.667%;
}
.col-prefix-11 {
  padding-left: 73.333%;
}
.col-prefix-12 {
  padding-left: 80.0%;
}
.col-prefix-13 {
  padding-left: 86.667%;
}
.col-prefix-14 {
  padding-left: 93.333%;
}
/* Suffix Extra Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-suffix-1 {
  padding-right: 6.667%;
}
.col-suffix-2 {
  padding-right: 13.333%;
}
.col-suffix-3 {
  padding-right: 20.0%;
}
.col-suffix-4 {
  padding-right: 26.667%;
}
.col-suffix-5 {
  padding-right: 33.333%;
}
.col-suffix-6 {
  padding-right: 40.0%;
}
.col-suffix-7 {
  padding-right: 46.667%;
}
.col-suffix-8 {
  padding-right: 53.333%;
}
.col-suffix-9 {
  padding-right: 60.0%;
}
.col-suffix-10 {
  padding-right: 66.667%;
}
.col-suffix-11 {
  padding-right: 73.333%;
}
.col-suffix-12 {
  padding-right: 80.0%;
}
.col-suffix-13 {
  padding-right: 86.667%;
}
.col-suffix-14 {
  padding-right: 93.333%;
}
/* Push Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-push-1 {
  left: 6.667%;
}
.col-push-2 {
  left: 13.333%;
}
.col-push-3 {
  left: 20.0%;
}
.col-push-4 {
  left: 26.667%;
}
.col-push-5 {
  left: 33.333%;
}
.col-push-6 {
  left: 40.0%;
}
.col-push-7 {
  left: 46.667%;
}
.col-push-8 {
  left: 53.333%;
}
.col-push-9 {
  left: 60.0%;
}
.col-push-10 {
  left: 66.667%;
}
.col-push-11 {
  left: 73.333%;
}
.col-push-12 {
  left: 80.0%;
}
.col-push-13 {
  left: 86.667%;
}
.col-push-14 {
  left: 93.333%;
}
/* Pull Space >> 15 Columns
----------------------------------------------------------------------------------------------------*/
.col-pull-1 {
  left: -6.667%;
}
.col-pull-2 {
  left: -13.333%;
}
.col-pull-3 {
  left: -20%;
}
.col-pull-4 {
  left: -26.667%;
}
.col-pull-5 {
  left: -33.333%;
}
.col-pull-6 {
  left: -40%;
}
.col-pull-7 {
  left: -46.667%;
}
.col-pull-8 {
  left: -53.333%;
}
.col-pull-9 {
  left: -60%;
}
.col-pull-10 {
  left: -66.667%;
}
.col-pull-11 {
  left: -73.333%;
}
.col-pull-12 {
  left: -80%;
}
.col-pull-13 {
  left: -86.667%;
}
.col-pull-14 {
  left: -93.333%;
}
h1,
.h1 {
  margin-top: 10px;
  margin-bottom: 37px;
  color: #536168;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 800;
}
h2,
.h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #536168;
  font-size: 25px;
  line-height: 27px;
}
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #536168;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
h4,
.h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #536168;
  line-height: 16px;
}
h5,
.h5 {
  font-size: 12px;
  color: #536168;
  line-height: 14px;
}
h6,
.h6 {
  color: #536168;
  font-size: 11px;
  line-height: 13px;
}
.p,
p {
  margin: 10px 0;
}
small,
.small {
  font-size: 85%;
}
.xsmall {
  font-size: 11px;
}
.normal {
  font-size: 13px;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #3c763d;
}
.text-primary {
  color: #0ca280;
}
.text-warning {
  color: #e5862a;
}
.text-danger {
  color: #ff0000;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 12px;
}
.text-middle {
  font-size: 14px;
}
.text-large {
  font-size: 15px;
}
.text-xlarge {
  font-size: 20px;
}
.align-middle {
  vertical-align: middle;
}
.mt_0 {
  margin-top: 0!important;
}
.mb_0 {
  margin-bottom: 0!important;
}
.mr_0 {
  margin-right: 0!important;
}
.ml_0 {
  margin-left: 0!important;
}
.mt_5 {
  margin-top: 5px!important;
}
.mb_5 {
  margin-bottom: 5px!important;
}
.mr_5 {
  margin-right: 5px!important;
}
.ml_5 {
  margin-left: 5px!important;
}
.mt_10 {
  margin-top: 10px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mr_10 {
  margin-right: 10px!important;
}
.ml_10 {
  margin-left: 10px!important;
}
.mt_15 {
  margin-top: 15px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mr_15 {
  margin-right: 15px!important;
}
.ml_15 {
  margin-left: 15px!important;
}
.mt_20 {
  margin-top: 20px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mr_20 {
  margin-right: 20px!important;
}
.ml_20 {
  margin-left: 20px!important;
}
.mt_25 {
  margin-top: 25px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mr_25 {
  margin-right: 25px!important;
}
.ml_25 {
  margin-left: 25px!important;
}
.mt_30 {
  margin-top: 30px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mr_30 {
  margin-right: 30px!important;
}
.ml_30 {
  margin-left: 30px!important;
}
.mt_35 {
  margin-top: 35px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mr_35 {
  margin-right: 35px!important;
}
.ml_35 {
  margin-left: 35px!important;
}
.mt_40 {
  margin-top: 40px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mr_40 {
  margin-right: 40px!important;
}
.ml_40 {
  margin-left: 40px!important;
}
.mt_45 {
  margin-top: 45px!important;
}
.mb_45 {
  margin-bottom: 45px!important;
}
.mr_45 {
  margin-right: 45px!important;
}
.ml_45 {
  margin-left: 45px!important;
}
.mt_50 {
  margin-top: 50px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
.mr_50 {
  margin-right: 50px!important;
}
.ml_50 {
  margin-left: 50px!important;
}
ol,
ul {
  margin: 13px 0;
  counter-reset: chapter 0;
  padding-left: 25px;
}
ol li,
ul li {
  margin: 5px 0;
  counter-increment: chapter;
  list-style: none;
  position: relative;
}
ol li:before,
ul li:before {
  position: absolute;
  top: 0;
  right: 100%;
  color: #a9b1b3;
  content: '';
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
ul > li:before {
  width: 5px;
  height: 5px;
  margin-right: 12px;
  margin-top: 8px;
  border-radius: 5px;
  background: #a9b1b3;
}
ol > li:before {
  width: 25px;
  content: counter(chapter, decimal) ".";
}
ol > li > ol {
  padding-left: 35px;
  counter-reset: chapterInner 0;
}
ol > li > ol > li {
  counter-increment: chapterInner;
}
ol > li > ol > li:before {
  width: 35px;
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) ".";
}
ol > li > ol > li > ol {
  counter-reset: chapterInnerInner 0;
}
ol > li > ol > li > ol > li {
  counter-increment: chapterInnerInner;
}
ol > li > ol > li > ol > li:before {
  content: counter(chapter, decimal) "." counter(chapterInner, decimal) "." counter(chapterInnerInner, decimal) ".";
  font-weight: bold;
}
.list-unstyled {
  padding-left: 0;
}
.list-unstyled > li:before {
  display: none;
}
.list-inline {
  padding-left: 0;
}
.list-inline > li:before {
  display: none;
}
.list-inline > li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #5b5b5b;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 19px 25px;
  margin: 17px 0;
  background: #d7e6fa;
}
blockquote p {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 1.2;
  font-style: normal;
  line-height: 1.42857143;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2;
  font-size: 21px;
  line-height: inherit;
  color: #5b5b5b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333a49;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 29px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333a49;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a0a5ad;
  border-radius: 0px;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #0c4da2;
}
.form-control:-moz-placeholder {
  color: #8e95a0;
}
.form-control::-moz-placeholder {
  color: #8e95a0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8e95a0;
}
.form-control::-webkit-input-placeholder {
  color: #8e95a0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #6d7b83;
}
textarea.form-control {
  height: auto;
}
textarea.form-control:disabled,
textarea.form-control[disabled="disabled"],
textarea.form-control[disabled=""] {
  background-color: #eee;
}
.form-control.error {
  border-color: #e80000;
}
select.form-control {
  padding: 0 0 0 8px;
}
select.form-control:disabled,
select.form-control[disabled="disabled"],
select.form-control[disabled=""] {
  background-color: #eee;
}
[type="text"].form-control:disabled,
[type="text"].form-control[disabled="disabled"],
[type="text"].form-control[disabled=""] {
  background-color: #eee;
}
.form-group {
  margin-bottom: 12px;
}
.form-group div.has-error {
  margin-top: 1px;
  font: 11px Tahoma, Geneva, Kalimati, sans-serif;
}
.form-group label.error {
  color: #e80000;
  font-size: 11px;
  font-weight: normal;
}
.control-label {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
}
.control-hint {
  font-size: 13px;
  line-height: 12px;
  color: #536068;
  display: inline-block;
}
.radio,
.checkbox {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.15;
}
.radio input,
.checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.radio input:checked + label span:before,
.checkbox input:checked + label span:before {
  content: '';
  background-position: 0 0;
}
label.radio,
label.checkbox,
.radio label,
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
label.radio input,
label.checkbox input,
.radio label input,
.checkbox label input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
label.radio input:checked + span:before,
label.checkbox input:checked + span:before,
.radio label input:checked + span:before,
.checkbox label input:checked + span:before {
  content: '';
  background-position: 0 0;
}
label.radio span:before,
label.checkbox span:before,
.radio label span:before,
.checkbox label span:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background: url('/bitrix/templates/main_eng_test/img/d/inputs.png') 0 100% no-repeat;
}
div.radio,
div.checkbox {
  line-height: 1.3;
}
label.radio.disabled,
label.checkbox.disabled,
.radio.disabled label,
.checkbox.disabled label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.radio label.pull-left,
.checkbox label.pull-left {
  margin-top: 5px;
}
.radio label.pull-left + .form-control,
.checkbox label.pull-left + .form-control {
  width: auto;
}
.radio.shift-left,
.checkbox.shift-left {
  padding-left: 16px;
}
label.radio,
.radio label {
  /*&:hover span:before {
            background-position: 100% 0;
        }*/
}
label.radio span:before,
.radio label span:before {
  background-position: 100% 100%;
}
label.radio input:checked + span:before,
.radio label input:checked + span:before {
  background-position: 100% 0;
}
.checkbox > span:before {
  border-radius: 2px;
}
.checkbox > span:after {
  content: inherit;
  left: 1px;
  top: 1px;
}
.with-info {
  position: relative;
  width: 255px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 14px;
}
.with-info label {
  background-color: #fff;
  z-index: 1;
}
.with-info .info {
  position: absolute;
  text-align: right;
  left: 0;
  top: -2px;
  width: 100%;
  border-bottom: dotted 1px;
}
.with-info .info span {
  display: inline-block;
  vertical-align: bottom;
  background-color: #fff;
  position: relative;
  top: 3px;
}
.radio.no-radio {
  font-size: 13px;
}
.radio.no-radio label {
  cursor: inherit;
}
.radio.no-radio label:hover {
  color: inherit;
}
.radio.no-radio label span:before {
  content: none;
  display: none;
}
.custom-radiocheck {
  display: none;
}
.custom-radiocheck + label {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  font-size: 13px;
}
.custom-radiocheck + label:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url('/bitrix/templates/main_eng_test/img/d/inputs.png');
  background-repeat: no-repeat;
}
.custom-radiocheck + label:hover {
  color: #0c4da2;
}
.custom-radiocheck:disabled + label {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.custom-radiocheck.shift-left + label {
  margin-left: 16px;
}
input[type="checkbox"].custom-radiocheck + label:before {
  background-position: 0 100%;
}
input[type="checkbox"].custom-radiocheck:checked + label:before {
  background-position: 0 0;
}
input[type="radio"].custom-radiocheck + label:before {
  background-position: 100% 100%;
}
input[type="radio"].custom-radiocheck:checked + label:before {
  background-position: 100% 0;
}
.radio_custom {
  display: table;
  overflow: hidden;
}
.radio_custom > label {
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-left: 18px;
  font-size: 13px;
}
.radio_custom > label:first-child {
  display: none;
}
.radio_custom > label:before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url('/bitrix/templates/main_eng_test/img/d/inputs.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.radio_custom > label:hover {
  color: #0c4da2;
}
.radio_custom.checked > label:before {
  background-position: 100% 0;
}
.radio_custom.shift-left {
  padding-left: 16px;
}
/*
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
}
*/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning div.has-error,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #e5862a;
}
.has-warning .form-control {
  border-color: #e5862a;
}
.has-warning .form-control:focus {
  border-color: #c46d18;
}
.has-warning .input-group-addon {
  color: #e5862a;
  border-color: #e5862a;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error div.has-error,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
}
.has-error .form-control:focus {
  border-color: #cc0000;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success div.has-error,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9b9b9b;
}
.form-control-error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 3px;
}
.form-horizontal .control-label {
  text-align: right;
}
.form-horizontal .form-group {
  margin-left: -1%;
  margin-right: -1%;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .help-block {
  font: 11px Tahoma, Geneva, Kalimati, sans-serif;
  margin: 0;
  line-height: 1.3;
  color: #5b5b5b;
}
.ajaxContainer {
  padding-top: 5px;
  font-size: 11px;
  color: #e80000;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px 15px;
  padding-bottom: 10px 15px;
  color: #3c763d;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin: 25px 0;
  font-size: 13px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e1e2e4;
}
.table > thead > tr > th small,
.table > tbody > tr > th small,
.table > tfoot > tr > th small,
.table > thead > tr > td small,
.table > tbody > tr > td small,
.table > tfoot > tr > td small {
  font-weight: normal;
}
.table > thead > tr > th {
  vertical-align: top;
  border-bottom: 2px solid #e1e2e4;
  background-color: #f2f2f2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e1e2e4;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border-top: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-top: 1px solid #e1e2e4;
  border-bottom: 1px solid #e1e2e4;
}
.table-striped {
  background-color: #f2f2f2;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e1e2e4;
}
.table-striped > thead > tr > th,
.table-striped > thead > tr > td {
  border-bottom-width: 2px;
  background-color: #f2f2f2;
}
.table-striped.table-orange {
  background-color: #fff0df;
}
.table-striped.table-orange > tbody > tr:nth-of-type(odd) {
  background-color: #ffe1c3;
}
.table-striped.table-orange > tbody > tr > td {
  border: none;
}
.table-striped.table-orange > thead > tr > th,
.table-striped.table-orange > thead > tr > td {
  border-bottom-width: 0px;
  background-color: #fff0df;
  color: #ac5343;
}
.table-hover > tbody > tr:hover {
  background-color: #ecf3fb;
}
.table-hover.table-striped > tbody > tr:hover:nth-child(odd) > td,
.table-hover.table-striped > tbody > tr:hover:nth-child(odd) > th {
  background-color: #dfe7ef;
}
.table-inputs > thead > tr > th {
  background-color: transparent;
  border-bottom: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}
.table-inputs > thead > tr > th:first-child {
  padding-left: 0;
}
.table-inputs > thead > tr > th:last-child {
  padding-right: 0;
}
.table-inputs > tbody > tr > td {
  border-top: none;
  padding-left: 5px;
  padding-right: 5px;
}
.table-inputs > tbody > tr > td:first-child {
  padding-left: 0;
}
.table-inputs > tbody > tr > td:last-child {
  padding-right: 0;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.hover,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #cccccc;
  border-color: #cccccc;
  opacity: 1;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.hover,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #083673;
  border-color: #083673;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #083673;
  border-color: #083673;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1064d1;
  border-color: #1064d1;
  opacity: 1;
}
.btn-primary .badge {
  color: #0c4da2;
  background-color: #fff;
}
.btn-primary-light {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #6c94c7;
  border-color: #6c94c7;
}
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-primary-light:active,
.btn-primary-light.hover,
.open .dropdown-toggle.btn-primary-light {
  color: #ffffff;
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary-light:active,
.btn-primary-light.active,
.open .dropdown-toggle.btn-primary-light {
  background-color: #0c4da2;
  border-color: #0c4da2;
}
.btn-primary-light.disabled,
.btn-primary-light[disabled],
fieldset[disabled] .btn-primary-light,
.btn-primary-light.disabled:hover,
.btn-primary-light[disabled]:hover,
fieldset[disabled] .btn-primary-light:hover,
.btn-primary-light.disabled:focus,
.btn-primary-light[disabled]:focus,
fieldset[disabled] .btn-primary-light:focus,
.btn-primary-light.disabled:active,
.btn-primary-light[disabled]:active,
fieldset[disabled] .btn-primary-light:active,
.btn-primary-light.disabled.active,
.btn-primary-light[disabled].active,
fieldset[disabled] .btn-primary-light.active {
  background-color: #d7e6fa;
  border-color: #d7e6fa;
  opacity: 1;
}
.btn-primary-light .badge {
  color: #6c94c7;
  background-color: #fff;
}
.btn-primary-green {
  color: #ffffff;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green:hover,
.btn-primary-green:focus,
.btn-primary-green:active,
.btn-primary-green.hover,
.open .dropdown-toggle.btn-primary-green {
  color: #ffffff;
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green:active,
.btn-primary-green.active,
.open .dropdown-toggle.btn-primary-green {
  background-color: #0ca280;
  border-color: #0ca280;
}
.btn-primary-green.disabled,
.btn-primary-green[disabled],
fieldset[disabled] .btn-primary-green,
.btn-primary-green.disabled:hover,
.btn-primary-green[disabled]:hover,
fieldset[disabled] .btn-primary-green:hover,
.btn-primary-green.disabled:focus,
.btn-primary-green[disabled]:focus,
fieldset[disabled] .btn-primary-green:focus,
.btn-primary-green.disabled:active,
.btn-primary-green[disabled]:active,
fieldset[disabled] .btn-primary-green:active,
.btn-primary-green.disabled.active,
.btn-primary-green[disabled].active,
fieldset[disabled] .btn-primary-green.active {
  background-color: #0ca280;
  border-color: #0ca280;
  opacity: 1;
}
.btn-primary-green .badge {
  color: #0ca280;
  background-color: #fff;
}
.btn-primary-green span {
  display: inline-block;
  text-decoration: underline;
}
.btn-primary-green:hover span {
  text-decoration: none;
}
.btn-link {
  color: #0c4da2;
  font-weight: normal;
  border-radius: 0;
  text-decoration: underline;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c4da2;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.pseudolink {
  color: #0c4da2;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  border: none;
  line-height: 1;
  border-bottom: 1px dashed;
}
.pseudolink:hover,
.pseudolink:focus {
  color: #0c4da2;
}
.pseudolink.text {
  color: #5b5b5b;
}
.pseudolink.text:hover,
.pseudolink.text:focus {
  color: #0c4da2;
}
.pseudolink.light {
  color: #bcceea;
  cursor: default;
}
.pseudolink:hover,
.pseudolink.hover,
.pseudolink:focus {
  text-decoration: none;
  border-bottom: 0;
}
.affix {
  position: fixed;
}
.inl {
  display: inline-block;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.invertUnderline {
  text-decoration: none;
}
.invertUnderline:hover,
.invertUnderline:focus {
  text-decoration: underline;
}
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.upp {
  text-transform: uppercase;
}
.icon-reset {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
}
.abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.backdrop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.reset-indent {
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.image-hover img {
  display: none;
}
.image-hover img:first-child {
  display: block;
}
.image-hover:hover img {
  display: block;
}
.image-hover:hover img:first-child {
  display: none;
}
.rur {
  font-family: "Rubl Sign", "Open Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.rur span {
  width: .45em;
  height: 1em;
  margin: 0.075em 0 0 -10%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rur span:before {
  content: '\2013';
}
.bg-lblue {
  background-color: #d7e6fa;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.mt_5 {
  margin-top: 5px;
}
.mt_10 {
  margin-top: 10px;
}
.mt_15 {
  margin-top: 15px;
}
.mt_20 {
  margin-top: 20px;
}
.mt_40 {
  margin-top: 40px;
}
.fs14 {
  font-size: 14px;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-yeoman"></i>
```
*/
[class*="icon-"] {
  display: inline-block;
}
.icon-adv {
  width: 26px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -42px -103px no-repeat;
  content: '';
}
.icon-alert {
  width: 21px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px 0px no-repeat;
  content: '';
}
.icon-arrow-next {
  width: 10px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -19px no-repeat;
  content: '';
}
.icon-arrow-prev {
  width: 10px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px 0px no-repeat;
  content: '';
}
.icon-arrow-right {
  width: 9px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -86px no-repeat;
  content: '';
}
.icon-badge-new {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -32px -124px no-repeat;
  content: '';
}
.icon-badge-percent {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -64px -124px no-repeat;
  content: '';
}
.icon-badge-top {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -146px 0px no-repeat;
  content: '';
}
.icon-basket-refresh {
  width: 20px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -124px -72px no-repeat;
  content: '';
}
.icon-basket-remove {
  width: 13px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -80px -191px no-repeat;
  content: '';
}
.icon-basket {
  width: 37px;
  height: 28px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -85px -72px no-repeat;
  content: '';
}
.icon-cart-green {
  width: 20px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -58px -191px no-repeat;
  content: '';
}
.icon-cellphone {
  width: 22px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -152px -124px no-repeat;
  content: '';
}
.icon-close {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -197px no-repeat;
  content: '';
}
.icon-edit {
  width: 15px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px -191px no-repeat;
  content: '';
}
.icon-elem-checked {
  width: 23px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -99px -103px no-repeat;
  content: '';
}
.icon-exclusive {
  width: 30px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -120px -124px no-repeat;
  content: '';
}
.icon-exit {
  width: 18px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -17px -191px no-repeat;
  content: '';
}
.icon-fb {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px -54px no-repeat;
  content: '';
}
.icon-file-small {
  width: 17px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -64px no-repeat;
  content: '';
}
.icon-file {
  width: 40px;
  height: 50px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px -72px no-repeat;
  content: '';
}
.icon-fire {
  width: 22px;
  height: 30px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -96px -124px no-repeat;
  content: '';
}
.icon-flag-new {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -146px -76px no-repeat;
  content: '';
}
.icon-flag-percent {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -146px -38px no-repeat;
  content: '';
}
.icon-flag-top {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px -124px no-repeat;
  content: '';
}
.icon-flag {
  width: 8px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -38px no-repeat;
  content: '';
}
.icon-gear {
  width: 22px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -77px -162px no-repeat;
  content: '';
}
.icon-home {
  width: 18px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px -214px no-repeat;
  content: '';
}
.icon-in {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px -27px no-repeat;
  content: '';
}
.icon-info {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -147px no-repeat;
  content: '';
}
.icon-lang {
  width: 18px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -42px no-repeat;
  content: '';
}
.icon-lens {
  width: 16px;
  height: 14px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -181px no-repeat;
  content: '';
}
.icon-letter-filled {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -185px -162px no-repeat;
  content: '';
}
.icon-letter {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -168px -162px no-repeat;
  content: '';
}
.icon-location {
  width: 8px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -73px no-repeat;
  content: '';
}
.icon-lock {
  width: 16px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -20px no-repeat;
  content: '';
}
.icon-menu-question {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -112px no-repeat;
  content: '';
}
.icon-minus {
  width: 14px;
  height: 3px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -146px -114px no-repeat;
  content: '';
}
.icon-more {
  width: 12px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -109px -191px no-repeat;
  content: '';
}
.icon-msg {
  width: 20px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -21px no-repeat;
  content: '';
}
.icon-new-entity {
  width: 19px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -37px -191px no-repeat;
  content: '';
}
.icon-order-cart {
  width: 23px;
  height: 22px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px -135px no-repeat;
  content: '';
}
.icon-param-gas {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -107px no-repeat;
  content: '';
}
.icon-param-oil {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -167px no-repeat;
  content: '';
}
.icon-param-temp {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -124px -103px no-repeat;
  content: '';
}
.icon-param-valve {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -127px no-repeat;
  content: '';
}
.icon-percent {
  width: 70px;
  height: 70px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px 0px no-repeat;
  content: '';
}
.icon-phone {
  width: 21px;
  height: 27px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") 0px -162px no-repeat;
  content: '';
}
.icon-play-video {
  width: 72px;
  height: 62px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -72px 0px no-repeat;
  content: '';
}
.icon-plus {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -152px -162px no-repeat;
  content: '';
}
.icon-print {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -20px -214px no-repeat;
  content: '';
}
.icon-question {
  width: 9px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -60px no-repeat;
  content: '';
}
.icon-ranger-handler {
  width: 12px;
  height: 9px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -136px -191px no-repeat;
  content: '';
}
.icon-remove {
  width: 8px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -96px no-repeat;
  content: '';
}
.icon-rmv_blue {
  width: 11px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -123px -191px no-repeat;
  content: '';
}
.icon-service {
  width: 24px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -51px -162px no-repeat;
  content: '';
}
.icon-small-new {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -164px no-repeat;
  content: '';
}
.icon-small-percent {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -130px no-repeat;
  content: '';
}
.icon-small-top {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -147px no-repeat;
  content: '';
}
.icon-sort-arrow {
  width: 5px;
  height: 9px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -245px -106px no-repeat;
  content: '';
}
.icon-stock {
  width: 26px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -23px -162px no-repeat;
  content: '';
}
.icon-tab-block {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -76px no-repeat;
  content: '';
}
.icon-tab-list {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -40px no-repeat;
  content: '';
}
.icon-tel {
  width: 12px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -95px -191px no-repeat;
  content: '';
}
.icon-top-email {
  width: 19px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -204px -87px no-repeat;
  content: '';
}
.icon-truck {
  width: 22px;
  height: 14px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -128px -162px no-repeat;
  content: '';
}
.icon-truck2 {
  width: 25px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -101px -162px no-repeat;
  content: '';
}
.icon-truck3 {
  width: 27px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -70px -103px no-repeat;
  content: '';
}
.icon-unlock {
  width: 16px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px 0px no-repeat;
  content: '';
}
.icon-userpic {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -39px -214px no-repeat;
  content: '';
}
.icon-vk {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px -108px no-repeat;
  content: '';
}
.icon-vm {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px -81px no-repeat;
  content: '';
}
.icon-youtube {
  width: 41px;
  height: 29px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -42px -72px no-repeat;
  content: '';
}
.icon-yt {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -178px 0px no-repeat;
  content: '';
}
.icon-zoom-in {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -58px no-repeat;
  content: '';
}
.icon-zoom-in_black {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png") -227px -94px no-repeat;
  content: '';
}

input[name="UTM"] {
    display: none;
}











/* End */


/* Start:/bitrix/templates/main_eng_test/template_styles.css?1747132189246189*/
/*
* From http://www.copypastecode.com/191178/
* And http://heygrady.com/blog/2011/08/06/recreating-photoshop-drop-shadows-in-css3-and-compass/
*/
img {
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
}
video {
  max-width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  color: #0c4da2;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  text-decoration: none !important;
  background: none;
  border: none;
  line-height: 1;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  color: #0c4da2;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 100;
  display: none;
  min-width: 100%;
  padding: 10px 25px 15px 15px;
  margin-top: 5px;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  -o-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
}

.dropdown-menu.pull-right {
  right: -10px;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: -0.4 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.open>.dropdown-backdrop,
.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-header {
  font-size: 14px;
  color: #536168;
  font-weight: bold;
  margin-bottom: 10px;
}

.dropdown-backdrop {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 90;
}

.dropdown-close {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -197px no-repeat;
  content: '';
  right: 8px;
  top: 13px;
  position: absolute;
  cursor: pointer;
}

.pull-right>.dropdown-menu {
  right: -10px;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.breadcrumb {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.breadcrumb>li a {
  color: #5b5b5b;
}

.breadcrumb>li:before {
  background: transparent;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.breadcrumb>li+li:before {
  padding: 0 2px;
}

.breadcrumb>li+li+li:before {
  content: "|";
  padding: 0 5px;
  color: #5b5b5b;
}

.breadcrumb>.active {
  color: #0c4da2;
}

.breadcrumb>.active a {
  color: #0c4da2;
  text-decoration: none;
}

.breadcrumb.with-drop>li:nth-child(2) {
  margin-left: 10px;
}

.breadcrumb.with-drop>li:nth-child(2):before {
  content: none;
}

.breadcrumb .dropdown {
  display: inline-block;
}

.breadcrumb .dropdown.open:after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: -5px;
  right: -11px;
  bottom: -9px;
  border: 1px solid #ccc;
  border-bottom: solid 1px #fff;
  z-index: 101;
}

.breadcrumb .dropdown > a {
  font-weight: 600;
  position: relative;
  z-index: 102;
}

.breadcrumb .dropdown .dropdown-menu {
  margin: 0;
  padding: 15px;
  top: 25px;
  left: -11px;
  list-style: none;
  min-width: 250px;
}

.breadcrumb .dropdown .dropdown-menu>ul {
  margin: 0;
  padding: 15px;
  top: 25px;
  left: -11px;
  list-style: none;
  min-width: 250px;
}

.breadcrumb .dropdown .dropdown-menu li {
  line-height: 13px;
}

.breadcrumb .dropdown .dropdown-menu li:before {
  content: none;
}

.breadcrumb .dropdown .dropdown-menu a {
  font-size: 12px;
  color: #5b5b5b;
  text-decoration: none;
  white-space: unset;
  padding: 3px 5px;
}

.breadcrumb .dropdown .dropdown-menu a:hover {
  color: #0c4da2;
}

.breadcrumb .dropdown .dropdown-menu.two-column {
  min-width: 440px;
}

.breadcrumb .dropdown .dropdown-menu.two-column li {
  /* width: 190px; */
  /* float: left; */
  margin-right: 0px;
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

.breadcrumb .dropdown .dropdown-menu.four-column {
  min-width: 680px;
  /*
              li {
                  width: 23%;
                  float: left;
                  margin-right: 14px;
              }
              */
}

.breadcrumb .dropdown .dropdown-menu.four-column>ul {
  display: inline-block;
  width: 50%;
  float: left;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.pagination {
  border-top: 2px solid #0c4da2;
  margin: 20px 0;
  padding: 20px 0 0;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  font-size: 16px;
}

.pagination ul>li {
  display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.1;
  text-decoration: none;
  color: #536168;
  margin-left: -1px;
}

.pagination ul>li:before {
  display: none;
}

.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>.active>a:hover,
.pagination ul>.active>span:hover,
.pagination ul>.active>a:focus,
.pagination ul>.active>span:focus {
  z-index: 2;
  color: #536168;
  font-weight: bold;
  cursor: default;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease;
  -o-transition: all 0.6s ease-in-out left ease;
  transition: all 0.6s ease-in-out left ease;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/*

// Scale up controls for tablets and up
@media screen and (min-width: @screen-sm-min) {

// Scale up the controls a smidge
.carousel-control {
  .glyphicon-chevron-left,
  .glyphicon-chevron-right,
  .icon-prev,
  .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .glyphicon-chevron-left,
  .icon-prev {
    margin-left: -15px;
  }
  .glyphicon-chevron-right,
  .icon-next {
    margin-right: -15px;
  }
}

// Show and left align the captions
.carousel-caption {
  left: 20%;
  right: 20%;
  padding-bottom: 30px;
}

// Move up the indicators
.carousel-indicators {
  bottom: 20px;
}
}

*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #0c4da2;
}

.nav .nav-divider {
  height: 1px;
  margin: -0.4 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
  /* float: left; */
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  /*
@media (min-width: @screen-sm-min) {
  > li {
    display: table-cell;
    width: 1%;
    > a {
      margin-bottom: 0;
    }
  }
}
*/
  border-bottom: 0;
  /*
@media (min-width: @screen-sm-min) {
  > li > a {
    border-bottom: 1px solid @nav-tabs-justified-link-border-color;
    border-radius: @border-radius-base @border-radius-base 0 0;
  }
  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border-bottom-color: @nav-tabs-justified-active-link-border-color;
  }
}
*/
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #ffffff;
  background-color: #0c4da2;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
  /*
@media (min-width: @screen-sm-min) {
  > li {
    display: table-cell;
    width: 1%;
    > a {
      margin-bottom: 0;
    }
  }
}
*/
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified {
  border-bottom: 0;
  /*
@media (min-width: @screen-sm-min) {
  > li > a {
    border-bottom: 1px solid @nav-tabs-justified-link-border-color;
    border-radius: @border-radius-base @border-radius-base 0 0;
  }
  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border-bottom-color: @nav-tabs-justified-active-link-border-color;
  }
}
*/
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

/*.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}*/
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}

/*.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
-webkit-transition: all opacity 0.15s linear ease;
-moz-transition: all opacity 0.15s linear ease;
-ms-transition: all opacity 0.15s linear ease;
-o-transition: all opacity 0.15s linear ease;
transition: all opacity 0.15s linear ease;
}
.fade.in {
opacity: 1;
}*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/bitrix/templates/main_eng_test/fonts/glyphicons/glyphicons-halflings-regular.svg') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-yeoman"></i>
```
*/
[class*="icon-"] {
  display: inline-block;
}

.icon-adv {
  width: 26px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -42px -103px no-repeat;
  content: '';
}

.icon-alert {
  width: 21px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px 0px no-repeat;
  content: '';
}

.icon-arrow-next {
  width: 10px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -19px no-repeat;
  content: '';
}

.icon-arrow-prev {
  width: 10px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px 0px no-repeat;
  content: '';
}

.icon-arrow-right {
  width: 9px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -86px no-repeat;
  content: '';
}

.icon-badge-new {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -32px -124px no-repeat;
  content: '';
}

.icon-badge-percent {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -64px -124px no-repeat;
  content: '';
}

.icon-badge-top {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px 0px no-repeat;
  content: '';
}

.icon-basket-refresh {
  width: 20px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -124px -72px no-repeat;
  content: '';
}

.icon-basket-remove {
  width: 13px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -80px -191px no-repeat;
  content: '';
}

.icon-basket {
  width: 37px;
  height: 28px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -85px -72px no-repeat;
  content: '';
}

.icon-cart-green {
  width: 20px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -58px -191px no-repeat;
  content: '';
}

.icon-cellphone {
  width: 22px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -152px -124px no-repeat;
  content: '';
}

.icon-close {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -197px no-repeat;
  content: '';
}

.icon-edit {
  width: 15px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -191px no-repeat;
  content: '';
}

.icon-elem-checked {
  width: 23px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -99px -103px no-repeat;
  content: '';
}

.icon-exclusive {
  width: 30px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -120px -124px no-repeat;
  content: '';
}

.icon-exit {
  width: 18px;
  height: 17px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -17px -191px no-repeat;
  content: '';
}

.icon-fb {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -54px no-repeat;
  content: '';
}

.icon-file-small {
  width: 17px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -64px no-repeat;
  content: '';
}

.icon-file {
  width: 40px;
  height: 50px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -72px no-repeat;
  content: '';
}

.icon-fire {
  width: 22px;
  height: 30px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -96px -124px no-repeat;
  content: '';
}

.icon-flag-new {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px -76px no-repeat;
  content: '';
}

.icon-flag-percent {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px -38px no-repeat;
  content: '';
}

.icon-flag-top {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -124px no-repeat;
  content: '';
}

.icon-flag {
  width: 8px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -38px no-repeat;
  content: '';
}

.icon-gear {
  width: 22px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -77px -162px no-repeat;
  content: '';
}

.icon-home {
  width: 18px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -214px no-repeat;
  content: '';
}

.icon-in {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -27px no-repeat;
  content: '';
}

.icon-info {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -147px no-repeat;
  content: '';
}

.icon-lang {
  width: 18px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -42px no-repeat;
  content: '';
}

.icon-lens {
  width: 16px;
  height: 14px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -181px no-repeat;
  content: '';
}

.icon-letter-filled {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -185px -162px no-repeat;
  content: '';
}

.icon-letter {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -168px -162px no-repeat;
  content: '';
}

.icon-location {
  width: 8px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -73px no-repeat;
  content: '';
}

.icon-lock {
  width: 16px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -20px no-repeat;
  content: '';
}

.icon-menu-question {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -112px no-repeat;
  content: '';
}

.icon-minus {
  width: 14px;
  height: 3px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px -114px no-repeat;
  content: '';
}

.icon-more {
  width: 12px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -109px -191px no-repeat;
  content: '';
}

.icon-msg {
  width: 20px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -21px no-repeat;
  content: '';
}

.icon-new-entity {
  width: 19px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -37px -191px no-repeat;
  content: '';
}

.icon-order-cart {
  width: 23px;
  height: 22px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -135px no-repeat;
  content: '';
}

.icon-param-gas {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -107px no-repeat;
  content: '';
}

.icon-param-oil {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -167px no-repeat;
  content: '';
}

.icon-param-temp {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -124px -103px no-repeat;
  content: '';
}

.icon-param-valve {
  width: 18px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -127px no-repeat;
  content: '';
}

.icon-percent {
  width: 70px;
  height: 70px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px 0px no-repeat;
  content: '';
}

.icon-phone {
  width: 21px;
  height: 27px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -162px no-repeat;
  content: '';
}

.icon-play-video {
  width: 72px;
  height: 62px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -72px 0px no-repeat;
  content: '';
}

.icon-plus {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -152px -162px no-repeat;
  content: '';
}

.icon-print {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -20px -214px no-repeat;
  content: '';
}

.icon-question {
  width: 9px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -60px no-repeat;
  content: '';
}

.icon-ranger-handler {
  width: 12px;
  height: 9px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -136px -191px no-repeat;
  content: '';
}

.icon-remove {
  width: 8px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -96px no-repeat;
  content: '';
}

.icon-rmv_blue {
  width: 11px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -123px -191px no-repeat;
  content: '';
}

.icon-service {
  width: 24px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -51px -162px no-repeat;
  content: '';
}

.icon-small-new {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -164px no-repeat;
  content: '';
}

.icon-small-percent {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -130px no-repeat;
  content: '';
}

.icon-small-top {
  width: 15px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -147px no-repeat;
  content: '';
}

.icon-sort-arrow {
  width: 5px;
  height: 9px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -106px no-repeat;
  content: '';
}

.icon-stock {
  width: 26px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -23px -162px no-repeat;
  content: '';
}

.icon-tab-block {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -76px no-repeat;
  content: '';
}

.icon-tab-list {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -40px no-repeat;
  content: '';
}

.icon-tel {
  width: 12px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -95px -191px no-repeat;
  content: '';
}

.icon-top-email {
  width: 19px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -87px no-repeat;
  content: '';
}

.icon-truck {
  width: 22px;
  height: 14px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -128px -162px no-repeat;
  content: '';
}

.icon-truck2 {
  width: 25px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -101px -162px no-repeat;
  content: '';
}

.icon-truck3 {
  width: 27px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -70px -103px no-repeat;
  content: '';
}

.icon-unlock {
  width: 16px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px 0px no-repeat;
  content: '';
}

.icon-userpic {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -39px -214px no-repeat;
  content: '';
}

.icon-vk {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -108px no-repeat;
  content: '';
}

.icon-vm {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -81px no-repeat;
  content: '';
}

.icon-youtube {
  width: 41px;
  height: 29px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -42px -72px no-repeat;
  content: '';
}

.icon-yt {
  width: 24px;
  height: 25px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px 0px no-repeat;
  content: '';
}

.icon-zoom-in {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -58px no-repeat;
  content: '';
}

.icon-zoom-in_black {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -94px no-repeat;
  content: '';
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 182;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  -o-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  padding: 20px;
  background: #fff;
}

.fancybox-wrap.fancy-feedback {
  padding: 0;
  border: none;
}

.fancybox-wrap.fancy-feedback .fancybox-skin {
  border: 1px solid #ccc !important;
}

.fancybox-wrap.fancy-feedback .fancybox-skin .fancybox-close {
  top: 6px;
  right: 6px;
}

.fancybox-skin {
  position: relative;
  color: #5b5b5b;
  text-shadow: none;
  border: 1px solid #ccc;
}

.fancybox-opened {
  z-index: 183;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #5b5b5b;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 186;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  width: 14px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -197px no-repeat;
  content: '';
  right: -14px;
  top: -14px;
  position: absolute;
  cursor: pointer;
  z-index: 184;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 184;
}

.fancybox-prev {
  left: -19px;
}

.fancybox-next {
  right: -19px;
}

.fancybox-nav span {
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  cursor: pointer;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  z-index: 184;
}

.fancybox-prev span {
  left: 0;
  border-right: 14px solid #6d94c7;
}

.fancybox-prev:hover span {
  border-right: 14px solid #0c4da2;
}

.fancybox-next span {
  right: 0;
  border-left: 14px solid #6d94c7;
}

.fancybox-next:hover span {
  border-left: 14px solid #0c4da2;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}


.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 181;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  font-size: 13px;
  visibility: hidden;
  margin-top: 10px;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancy-informer .fancybox-inner {
  height: auto !important;
}

/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.noUi-base {
  height: 2px;
  background: #999999;
  position: relative;
}

.noUi-base .noUi-origin {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.noUi-base .noUi-connect {
  background: #0c4da2;
}

.noUi-base .noUi-background {
  background: #999999;
}

.noUi-base .noUi-handle {
  margin-left: -5px;
  position: absolute;
  top: 100%;
  cursor: pointer;
  width: 12px;
  height: 9px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -136px -191px no-repeat;
  content: '';
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  display: block;
}

.select2-container .select2-selection {
  height: 29px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.select2-container .select2-selection .select2-selection__arrow b {
  border-color: #0c4da2 transparent transparent;
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #0c4da2;
}

.select2-container.select2-container--open .select2-dropdown--below {
  -webkit-border-radius: 0;
          border-radius: 0;
}

.select2-container.select2-container--disabled {
  cursor: not-allowed;
}

.select2-results .select2-results__option {
  margin: 0;
  padding: 4px 6px;
}

.select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: #ebf3fc;
  color: #0c4da2;
}

.select2-results .select2-results__option[aria-selected="true"] {
  background-color: #ececec;
}

.twitter-typeahead {
  width: 100%;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
  padding: 5px 0 10px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
          box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 5px 10px;
  cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background-color: #dae8fa;
}

.box-about {
  position: relative;
  /*padding-bottom: 400px;*/
  padding-bottom: 200px;
}

.box-about .about-txt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 40px 0 10px 0;
}

.box-about .about-sign {
  color: #848a8d;
  font-size: 13px;
  line-height: 20px;
}

.box-about .about-sign b {
  font-weight: 600;
  color: #848a8d;
}

.box-about>img {
  max-width: inherit;
  position: absolute;
}

.box-about>img.about {
  width: 1243px;
  /* left: -260px; */
  max-width: 100%;
}

.box-about>img.logistic {
  width: 1381px;
  left: -260px;
}

.box-auth form {
  margin: 15px 0 0;
}

.box-auth .form-group {
  margin-bottom: 20px;
}

.box-auth .link-forgot {
  display: inline-block;
  position: relative;
  top: 7px;
  color: #536168;
}

.box-auth .control-label {
  position: relative;
  top: 3px;
}

.box-auth .control-label.top {
  top: -2px;
  margin-bottom: 0;
  line-height: 15px;
}

.box-auth .same {
  margin: 8px 0 10px;
}

.box-auth h3 {
  margin-top: 19px;
}

.box-banner:before,
.box-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}

.box-banner:before {
  width: 132px;
  height: 132px;
  background-color: #dfeff7;
  right: 100%;
  margin-right: 6px;
}

.box-banner:after {
  width: 87px;
  height: 87px;
  background-color: #c5ddef;
  left: 100%;
  margin-left: 6px;
}

.box-banner .item .banner-photo {
  width: 100%;
  max-width: 100%;
  display: block;
}

.box-banner:not(.cycle-inited) {
  overflow: hidden;
  max-height: 405px;
}

.box-banner.box-gallery {
  /* margin-bottom: 80px;*/
}

.box-banner.box-gallery .cycle-prev,
.box-banner.box-gallery .cycle-next {
  z-index: 1;
  height: 96%;
}

.box-banner.box-gallery .cycle-prev {
  left: 20px;
}

.box-banner.box-gallery .cycle-next {
  right: 20px;
}

.box-banner.box-gallery .cycle-pager {
  bottom: 20px;
}

.box-cart-question-list {
  background-color: #d7e6fa;
  font-size: 14px;
  padding: 20px;
  margin: 25px 0;
}

.box-cart-question-list h4 {
  font-size: 14px;
}

.box-cart-question-list h4:first-child {
  margin-top: 0;
}

.box-cart-question-list .elem-file a {
  font-size: 12px;
}

.box-cart-question-list .order-link {
  text-decoration: none;
  font-size: 14px;
}

.box-catalog-block {
  margin: 20px 0;
}

.box-catalog-block:before,
.box-catalog-block:after {
  content: " ";
  display: table;
}

.box-catalog-block:after {
  clear: both;
}

.box-catalog-block .item {
  /*float: left;
width: 25%;*/
  /* height: 280px; */
  /*padding-right: 20px;*/
  margin-bottom: 20px;
  position: relative;
}

.box-catalog-block .item .pic {
  width: 175px;
  height: 175px;
  position: relative;
  display: block;
}

.box-catalog-block .item .pic>a {
  display: block;
  width: 100%;
  height: 100%;
}

.box-catalog-block .item .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.box-catalog-block .item .pic .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
}

.box-catalog-block .item .pic .flags>* {
  margin-top: -3px;
}

.box-catalog-block .item .pic .flags>*:first-child {
  margin-top: 0;
}

.box-catalog-block .item .name {
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}

.box-catalog-block .item .description {
  position: relative;
  font-size: 11px;
  overflow: hidden;
  max-height: 45px;
}

.box-catalog-block .item .description>.cutter {
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.box-catalog-block .item .price {
  font-weight: 600;
  font-size: 16px;
  color: #5b5b5b;
  position: absolute;
  bottom: 0px;
}

.box-catalog-block .item:nth-child(4n+5) {
  clear: left;
}

.box-catalog-block.three-col {
  font-size: 0;
}

.box-catalog-block.three-col .item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}

.box-catalog-block.three-col .item .name {
  font-size: 14px;
}

.search .box-catalog-block .item {
  width: 20%;
}

.search .box-catalog-block .item:nth-child(4n+5) {
  clear: none;
}

.search .box-catalog-block .item:nth-child(5n+6) {
  clear: left;
}

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

.box-catalog-filter:before,
.box-catalog-filter:after {
  content: " ";
  display: table;
}

.box-catalog-filter:after {
  clear: both;
}

.box-catalog-filter .item {
  margin-bottom: 20px;
}

.box-catalog-filter .item .pic {
  width: 60px;
  vertical-align: top;
}

.box-catalog-filter .item .pic a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.box-catalog-filter .item .pic img {
  position: absolute;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.box-catalog-filter .item .pic .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  line-height: 10px;
}

.box-catalog-filter .item .name {
  font-weight: bold;
  margin-bottom: 5px;
}

.box-catalog-filter .item .description {
  font-size: 11px;
  margin-bottom: 5px;
}

.box-catalog-filter .item .chars .dropdown-toggle {
  font-size: 11px;
  color: #5b5b5b;
  font-weight: 600;
}

.box-catalog-filter .item .chars .chars-block {
  display: table;
  width: 100%;
}

.box-catalog-filter .item .chars .chars-block.base {
  width: 230px;
}

.box-catalog-filter .item .chars .chars-block.base.tech {
  width: 730px;
}

.box-catalog-filter .item .chars .chars-block.tech {
  width: 450px;
}

.box-catalog-filter .item .chars .chars-block .base-chars {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}

.box-catalog-filter .item .chars .chars-block .base-chars dl {
  margin: 10px 0 0;
}

.box-catalog-filter .item .chars .chars-block .base-chars dl dt {
  display: inline-block;
  padding-right: 5px;
}

.box-catalog-filter .item .chars .chars-block .base-chars dl dd {
  display: inline;
}

.box-catalog-filter .item .chars .chars-block .base-chars+.tech-chars {
  border-left: 1px solid #e1e3e5;
  padding-left: 20px;
}

.box-catalog-filter .item .chars .chars-block .tech-chars {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
}

.box-catalog-filter .item .chars .chars-block .tech-chars h4 {
  margin-top: 0;
  font-size: 14px;
  color: #536168;
}

.box-catalog-filter .item .chars .chars-block .tech-chars dl {
  margin: 14px 0 0;
}

.box-catalog-filter .item .chars .chars-block .tech-chars dl dt {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  width: 280px;
}

.box-catalog-filter .item .chars .chars-block .tech-chars dl dt span {
  background-color: #fff;
}

.box-catalog-filter .item .chars .chars-block .tech-chars dl dt:before {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #acb3b6;
  width: 100%;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.box-catalog-filter .item .chars .chars-block .tech-chars dl dd {
  display: inline;
}

.box-catalog-filter .item .price {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  color: #5b5b5b;
}

.box-catalog-filter .item .table td {
  padding: 10px;
  vertical-align: middle;
}

.box-catalog-filter .item .table .avail {
  display: inline-block;
  width: 65px;
  position: relative;
  background-color: #d8e7fa;
  height: 13px;
}

.box-catalog-filter .item .table .avail span {
  position: absolute;
  height: 100%;
  left: 0;
  background-color: #6d94c7;
}

.box-catalog-filter .item .table .quantity {
  width: 44px;
}

.box-catalog-filter .item .table .buy {
  width: 70px;
}

.box-catalog-filter .item .table .buy .btn {
  padding: 4px 12px;
}

.box-catalog-grid {
  margin: 20px 0;
}

.box-catalog-grid:before,
.box-catalog-grid:after {
  content: " ";
  display: table;
}

.box-catalog-grid:after {
  clear: both;
}

.box-catalog-grid .item {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.box-catalog-grid .item .pic {
  width: 120px;
  display: table-cell;
  margin: 10px;
  vertical-align: top;
}

.box-catalog-grid .item .pic a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}

.box-catalog-grid .item .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.box-catalog-grid .item .pic .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  line-height: 10px;
}

.box-catalog-grid .item .category {
  display: inline-block;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  color: #fff;
  margin-bottom: 10px;
}

.box-catalog-grid .item .news {
  background-color: #e58629;
}

.box-catalog-grid .item .cat {
  background-color: #d85137;
}

.box-catalog-grid .item .public {
  background-color: #0ca280;
}

.box-catalog-grid .item .other {
  background-color: #2589b7;
}

.box-catalog-grid .item .name {
  vertical-align: top;
  font-weight: bold;
}

.box-catalog-grid .item .description {
  vertical-align: top;
  font-size: 11px;
  padding-top: 5px;
}

.box-catalog-list {
  margin: 20px 0;
}

.box-catalog-list:before,
.box-catalog-list:after {
  content: " ";
  display: table;
}

.box-catalog-list:after {
  clear: both;
}

.box-catalog-list .item {
  margin-bottom: 20px;
  display: table;
  width: 100%;
  padding-bottom: 0;
}

.box-catalog-list .item .pic {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}

.box-catalog-list .item .pic a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}

.box-catalog-list .item .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.box-catalog-list .item .pic .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
  line-height: 10px;
}

.box-catalog-list .item .name {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
}

.box-catalog-list .item .description {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  font-size: 11px;
}

.box-catalog-list .item .price {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 20%;
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  color: #5b5b5b;
}

.box-change-city {
  z-index: 103;
}

.box-change-city .table-row {
  display: table;
  margin-left: -20px;
}

.box-change-city .table-row .col {
  min-width: 160px;
  padding-left: 20px;
  display: table-cell;
  white-space: nowrap;
  line-height: 25px;
}

.box-change-city .city {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #536168;
}

.box-change-city .city:hover,
.box-change-city .city:focus {
  color: #0c4da2;
}

.box-change-city .city.active {
  color: #0c4da2;
  font-weight: bold;
}

.box-change-city .country {
  font-size: 13px;
  font-weight: bold;
  margin-top: 13px;
  color: #536168;
}

.box-change-city .country:first-child {
  margin-top: 0;
}

.box-clients-wrapper {
  margin-top: 80px;
}

.box-clients-wrapper h2,
.box-clients-wrapper .h2 {
  margin-bottom: 40px;
}

.box-confirm-city .text {
  font-size: 12px;
}

.box-confirm-city .buttons {
  margin-top: 15px;
}

@media print {
  .box-confirm-city {
    display: none !important;
  }
}

.box-content {
  margin: 0 auto 50px;
  color: #6d7b83;
}

.box-content .h1,
.box-content h1,
.box-content .h2,
.box-content h2,
.box-content .h3,
.box-content h3 {
  /*a{
          .hover(@title-color, darken(@title-color, 10%));
          &:hover{
              text-decoration: none;
          }
      }*/
}

.box-content .h1 i,
.box-content h1 i,
.box-content .h2 i,
.box-content h2 i,
.box-content .h3 i,
.box-content h3 i {
  vertical-align: bottom;
}

.box-content strong,
.box-content b {
  color: #536168;
}

@media print {
  .box-content {
    margin-bottom: 0;
  }
}

.box-credit-limit {
  background-color: #fce0d2;
  padding: 15px;
}

.box-credit-limit .btn-primary {
  background-color: #ad5444;
  border-color: #ad5444;
}

.box-credit-limit .table-personal td>span {
  background-color: #fce0d2;
}

.box-footer {
  background: #536168;
  padding: 35px 0;
  color: #cdd0d2;
}

.box-footer .copyright {
  border-top: 2px solid #fff;
  font-size: 12px;
  margin-top: 30px;
  padding-top: 15px;
}

.box-footer .cert {
  font-size: 11px;
}

.box-footer .cert a {
  color: #cdd0d2;
}

.box-footer .cert img.pull-left {
  margin-right: 10px;
  margin-top: 3px;
  width: 45px;
  margin-bottom: 15px;
}

.box-footer .cert+.link {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  color: #cdd0d2;
}

@media print {
  .box-footer .cert+.link {
    display: none !important;
  }
}

.box-footer .madeIn {
  color: #adadad;
  float: right;
  margin-top: 7px;
  padding-right: 27px;
}

.box-footer .madeIn a {
  color: #adadad;
}

.box-footer .madeIn a:hover,
.box-footer .madeIn a:focus {
  color: #0c4da2;
}

.box-footer .madeIn:before {
  width: 26px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -42px -103px no-repeat;
  content: '';
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
}

@media print {
  .box-footer {
    background-color: #fff;
    border-top: solid 2px #f2f2f2;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 50px;
  }

  .box-footer .cert a {
    text-decoration: none;
  }

  .box-footer .cert a br {
    display: none;
  }
}

.box-gallery {
  position: relative;
  margin: 20px 0 30px;
  margin: 20px 0;
}

.box-gallery .cycle-prev,
.box-gallery .cycle-next {
  position: absolute;
  top: 0;
  width: 10px;
  height: 83%;
  cursor: pointer;
  opacity: 0.5;
}

.box-gallery .cycle-prev:hover,
.box-gallery .cycle-next:hover,
.box-gallery .cycle-prev:focus,
.box-gallery .cycle-next:focus {
  opacity: 1;
}

.box-gallery .cycle-prev:after,
.box-gallery .cycle-next:after {
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  cursor: pointer;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  content: "";
}

@media print {

  .box-gallery .cycle-prev,
  .box-gallery .cycle-next {
    display: none;
  }
}

.box-gallery .cycle-prev {
  left: -19px;
}

.box-gallery .cycle-prev:after {
  border-right: 14px solid #6d94c7;
}

.box-gallery .cycle-next {
  right: -15px;
}

.box-gallery .cycle-next:after {
  border-left: 14px solid #6d94c7;
}

.box-gallery .cycle-pager {
  position: absolute;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.box-gallery .cycle-pager>span {
  cursor: pointer;
  font-size: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: solid 2px #618bc2;
  background-color: #618bc2;
}

.box-gallery .cycle-pager>span.cycle-pager-active {
  background-color: #fff;
}

.box-gallery .flexslider {
  margin-bottom: 3px;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.box-gallery .flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-gallery .flexslider ul>li:before {
  content: none;
}

.box-gallery #slider .flex-direction-nav {
  height: 100%;
  position: absolute;
  width: 100%;
  margin-left: 0px;
  top: 0;
  left: 0;
  z-index: 1;
}

.box-gallery #slider .flex-direction-nav .flex-disabled {
  opacity: 0.5 !important;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev,
.box-gallery #slider .flex-direction-nav .flex-nav-next {
  width: 20px;
  height: 100%;
  position: absolute;
  margin: 0;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a,
.box-gallery #slider .flex-direction-nav .flex-nav-next>a {
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  font-size: 0;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:hover,
.box-gallery #slider .flex-direction-nav .flex-nav-next>a:hover,
.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:focus,
.box-gallery #slider .flex-direction-nav .flex-nav-next>a:focus {
  opacity: 1;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:after,
.box-gallery #slider .flex-direction-nav .flex-nav-next>a:after {
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  cursor: pointer;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  content: "";
  display: block;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:before,
.box-gallery #slider .flex-direction-nav .flex-nav-next>a:before {
  content: none;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev {
  left: -20px;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a {
  left: 0;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:after {
  border-right: 10px solid #6d94c7;
}

.box-gallery #slider .flex-direction-nav .flex-nav-prev>a:hover:after {
  border-right: 10px solid #0c4da2;
}

.box-gallery #slider .flex-direction-nav .flex-nav-next {
  right: -20px;
}

.box-gallery #slider .flex-direction-nav .flex-nav-next>a {
  right: 0;
}

.box-gallery #slider .flex-direction-nav .flex-nav-next>a:after {
  border-left: 10px solid #6d94c7;
}

.box-gallery #slider .flex-direction-nav .flex-nav-next>a:hover:after {
  border-left: 10px solid #0c4da2;
}

.box-gallery #carousel .flex-direction-nav {
  display: none;
}

.box-gallery #carousel:hover:after {
  border-left: 10px solid #0c4da2;
}

.box-gallery #carousel .slides li {
  cursor: pointer;
  margin-right: 2px;
  position: relative;
}

.box-gallery #carousel .slides li:before {
  content: none;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 3px #0c4da2;
          box-shadow: inset 0 0 0 3px #0c4da2;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.box-gallery #carousel .slides li.flex-active-slide:before {
  content: "";
}

.box-gallery #carousel .item {
  display: inline-block;
  width: 160px;
  position: relative;
  text-align: center;
}

.box-gallery #carousel .item img {
  display: block;
  margin: 0 auto;
}

.box-gallery a[data-fancybox] {
  display: inline-block;
  position: relative;
}

.box-gallery a[data-fancybox]:after {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -58px no-repeat;
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
}

.box-gallery.wide {
  max-height: 450px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 20px;
}

.box-gallery.wide .cycle-prev {
  left: -20px;
}

.box-gallery.wide .cycle-next {
  right: -20px;
}

.box-gallery.wide .item {
  width: 100%;
}

.box-gallery.wide .item img {
  display: block;
  max-height: 360px;
  margin-left: auto;
  margin-right: auto;
}

.box-gallery.block {
  padding: 10px;
  background-color: #d7e6fa;
}

.box-gallery.block .description {
  font-size: 12px;
  margin-top: 12px;
  color: #54616a;
}

.box-gallery .elem-snippet {
  max-width: inherit;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: 0;
  width: 20%;
}

.box-header {
  color: #6d7b83;
  margin-bottom: 25px;
}

.box-header .slogan {
  font-size: 11px;
  margin-left: 95px;
}

.box-header .slogan strong {
  color: #0c4da2;
  font-size: 25px;
  display: block;
}

.box-header .changeCity .current-city {
  color: #6d7b83;
}

.box-header .changeCity .current-city:hover,
.box-header .changeCity .current-city:focus {
  color: #566167;
}

.box-header .current-city {
  font-size: 16px;
  margin-top: 8px;
}

.box-header .position {
  margin-top: 10px;
  font-size: 11px;
}

.box-header .position .icon-location {
  vertical-align: middle;
}

@media print {
  .box-header .position .icon-location {
    display: none;
  }
}

.box-header .phone {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 600;
}

.box-header .phone a {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
}

.box-header .phone.small {
  font-size: 16px;
  margin-top: 5px;
}

.box-header .email {
  font-size: 13px;
  margin-top: 5px;
}

.box-header .email .icon-top-email {
  vertical-align: middle;
  margin-right: 5px;
}

.box-header .office {
  font-size: 11px;
}

.box-header .callback {
  line-height: 1;
  padding-left: 28px;
  padding-top: 4px;
  position: relative;
  font-size: 12px;
}

.box-header .callback .icon-phone {
  left: 0;
  position: absolute;
  top: 3px;
}

.box-header .callback a .pseudolink {
  color: #6d7b83;
}

.box-header .callback a .pseudolink:hover,
.box-header .callback a .pseudolink:focus {
  color: #566167;
}

.box-header .callback a:hover .pseudolink {
  border-bottom: 1px solid transparent;
}

@media print {
  .box-header {
    padding-top: 30px;
  }
}

.box-inner-block {
  padding: 5px 10px 10px;
  margin: 15px -10px;
  max-width: 100%;
  background-color: #d7e6fa;
}

.box-inner-block .title {
  color: #536168;
  padding: 4px 0;
  font-size: 13px;
}

.box-inner-share {
  background-color: #ffd7ab;
  position: relative;
  margin: 15px 10px 15px -10px;
  padding: 10px 10px 25px;
  font-size: 13px;
  z-index: 2;
}

.box-inner-share::after {
  width: 70px;
  height: 70px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px 0px no-repeat;
  content: '';
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}

.box-inner-share .title {
  font-size: 18px;
  font-weight: 600;
}

.box-inner-share .date {
  font-weight: 600;
}

.box-inner-share.promo {
  background-color: #84cecf;
  color: #0a5558;
}

.box-inner-share.promo::after {
  display: none;
}

.box-inner-share.promo .slide {
  display: none;
}

.box-inner-share.promo .slide:first-child {
  display: block;
}

.box-inner-share.promo .title {
  position: relative;
  background: transparent url('/bitrix/templates/main_eng_test/img/d/promo-label.png?v1') 0 0 no-repeat;
  left: -16px;
  width: 90px;
  height: 36px;
  color: #fff;
  text-align: center;
}

.box-inner-share.promo .date {
  margin-bottom: 5px;
}

.box-inner-share.promo .pic {
  text-align: center;
  margin: 15px 0;
}

.box-inner-share.promo .pager {
  text-align: center;
  margin-top: 20px;
}

.box-inner-share.promo .pager .prev,
.box-inner-share.promo .pager .next {
  border: 8px solid transparent;
  border-left: 0;
  border-right: 8px solid #fff;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 10px;
}

.box-inner-share.promo .pager .next {
  border-right: 0;
  border-left: 8px solid #fff;
}

.box-inner-share.promo .pager .nav {
  display: inline-block;
}

.box-inner-share.promo .pager .nav span {
  text-indent: -9999px;
  cursor: pointer;
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  display: inline-block;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  margin: 0 10px;
  vertical-align: middle;
}

.box-inner-share.promo .pager .nav span.cycle-pager-active {
  background-color: #fff;
}

.box-job-gallery {
  position: relative;
  white-space: nowrap;
}

.box-job-gallery .box {
  white-space: normal;
  margin: 3px;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.box-job-gallery .box img {
  display: inline-block;
  opacity: 0;
}

.box-job-gallery .box.s {
  width: 64px;
  height: 64px;
}

.box-job-gallery .box.m {
  width: 132px;
  height: 132px;
  text-align: center;
}

.box-job-gallery .box.l {
  width: 270px;
  height: 132px;
  font-weight: 500;
  font-size: 16px;
}

.box-job-gallery .box.marg-left-s {
  margin-left: 70px;
}

.box-job-gallery .box.marg-left-m {
  margin-left: 141px;
}

.box-job-gallery .box.marg-left-l {
  margin-left: 270px;
}

.box-job-gallery .box.marg-right-s {
  margin-right: 70px;
}

.box-job-gallery .box.marg-right-m {
  margin-right: 141px;
}

.box-job-gallery .box.marg-right-l {
  margin-right: 270px;
}

.box-job-gallery .box.marg-top-s {
  margin-top: 70px;
}

.box-job-gallery .box .photo {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
}

.box-job-gallery .box .photo.flip_h .front {
  top: 100%;
}

.box-job-gallery .box .photo.flip_h .back {
  top: 0 !important;
  left: 0;
}

.box-job-gallery .box .photo.flip_v .front {
  left: 100%;
}

.box-job-gallery .box .photo.flip_v .back {
  top: 0;
  left: 0;
}

.box-job-gallery .box .photo .front,
.box-job-gallery .box .photo .back {
  background-color: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.box-job-gallery .box .photo.h .back {
  top: -100%;
  left: 0;
}

.box-job-gallery .box .photo .back {
  top: 0;
  left: -100%;
}

.box-logistic-tech {
  padding-top: 45px;
  padding-bottom: 15px;
}

.box-logistic-tech>ul {
  margin: 0 0 30px 15px;
}

.box-logistic-tech>ul>li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.box-logistic-tech>ul>li:before {
  position: absolute;
}

.box-logistic-tech>ul>li.truck:before {
  width: 22px;
  height: 14px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -128px -162px no-repeat;
  content: '';
}

.box-logistic-tech>ul>li.cellphone:before {
  width: 22px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -152px -124px no-repeat;
  content: '';
  top: -3px;
}

.box-logistic-tech>ul>li.gear:before {
  width: 22px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -77px -162px no-repeat;
  content: '';
  top: -2px;
}

.box-logistic-tech img {
  display: table;
  margin: 0 auto;
}

.box-main-press {
  margin: 15px 0 15px -45px;
}

.box-main-press:before,
.box-main-press:after {
  content: " ";
  display: table;
}

.box-main-press:after {
  clear: both;
}

.box-main-press .col {
  padding-left: 45px;
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.box-main-press .col:nth-child(2n+1) {
  clear: left;
}

.box-main-press .slogan {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: none;
  color: #6d7b83;
  vertical-align: bottom;
}

.box-main-press .description a {
  color: #6d7b83;
}

.box-main-press .description a:hover,
.box-main-press .description a:focus {
  color: #0c4da2;
}

.box-main-press .description a:hover {
  text-decoration: none;
}

.box-main-projects {
  margin: 85px 0 55px;
  position: relative;
}

.box-main-projects:before {
  background: url('/bitrix/templates/main_eng_test/img/d/projects-bg.png?v1') no-repeat scroll 47.5% 100% transparent;
  content: "";
  display: block;
  height: 585px;
  left: 50%;
  margin-left: -2000px;
  position: absolute;
  top: -120px;
  width: 4000px;
  z-index: -1;
}

.box-main-projects .h1,
.box-main-projects h1 {
  padding-left: 75px;
  position: relative;
  line-height: 34px;
  min-height: 68px;
  margin-bottom: 10px;
}

.box-main-projects .h1:before,
.box-main-projects h1:before {
  background: #6d94c7;
  content: "";
  height: 68px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 68px;
}

.box-main-projects .h1 .slogan,
.box-main-projects h1 .slogan {
  color: #6d94c7;
  font-size: 22px;
  vertical-align: super;
  text-transform: none;
  font-weight: normal;
}

.box-main-projects .cycle-prev,
.box-main-projects .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  z-index: 1;
}

.box-main-projects .cycle-prev:after,
.box-main-projects .cycle-next:after {
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  top: 11px;
  content: "";
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.box-main-projects .cycle-prev:hover:after,
.box-main-projects .cycle-next:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.box-main-projects .cycle-prev {
  left: 0;
}

.box-main-projects .cycle-prev:after {
  border-right: 14px solid #0c4da2;
  left: 15px;
}

.box-main-projects .cycle-next {
  right: 0;
}

.box-main-projects .cycle-next:after {
  border-left: 14px solid #0c4da2;
  right: 15px;
}

.box-main-projects .slider-wrap {
  position: relative;
  overflow: visible !important;
  height: 186px;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap {
  position: relative;
  width: 20000em;
  background: #fff;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap:before,
.box-main-projects .slider-wrap .cycle-carousel-wrap:after {
  content: " ";
  display: table;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap:after {
  clear: both;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap .slide {
  float: left;
  padding: 0 3px;
  opacity: 0.4 !important;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap .slide:hover {
  opacity: 1 !important;
}

.box-main-projects .slider-wrap .cycle-carousel-wrap .slide .brand {
  margin-top: 10px;
}

.box-main-work {
  position: relative;
  margin: 15px 0 55px;
}

.box-main-work:before {
  background: url('/bitrix/templates/main_eng_test/img/d/works-bg.png?v1') no-repeat 50.5% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2000px;
  position: absolute;
  width: 4000px;
  z-index: -1;
}

.box-main-work .video-link {
  color: #0c4da2;
  display: inline-block;
  float: right;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  padding-left: 50px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.box-main-work .video-link:before {
  background: #0c4da2;
  content: "";
  height: 41px;
  left: 0;
  position: absolute;
  top: 0;
  width: 41px;
  -webkit-border-radius: 41px;
          border-radius: 41px;
}

.box-main-work .video-link:after {
  border-bottom: 8px solid transparent;
  border-left: 11px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  left: 18px;
  position: absolute;
  top: 13px;
}

.box-main-work .video-link:hover {
  color: #083673;
}

.box-main-work .video-link:hover:before {
  background: #083673;
}

.box-main-work .h1,
.box-main-work h1 {
  padding-left: 75px;
  position: relative;
  line-height: 34px;
}

.box-main-work .h1:before,
.box-main-work h1:before {
  background: #549abe;
  content: "";
  height: 68px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 68px;
}

.box-main-work .h1 .slogan,
.box-main-work h1 .slogan {
  color: #549abe;
  font-size: 22px;
  min-height: 68px;
  vertical-align: super;
  text-transform: none;
  font-weight: normal;
}

.box-main-work .stats {
  display: table;
  margin: 0 auto;
  width: 960px;
}

.box-main-work .stats .col {
  display: table-cell;
  font-size: 12px;
  vertical-align: top;
}

.box-main-work .stats .col:first-child {
  width: 29%;
}

.box-main-work .stats .col:nth-child(2) {
  width: 30%;
}

.box-main-work .stats .col .stat {
  height: 95px;
  margin: 20px 0 15px;
}

.box-main-work .stats .col .stat .num {
  color: #0c6fa2;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  opacity: 0.7;
  white-space: nowrap;
}

.box-main-work .stats .col .stat .num big {
  font-size: 50px;
}

.box-manager {
  position: relative;
  -webkit-border-radius: 0 0 33px 0;
          border-radius: 0 0 33px 0;
  background-color: #d7e6fa;
  margin: 15px 10px 15px -10px;
  padding: 10px 10px 25px;
  font-size: 13px;
}

.box-manager:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: -webkit-calc(100% - 33px);
  height: calc(100% - 33px);
  width: 4px;
  background-color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.box-manager:after {
  content: "";
  position: absolute;
  bottom: 33px;
  right: 2px;
  height: 10px;
  width: 10px;
  border-left: 4px;
  background-color: transparent;
  -webkit-border-radius: 0 0 15px 0;
          border-radius: 0 0 15px 0;
}

.box-manager .title {
  margin-top: 5px;
  line-height: 15px;
  margin-bottom: 13px;
}

.box-manager .manager-info {
  padding-right: 5px;
}

.box-manager .manager-info>img {
  width: 100%;
}

.box-manager .manager-info .manager-name {
  font-size: 15px;
  margin: 7px 0 10px 0;
  line-height: 18px;
}

.box-manager .manager-info>div {
  margin-bottom: 6px;
}

.box-map-projects {
  margin: 30px auto 60px;
  width: 960px;
  height: 564px;
  position: relative;
  /*
.elem-proj {
  &.proj-01 {
    left: 114px;
    top: 
  }
  &.proj-02 {
    top: 200px;
    left: 147px;
  }
  &.proj-03 {
    bottom: 146px;
    left: 406px;
  }
  &.proj-04 {
    bottom: 164px;
    right: 250px;
  }
  &.proj-05 {
    bottom: 105px;
    right: 95px;
  }
  &.proj-06 {
    top: 214px;
    right: 0px;
  }
  &.proj-07 {
    top: 218px;
    left: 138px;
  }
}
*/
}

.box-map-projects .map-img {
  position: absolute;
  top: 0;
  left: 0;
}

.box-mission {
  margin-bottom: 60px;
}

.box-mission.clients {
  margin-bottom: 0;
}

.box-mission .bg-pipe-bottom {
  position: relative;
}

.box-mission .bg-pipe-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 19px;
  width: 100%;
  background: transparent url('/bitrix/templates/main_eng_test/img/d/bg-pipe.png?v1') 0 0 repeat-x;
}

.box-mission .col {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}

.box-mission .col-inline {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}

.box-mission .col-inline h3,
.box-mission .col-inline .h3 {
  position: relative;
  padding-left: 25px;
}

.box-mission .col-inline h3 .icon-info,
.box-mission .col-inline .h3 .icon-info {
  position: absolute;
  left: 0;
  top: 3px;
}

.box-mission .col-inline h3>a,
.box-mission .col-inline .h3>a {
  display: inline-block;
}

.box-mission .about-background {
  position: relative;
}

.box-mission .about-background:before,
.box-mission .about-background:after {
  content: "";
  position: absolute;
}

.box-mission .about-background:before {
  background: transparent url('/bitrix/templates/main_eng_test/img/d/about-bg-01.png?v1') 0 0 no-repeat;
  width: 676px;
  height: 402px;
  left: -676px;
  margin-top: -402px;
}

.box-mission .about-background:after {
  background: transparent url('/bitrix/templates/main_eng_test/img/d/about-bg-02.png?v1') 0 0 no-repeat;
  width: 476px;
  height: 417px;
  right: -430px;
  margin-top: -409px;
}

.box-mission .img-cert,
.box-mission .img-prod {
  position: relative;
}

.box-mission .img-cert:before,
.box-mission .img-prod:before {
  content: "\00a0";
}

.box-mission .img-cert img,
.box-mission .img-prod img {
  /* position: absolute; */
  /* max-width: inherit; */
}

.box-mission .img-cert img {
  left: 0;
  top: 0;
}

.box-mission .img-prod img {
  left: 0;
  top: 0;
}

.box-mission .row {
  margin-bottom: 45px;
}

.box-mission .about-logos {
  padding-bottom: 70px;
}

.box-mission .no-bullet {
  padding-left: 0;
}

.box-mission .no-bullet>li:before {
  content: none;
}

.box-not-found {
  padding-top: 460px;
  margin: 0 auto;
  width: 960px;
}

.box-not-found h1,
.box-not-found .h1 {
  font-weight: 800;
  text-transform: uppercase;
}

.box-not-found ul {
  font-size: 15px;
  display: inline-block;
  padding-left: 0;
  margin-right: 50px;
}

.box-not-found ul>li:before {
  content: none;
}

.box-not-found ul>li>a {
  font-weight: 600;
}

.box-obj-types {
  margin-bottom: 100px;
}

.box-obj-types .obj-links {
  margin-top: 30px;
}

.box-obj-types .obj-links .obj-row {
  position: relative;
  font-size: 0;
  margin-bottom: 6px;
}

.box-obj-types .obj-links .obj-row a {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  height: 132px;
  padding: 15px 10px 15px 20px;
  color: #fff;
  text-decoration: none;
}

.box-obj-types .obj-links .obj-row a:nth-of-type(2) {
  border-left: solid 6px #fff;
  border-right: solid 6px #fff;
}

.box-obj-types .obj-links .obj-row a:hover {
  text-decoration: underline;
}

.box-obj-types .obj-links .obj-row a:hover>span {
  text-decoration: underline;
}

.box-obj-types .obj-links .obj-row a>span {
  display: table;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.box-obj-types .obj-links .obj-row .decor {
  position: absolute;
  width: 132px;
  height: 132px;
}

.box-obj-types .obj-links .obj-row .decor:first-child {
  left: -138px;
  top: 0;
}

.box-obj-types .obj-links .obj-row .decor:last-child {
  left: auto;
  right: -138px;
  top: auto;
  bottom: 0;
}

.box-obj-types .obj-links .obj-row .decor.half {
  width: 64px;
  height: 64px;
}

.box-obj-types .obj-links .obj-row .decor.half:last-child {
  right: -70px;
}

.box-obj-types .obj-links .obj-row .decor.half:first-child {
  left: -70px;
}

.box-pop-up {
  display: none;
  width: 360px;
}

.box-pop-up .pop-head {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 15px;
}

.box-pop-up .form-group {
  margin-bottom: 10px;
}

.box-pop-up .form-group .form-control-error {
  display: none;
}

.box-pop-up .form-group.has-error .form-control-error {
  display: block;
}

.box-pop-up .form-group textarea {
  height: 100px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-pop-up .form-group textarea.custom {
  height: auto;
}

.box-pop-up .form-group .dropdown .arrow {
  border-color: #0c4da2 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 10px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.box-pop-up .form-group .dropdown .dropdown-menu {
  left: 0;
  margin-top: 0;
}

.box-pop-up .form-group .dropdown .dropdown-menu .btn {
  margin-top: 5px;
}

.box-pop-up .form-group .dropdown.open .arrow {
  border-color: transparent transparent #0c4da2 transparent;
  border-style: solid;
  border-width: 0 4px 5px 4px;
}

.box-pop-up .btn {
  margin-top: 20px;
}

.box-pop-up .elem-input-file {
  margin: 30px 0 20px;
  padding-left: 200px;
}

.box-pop-up .elem-input-file .btn {
  margin-top: 0;
  width: auto;
}

.box-pop-up .elem-input-file.small-btn {
  padding-left: 150px;
}

.box-pop-up.large {
  width: 400px;
}

.box-product-info {
  margin-top: 45px;
}

.box-product-info .product-slider {
  width: 60%;
  height: 330px;
}

.box-product-info .product-slider .carousel-inner img {
  display: inline-block;
  max-width: 100%;
}

.box-product-info .product-slider .carousel-inner .table-item {
  display: table;
  width: 100%;
}

.box-product-info .product-slider .carousel-inner .item {
  height: 300px;
  text-align: center;
  width: 100%;
}

.box-product-info .product-slider .carousel-inner .item .fancybox {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
}

.box-product-info .product-slider .carousel-inner .item .fancybox:before {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -94px no-repeat;
  content: '';
  position: absolute;
  right: 8px;
  top: 8px;
}

@media print {

  .box-product-info .product-slider .carousel-inner .item .fancybox:after,
  .box-product-info .product-slider .carousel-inner .item .fancybox:before {
    content: none !important;
  }
}

.box-product-info .product-slider .carousel-inner .item .product-badges {
  position: absolute;
  left: 29px;
  top: 0;
}

.box-product-info .product-slider .carousel-inner .item .product-badges .badge {
  display: table;
  margin-bottom: 6px;
}

.box-product-info .product-slider .carousel-inner .item .product-badges .badge:before {
  left: -29px;
}

@media print {
  .box-product-info .product-slider .carousel-inner .item .product-badges {
    display: none;
  }
}

.box-product-info .product-slider .carousel-indicators {
  font-size: 0;
  margin-bottom: 0;
  bottom: 0;
}

.box-product-info .product-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #6d94c7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: none;
  margin: 0 3px;
}

.box-product-info .product-slider .carousel-indicators li:before {
  content: none;
}

.box-product-info .product-slider .carousel-indicators li:hover {
  background-color: #0c4da2;
}

.box-product-info .product-slider .carousel-indicators li.active {
  background-color: #536168;
}

@media print {
  .box-product-info .product-slider .carousel-indicators {
    display: none;
  }
}

@media print {
  .box-product-info .product-slider {
    width: 50%;
  }
}

.box-product-info .quick-info {
  margin: 0;
  padding: 20px 15px 0 16px;
  list-style: none;
  background: #d7e6fa url(/bitrix/templates/main_eng_test/img/d/border-curve.png?v1) 100% 100% no-repeat;
  -webkit-border-radius: 0 0 33px 0;
          border-radius: 0 0 33px 0;
  min-height: 330px;
  width: 37%;
  position: relative;
}

.box-product-info .quick-info:after {
  content: '';
  display: block;
  width: 4px;
  background-color: #fff;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 33px;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.box-product-info .quick-info li {
  font-size: 13px;
  color: #536168;
  margin-bottom: 10px;
}

.box-product-info .quick-info li:before {
  content: none;
}

@media print {
  .box-product-info .quick-info {
    background-color: #fff !important;
    background-image: none;
    padding: 0 20px 0 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-right: solid 1px #e3e5e6;
    width: 50%;
  }
}

.box-product-info .poruct-tech {
  width: 100%;
  color: #536168;
  margin-top: -6px;
}

.box-product-info .poruct-tech th {
  font-size: 20px;
  color: #536168;
  font-weight: 600;
}

.box-product-info .poruct-tech td {
  position: relative;
  vertical-align: bottom;
  padding-top: 10px;
  font-size: 12px;
}

.box-product-info .poruct-tech td:first-child {
  vertical-align: top;
  width: 70%;
}

.box-product-info .poruct-tech td:first-child div {
  position: relative;
  border-bottom: dotted 1px #536168;
}

.box-product-info .poruct-tech td:first-child span {
  padding-left: 0;
}

.box-product-info .poruct-tech td span {
  background-color: #fff;
  display: inline;
  padding: 0 5px 0px 4px;
  position: relative;
  bottom: -2px;
}

@media print {
  .box-product-info .poruct-tech td>span {
    background-color: #fff !important;
  }

  .box-product-info .poruct-tech td:first-child div {
    border-bottom: solid 1px #000;
  }
}

.box-production-legend {
  position: relative;
  width: 987px;
  height: 475px;
  margin-top: 60px;
  /* margin-bottom: -488px; */
}

.box-production-legend .prod-bg {
  position: absolute;
  max-width: inherit;
  left: -60px;
}

.box-production-legend .item {
  position: absolute;
  color: #536168;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
}

.box-production-legend .item.one {
  left: 12px;
  top: 215px;
}

.box-production-legend .item.two {
  top: 288px;
  left: 200px;
}

.box-production-legend .item.three {
  top: 370px;
  right: 355px;
  left: 48vh;
}

.box-production-legend .item.four {
  right: 210px;
  top: -30px;
}

.box-production-legend .item .blue {
  font-size: 12px;
  text-transform: uppercase;
  color: #549abe;
}

.box-production-legend .item .name {
  font-size: 18px;
  padding: 7px 0;
}

.box-production-legend .item .square {
  font-size: 14px;
  margin-bottom: 7px;
}

.box-production-legend .item .year {
  font-size: 13px;
}

.box-production .videoWrapper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.box-production .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-production .production-val {
  padding-top: 25px;
}

.box-production .production-val>h2 {
  margin-bottom: 30px;
}

.box-production .production-val .item:after {
  content: "";
  display: table;
  clear: both;
}

.box-production .production-val .item .pic {
  float: left;
}

.box-production .production-val .item .pic+.info {
  padding-left: 105px;
}

.box-project .tags {
  color: #536168;
  margin: 10px 0;
}

.box-project .tags a {
  margin-left: 5px;
}

.box-project .client:before,
.box-project .client:after {
  content: " ";
  display: table;
}

.box-project .client:after {
  clear: both;
}

.box-project .client .pic {
  width: 97px;
  height: 97px;
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
}

.box-project .client .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.box-project .client .name {
  font-size: 16px;
}

.box-project .client .city {
  font-size: 20px;
  font-weight: bold;
  color: #536168;
}

.box-project .box-catalog-block .name,
.box-project .box-catalog-block .name a {
  text-decoration: none;
  font-weight: normal;
  color: #404040;
}

.box-project hr {
  border-color: #6d94c7;
  border-width: 2px;
}

.box-project .flexslider .table-cell {
  display: table;
  width: 100%;
}

.box-project .flexslider .table-cell>span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.box-project .flexslider .table-cell>span img {
  display: inline-block;
}

.box-project #slider {
  height: 416px;
}

.box-project #slider .table-cell>span {
  height: 416px;
}

.box-project #slider .slides img {
  width: auto;
  max-width: 100%;
  max-height: 416px;
}

.box-project #carousel {
  height: 48px;
}

.box-project #carousel .flex-viewport {
  max-height: 48px;
}

.box-project #carousel .table-cell>span {
  height: 48px;
}

.box-project #carousel .slides img {
  width: auto;
  max-width: 105px;
  height: 48px;
  max-height: 48px;
}

.box-promo {
  position: relative;
  height: 540px;
  white-space: nowrap;
}

.box-promo::before {
  background: url('/bitrix/templates/main_eng_test/img/d/promo-bg.jpg?v1') 100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 200px;
  position: absolute;
  width: 1253px;
}

.box-promo .left-block {
  position: absolute;
  height: 100%;
  right: 56%;
  padding-top: 44px;
  text-align: right;
  width: 2000px;
}

.box-promo .right-block {
  position: absolute;
  height: 100%;
  left: 100%;
  padding-top: 44px;
  width: 2000px;
}

.box-promo .before-right-block {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 1;
}

.box-promo .box {
  white-space: normal;
  margin: 3px;
  display: inline-block;
  vertical-align: top;
  background: #0c4da2;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.box-promo .box img {
  display: inline-block;
  margin: 10px 0;
}

.box-promo .box.s {
  width: 64px;
  height: 64px;
}

.box-promo .box.m {
  width: 132px;
  height: 132px;
  text-align: center;
}

.box-promo .box.l {
  width: 270px;
  height: 132px;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 20px;
}

.box-promo .box.marg-left-s {
  margin-left: 70px;
}

.box-promo .box.marg-left-m {
  margin-left: 141px;
}

.box-promo .box.marg-left-l {
  margin-left: 270px;
}

.box-promo .box.marg-right-s {
  margin-right: 70px;
}

.box-promo .box.marg-right-m {
  margin-right: 141px;
}

.box-promo .box.marg-right-l {
  margin-right: 270px;
}

.box-promo .box.marg-top-s {
  margin-top: 70px;
}

.box-promo.static {
  margin-top: 47px;
  margin-bottom: 25px;
  height: auto;
  min-height: 411px;
  white-space: normal;
}

.box-promo.static::before {
  content: none;
  display: none;
}

.box-promo.static table {
  width: 129.2%;
  table-layout: fixed;
  position: absolute;
  left: 0;
  margin-left: -14.5%;
}

.box-promo.static table td {
  padding: 3px;
  background-color: #fff;
  position: relative;
  vertical-align: top;
}

.box-promo.static table td>a {
  display: block;
  width: 100%;
  min-height: 131px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 0;
  padding-top: 11%;
  background-color: #9bcde7;
}

.box-promo.static table td>a>img {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.box-promo.static table td>a>span {
  display: table;
  font-size: 13px;
  line-height: 14px;
  margin-left: auto;
  margin-right: auto;
}

.box-promo.static table td>a:hover {
  text-decoration: underline;
}

.box-promo.static table td>a:hover>img {
  -webkit-animation: pound .25s 2 alternate;
          animation: pound .25s 2 alternate;
}

.box-promo.static table td[colspan="2"]>a {
  text-align: left;
  padding-left: 20px;
  padding-top: 4.8%;
}

.box-promo.static table td[colspan="2"]>a>span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
}

.box-promo.static table tr:first-child td:first-child:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  min-height: 64px;
  background-color: rgba(130, 193, 225, 0.4);
  position: absolute;
  right: 3px;
  top: 3px;
}

.box-promo.static table tr:nth-child(2) td:last-child:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  min-height: 64px;
  background-color: rgba(181, 196, 203, 0.5);
  position: absolute;
  left: 3px;
  bottom: 3px;
}

@-webkit-keyframes pound {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pound {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.box-question-list {
  background-color: #f1f1f1;
  padding: 0 15px 15px;
}

.box-question-list h3,
.box-question-list .h3 {
  margin-bottom: 30px;
}

.box-report-create {
  background-color: #f2f3f4;
  padding: 15px;
  font-size: 13px;
}

.box-report-create:before,
.box-report-create:after {
  content: " ";
  display: table;
}

.box-report-create:after {
  clear: both;
}

.box-report-create h3 {
  margin-top: 0;
}

.box-report-create .btn {
  margin-top: 19px;
}

.box-sidebar img {
  max-width: 100%;
}

.box-slider-about {
  height: 430px;
  position: absolute;
  left: 50px;
  right: 50px;
  overflow: hidden;
  z-index: 2;
}

.box-slider-about .slidee {
  height: 100%;
}

.box-slider-about .slidee .slider-item {
  display: inline-block;
  float: left;
  padding-left: 44px;
  height: 430px;
  position: relative;
  vertical-align: bottom;
}

.box-slider-about .slidee .slider-item:first-child {
  padding-left: 0px;
}

.box-slider-about .slidee .slider-item .history {
  font-size: 0;
  position: relative;
  bottom: 0;
  vertical-align: bottom;
  display: inline-block;
  margin-bottom: 120px;
}

.box-slider-about .slidee .slider-item .history td {
  border: solid 6px transparent;
  border-left: 0;
  border-bottom: 0;
  vertical-align: bottom;
}

.box-slider-about .slidee .slider-item .history td.sm {
  width: 40px;
}

.box-slider-about .slidee .slider-item .history td.md {
  width: 100px;
}

.box-slider-about .slidee .slider-item .history td img {
  display: inline-block;
}

.box-slider-about .slidee .slider-item .year {
  position: absolute;
  top: 352px;
  font-size: 13px;
  color: #536168;
}

.box-slider-about .slidee .slider-item .year:before {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background-color: #536168;
  position: absolute;
  left: 28px;
  top: -8px;
}

.box-slider-about .slidee .slider-item .year b {
  display: block;
  font-size: 25px;
}

.box-slider-about .slidee .brick {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}

.box-slider-about .slidee .brick.xs {
  width: 20px;
  height: 20px;
}

.box-slider-about .slidee .brick.sm {
  width: 40px;
  height: 40px;
}

.box-slider-about .slidee .brick.md {
  width: 100px;
  height: 100px;
}

.box-slider-about .slidee .brick.lg {
  width: 206px;
  height: 206px;
}

.box-slider-about .slidee .brick.long {
  width: 100px;
  height: 206px;
}

.box-slider-about .scrollbar {
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 90px;
  background-color: #d8e7fa;
}

.box-slider-about .scrollbar .handle {
  width: 200px;
  height: 100%;
  background-color: #6c94c7;
}

.slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  height: 17px;
  margin-top: -108px;
  z-index: 1;
}

.slider-nav .forward,
.slider-nav .backward {
  position: absolute;
  top: 0;
  height: 17px;
  width: 17px;
  cursor: pointer;
  border: solid 10px transparent;
}

.slider-nav .forward:disabled,
.slider-nav .backward:disabled {
  cursor: default;
}

.slider-nav .forward {
  right: 15px;
  border-left: solid 10px #6c94c7;
}

.slider-nav .backward {
  left: 15px;
  border-right: solid 10px #6c94c7;
}

.box-slider-after {
  height: 430px;
}

.box-slider-clients {
  height: 272px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
}

.box-slider-clients .slider-wrap {
  overflow: visible !important;
}

.box-slider-clients .cycle-carousel-wrap .slide {
  opacity: 1;
  filter: alpha(opacity=100);
}

.box-slider-clients .slide {
  height: 272px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
}

.box-slider-clients .slide>div:before,
.box-slider-clients .slide>div:after {
  content: " ";
  display: table;
}

.box-slider-clients .slide>div:after {
  clear: both;
}

.box-slider-clients .slide>div:first-child {
  margin-bottom: 6px;
}

.box-slider-clients .slide>div img {
  display: inline-block;
}

.box-slider-clients .brick {
  display: inline-block;
}

.box-slider-clients .brick.sm {
  width: 64px;
  height: 64px;
}

.box-slider-clients .brick.md {
  width: 132px;
  height: 132px;
}

.after-slider-clients {
  height: 272px;
}

.box-sort {
  color: #5b5b5b;
}

.box-sort a {
  text-decoration: none;
  color: #5b5b5b;
  padding: 0 5px;
}

.box-sort a.active {
  font-weight: bold;
}

.box-sort a .pseudolink {
  color: #5b5b5b;
  line-height: 15px;
}

.box-sort a .icon-sort-arrow.desc {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.box-tab {
  float: right;
  min-width: 80px;
}

.box-tab a {
  display: inline-block;
  padding: 5px;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
}

.box-tab a.active {
  border: 2px solid #0c4da2;
}

.box-table-offer {
  margin-top: 40px;
}

.box-table-offer .actualized {
  font-size: 12px;
  color: #536168;
}

.box-table-offer .table {
  margin-top: 5px;
  margin-bottom: 45px;
  width: 100%;
}

@media print {
  .box-table-offer .table {
    border-collapse: separate !important;
  }

  .box-table-offer .table>thead.print {
    display: table-header-group !important;
  }
}

.box-table-offer .table>thead>tr>th,
.box-table-offer .table>tbody>tr>th,
.box-table-offer .table>tfoot>tr>th {
  font-weight: normal;
  font-size: 12px;
  color: #6d7b83;
}

.box-table-offer .table>thead>tr>th:first-child,
.box-table-offer .table>tbody>tr>th:first-child,
.box-table-offer .table>tfoot>tr>th:first-child {
  width: 110px;
}

.box-table-offer .table>thead>tr>th b,
.box-table-offer .table>tbody>tr>th b,
.box-table-offer .table>tfoot>tr>th b {
  font-weight: bold;
  font-size: 13px;
}

.box-table-offer .table>thead>tr>th .relative,
.box-table-offer .table>tbody>tr>th .relative,
.box-table-offer .table>tfoot>tr>th .relative {
  position: relative;
  padding-bottom: 35px;
  min-width: 94px;
}

.box-table-offer .table>thead>tr>th .dropdown,
.box-table-offer .table>tbody>tr>th .dropdown,
.box-table-offer .table>tfoot>tr>th .dropdown {
  position: absolute;
  bottom: 0;
}

.box-table-offer .table>thead>tr>th .dropdown .form-control,
.box-table-offer .table>tbody>tr>th .dropdown .form-control,
.box-table-offer .table>tfoot>tr>th .dropdown .form-control {
  text-align: left;
  padding-right: 25px;
  color: #aaa;
  min-width: 94px;
}

.box-table-offer .table>thead>tr>th .dropdown .form-control span,
.box-table-offer .table>tbody>tr>th .dropdown .form-control span,
.box-table-offer .table>tfoot>tr>th .dropdown .form-control span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}

.box-table-offer .table>thead>tr>th .dropdown .form-control span.checked,
.box-table-offer .table>tbody>tr>th .dropdown .form-control span.checked,
.box-table-offer .table>tfoot>tr>th .dropdown .form-control span.checked {
  color: #333a49;
}

.box-table-offer .table>thead>tr>th .dropdown .form-control:focus,
.box-table-offer .table>tbody>tr>th .dropdown .form-control:focus,
.box-table-offer .table>tfoot>tr>th .dropdown .form-control:focus {
  border-color: #a0a5ad;
}

.box-table-offer .table>thead>tr>th .dropdown .form-control .arrow,
.box-table-offer .table>tbody>tr>th .dropdown .form-control .arrow,
.box-table-offer .table>tfoot>tr>th .dropdown .form-control .arrow {
  border-color: #0c4da2 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 10px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.box-table-offer .table>thead>tr>th .dropdown .dropdown-menu,
.box-table-offer .table>tbody>tr>th .dropdown .dropdown-menu,
.box-table-offer .table>tfoot>tr>th .dropdown .dropdown-menu {
  left: 0;
  margin-top: 0;
}

.box-table-offer .table>thead>tr>th .dropdown .dropdown-menu .btn,
.box-table-offer .table>tbody>tr>th .dropdown .dropdown-menu .btn,
.box-table-offer .table>tfoot>tr>th .dropdown .dropdown-menu .btn {
  margin-top: 5px;
}

.box-table-offer .table>thead>tr>th .dropdown.open .arrow,
.box-table-offer .table>tbody>tr>th .dropdown.open .arrow,
.box-table-offer .table>tfoot>tr>th .dropdown.open .arrow {
  border-color: transparent transparent #0c4da2 transparent;
  border-style: solid;
  border-width: 0 4px 5px 4px;
}

.box-table-offer .table>thead>tr>th .clear,
.box-table-offer .table>tbody>tr>th .clear,
.box-table-offer .table>tfoot>tr>th .clear {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 29px;
  width: 29px;
  background: #e7b5aa;
  color: #fff;
  text-align: center;
  line-height: 29px;
}

.box-table-offer .table>thead>tr>th .clear.active,
.box-table-offer .table>tbody>tr>th .clear.active,
.box-table-offer .table>tfoot>tr>th .clear.active {
  background-color: #d75138;
}

.box-table-offer .table>tbody>tr>td {
  color: #4f5c63;
  font-size: 14px;
  vertical-align: middle;
  padding: 8px 12px;
  position: relative;
}

.box-table-offer .table>tbody>tr>td .btn {
  padding-top: 4px;
  padding-bottom: 4px;
}

.box-table-offer .table>tbody>tr>td .badges {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  white-space: nowrap;
}

.box-table-offer .table>tbody>tr>td .amount {
  white-space: nowrap;
}

@media print {
  .box-table-offer .table>tbody>tr>td .badges {
    display: none;
  }
}

.box-table-offer .table>tbody>tr.active>td {
  background-color: #ecf3fb;
}

.box-table-offer .table>tbody>tr:last-child td {
  /*border-color: transparent;*/
}

@media print {
  .box-table-offer .table>thead th {
    background-color: #f2f2f2 !important;
  }

  .box-table-offer .table>tbody>tr td .btn {
    display: none;
  }

  .box-table-offer .table tr td,
  .box-table-offer .table tr th {
    padding: 2px 5px;
  }
}

@media (max-width: 1135px) {
  .box-table-offer .table {
    table-layout: fixed;
  }

  .box-table-offer .table>thead>tr>th {
    word-break: break-word;
  }
}

.box-table-offer .avail {
  display: inline-block;
  width: 65px;
  position: relative;
  background-color: #d8e7fa;
  height: 13px;
}

.box-table-offer .avail span {
  position: absolute;
  height: 100%;
  left: 0;
  background-color: #6d94c7;
}

@media print {
  .box-table-offer .avail {
    background-color: #fff !important;
    display: inline;
  }

  .box-table-offer .avail span {
    background-color: #fff !important;
    display: none;
  }

  .box-table-offer .avail:after {
    content: attr(data-print-text);
  }
}

.box-tabs-hor .nav-tabs {
  border-bottom: solid 2px #6d94c7;
  overflow: visible;
}

.box-tabs-hor .nav-tabs>li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 4px;
  bottom: -2px;
  height: 2px;
  background-color: #fff;
}

.box-tabs-hor .nav-tabs>li.active>a {
  border: solid 2px #6d94c7;
  border-bottom: transparent;
  background-color: #fff;
  color: #536168;
  font-weight: 600;
}

.box-tabs-hor .nav-tabs>li.active>a:hover,
.box-tabs-hor .nav-tabs>li.active>a:focus {
  border: solid 2px #6d94c7;
  border-bottom: transparent;
  background-color: #fff;
  color: #536168;
}

.box-tabs-hor .nav-tabs>li.active>a.order-cart,
.box-tabs-hor .nav-tabs>li.active>a.order-cart:focus {
  padding: 8px 10px 12px 40px;
  margin-bottom: 0;
  background-color: #fff;
}

.box-tabs-hor .nav-tabs>li.active>a span {
  border-bottom: transparent;
}

.box-tabs-hor .nav-tabs>li>a {
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #0c4da2;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  padding: 10px 12px;
  cursor: pointer;
}

.box-tabs-hor .nav-tabs>li>a span {
  /* display: inline-block; */
  border-bottom: dashed 1px;
}

.box-tabs-hor .nav-tabs>li>a.order-cart {
  position: relative;
  background-color: #d7e6fa;
  padding: 8px 10px 8px 40px;
}

.box-tabs-hor .nav-tabs>li>a.order-cart::after {
  position: absolute;
  left: 9px;
  top: 6px;
  width: 23px;
  height: 22px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -178px -135px no-repeat;
  content: '';
}

.box-tabs-hor .nav-tabs>li>a:hover {
  background-color: transparent;
  border-color: transparent;
}

.box-tabs-hor .nav-tabs>li>a:hover span {
  border-bottom: transparent;
}

@media print {
  .box-tabs-hor .nav-tabs {
    border: none;
  }

  .box-tabs-hor .nav-tabs>li {
    display: none;
  }

  .box-tabs-hor .nav-tabs>li.print {
    display: block;
  }

  .box-tabs-hor .nav-tabs>li.print>a {
    border: none;
    font-size: 31px;
  }

  .box-tabs-hor .nav-tabs>li.print li {
    display: list-item;
    list-style: square;
  }

  .box-tabs-hor .nav-tabs>li.print li:before {
    content: none;
  }
}

.box-tabs-hor .tab-content>.tab-pane {
  padding-top: 25px;
  color: #536168;
}

.box-tabs-hor .videoWrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.box-tabs-hor .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-teasers {
  margin: 15px 0 50px -23%;
}

.box-teasers:before,
.box-teasers:after {
  content: " ";
  display: table;
}

.box-teasers:after {
  clear: both;
}

.box-teasers .teaser {
  color: #536168;
  float: left;
  font-size: 16px;
  line-height: 1;
  margin-left: 19%;
  padding-top: 36px;
  position: relative;
  width: 115px;
  text-decoration: none;
}

.box-teasers .teaser .num {
  font-size: 90px;
  font-weight: 800;
}

.box-teasers .teaser img {
  left: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

.box-teasers .teaser:first-child img {
  left: 80%;
}

.box-top-container {
  background: #f2f2f2;
  height: 34px;
  margin-bottom: 17px;
  padding-top: 7px;
}

.box-top-container a {
  color: #0c4da2;
  font-size: 11px;
  line-height: 1.2;
  margin-left: 6%;
}

.box-top-container a:hover,
.box-top-container a:focus {
  color: #0c4da2;
}

.box-top-container a:hover {
  text-decoration: none;
}

.box-top-container a:first-child {
  margin-left: 0;
}

.box-top-container .userLinks {
  text-align: right;
}

.box-top-container .userLinks a {
  color: #6d7b83;
  margin-left: 15%;
}

.box-top-container .userLinks a:hover,
.box-top-container .userLinks a:focus {
  color: #566167;
}

.box-top-container .userLinks a:first-child {
  margin-left: 0;
}

.box-top-container .userLinks .auth {
  position: relative;
}

.box-top-container .userLinks .auth:before {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -39px -214px no-repeat;
  content: '';
  margin-right: 7px;
  position: absolute;
  top: 1px;
  right: 100%;
}

@media print {
  .box-top-container {
    display: none;
  }
}

.elem-account-contacts {
  color: #536168;
  margin-bottom: 45px;
}

.elem-account-contacts .name {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.elem-account-contacts p {
  margin: 2px 0;
  font-size: 13px;
}

.elem-account-contacts .note {
  font-size: 13px;
  line-height: 14px;
}

.elem-account-contacts.locked .name,
.elem-account-contacts.locked .table-personal td {
  color: #999999;
}

.elem-account-table {
  margin-bottom: 40px;
}

.elem-account-table .table {
  font-size: 13px;
  color: #536168;
  margin: 0;
}

.elem-account-table .table th {
  font-weight: normal;
  font-size: 12px;
}

.elem-account-table .table th>span {
  font-weight: normal;
  cursor: pointer;
  position: relative;
}

.elem-account-table .table th>span:after {
  display: inline-block;
  width: 5px;
  height: 14px;
  position: absolute;
  border: solid 5px transparent;
  margin-left: 6px;
}

.elem-account-table .table th>span.sort-asc:after {
  content: "";
  border-bottom: solid 7px #536168;
}

.elem-account-table .table th>span.sort-desc:after {
  content: "";
  border-top: solid 7px #536168;
  top: 7px;
}

.elem-account-table .table td {
  padding: 12px 10px;
}

.elem-account-table .table td .elem-blue-round {
  position: relative;
  top: -1px;
}

.elem-account-table .table td .elem-status-persent {
  margin-right: 5px;
}

.amount {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 107px;
  position: relative;
}

.amount .minus,
.amount .plus {
  color: #6d94c7;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 27px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  top: 4px;
  outline: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.amount .minus:hover,
.amount .plus:hover {
  color: #0c4da2;
}

.amount .minus:disabled,
.amount .plus:disabled {
  cursor: default;
  cursor: not-allowed;
}

@media print {

  .amount .minus,
  .amount .plus {
    display: none;
  }
}

.amount input {
  width: 44px;
  height: 30px;
  border: solid 1px #b4babe;
  font-size: 14px;
  text-align: right;
  padding: 0 8px;
  outline: none;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.amount input:focus {
  border: solid 1px #0c4da2;
}

.amount:hover input {
  border: solid 1px #0c4da2;
}

.amount .elem-popover {
  position: absolute;
  z-index: 5;
  width: 355px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 10px;
}

.badge {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.badge:after {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -6px;
  background-image: url(/bitrix/templates/main_eng_test/img/d/shadow-bot.png?v1);
  background-repeat: repeat-x;
}

.badge:before {
  position: absolute;
  left: -30px;
  top: 0;
}

.badge.sale {
  background-color: #e58629;
}

.badge.sale:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -64px -124px no-repeat;
  content: '';
}

.badge.new {
  background-color: #0ca280;
}

.badge.new:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -32px -124px no-repeat;
  content: '';
}

.badge.best {
  background-color: #d85137;
}

.badge.best:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px 0px no-repeat;
  content: '';
}

.elem-blue-round {
  display: inline-block;
  text-align: center;
  background-color: #6d94c7;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  width: 12px;
  height: 12px;
  line-height: 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.elem-cad-table {
  font-size: 0;
}

.elem-cad-table>i {
  font-size: 14px;
  font-weight: 600;
  display: table;
  margin: 10px 0 8px 0px;
}

.elem-cad-table .tables>table {
  display: inline-table;
  vertical-align: top;
  width: 32%;
  font-size: 12px;
  margin-left: 2%;
}

.elem-cad-table .tables>table:first-child,
.elem-cad-table .tables>table:nth-child(4n) {
  margin-left: 0;
}

.elem-cad-table .tables>table th {
  background-color: #f2f2f2;
  padding: 2px 8px;
  font-weight: normal;
  text-align: left;
}

.elem-cad-table .tables>table th:first-child {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.elem-cad-table .tables>table td {
  text-align: left;
  padding: 5px 8px;
  line-height: 1.8;
  vertical-align: top;
}

.elem-cad-table .tables>table td>img {
  margin-top: 5px;
}

.elem-cart-type {
  font-size: 0;
  margin-top: 0;
  padding-top: 6px;
}

.elem-cart-type>b {
  color: #6d94c7;
  font-size: 14px;
}

.elem-cart-type>a {
  font-size: 14px;
}

.elem-cart-type .decor {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 24px;
  background-color: #fff;
  border: solid 2px #6d94c7;
  position: relative;
  margin: -2px 10px 0;
}

.elem-cart-type .decor:after {
  content: '';
  display: block;
  width: 29px;
  height: 18px;
  background-color: #6d94c7;
  position: absolute;
  top: 1px;
  left: auto;
  right: 1px;
}

.elem-cart-type.type-simple .decor:after {
  left: 1px;
  right: auto;
}

.elem-cart {
  font-size: 16px;
  padding: 1px 0 0 43px;
  position: absolute;
  text-decoration: none;
  right: 0;
  white-space: nowrap;
  color: #0c4da2;
}

.elem-cart:hover,
.elem-cart:focus {
  color: #0c4da2;
}

.elem-cart b {
  font-size: 20px;
}

.elem-cart:before {
  width: 37px;
  height: 28px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -85px -72px no-repeat;
  content: '';
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

@media print {
  .elem-cart {
    display: none;
  }
}

.elem-catalog-main {
  background: #d7e6fa url(/bitrix/templates/main_eng_test/img/d/logo-big.png?v1) 100% 100% no-repeat;
  -webkit-border-radius: 0 0 30px 0;
          border-radius: 0 0 30px 0;
  padding: 0px 25px 25px;
  margin-bottom: 45px;
}

.elem-catalog-main .h3 {
  margin-bottom: 25px;
}

.elem-catalog-main .pic {
  display: inline-block;
  border: solid 1px #6d94c7;
}

.elem-catalog-main .pic img {
  max-width: 100%;
  max-height: 100%;
}

.elem-catalog-main ul {
  width: 100%;
  font-size: 0px;
  margin-top: -5px;
}

.elem-catalog-main ul li {
  font-size: 14px;
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

.elem-catalog-main ul li:nth-child(even) {
  margin-left: 6%;
}

.elem-catalog-main ul+.elem-file {
  margin-bottom: 0;
}

.elem-checked {
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}

.elem-checked:before {
  width: 23px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -99px -103px no-repeat;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
}

.elem-development-grid {
  height: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 6000;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.elem-development-grid .row {
  opacity: 0.5;
}

.elem-development-grid div,
.elem-development-grid i {
  height: 100%;
}

.elem-development-grid i {
  display: block;
  background: green;
}

.elem-development-grid button {
  position: fixed;
  right: 0;
  bottom: 0;
}

.elem-development-grid.hdn {
  height: 0;
}

.elem-development {
  width: 1796px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -393px;
  right: 0;
  z-index: 5000;
}

.elem-development img {
  opacity: 0.5;
}

.elem-development button {
  position: fixed;
  left: 0;
  bottom: 0;
}

.elem-development input {
  width: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  bottom: 40px;
}

.elem-development.hdn img {
  display: none;
}

.elem-distributor {
  font-size: 13px;
}

.elem-distributor .services b {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 10px;
}

.elem-distributor .services b i {
  vertical-align: bottom;
}

.elem-distributor .services b:first-child {
  margin-left: 0px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 101;
}

.elem-feedback-fixed {
  width: 197px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.elem-feedback-fixed>ul {
  margin: 0;
  padding: 0;
  display: none;
}

.elem-feedback-fixed>ul.active {
  display: block;
}

.elem-feedback-fixed>ul>li {
  margin: 0;
}

.elem-feedback-fixed>ul>li:before {
  content: none;
}

.elem-feedback-fixed>ul>li:last-child>a {
  border-bottom: transparent;
}

.elem-feedback-fixed>ul>li>a {
  display: block;
  padding-left: 38px;
  position: relative;
  height: 29px;
  line-height: 28px;
  border-bottom: solid 1px #266ac4;
  background-color: #175cb6;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-transition: all all linear 300ms ease;
  -o-transition: all all linear 300ms ease;
  transition: all all linear 300ms ease;
}

.elem-feedback-fixed>ul>li>a:hover {
  background-color: #2d71cb;
  border-color: #2d71cb;
}

.elem-feedback-fixed>ul>li>a:before {
  position: absolute;
}

.elem-feedback-fixed>ul>li>a.tel:before {
  width: 12px;
  height: 13px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -95px -191px no-repeat;
  content: '';
  left: 17px;
  top: 9px;
}

.elem-feedback-fixed>ul>li>a.question:before {
  width: 9px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -60px no-repeat;
  content: '';
  left: 18px;
  top: 9px;
}

.elem-feedback-fixed>ul>li>a.letter-filled:before {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -185px -162px no-repeat;
  content: '';
  left: 16px;
  top: 8px;
}

.elem-feedback-fixed>ul>li>a.letter:before {
  width: 15px;
  height: 12px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -168px -162px no-repeat;
  content: '';
  left: 16px;
  top: 8px;
}

.elem-feedback-fixed .btn-feedback {
  position: relative;
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding-left: 46px;
  background-color: #0b4999;
}

.elem-feedback-fixed .btn-feedback:before {
  width: 20px;
  height: 19px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -21px no-repeat;
  content: '';
  position: absolute;
  left: 16px;
  top: 10px;
}

.elem-file {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  padding-left: 65px;
  padding-top: 6px;
  min-height: 60px;
}

.elem-file a {
  display: block;
}

.elem-file a:after,
.elem-file a:before {
  width: 40px;
  height: 50px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -72px no-repeat;
  content: '';
  left: 10px;
  position: absolute;
  top: 10px;
  display: block;
}

.elem-file a:before {
  background-image: none;
  z-index: 1;
}

.elem-file span {
  display: block;
  font-size: 11px;
}

.elem-file>b {
  color: #fff;
  left: 17px;
  position: absolute;
  top: 30px;
}

.elem-file.with-bg {
  background-color: #d9e6f6;
  padding-right: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.elem-file.with-img>b {
  display: none;
}

.elem-file.with-img a:after {
  content: none;
  display: none;
}

.elem-file.with-img>img {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
  max-height: 50px;
  border: solid 1px #6d94c7;
}

.file {
  margin-bottom: 20px;
  padding: 10px;
}

.file:first-of-type {
  margin-top: 60px;
}

.file .elem-file {
  margin-left: -10px;
}

.file .file-description {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #646f75;
}

.file.hot {
  background-color: #ffd7ab;
  background-image: url('/bitrix/templates/main_eng_test/img/d/fire.png?v1');
  background-position: 95% 90%;
  background-repeat: no-repeat;
}

.elem-hint {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
  color: #5b5b5b;
}

.elem-hint .hint-open:hover+.hint-hide {
  display: block;
}

.elem-hint .hint-hide {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
          box-shadow: 2px 5px 5px 0px rgba(14, 19, 28, 0.2);
  border: 1px solid #ccc;
  width: 280px;
  padding: 12px 15px;
  z-index: 99;
  margin-left: -10px;
  margin-top: 10px;
}

.elem-hint .hint-hide::before,
.elem-hint .hint-hide::after {
  position: absolute;
  content: "";
  top: -8px;
  left: 15px;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
}

.elem-hint .hint-hide::before {
  border-bottom: 8px solid #ccc;
  top: -9px;
}

.elem-hot-header {
  color: #ac5343;
  position: relative;
  padding-left: 38px;
}

.elem-hot-header:before {
  width: 22px;
  height: 30px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -96px -124px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.elem-img {
  margin: 17px 0;
}

.elem-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.elem-img .fancybox {
  display: block;
  position: relative;
}

.elem-img .fancybox:before {
  width: 16px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -227px -58px no-repeat;
  content: '';
  position: absolute;
  right: 8px;
  top: 8px;
}

.elem-img .descr {
  margin-top: 6px;
  font-size: 12px;
}

.elem-img.pull-left,
.elem-img.pull-right {
  max-width: 50%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.elem-img.pull-left {
  margin-right: 20px;
}

.elem-img.pull-right {
  margin-left: 20px;
}

.elem-input-file {
  position: relative;
  min-height: 34px;
  overflow: hidden;
  padding-left: 154px;
}

.elem-input-file .btn {
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
}

.elem-input-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(20);
          transform: scale(20);
  letter-spacing: 10em;
  /* IE 9 fix */
  -ms-transform: scale(20);
  /* IE 9 fix */
  opacity: 0;
  cursor: pointer;
}

.elem-input-file .MultiFile-list {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 5px;
}

.elem-input-file .MultiFile-label {
  clear: both;
  position: relative;
  margin-bottom: 6px;
}

.elem-input-file .MultiFile-label .MultiFile-remove {
  cursor: pointer;
  margin-left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -96px no-repeat;
  content: '';
}

.elem-input-file .MultiFile-label .MultiFile-title {
  word-wrap: break-word;
  padding-left: 15px;
  display: block;
  color: #333333;
}

.elem-input-file .MultiFile-wrap .error {
  display: none !important;
}

.elem-link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.elem-link-arrow:before {
  width: 9px;
  height: 8px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -86px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
}

.elem-location {
  color: #0c4da2;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  border: none;
  line-height: 1;
  border-bottom: 1px dashed;
  font-size: 11px;
  font-weight: bold;
  color: #5b5b5b;
  margin-left: 15px;
}

.elem-location::before {
  width: 8px;
  height: 11px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -73px no-repeat;
  content: '';
  position: absolute;
  content: "";
  left: 0;
}

.elem-location:hover,
.elem-location:focus {
  color: #0c4da2;
}

.elem-location:hover {
  color: #5b5b5b;
}

.elem-logistic {
  width: 100%;
  margin-top: 100px;
}

.elem-logistic td {
  padding-bottom: 40px;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #546167;
  z-index: 10;
  position: relative;
}

.elem-logistic td>img {
  display: inline-block;
  vertical-align: baseline;
}

.elem-logistic td>span {
  display: inline-block;
  width: 70%;
  padding-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -25px;
}

.elem-mistake-inn {
  display: none;
  position: absolute;
  right: -30px;
  top: 0px;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  font-size: 12px;
  color: #e80000;
}

.elem-new-delivery {
  font-size: 12px;
  background-color: #d9f2ff;
  padding: 10px 10px 10px 40px;
  position: relative;
}

.elem-new-delivery>a {
  font-size: 13px;
}

.elem-new-delivery:before {
  position: absolute;
  content: "";
  left: 9px;
  top: 13px;
  width: 25px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -101px -162px no-repeat;
  content: '';
}

.elem-new-delivery.add {
  background-color: #dae8fa;
  padding: 15px 15px 15px 45px;
}

.elem-new-delivery.add:before {
  left: 11px;
  top: 16px;
  width: 27px;
  height: 18px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -70px -103px no-repeat;
  content: '';
}

.elem-new-entity {
  font-size: 12px;
  background-color: #dae8fa;
  padding: 15px 15px 15px 40px;
  position: relative;
}

.elem-new-entity>a {
  font-size: 13px;
}

.elem-new-entity:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 16px;
  width: 19px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -37px -191px no-repeat;
  content: '';
}

.elem-new-order {
  font-size: 12px;
  background-color: #ceebe6;
  padding: 10px 10px 10px 40px;
  position: relative;
}

.elem-new-order>a {
  font-size: 13px;
}

.elem-new-order:before {
  position: absolute;
  content: "";
  left: 9px;
  top: 13px;
  width: 20px;
  height: 15px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -58px -191px no-repeat;
  content: '';
}

.elem-office {
  background-image: url('/bitrix/templates/main_eng_test/img/d/adl-bg.png?v1');
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 0 0 35px;
          border-radius: 0 0 35px;
  padding: 15px;
  margin-bottom: 0;
}

.elem-orange-square {
  display: inline-block;
  text-align: center;
  background-color: #e58629;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 16px;
  height: 15px;
  line-height: 14px;
}

.elem-order-change {
  background-color: #eee;
  text-align: right;
  padding: 25px 10px;
  margin: 30px 0 20px 0;
}

.elem-order-change .change-link {
  font-size: 14px;
  color: #536168;
  text-decoration: underline;
  cursor: pointer;
}

.elem-order-change .change-link:hover {
  text-decoration: none;
}

.elem-popover {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: relative;
  font-size: 14px;
}

.elem-popover .popover-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #0c4da2;
  font-size: 30px;
  cursor: pointer;
  line-height: 0.5;
}

.elem-popover .pseudolink {
  display: inline;
}

.elem-print {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  margin-top: 7px;
}

.elem-print:before {
  width: 17px;
  height: 16px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -20px -214px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.elem-print .pseudolink {
  font-size: 14px;
  color: #536168;
}

@media print {
  .elem-print {
    display: none;
  }
}

.breadcrumb+.elem-print {
  margin-top: 16px;
}

.elem-proj {
  position: absolute;
  z-index: 9;
}

.elem-proj:hover {
  z-index: 10;
}

.elem-proj .proj-counter {
  display: block;
  background-color: #0c4da2;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  padding: 0 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all all linear 0.2s ease;
  -o-transition: all all linear 0.2s ease;
  transition: all all linear 0.2s ease;
}

.elem-proj .proj-counter:hover {
  color: #536168;
  background-color: #fff;
}

.elem-proj .proj-descr {
  display: none;
  position: absolute;
  top: 34px;
  left: 100%;
  width: 455px;
  max-height: 360px;
  border: solid 1px #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 17px;
  overflow-y: auto;
  color: #536168;
}

.elem-proj .proj-descr .close-descr {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #0c4da2;
  cursor: pointer;
  font-size: 28px;
  line-height: 0.5;
}

.elem-proj .proj-descr .descr-name {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 5px;
}

.elem-proj .proj-descr>ul {
  margin: 0;
  padding: 0;
}

.elem-proj .proj-descr>ul li {
  padding: 0 0 3px 0;
  font-size: 12px;
  line-height: 1.1;
}

.elem-proj .proj-descr>ul li:before {
  content: none;
  display: none;
}

.elem-proj.to_left .proj-descr {
  left: auto;
  right: 100%;
}

.elem-pseudo-multiline>.pseudolink:hover {
  border-bottom: 1px;
}

.elem-pseudo-multiline:hover>.pseudolink {
  border-bottom: 0;
}

.elem-reg-steps .step {
  display: inline-block;
  color: #536168;
  font-size: 12px;
  margin-right: 5px;
}

.elem-reg-steps .step:before {
  content: "\2192";
  padding-right: 5px;
}

.elem-reg-steps .step:first-child:before {
  content: none;
}

.elem-reg-steps .step.active {
  font-weight: 600;
}

.elem-reg-steps .step a {
  color: inherit;
}

.elem-reg-steps+h2,
.elem-reg-steps+.h2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.elem-reg-steps .step-title {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  margin: 30px 0 15px;
}

.elem-reg-steps.order {
  margin: -5px 0 0 5px;
}

.elem-reg-steps.order .step {
  font-size: 14px;
}

.elem-reg-steps.order .step.active {
  color: #0c4da2;
  font-weight: bold;
}

.elem-seo-text {
  font-size: 12px;
  color: #6d7b83;
}

.elem-snippet {
  width: 180px;
  max-width: 180px;
  margin-right: 15px;
  vertical-align: top;
}

.elem-snippet .pic {
  position: relative;
  width: 100%;
  height: 175px;
  display: block;
}

.elem-snippet .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.elem-snippet .pic .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 30px;
}

.elem-snippet .pic .flags [class^="flag-"] {
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 0px;
  position: relative;
  display: table;
  padding-left: 32px;
  padding-right: 0px;
  margin-bottom: 6px;
  white-space: nowrap;
}

.elem-snippet .pic .flags [class^="flag-"]:hover {
  font-size: 13px;
  padding-right: 10px;
}

.elem-snippet .pic .flag-percent {
  background-color: #e58629;
}

.elem-snippet .pic .flag-percent:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px -38px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.elem-snippet .pic .flag-new {
  background-color: #0ca280;
}

.elem-snippet .pic .flag-new:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -146px -76px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.elem-snippet .pic .flag-top {
  background-color: #d85137;
}

.elem-snippet .pic .flag-top:before {
  width: 30px;
  height: 36px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") 0px -124px no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.elem-snippet .name {
  font-weight: bold;
  white-space: normal;
  height: 40px;
  overflow: hidden;
}

.elem-snippet .description {
  position: relative;
  font-size: 11px;
  white-space: normal;
  max-height: 45px;
  height: 45px;
  overflow: hidden;
}

.elem-snippet .description>.cutter {
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.elem-snippet .price {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  color: #5b5b5b;
}

.elem-sort {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none;
}

.elem-sort i {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 20px;
}

.elem-sort i:before,
.elem-sort i:after {
  position: absolute;
  left: 0;
}

.elem-sort i.glyphicon-nosort:before {
  content: '\e253';
  top: 0;
}

.elem-sort i.glyphicon-nosort:after {
  content: '\e252';
  bottom: 0;
}

.elem-sort i.glyphicon-triangle-top:before,
.elem-sort i.glyphicon-triangle-bottom:before {
  top: 4px;
}

@media print {
  .elem-sort i {
    display: none;
  }
}

.elem-spinner {
  text-align: center;
}

.elem-spinner .minus,
.elem-spinner .plus {
  height: 30px;
  line-height: 26px;
}

.elem-spinner .minus {
  float: left;
}

.elem-spinner .plus {
  float: right;
}

.elem-spinner .form-control {
  margin: 0 auto;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.elem-statistics {
  font-size: 0;
  position: relative;
}

.elem-statistics:before {
  position: absolute;
  content: "";
  background: transparent url('/bitrix/templates/main_eng_test/img/d/logistic-stat-bg.jpg?v1') 0 0 no-repeat;
  width: 1920px;
  height: 245px;
  top: -20px;
  left: -620px;
  z-index: -1;
}

.elem-statistics.production:before {
  background: transparent url('/bitrix/templates/main_eng_test/img/d/production-stat-bg.jpg?v1') 0 0 no-repeat;
  height: 288px;
  top: -78px;
}

.elem-statistics .item {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}

.elem-statistics .item.double {
  width: 66.666%;
}

.elem-statistics .item.fifty-percent {
  width: 50%;
}

.elem-statistics .item .stat {
  font-size: 50px;
  line-height: 51px;
  font-weight: 700;
  color: #5499ba;
}

.elem-statistics .item .stat>span {
  font-size: 30px;
  line-height: 30px;
}

.elem-statistics .item>span {
  font-size: 12px;
  color: #6d7b83;
  font-weight: 600;
}

.elem-statistics>.clearfix,
.elem-statistics>.nav {
  margin-top: 45px;
  position: relative;
}

.elem-status-persent {
  display: inline-block;
  width: 87px;
  height: 12px;
  background-image: url('/bitrix/templates/main_eng_test/img/d/status-bg.png?v1');
  background-repeat: no-repeat;
}

.elem-status-persent.one-six {
  background-position: 0 -12px;
}

.elem-status-persent.two-six {
  background-position: 0 -24px;
}

.elem-status-persent.three-six {
  background-position: 0 -36px;
}

.elem-status-persent.four-six {
  background-position: 0 -48px;
}

.elem-status-persent.five-six {
  background-position: 0 -60px;
}

.elem-status-persent.six-six {
  background-position: 0 -72px;
}

.elem-step-nav {
  background-color: #eee;
  padding: 17px 10px 17px 10px;
  margin-top: 25px;
}

.elem-step-nav .step {
  font-size: 14px;
  color: #536168;
  font-weight: 600;
}

.elem-step-nav .step>a,
.elem-step-nav .step>.inline-btn {
  display: inline-block;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  color: #536168;
  border: none;
}

.elem-step-nav .step>a:hover,
.elem-step-nav .step>.inline-btn:hover {
  text-decoration: none;
}

.elem-step-nav .step.prev {
  float: left;
}

.elem-step-nav .step.prev:before {
  content: "\2190";
  position: relative;
  top: -1px;
  font-size: 18px;
}

.elem-step-nav .step.next {
  float: right;
}

.elem-step-nav .step.next .note {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  margin-right: 15px;
  text-align: right;
}

.elem-step-nav .step.next:after {
  content: "\2192";
  position: relative;
  top: -1px;
  font-size: 18px;
}

.elem-table-order {
  width: 100%;
}

.elem-table-order th {
  font-size: 12px;
  color: #536168;
  vertical-align: top;
  border-bottom: solid 1px #e1e3e5;
  padding: 10px;
}

.elem-table-order th:first-child {
  padding-left: 0;
}

.elem-table-order th>span {
  font-weight: normal;
}

.elem-table-order td {
  font-size: 11px;
  border-bottom: solid 1px #e1e3e5;
  padding: 10px;
  vertical-align: top;
}

.elem-table-order td:first-child {
  padding-left: 0;
  max-width: 250px;
}

.elem-table-order td a {
  font-size: 13px;
  font-weight: 600;
}

.elem-table-order td>ul {
  margin: 7px 0;
  padding: 0;
}

.elem-table-order td>ul li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.elem-table-order td>ul li:before {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-top: 6px;
  margin-right: 6px;
}

.elem-table-order td>ul li:first-child {
  margin-left: 0;
}

.elem-table-order td>ul li:first-child:before {
  content: none;
}

.elem-table-order td .linethrought {
  text-decoration: line-through;
}

.elem-table-order td .icon-rmv_blue {
  cursor: pointer;
}

.elem-table-order td .amount {
  margin-top: -7px;
}

.elem-table-order tfoot td {
  border-bottom: none;
  border-top: solid 2px #6d94c7;
}

.elem-table-order tfoot td .order-final-price {
  font-size: 16px;
}

.elem-table-order tfoot td:last-child>div {
  margin-bottom: 7px;
}

.elem-table-order .discount {
  background-color: #f2f2f2;
}

.elem-table-order.table-cart td {
  font-size: 13px;
}

.elem-table-order.table-cart td>ul {
  font-size: 11px;
}

.elem-video-subscribe {
  display: block;
  margin: 15px -10px;
  max-width: 100%;
  background-color: #f2f2f2;
  text-decoration: none;
  color: #536168 !important;
  padding: 10px 11px 12px 11px;
}

.elem-video-subscribe .youtube,
.elem-video-subscribe .video-slogan {
  display: block;
}

.elem-video-subscribe .youtube {
  padding-left: 50px;
  padding-bottom: 6px;
  border-bottom: solid 1px #d2d5d6;
  position: relative;
}

.elem-video-subscribe .youtube:before {
  width: 41px;
  height: 29px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -42px -72px no-repeat;
  content: '';
  position: absolute;
  left: 1px;
  top: 4px;
}

.elem-video-subscribe .youtube>b,
.elem-video-subscribe .youtube>span {
  display: block;
}

.elem-video-subscribe .youtube>b {
  font-size: 16px;
  margin-bottom: -3px;
}

.elem-video-subscribe .youtube>span {
  font-size: 13px;
}

.elem-video-subscribe .video-slogan {
  font-size: 13px;
  padding-top: 5px;
}

.form-basket .add-row-title {
  font-size: 13px;
  line-height: 26px;
}

.form-basket .product-add-typeahead {
  border: 1px solid #2a7475;
  height: 30px;
}

.form-basket .tt-suggestion .articul {
  display: block;
  font-size: 11px;
  color: #536168;
  font-weight: 600;
}

.form-basket .tt-suggestion .name {
  font-size: 13px;
}

.form-basket .tt-suggestion .description {
  display: block;
  font-size: 11px;
  color: #536168;
}

.form-basket .btn-add {
  background-color: #2a7475;
  border: 1px solid #2a7475;
  padding: 4px 12px;
}

.form-basket .summ {
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px;
  color: #536168;
}

.form-basket .small {
  font-size: 11px;
  line-height: 12px;
}

.form-basket .refresh {
  background-color: #fce0d2;
  padding: 17px 10px 17px 10px;
  margin-top: 60px;
}

.form-basket .refresh [class*="icon-"] {
  vertical-align: middle;
}

.form-basket .refresh .note {
  color: #732d1f;
  font-size: 11px;
  vertical-align: middle;
  width: 260px;
  display: inline-block;
  margin: 0 20px 0 10px;
}

.form-basket .refresh .btn {
  background-color: #ad5444;
  border: 1px solid #ad5444;
  vertical-align: middle;
}

.form-basket .elem-step-nav {
  margin-top: 30px;
}

.form-basket .elem-step-nav .step.next::after {
  display: none;
}

.form-basket .elem-step-nav .step.next .btn::after {
  content: "\2192";
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.form-filter {
  border: 1px solid #e1e3e5;
  margin-top: 20px;
  padding: 10px 20px;
  position: relative;
}

.form-filter .form-group:before,
.form-filter .form-group:after {
  content: " ";
  display: table;
}

.form-filter .form-group:after {
  clear: both;
}

.form-filter .form-group .control-label {
  color: #536168;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}

.form-filter .form-group .control-label i {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #536168;
  top: 4px;
  cursor: pointer;
}

.form-filter .form-group .control-label i::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 4px;
  width: 6px;
}

.form-filter .form-group .control-label i::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.form-filter .form-group .opener {
  display: none;
}

.form-filter .form-group .opener .item-limiter {
  font-weight: 600;
  font-size: 12px;
  margin-left: 20px;
  display: inline-block;
}

.form-filter .form-group .opener .item-limiter>span {
  display: none;
}

.form-filter .form-group .opener .item-limiter>span:first-child {
  display: block;
}

.form-filter .form-group .opener .item-limiter.opened>span {
  display: block;
}

.form-filter .form-group .opener .item-limiter.opened>span:first-child {
  display: none;
}

.form-filter .form-group .inputs:before,
.form-filter .form-group .inputs:after {
  content: " ";
  display: table;
}

.form-filter .form-group .inputs:after {
  clear: both;
}

.form-filter .form-group .inputs input {
  float: left;
  width: 42%;
}

.form-filter .form-group .inputs .sep {
  float: left;
  text-align: center;
  width: 16%;
}

.form-filter .form-group .inputs .sep::after {
  background: #536168;
  content: "";
  display: block;
  height: 1px;
  margin: 14px auto 0;
  width: 13px;
}

.form-filter .form-group [data-slider] {
  margin: 10px 0;
}

.form-filter .form-group.open .control-label i::after {
  display: none;
}

.form-filter .form-group.open .opener {
  display: block;
}

.form-filter .buttons {
  margin: 25px 0 5px;
}

.form-filter .buttons .btn {
  width: 100%;
}

.form-filter .buttons .reset {
  color: #0c4da2;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  border: none;
  line-height: 1;
  border-bottom: 1px dashed;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

.form-filter .buttons .reset:hover,
.form-filter .buttons .reset:focus {
  color: #0c4da2;
}

.form-filter .form-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.form-filter .form-loading>img {
  position: absolute;
  left: 50%;
  margin-left: -16px;
}

.form-filter .search-result {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #6c94c7;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  padding: 9px 6px 6px 20px;
  z-index: 100;
}

.form-filter .search-result>b {
  color: #fff;
}

.form-filter .search-result>.btn {
  margin-top: -3px;
  margin-left: 5px;
}

.form-filter .search-result:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  border-right: solid 8px #6c94c7;
}

.form-search-big {
  margin-bottom: 20px;
  padding-right: 95px;
  position: relative;
}

.form-search-big .form-control {
  padding: 2px 8px;
  border-color: #0c4da2;
}

.form-search-big button {
  padding: 4px 20px 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.form-search-content {
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 10px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.form-search-content .form-content-item {
  padding-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.form-search-content .center {
  text-align: center;
}

.form-search-custom-col-right {
  width: 50%;
  float: right;
  display: inline;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

.form-search {
  position: relative;
}

.form-search .form-control {
  padding: 2px 35px 2px 8px;
  border-color: #0c4da2;
}

.form-search button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0;
}

.form-search button i {
  position: relative;
  top: 2px;
  left: -1px;
}

@media print {
  .form-search {
    display: none !important;
  }
}

.form-seminar table {
  width: 100%;
}

.form-seminar table td {
  vertical-align: top;
}

.form-seminar table td:first-child {
  width: 120px;
}

.form-seminar table td .form-group,
.form-seminar table td .form-control {
  display: inline-block;
  width: 100%;
}

.form-seminar table td .control-label {
  padding-top: 5px;
}

.form-seminar textarea {
  resize: none;
}

.form-seminar .members .participant:first-child .delete {
  display: none;
}

.nav-account-less {
  background-color: #dae8fa;
  padding: 10px;
  list-style: none;
  margin-bottom: 0;
  font-size: 13px;
}

.nav-account-less>li:before {
  display: none;
}

.nav-footer-step {
  background-color: #f2f2f2;
  padding: 10px 10px 19px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.nav-footer-step .step {
  display: inline-block;
  vertical-align: top;
  color: #5b5b5b;
  text-decoration: none;
  position: relative;
  background-color: transparent;
  background-image: none;
  border: none;
}

.nav-footer-step .step:focus {
  outline: none;
}

.nav-footer-step .step .num {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}

.nav-footer-step .step .name {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #0c4da2;
  text-decoration: underline;
}

.nav-footer-step .step:after {
  display: inline-block;
  font-size: 16px;
  color: #a2a9ad;
  position: absolute;
  bottom: -3px;
}

.nav-footer-step .step.prev {
  float: left;
  padding-left: 23px;
}

.nav-footer-step .step.prev:after {
  content: '\2190';
  left: 0;
}

.nav-footer-step .step.next {
  float: right;
  padding-right: 23px;
}

.nav-footer-step .step.next .num {
  text-align: right;
}

.nav-footer-step .step.next:after {
  content: '\2192';
  right: 0;
}

.nav-footer-step .step:hover .name {
  text-decoration: none;
}

.nav-footer a {
  font-size: 13px;
  color: #cdd0d2;
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}

.nav-footer a:hover {
  text-decoration: none;
}

.nav-footer a.bTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.nav-footer .row {
  margin-bottom: 10px;
}

.nav-footer .social a {
  display: inline-block;
  margin-left: 10px;
}

.nav-footer .social a:first-child {
  margin-left: 0;
}

.nav-footer .social .lang {
  margin-top: 10px;
}

.nav-footer .social .lang * {
  vertical-align: middle;
}

.nav-footer .social .lang a {
  margin: 0 0 0 6px;
}

.nav-footer .separate {
  margin-top: 35px;
}

@media print {
  .nav-footer {
    display: none;
  }
}

.nav-footer .custom-col {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 3%;
  width: 46%;
}

.nav-footer .custom-col .bTitle {
  margin-bottom: 0px;
  color: #fff;
}

.nav-footer .custom-col .btn {
  margin-left: 3%;
  padding: 4px 12px;
}

.nav-inner-menu {
  list-style: none;
  display: table;
  padding: 0;
  margin: 7px -10px 15px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav-inner-menu li:before {
  display: none;
}

.nav-inner-menu li a {
  font-size: 14px;
  display: block;
  padding: 4px 10px;
  color: #0c4da2;
}

.nav-inner-menu li a:hover,
.nav-inner-menu li a:focus {
  color: #0c4da2;
}

.nav-inner-menu li a:hover {
  text-decoration: none;
}

.nav-inner-menu li a.selected {
  background-color: #6c94c7;
  text-decoration: none;
  color: #fff;
  cursor: default;
}

.nav-inner-menu li a.selected.parent {
  background-color: transparent;
  color: #536168;
  font-weight: bold;
}

.nav-inner-menu li ul {
  padding: 0;
}

.nav-inner-menu li ul a {
  padding-left: 30px;
}

.nav-inner-menu.personal {
  background-color: #f2f3f4;
  position: relative;
  margin: 18px 0 15px -10px;
  padding-bottom: 15px;
}

.nav-inner-menu.personal li {
  padding: 6px 10px;
}

.nav-inner-menu.personal li h3 {
  margin-top: 0;
}

.nav-inner-menu.personal li a {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.nav-inner-menu.personal li [class*="icon-"] {
  vertical-align: middle;
  margin-left: 5px;
}

.nav-inner-menu.personal li.selected {
  background-color: #6c94c7;
  color: #fff;
  margin-right: 2px;
}

.nav-inner-menu.personal li.selected>a {
  text-decoration: none;
  color: #fff;
  cursor: default;
}

.nav-inner-menu.personal:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: 100%;
  width: 4px;
  background-color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.nav-inner-rubrics {
  list-style: none;
  padding: 5px 0 10px;
  margin: 15px -10px;
  max-width: 100%;
  background-color: #d7e6fa;
}

.nav-inner-rubrics li {
  color: #536168;
  padding: 4px 10px;
  font-size: 13px;
}

.nav-inner-rubrics li:before {
  display: none;
}

.nav-inner-rubrics li a {
  color: #0c4da2;
}

.nav-inner-rubrics li a:hover,
.nav-inner-rubrics li a:focus {
  color: #0c4da2;
}

.nav-inner-rubrics li a:hover {
  text-decoration: none;
}

.nav-inner-rubrics li a.selected {
  background-color: #6c94c7;
  text-decoration: none;
  color: #fff;
}

.nav-inner-rubrics.manager {
  position: relative;
  -webkit-border-radius: 0 0 33px 0;
          border-radius: 0 0 33px 0;
}

.nav-inner-rubrics.manager:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: -webkit-calc(100% - 33px);
  height: calc(100% - 33px);
  width: 4px;
  background-color: #fff;
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}

.nav-inner-rubrics.manager:after {
  content: "";
  position: absolute;
  bottom: 33px;
  right: 2px;
  height: 10px;
  width: 10px;
  border-left: 4px;
  background-color: transparent;
  -webkit-border-radius: 0 0 15px 0;
          border-radius: 0 0 15px 0;
}

.nav-inner-rubrics.manager .manager-info {
  padding-right: 15px;
}

.nav-inner-rubrics.manager .manager-info>img {
  width: 100%;
}

.nav-inner-rubrics.manager .manager-info .manager-name {
  font-size: 15px;
  margin: 17px 0 10px 0;
}

.nav-inner-rubrics.manager .manager-info>div:not(.manager-name) {
  margin-bottom: 5px;
}

.nav-middle-menu {
  list-style: none;
  display: table;
  padding: 0;
  margin: 0 0 0 -10px;
  width: 100%;
}

.nav-middle-menu li {
  display: table-cell;
}

.nav-middle-menu li:before {
  display: none;
}

.nav-middle-menu li a {
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  color: #0c4da2;
}

.nav-middle-menu li a:hover,
.nav-middle-menu li a:focus {
  color: #0c4da2;
}

.nav-middle-menu li a:hover {
  text-decoration: none;
}

.nav-middle-menu li a.selected {
  background-color: #6c94c7;
  text-decoration: none;
  color: #fff;
}

@media print {
  .nav-middle-menu {
    display: none !important;
  }
}

.nav-order {
  min-width: 190px;
  background-color: #d7e6fa;
  padding: 10px;
  padding-top: 15px;
}

.nav-order>a {
  font-size: 13px;
  display: table;
  margin-bottom: 13px;
}

.nav-steps {
  font-size: 0;
  margin-top: -8px;
}

.nav-steps .step {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}

.nav-steps .step:before {
  content: '\2192';
  display: inline-block;
  font-size: 15px;
  color: #a9b0b3;
  position: absolute;
  left: -22px;
  bottom: -3px;
}

.nav-steps .step:first-child {
  margin-left: 0;
}

.nav-steps .step:first-child:before {
  content: none;
  display: none;
}

.nav-steps .step.active .num,
.nav-steps .step.active .name {
  color: #0c4da2;
}

.nav-steps .step.active .name {
  font-weight: 600;
}

.nav-steps .step .num {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #5b5b5b;
  margin-bottom: 5px;
}

.nav-steps .step .name {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #5b5b5b;
}

.nav-steps a.step .num {
  color: #5b5b5b;
}

.nav-steps a.step .name {
  color: #0c4da2;
  text-decoration: underline;
}

.nav-steps a.step:hover .name {
  text-decoration: none;
}

.nav-tabs {
  overflow: hidden;
  list-style: none;
  margin: 0 0 0 -11px;
  padding: 0;
}

.nav-tabs li {
  /* float: left; */
}

.nav-tabs li::before {
  display: none;
}

.nav-tabs li.active a {
  color: #fff;
  background-color: #6c94c7;
  text-decoration: none;
}

.nav-tabs li a {
  display: block;
  padding: 5px 11px;
}

.nav-tabs li a.order-cart:hover {
  background-color: #d7e6fa;
}

.list-anchor-menu {
  width: 100%;
  font-size: 0;
  margin-bottom: 42px;
}

.list-anchor-menu .anc-container {
  background-color: #dae8fa;
  padding: 18px 20px 2px 20px;
  margin: 0 auto;
}

.list-anchor-menu .anc-subsection {
  margin-bottom: 13px;
}

.list-anchor-menu .subsection-set {
  padding-bottom: 4px;
}

.list-anchor-menu .section-head,
.list-anchor-menu .subsection-head {
  color: #536168;
  font-weight: 600px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.list-anchor-menu .section-head {
  font-size: 18px;
  padding-bottom: 5px;
}

.list-anchor-menu .section-head+.subsection-set .anc-subsection:first-child .subsection-head {
  padding-top: 17px;
}

.list-anchor-menu .subsection-head {
  font-size: 14px;
}

.list-anchor-menu ul {
  margin: 9px 0 0 5px;
  padding: 0;
  list-style: none;
}

.list-anchor-menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  margin-left: 14px;
  margin-bottom: 7px;
}

.list-anchor-menu ul li:before {
  content: none;
  display: none;
}

.list-anchor-menu ul li a {
  color: #0c4da2;
  text-decoration: underline;
}

.list-anchor-menu ul li a:hover {
  text-decoration: none;
}

.list-anchor-menu .anc-expand {
  display: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -1px;
  padding-top: 7px;
  text-align: center;
  height: 34px;
  font-size: 13px;
  color: #5b5b5b;
  background-color: #c8d5e6;
}

.list-anchor-menu.fixed-anc-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.list-anchor-menu.fixed-anc-menu .anc-expand {
  display: block;
}

.list-anchor-menu.fixed-anc-menu .anc-container {
  width: 96%;
  max-width: 1176px;
  max-height: 600px;
  max-height: 90vh;
  overflow: auto;
}

.list-anchor-menu.fixed-anc-menu .anc-container .anc-section:not(:first-child) {
  display: none;
}

.list-anchor-menu.fixed-anc-menu .anc-container .anc-section:first-child .section-head {
  display: none;
}

.list-anchor-menu.fixed-anc-menu .anc-container .anc-section:first-child .anc-subsection:not(:first-child) {
  display: none;
}

.list-anchor-menu.fixed-anc-menu .anc-container .anc-section:first-child .anc-subsection:first-child {
  height: 65px;
  overflow: hidden;
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover .anc-section:not(:first-child) {
  display: block;
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover .anc-section:first-child .section-head {
  display: block;
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover .anc-section:first-child .anc-subsection:not(:first-child) {
  display: block;
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover .anc-section:first-child .anc-subsection:first-child {
  height: auto;
  overflow: visible;
}

.list-anchor-menu.fixed-anc-menu .anc-container.hover .anc-expand {
  display: none;
}

.list-booklet {
  font-size: 0;
  margin-bottom: -25px;
}

.list-booklet .item {
  width: 31.333%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

.list-booklet .item:nth-child(3n+2) {
  margin-left: 3%;
  margin-right: 3%;
}

.list-booklet .item .img {
  display: table;
  width: 100%;
  height: 260px;
  margin-bottom: 25px;
}

.list-booklet .item .img>span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 260px;
  width: 100%;
}

.list-booklet .item .img>span img {
  display: inline-block;
  max-width: 100%;
}

.list-booklet .item>h3,
.list-booklet .item>.h3 {
  height: 44px;
}

.list-booklet .item .production {
  background-color: #dae8fa;
  font-size: 15px;
  font-weight: 600;
  color: #536168;
  padding: 10px 10px 9px 10px;
  margin: 15px 0;
}

.list-booklet .item .params {
  font-size: 14px;
  border-bottom: solid 1px #e1e3e5;
  color: #536168;
  padding-bottom: 5px;
}

.list-booklet .item .params>p {
  margin: 0 0 5px 0;
}

.list-booklet .item .description {
  font-size: 13px;
  line-height: 16px;
  color: #536168;
  padding-top: 12px;
}

.list-booklet .item .description>p {
  margin: 0 0 10px 0;
}

h1+.list-catalog-section {
  margin-top: 40px;
}

.list-catalog-section .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-catalog-section .item img {
  float: left;
  margin-right: 15px;
}

.list-catalog-section .item a {
  color: #5b5b5b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-catalog-section .item a:hover {
  color: #0c4da2;
}

.list-catalog-section .item a .img-wrapper {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 15px;
}

.list-catalog-section .item a .img-wrapper img {
  float: none;
  margin-right: 0;
}

.list-catalog-sections h2 {
  padding-left: 25px;
  position: relative;
  display: table;
  cursor: pointer;
  color: #536168;
}

.list-catalog-sections h2 a {
  text-decoration: none;
}

.list-catalog-sections h2 i {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #536168;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}

.list-catalog-sections h2 i::before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 10px;
}

.list-catalog-sections h2 i::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.list-catalog-sections .catalog-section {
  display: none;
}

.list-catalog-sections .catalog-section .item {
  padding: 3px 0;
}

.list-catalog-sections .catalog-section .item a {
  line-height: 20px;
  font-size: 13px;
  color: #5b5b5b;
}

.list-catalog-sections .catalog-section .item a:hover {
  color: #0c4da2;
}

.list-catalog-sections.open h2 i::after {
  display: none;
}

.list-catalog-sections.open .catalog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-catalog-sections.printed .catalog-section {
  margin-left: 25px;
}

.list-catalog-sections.cad {
  border-bottom: solid 2px transparent;
}

.list-catalog-sections.cad .catalog-section {
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-catalog-sections.cad.open {
  border-bottom: solid 2px #6d94c7;
}

.list-catalog-sections.cad .cad-logo {
  font-size: 20px;
  margin-bottom: 10px;
}

.list-catalog-sections.cad .cad-logo>img {
  border: solid 2px #6d94c7;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.list-city {
  line-height: 24px;
}

.list-clients {
  font-size: 0;
  padding-top: 20px;
}

.list-clients .single-client {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  margin-bottom: 40px;
  /*
  &.exclusive {
    .pic {
      position: relative;
      &:before {
        .icon-exclusive;
        position: absolute;
        left: -7px;
        top: 8px;
      }
    }
  }
  */
}

.list-clients .single-client:after {
  content: "";
  display: table;
  clear: both;
}

.list-clients .single-client .pic {
  float: left;
  width: 27%;
  position: relative;
}

.list-clients .single-client .pic img {
  max-width: 100%;
  max-height: 100%;
}

.list-clients .single-client .pic .lbl {
  position: relative;
  display: inline-block;
  background-color: #6d94c7;
  padding-left: 23px;
  padding-right: 14px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  margin-top: 15px;
}

.list-clients .single-client .pic .lbl .glyphicon {
  color: #fff;
  position: absolute;
  left: 5px;
  top: 4px;
}

.list-clients .single-client .pic .lbl:after {
  width: 8px;
  height: 20px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -245px -38px no-repeat;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.list-clients .single-client .info {
  float: left;
  margin-left: 10px;
  width: 70%;
  font-size: 13px;
  line-height: 16px;
  color: #536168;
}

.list-clients .single-client .info .title {
  display: table;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.list-clients .single-client .review-file {
  font-size: 11px;
  margin-top: 10px;
}

.list-clients .single-client .review-file .ext {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background-color: #6d94c7;
  padding: 5px 8px;
  margin-right: 5px;
}

.list-clients .single-client .review-file a {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.list-filter {
  font-size: 13px;
}

.list-filter>span {
  float: left;
}

.list-filter .filter-stats {
  padding-left: 125px;
}

.list-filter .filter-stats>a {
  display: inline-block;
  margin-right: 12px;
}

.list-filter .filter-stats>a.active {
  font-weight: 600;
  color: #536168;
  text-decoration: none;
  cursor: default;
}

.list-main-news .news-item {
  margin-top: 25px;
  overflow: hidden;
}

.list-main-news .news-item:first-child {
  margin-top: 0;
}

.list-main-news .news-item .preview-picture {
  float: left;
  max-width: 110px;
}

.list-main-news .news-item .preview-picture+.item {
  margin-left: 130px;
}

.list-main-news .news-item .name {
  font-size: 14px;
}

.list-main-news .news-item .description {
  margin-top: 8px;
  font-size: 11px;
}

.list-main-news .news-item .note {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

.list-model-files .elem-file {
  vertical-align: top;
  width: 32%;
}

.list-model-files .elem-file>a {
  display: table;
  font-size: 12px;
}

.list-news {
  margin: 20px 0 20px 0;
}

.list-news:before,
.list-news:after {
  content: " ";
  display: table;
}

.list-news:after {
  clear: both;
}

.list-news .item {
  margin-bottom: 20px;
}

.list-news .item .pic {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}

.list-news .item .pic>a {
  display: block;
  margin-bottom: 10px;
}

.list-news .item .pic>a img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  right: 0;
  top: 0;
}

.list-news .item .date {
  font-size: 12px;
  color: #536168;
}

.list-news .item .name {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
}

.list-news .item .name a {
  color: #536168;
  font-weight: bold;
}

.list-news .item .description {
  font-size: 12px;
}

.list-news .item .tags {
  font-size: 12px;
  margin: 10px 0;
  color: #536168;
}

.list-news .item .tags a {
  margin-left: 5px;
}

.list-news .item.half-width {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 15px;
}

.list-news.projects {
  font-size: 0;
  margin-top: 45px;
  position: relative;
}

.list-news.projects:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 19px;
  width: 100%;
  background: transparent url('/bitrix/templates/main_eng_test/img/d/bg-pipe.png?v1') 0 0 repeat-x;
}

.list-news.projects .item {
  margin-bottom: 15px;
}

.list-news.projects .item .pic {
  width: 112px;
}

.list-news.projects .item .name a {
  color: #0c4da2;
}

.list-news.projects .item .description {
  font-size: 14px;
}

.list-news.projects .item .description>small {
  font-size: 14px;
}

.list-news.projects .item.half-width {
  width: 50%;
  margin-top: 0;
}

.list-news.projects .item.half-width:nth-of-type(even) {
  padding-right: 30px;
}

.list-news.projects .item.half-width .name {
  font-size: 14px;
  line-height: 20px;
}

.list-news.projects .item.half-width .name a {
  font-weight: normal;
}

.list-news.projects .item.half-width .description {
  font-size: 12px;
}

.list-news.projects .item.half-width .description>small {
  font-size: 11px;
}

.list-partners {
  text-align: justify;
  margin: 25px 0 0 -10px;
}

.list-partners img {
  display: inline-block;
  margin: 0 0 25px 10px;
  vertical-align: middle;
}

.list-partners.narrow {
  margin-left: -40px;
}

.list-partners.narrow>a {
  display: inline-block;
  margin-left: 30px;
}

.list-photo {
  font-size: 0;
  padding-top: 30px;
}

.list-photo .item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 2.6%;
  margin-bottom: 25px;
}

.list-photo .item:first-child,
.list-photo .item:nth-child(4n+1) {
  margin-left: 0;
}

.list-photo .item .link-img {
  display: table;
  border: solid 2px #e1e3e5;
  width: 100%;
  text-align: center;
  height: 165px;
}

.list-photo .item .link-img span {
  display: table-cell;
  vertical-align: middle;
  height: 165px;
}

.list-photo .item .link-img img {
  max-width: 100%;
  max-height: 100%;
}

.list-photo .item .link-detail {
  display: table;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
}

.list-photo .item .elem-file {
  padding-left: 25px;
  min-height: inherit;
  margin-bottom: 0;
}

.list-photo .item .elem-file a {
  font-size: 12px;
}

.list-photo .item .elem-file a:after {
  width: 17px;
  height: 21px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -204px -64px no-repeat;
  content: '';
  left: 0;
}

.list-photo .item .elem-file span {
  font-size: 10px;
}

.list-photo .item .elem-file b {
  font-size: 8px;
  left: 3px;
  top: 17px;
}

.list-printed-accordion .printed-catalog-section {
  margin-bottom: 10px;
}

.list-printed-accordion .printed-catalog-section .panel-title {
  color: #6d94c7;
}

.list-printed-accordion .printed-catalog-section .panel-title:focus {
  border-bottom: dashed 1px;
}

.list-printed-accordion .printed-catalog-section .panel-title.collapsed {
  color: #0c4da2;
}

.list-printed-accordion .printed-catalog-section .printed-body {
  font-size: 12px;
  margin: 15px 0;
}

.list-printed-accordion .printed-catalog-section .printed-body:after {
  content: "";
  display: table;
  clear: both;
}

.list-printed-accordion .printed-catalog-section .printed-body img {
  max-width: 100px;
}

.list-printed-accordion .printed-catalog-section .printed-body .img-framed {
  border: solid 1px #6d94c7;
}

.list-printed-accordion .cad-catalog-section {
  margin-bottom: 10px;
}

.list-printed-accordion .cad-catalog-section .panel-title {
  color: #536168;
  text-decoration: none;
  border-bottom: none;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}

.list-printed-accordion .cad-catalog-section .panel-title:focus {
  border-bottom: none;
}

.list-printed-accordion .cad-catalog-section .panel-title[aria-expanded='true']>i:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 10px;
}

.list-printed-accordion .cad-catalog-section .panel-title[aria-expanded='true']>i:after {
  background: #fff none repeat scroll 0 0;
  content: none;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.list-printed-accordion .cad-catalog-section .panel-title>i {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #536168;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}

.list-printed-accordion .cad-catalog-section .panel-title>i:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 10px;
}

.list-printed-accordion .cad-catalog-section .panel-title>i:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 2px;
}

.list-prod-line {
  padding-top: 15px;
}

.list-prod-line .list-wrapper {
  font-size: 0;
}

.list-prod-line .list-wrapper .list-item {
  display: inline-block;
  vertical-align: top;
  color: #404040;
  text-decoration: none;
  width: 20%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.list-prod-line .list-wrapper .list-item:hover {
  text-decoration: underline;
}

.list-prod-line .list-wrapper .list-item:first-child,
.list-prod-line .list-wrapper .list-item:nth-child(4n+1) {
  margin-left: 0;
}

.list-prod-line .list-wrapper .list-item .img {
  display: block;
  height: 115px;
  margin-bottom: 10px;
}

.list-prod-line .list-wrapper .list-item .img img {
  display: table;
  margin: 0 auto;
  max-height: 100%;
}

.list-product-type {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-product-type li {
  display: inline-block;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
}

.list-product-type li:before {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #536168;
}

.list-product-type li:first-child:before {
  content: none;
}

@media print {
  .list-product-type li {
    color: #404040 !important;
  }

  .list-product-type li:before {
    background-color: #536168 !important;
  }
}

.list-product-type.gray li {
  color: #6d7b83;
}

@media print {
  .list-product-type {
    list-style: square;
  }

  .list-product-type li {
    list-style: square;
  }

  .list-product-type li:before {
    content: none;
    display: none;
  }

  .list-product-type li:first-child {
    list-style: none;
  }
}

.list-projects {
  margin: 20px 0 20px 0;
}

.list-projects:before,
.list-projects:after {
  content: " ";
  display: table;
}

.list-projects:after {
  clear: both;
}

.list-projects .item {
  margin-bottom: 20px;
}

.list-projects .item .pic {
  width: 80px;
  height: 80px;
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}

.list-projects .item .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.list-projects .item .name {
  margin: 0 0 5px;
  font-size: 20px;
}

.list-projects .item .city {
  font-size: 13px;
  margin: 5px 0 10px;
}

.search-radio {
  padding-right: 20px;
}

.list-soft {
  font-size: 0px;
  padding-top: 45px;
}

.list-soft .soft-item {
  font-size: 14px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 25px;
}

.list-soft .soft-item:nth-child(odd) {
  padding-right: 20px;
}

.list-soft .soft-item .pic {
  float: left;
  width: 20%;
  text-align: center;
}

.list-soft .soft-item .pic img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

.list-soft .soft-item .info {
  float: right;
  width: 78%;
}

.list-soft .soft-item .info .h3 {
  font-size: 20px;
  margin: 0;
}

.list-soft .soft-item .elem-file {
  margin-left: -10px;
  margin-right: 7px;
}

.list-square li:before {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #536168;
}

@media print {
  .list-square li {
    display: list-item;
    list-style: square;
  }

  .list-square li:before {
    content: none;
  }
}

.list-video {
  margin: 20px 0 20px -35px;
}

.list-video:before,
.list-video:after {
  content: " ";
  display: table;
}

.list-video:after {
  clear: both;
}

.list-video .item {
  float: left;
  width: 25%;
  padding-left: 35px;
  margin-bottom: 20px;
}

.list-video .item .pic {
  width: 162px;
  height: 115px;
  position: relative;
  display: block;
}

.list-video .item .pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.list-video .item .pic:hover a:after {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 62px;
  background: transparent url("/bitrix/templates/main_eng_test/img/i/sprite.png?v1") -72px 0px no-repeat;
  content: '';
}

.list-video .item .name {
  margin: 5px 0;
}

.list-video .item .name a {
  color: #5b5b5b;
}

.list-video .item .date {
  font-size: 12px;
  color: #536168;
  margin: 5px 0;
}

.list-video .item .price {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0;
  color: #5b5b5b;
}

.list-video .item:nth-child(4n+5) {
  clear: left;
}

.table-address {
  border-top: 2px solid #b4babe;
}

.table-basket {
  font-size: 13px;
  border-bottom: 2px solid #6d94c7;
  margin-bottom: 20px;
}

.table-basket thead th {
  color: #536168;
  font-size: 12px;
}

.table-basket thead th span {
  font-weight: normal;
}

.table-basket tbody td .name {
  font-weight: bold;
}

.table-basket tbody td .description {
  font-size: 11px;
  margin-top: 5px;
}

.table-basket tbody td .discount {
  color: #732d1e;
}

.table-basket tbody td .discount s {
  display: block;
  color: #a9b1b3;
  font-size: 11px;
  line-height: 12px;
}

.table-basket tbody td .discount .note {
  font-size: 11px;
  font-weight: 600;
}

.table-basket tbody td [class*="icon-"] {
  vertical-align: middle;
}

.table-entity {
  border-top: 0;
}

.table-entity thead tr th {
  background-color: #fff;
  white-space: nowrap;
}

.table-entity .text-success {
  color: #0ca280;
}

.table-personal {
  font-size: 12px;
  width: 100%;
}

.table-personal td {
  white-space: nowrap;
  padding: 4px 0;
  color: #536168;
  vertical-align: top;
}

.table-personal td:first-child div {
  border-bottom: dotted 1px #acb3b6;
}

.table-personal td:first-child div>span {
  font-weight: 600;
}

.table-personal td span {
  display: inline-block;
  background-color: #fff;
  padding: 2px;
  position: relative;
  bottom: -4px;
}

.icon-inst {
  width: 24px;
  height: 25px;
  background: url("/bitrix/templates/main_eng_test/img/i/icon-inst.png?v1") 0px 0px no-repeat;
  content: '';
}

a.active.border-white {
  border-color: white;
}

.layout .btn-calculate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 216px;
  padding: 30px 20px 30px 60px;
}

.layout .btn-calculate::before {
  content: '';
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/bitrix/templates/.default/img/i/icon_calc-02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

/* Header */

.box-header {}

.box-header .phone-new.small {
  margin-top: 11px;
}

.box-header .email-new {
  margin-top: 17px;
}

/* Header -> Callback Button */
.callback-btn {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #0c4da2;
  /*border: 1px solid #0c9da2;*/
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #0c4da2;
  /*color: #0c9da2;*/
  padding: 3px 20px;
  margin: 12px 0 7px 0;
  text-align: center;
  white-space: normal;
  min-width: 165px;

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.callback-btn .pseudolink {
  white-space: normal;
  line-break: normal;
  text-decoration: none;
  border-bottom: none;
  color: #0c4da2;
  /*color: #0c9da2;*/

  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.callback-btn:hover {
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
}

.callback-btn:hover .pseudolink {
  color: #5b5b5b;
}

/* /  Header -> Callback Button */

/* / Header */


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.form-group-h-name {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
  z-index: -1;
  margin: 0 !important;
  padding: 0 !important;
}


/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬*/

/*custom*/


.category_list .item-cat img {
  padding: 20px;
}

.bx_searche .bx_item_element a {
  color: #5b5b5b;
}

.bx_searche .bx_item_element a b {
  color: #0ca280;
}

.bx_searche .bx_item_block:last-child a {
  color: #0c4da2;
}

div.title-search-result {
  border: 1px solid #0c4da2;
}

.box-pop-up_.search_no_rez p {
  font-size: 13px;
  color: #000;
}

.search_no_rez textarea[name="MESSAGE"]:focus {
  font-size: 13px;
  color: #000;
}

.search_no_rez label.control-label.label_AGREEMENT {
  display: block;
}

.search_no_rez input[type="checkbox"]:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.search_no_rez input[type="checkbox"]:checked:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-color: #0ca280;
  border: 1px solid #0ca280;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

.search_no_rez input[type="checkbox"]:checked:after {
  color: #fff;
  content: "\2713";
  position: absolute;
  top: -2px;
  left: 2px;
  right: 0;
  width: 15px;
  height: 15px;
  font-weight: 800;
}

.search_no_rez button.btn.btn-primary-light {
  margin-bottom: 15px;
  width: 176px;
}

.search_no_rez .success {
  font-weight: 800;
  font-size: 15px;
  padding: 15px 0 20px 0;
}

.bx-searchtitle.acts #title-search-input {
  border-left: 1px solid #0c4da2;
  border-top: 1px solid #0c4da2;
  border-bottom: 1px solid #0c4da2;
  border-right: 0px solid #fff;
}

.bx-searchtitle.acts .bx-input-group-btn button {
  border: solid 1px #0c4da2;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-left: 0;
  left: -2px;
}

.fancybox-inner {
  overflow: auto;
  scrollbar-width: thin;
}

.fancybox-inner::-webkit-scrollbar {
  width: 7px;
  background: #eee;
}

.fancybox-inner::-webkit-scrollbar-thumb {
  width: 7px;
  background: #ccc;
}

.fancybox-inner .box-pop-up .btn {
  margin-top: -10px;
}

.box-pop-up .success {
  min-height: 100px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-cart-ajax-wrapper > div {
  height: 100%;
}

.box-gallery.box-banner.owl_banner {
  overflow: visible !important;
}

.basket_col {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div#title-search {
  max-width: 220px;
}

.header_title_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.box-catalog-list .col-lg-4 {
  width: 100%;
}

.catal_h2 {
  font-weight: bold;
}

a.podbor_banner {
  margin: 0 auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 30px;
}

.elem-catalog-main .col-12 {
  width: 75%;
  display: inline-block;
}

.elem-catalog-main .col-3 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.pagination {
  display: block;
}

span.select2.select2-container.select2-container--default {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
ul.nav-tabs li {
  float: left;
}





.fancybox-overlay.fancybox-overlay-fixed {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 999;
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap.fancybox-type-iframe.fancybox-tmp {
    position: static;
    visibility: visible;
    width: 1024px;
    height: 768px;
    max-width: 90vw;
    max-height: 90vh;
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap.fancybox-type-iframe.fancybox-tmp .fancybox-skin {
  height: 100%;
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap.fancybox-type-iframe.fancybox-tmp .fancybox-skin .fancybox-outer {
  height: 100%;
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap.fancybox-type-iframe.fancybox-tmp .fancybox-skin .fancybox-outer .fancybox-inner {
  height: 100%;
}





@media (max-width: 1100px) {
  .nav-middle-menu li a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .box-promo.static table td.hidonmob {
    display: none;
  }
.fancybox__container {
    background: #000;
}
  .box-map-projects {
      margin: 30px auto 60px;
  }
    .box-about {
      padding-bottom: 0px;
  }
  .row.list-city .col-3 {
    width: 100%;
  }
  .maps-objects .maps-objects-flex .maps-objects-map {
    height: 400px !important;
  }
  .list-photo .item {
      width: 47%;
  }
    table.elem-logistic {
      margin-top: 30px;
      margin-bottom: 30px;
  }
    .maps-objects .maps-objects-flex .maps-objects-flex-left {
      max-width: 100%;
      width: 100% !important;
  }

  .maps-objects .maps-objects-flex .maps-objects-flex-right {
      max-width: 100%;
      width: 100% !important;
      padding-top: 30px;
      /* border-top: 1px solid; */
  }

  .maps-objects .maps-objects-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -webkit-flex-direction: column !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
  }

  .maps-objects-nav-item {
      width: 45%;
      margin: 5px !important;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px !important;
  }

  .maps-objects .maps-objects-flex .maps-objects-nav .maps-objects-nav-items .maps-objects-nav-item {
      padding: 0px !important;
      border: 0 !important;
      margin-bottom: 30px !important;
  }
    .box-about>img.logistic {
      position: relative;
      left: 0;
      max-width: 100%;
  }

  .elem-statistics .item {
      width: 100%;
      margin-bottom: 15px;
  }

  .elem-statistics .item .stat {
      font-size: 22px;
      line-height: 120%;
  }

  .elem-statistics>.clearfix, .elem-statistics>.nav {
      margin-top: 0px;
  }

  .elem-statistics {
      margin-top: 30px;
      margin-bottom: 20px;
  }

  .elem-logistic td {
      vertical-align: top;
  }
  .box-sidebar ul.nav-inner-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }
  .box-about>img.about {
      position: relative;
  }
  .box-production-legend {
    /* transform: scale(0.5); */
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 70px;
  }
  .video-js {
    max-width: 100%;
    height: 420px;
  }
  .box-production-legend img {
      /* transform: scale(0.6); */
      width: 100%;
  }

  .box-production-legend .prod-bg {
      left: 0px;
      position: relative;
  }

  .box-production-legend .item.three {
      left: 45vw;
      right: inherit;
      top: 37vw;
  }

  .box-production-legend .item.four {
      right: inherit;
      left: 48vw;
      top: -30px;
  }

  .box-production-legend .item.two {
      left: 22vw;
      top: 30vw;
  }

  .box-production-legend .item.one {
      left: 20px;
      top: 22vw;
  }

  .box-production-legend .item .name {
      font-size: 18px;
  }

  .box-production-legend .item .blue {
      font-size: 12px;
  }

  .box-production-legend .item .year {
      font-size: 13px;
  }
  .elem-catalog-main .col-lg-3 {
    margin-bottom: 30px;
  }

  .list-projects .item .name {
    font-size: 16px;
  }

  .prod_viewed {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }

  .col-lg-3.box-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .box-pop-up_ {
    width: 100% !important;
    float: none !important;
  }

  .form-filter {
    display: none;
  }

  .catalog-element-new .catalog-element-top .catalog-element-top-cols {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: row nowrap !important;
        -ms-flex-flow: row nowrap !important;
            flex-flow: row nowrap !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .box-promo.static table {
    width: 100%;
    table-layout: fixed;
    position: relative;
    margin: 0;
    left: 0;
  }

  .box-promo.static table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .box-promo.static {
    height: auto !important;
  }

  .box-promo.static table td {
    width: 33%;
  }

  .box-teasers .teaser {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .box-teasers {
    /* display: flex; */
    /* flex-wrap: nowrap; */
    margin: 0px;
    /* max-width: 100%; */
    /* width: 100%; */
    /* justify-content: center; */
  }

  .box-teasers .teaser:first-child img {
    left: 37%;
    left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .box-teasers:before,
  .box-teasers:after {
    display: none;
  }

  .box-teasers .teaser img {
    position: relative;
    left: 0px;
    right: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  a.teaser:before {
    display: none !important;
  }

  .box-main-press {
    margin: 0;
    /* padding-bottom: 60px; */
    /* padding-top: 60px; */
  }

  .box-main-work .stats {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .box-main-work .stats .col {
    display: block;
    width: 33%;
    min-width: 200px;
  }

  .box-main-work .stats .col:first-child {
    display: block;
    width: 33%;
  }

  .list-main-news .news-item .preview-picture {
    float: none;
  }

  .list-main-news .news-item .preview-picture+.item {
    margin: 0px;
    margin-top: 30px;
  }

  .list-main-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-footer .col-lg-3 {
    width: 100%;
  }

  .box-top-container>.container>.row>.col-md-5 {
    width: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols>* {
    width: -webkit-calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    margin: 0px 5px !important;
    padding: 0px !important;
    color: #fff;
    height: 30px !important;
    overflow: hidden;
  }

  .box-header .header-request-and-basket .btn-calculate {
    padding: 0px;
    height: 100%;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box-header .header-request-and-basket .header-cart .header-cart-link {
    min-height: unset;
    background-size: 17% !important;
    background-position: center !important;
  }

  .box-header .header-request-and-basket .header-cart .header-cart-link span {
    left: 10px;
    top: -webkit-calc(50% - 9px);
    top: calc(50% - 9px);
  }

  .nav-middle-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: auto;
    position: relative;
  }

  .nav-middle-menu li {
    display: block;
    white-space: nowrap;
  }

  .nav-middle-menu:before {
    content: '';
    position: -webkit-sticky;
    position: sticky;
    min-width: 50px;
    height: 50px;
    top: 0px;
    left: -webkit-calc(100% - 50px);
    left: calc(100% - 50px);
    background: red;
    margin-right: -webkit-calc(-100%);
    margin-right: calc(-100%);
    margin-left: -webkit-calc(100% - 50px);
    margin-left: calc(100% - 50px);
    z-index: 2;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  }

  .box-top-container a {
    margin-left: 5px;
  }

  .callback-btn {
    min-width: 0px;
  }

  .box-header .phone a {
    font-size: 14px;
  }
  .stats .col:nth-child(1) .stat:nth-child(1) {
    background: #01BABD;
  }
  .box-main-work .stats .col .stat {
    color: #fff;
    height: unset;
    padding: 20px 13px;
    min-height: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px 0px;
  }
  .box-main-work .stats .col .stat .num {
    color: #fff;
    opacity: 1;
    margin-bottom: 5px;
  }
  .stats .col:nth-child(1) .stat:nth-child(2) {
    background: #008BB6;
  }
  .stats .col:nth-child(2) .stat:nth-child(1) {
    background: #00A37E;
    width: 70%;
    margin-left: 30%;
    border-left: 15px #fff solid;
    -webkit-box-shadow: -200px 0px 0px #C2EDE6;
            box-shadow: -200px 0px 0px #C2EDE6;
  }
  .box-main-work .stats .col {
    overflow: hidden;
    margin: -7.5px 0px;
  }
  .stats .col:nth-child(2) .stat:nth-child(2) {
    background: #FF99AE;
    width: 70%;
    border-right: 15px #fff solid;
    -webkit-box-shadow: 200px 0px 0px #C2EDE6;
            box-shadow: 200px 0px 0px #C2EDE6;
  }
  .stats .col:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stats .col:nth-child(3) .stat:nth-child(1) {
    background: #72BCE1;
    width: 58%;
    margin-right: 15px;
  }
  .stats .col:nth-child(3) .stat:nth-child(2) {
    width: -webkit-calc(42% - 15px);
    width: calc(42% - 15px);
    background: #0170A5;
  }
  .box-main-work .stats .col {
    width: 100% !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .box-main-work .stats {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

}





@media (max-width: 768px) {
  .box-promo.static table td {
    width: 50%;
  }
  .list-printed-accordion .printed-catalog-section .printed-body .col-lg-2 {
    margin-bottom: 10px;
  }
  .box-job-gallery {
    white-space: normal;
  }
  .list-news .item .name a {
    font-size: 16px;
  }
  .list-news .item.half-width {
    width: 100%;
  }
  .list-clients .single-client {
    width: 100%;
  }
  .list-video .item {
    width: 50%;
  }
  .box-main-work .video-link {
    float: none;
    margin-top: 30px;
    margin-bottom: 15px;
    display: none;
  }
  .box-mission .col-inline {
    width: 100%;
    margin-bottom: 30px;
  }
  .list-news.projects .item.half-width {
    width: 100%;
  }

  .list-news .item .pic {
    height: auto;
  }

  .list-news.projects .item.half-width:nth-of-type(even) {
    padding-right: 15px;
  }

  .box-obj-types .obj-links .obj-row a {
    width: 100%;
    height: 132px;
    margin-bottom: 6px;
  }

  .box-obj-types .obj-links .obj-row a:nth-of-type(2) {
    border: 0;
  }

  .box-obj-types .obj-links .obj-row {
    margin-bottom: 0;
  }

  .box-map-projects {
    max-width: 100%;
    display: none;
  }

  .box-main-work .h1,
  .box-main-work h1 {
    font-size: 26px;
    line-height: 110%;
  }

  .box-main-work .h1 .slogan,
  .box-main-work h1 .slogan {
    display: block;
    font-size: 18px;
    line-height: 130%;
  }

  .up-button {
    bottom: 50px !important;
  }

  .nav-footer .custom-col {
    width: 100%;
  }

  .box-promo.static table td>a>span {
    font-size: 12px !important;
    text-align: center;
    display: block;
  }

  .box-promo.static table td>a {
    padding: 5px !important;
    text-align: center !important;
  }

  .box-teasers .teaser {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .box-teasers .teaser .num {
    width: 100%;
    text-align: center;
  }

  .box-teasers .teaser img {
    /*width: 100%;*/
    height: 132px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .nav-footer .custom-col .btn {
    margin-left: 0px;
  }

  .nav-footer .social.separate {
    text-align: center;
  }

  .box-top-container {
    display: none;
  }

  .box-header .phone a {
    font-size: 11px;
  }

  .callback-btn {
    min-width: unset;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .box-header .email .icon-top-email {
    margin-right: 0px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }

  .box-header .email a {
    font-size: 10px;
  }

  .box-header .office {
    font-size: 9px;
  }

  .pull-left img {
    width: 50px;
  }

  .box-header .slogan {
    margin-left: 45px;
    font-size: 0px;
    display: block;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols .header-request-and-basket-cols-left {
    display: none;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols .header-request-and-basket-cols-right {
    width: 100% !important;
    margin: 0px !important;
    background-color: transparent;
  }

  .box-header .callback-btn {
    font-size: 0px;
    width: 100%;
    height: 25px;
  }

  .box-header .header-request-and-basket .header-cart .header-cart-link {
    min-width: unset !important;
    width: 100% !important;
    display: block !important;
    height: 30px !important;
    background: transparent !important;
    -webkit-border-radius: 0px !important;
            border-radius: 0px !important;
  }

  .box-header .header-request-and-basket .header-cart {
    width: 100%;
  }

  .box-header .header-request-and-basket .header-cart-ajax-wrapper {
    width: 100%;
  }

  .basket_col {
    display: block;
  }

  .call_back_cont {
    padding: 0px !important;
    margin: 0px !important;
  }

  .box-header .header-request-and-basket .header-cart .header-cart-link:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/main/images/bg-header-cart-link.svg");
    -webkit-filter: invert();
            filter: invert();
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
  }

  .box-header .header-request-and-basket .header-cart .header-cart-link span {
    left: -webkit-calc(50% - 10px) !important;
    left: calc(50% - 10px) !important;
    top: 0px !important;
    -webkit-transform: translateX(16px) translateY(-5px);
        -ms-transform: translateX(16px) translateY(-5px);
            transform: translateX(16px) translateY(-5px);
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols {
    margin: 0px;
    padding-top: 14px;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols>* {
    overflow: visible !important;
  }

  .box-header .callback-btn {
    border: 0px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    display: block;
    position: relative;
  }

  .box-header .callback-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='414.937px' height='414.937px' viewBox='0 0 414.937 414.937' style='enable-background:new 0 0 414.937 414.937;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M159.138,256.452c37.217,36.944,80.295,72.236,97.207,55.195c24.215-24.392,39.12-45.614,92.854-2.761 c53.734,42.874,12.696,71.727-10.757,95.363c-27.064,27.269-128.432,1.911-228.909-97.804C9.062,206.71-17.07,105.54,10.014,78.258 c23.46-23.637,52.006-64.879,95.254-11.458c43.269,53.394,22.161,68.462-2.054,92.861 C86.31,176.695,121.915,219.501,159.138,256.452z M213.104,80.203c0,0-11.227-1.754-19.088,6.113 c-8.092,8.092-8.445,22.032,0.082,30.552c5.039,5.039,12.145,6.113,12.145,6.113c13.852,2.598,34.728,6.997,56.944,29.206 c22.209,22.208,26.608,43.084,29.206,56.943c0,0,1.074,7.106,6.113,12.145c8.521,8.521,22.46,8.174,30.552,0.082 c7.861-7.86,6.113-19.087,6.113-19.087c-4.399-28.057-17.999-57.365-41.351-80.716C270.462,98.203,241.153,84.609,213.104,80.203z M318.415,96.958c40.719,40.719,58.079,86.932,52.428,124.379c0,0-1.972,11.859,5.773,19.604 c8.718,8.718,22.535,8.215,30.695,0.062c5.243-5.243,6.385-13.777,6.385-13.777c4.672-32.361-1.203-97.464-64.647-160.901 C285.605,2.887,220.509-2.988,188.147,1.677c0,0-8.527,1.136-13.777,6.385c-8.16,8.16-8.656,21.978,0.061,30.695 c7.746,7.746,19.604,5.773,19.604,5.773C231.484,38.879,277.696,56.24,318.415,96.958z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
  }

  .box-header .header-request-and-basket .header-request-and-basket-cols {
    margin-top: 0px !important;
  }

  .container.menu_container {
    display: none;
  }

  .box-header .search_href {
    display: block;
    height: 30px;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }

  .box-header .search_href:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 487.95 487.95' style='enable-background:new 0 0 487.95 487.95;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M481.8,453l-140-140.1c27.6-33.1,44.2-75.4,44.2-121.6C386,85.9,299.5,0.2,193.1,0.2S0,86,0,191.4s86.5,191.1,192.9,191.1 c45.2,0,86.8-15.5,119.8-41.4l140.5,140.5c8.2,8.2,20.4,8.2,28.6,0C490,473.4,490,461.2,481.8,453z M41,191.4 c0-82.8,68.2-150.1,151.9-150.1s151.9,67.3,151.9,150.1s-68.2,150.1-151.9,150.1S41,274.1,41,191.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    margin-left: 10px !important;
  }
  .video-js {
    max-width: 100%;
    height: 320px;
  }
  .owl_banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .container.box-header {
    background: #0c4da2;
    -webkit-box-shadow: 0px -10px 0px 10px #0c4da2;
            box-shadow: 0px -10px 0px 10px #0c4da2;
  }
  .box-header .slogan strong {
    color: #fff;
  }
  .box-header .search_href:before, .box-header .callback-btn::before, .box-header .header-request-and-basket .header-cart .header-cart-link::before, .openmobmenu {
    -webkit-filter: invert();
            filter: invert();
    opacity: 1;
  }
  .box-header .header-request-and-basket .header-cart .header-cart-link::before {
    -webkit-filter: none;
            filter: none;
  }
  .box-teasers .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*flex-wrap: nowrap;
    overflow-x: auto;*/
  }
  .box-teasers .row .teaser.col-lg-4 {
    width: 100%;
    max-width: 100%;
  }
  .list-partners {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    -ms-grid-columns: 110px 10px 110px;
    grid-template-columns: repeat(2, 110px);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    max-width: 100%;
    gap: 10px;
    margin: 0px;
    overflow-y: hidden;
  }
  .list-partners .news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: #e7e7e7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 5px;
  }
  .list-partners img {
    margin: 0px;
    display: block;
    object-fit: contain;
  }


}




@media(max-width: 640px) {
  body.not-found {
    background-size: contain;
  }
  .box-not-found {
    padding-top: 220px;
    max-width: 100%;
  }
  .box-main-projects .h1, .box-main-projects h1, .box-main-work .h1, .box-main-work h1, .box-main-press .h1, .list-main-news h3 a, .box-main-press h2 a {
    font-size: 18px;
    font-weight: bold;
  }
  .box-main-press .slogan{
    font-size: 12px
  }
  .list-main-news {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .box-main-projects.owl_projects {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .box-main-projects:before{
    display: none;
  }
  .box-catalog-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .elem-logistic td {
      display: flex;
      padding-bottom: 0px;
      margin-bottom: 15px;
      font-size: 16px;
      align-items: center;
  }
.box-logistic-tech>ul>li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.text-small {
    font-size: 14px;
}

  
  .elem-logistic td>span {
      top: 10px;
      font-size: 14px;
      padding-left: 20px;
      line-height: 130%;
      width: 100%;
  }

  .elem-logistic td>img {
      vertical-align: top;
  }
  .box-production-legend br {
      display: contents;
  }

  .box-about .about-txt {
      font-size: 14px;
      line-height: 150%;
  }

  .elem-statistics .item.fifty-percent {
      width: 100%;
      margin-bottom: 30px;
  }

  .elem-statistics>.clearfix, .elem-statistics>.nav {
      margin-top: 0px;
  }

  .elem-statistics.production {
      margin-top: 30px;
  }

  .elem-statistics .item .stat {
      font-size: 30px;
  }

  .text-xlarge {
      font-size: 16px;
  }

  .list-prod-line .list-wrapper .list-item {
      width: 45%;
      vertical-align: top;
  }

    
  .box-production-legend {
      /* transform: scale(0.5); */
      left: 0;
      margin: 0 auto;
      width: 100%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      margin-top: 70px;
  }

  .box-production-legend img {
      /* transform: scale(0.6); */
      width: 100%;
  }

  .box-production-legend .prod-bg {
      left: 0px;
      position: relative;
  }

  .box-production-legend .item.three {
      left: 0px;
      right: inherit;
      top: 0px;
      position: relative;
      width: 45%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item.four {
      right: inherit;
      left: 0;
      top: 0;
      position: relative;
      width: 45%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item.two {
      left: 0;
      top: 0px;
      position: relative;
      width: 45%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item.one {
      left: 0px;
      top: 0px;
      position: relative;
      width: 45%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item .name {
      font-size: 14px;
  }

  .box-production-legend .item .blue {
      font-size: 10px;
  }

  .box-production-legend .item .year {
      font-size: 12px;
  }
    .pseudolink {
      white-space: normal;
    }
    .about-logos table {
      display: block;
  }

  .about-logos table tr {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }

  .about-logos table tr td {
      width: 45%;
      display: block;
  }

  .about-logos table tbody {
      width: 100%;
      display: block;
  }

  .box-tab {
    display: none;
  }

  .elem-catalog-main .col-12 {
    width: 100%;
    display: inline-block;
  }

  h2,
  .h2 {
    font-size: 22px;
    line-height: 120%;
  }

  .elem-catalog-main .col-3 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .elem-catalog-main ul li {
    width: 100%;
  }

  .elem-catalog-main ul li:nth-child(even) {
    margin-left: 0px;
  }

  .elem-catalog-main ul {
    margin-top: 10px;
  }

  h1,
  .h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
    text-transform: none;
  }
.box-logistic-tech .col-8 {
    width: 100%;
}
  .list-soft .soft-item {
    width: 100%;
    padding-right: 0px;
  }

  .list-soft .soft-item:nth-child(odd) {
    padding-right: 0px;
  }

  .list-soft .soft-item .pic {
    min-width: 50px;
  }

  .list-soft .soft-item .info {
    width: -webkit-calc(78% - 10px);
    width: calc(78% - 10px);
  }

  .box-sort {
    font-size: 12px;
  }

  .category_list .item-cat {
    margin-left: 20px !important;
  }

  .table_scroll {
    overflow-x: auto;
  }

  .table_scroll table {
    min-width: 480px;
  }


  .table_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .table_scroll::-webkit-scrollbar-track {
    background: #ffffff;
  }

  .table_scroll::-webkit-scrollbar-thumb {
    background-color: #0c4da2;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    border: 1px solid #0c4da2;
  }

  /*.catalog_container_index {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    align-items: flex-start;
  }
  .catalog_container_index .list-catalog-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 5px;
    background: #c2d8ec;
    padding: 15px;
    min-height: 110px;
    width: 250px;
    min-width: 250px;
  }
  .catalog_container_index .list-catalog-sections h2 {
    text-align: center;
    display: ;
    margin: 0px;
    padding: 0px;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .catalog_container_index .list-catalog-sections h2 i {
    left: 50%;
    transform: translatex(-50%);
    top: unset;
    bottom: 0px;
  }*/
  .list-main-news{
    padding-top: 100px;
  }
  .list-main-news-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    position: relative;
  }
  /*.list-main-news > h3 {
    position: sticky;
    left: 0px;
    top: -21px;
  }*/
  .list-main-news-container .news-item {
    min-width: 200px;
    margin-right: 22px;
    border-right: 1px #e7e7e7 solid;
  }
  .box-teasers .teaser .num {
    font-size: 45px;
  }
  .box-teasers .teaser img {
    height: 75px;
    margin-left: 15px;
    width: 150px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center;
       object-position: center;
  }
  .box-teasers .row .teaser.col-lg-4 {
    margin-bottom: 15px;
  }
  .box-teasers {
    margin-bottom: 30px;
    margin-top: -20px;
  }
  .box-teasers .row .teaser.col-lg-4 > div {
    width: 160px;
    text-align: center;
    max-width: 50%;
  }
  .box-main-projects .h1, .box-main-projects h1, .box-main-work .h1 {
    padding-left: 0px;
    min-height: 0px;
  }
  .box-main-work .slogan{
    min-height: 0px !important;
  }
  .box-main-projects .h1:before, .box-main-projects h1:before, .box-main-work .h1:before {
    display: none;
  }
  .box-main-work::before{
    display: none;
  }
  .list-catalog-section .item a {
    font-size: 12px;
  }
  .list-catalog-section .item a .img-wrapper {
    width: 35px;
    min-width: 35px;
    margin-right: 5px;
  }
  .elem-file {
    font-size: 12px;
    padding-left: 35px;
  }
  .list-model-files .elem-file {
    vertical-align: top;
    width: 100%;
    display: flex;
    align-items: flex-start;
    /* padding-left: 0px; */
}
  .elem-file.with-img>img {
    /* display: block; */
    /* position: relative; */
    left: 0;
    /* margin-right: 10px; */
}

.list-model-files .elem-file>a {
    max-width: 160px;
    margin-left: 15px;
}
  ul#myTab {
    padding-left: 0px;
}

.box-tabs-hor .tab-content>.tab-pane {
    padding-top: 0px;
}
  .elem-file a::after, .elem-file a::before {
    width: 30px;
    left: 0px;
    background-size: 198px 230px;
  }
  .elem-file > b {
    font-size: 10px !important;
    left: 4px;
  }
  .list-printed-accordion .cad-catalog-section .panel-title + div {
    margin-left: 30px;
    overflow: auto;
  }
  .list-printed-accordion .cad-catalog-section .panel-title + div h3 {
    font-size: 13px;
    margin-bottom: 5px;
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
  }
  .list-printed-accordion .cad-catalog-section .panel-title + div table {
    margin-top: 11px;
    font-size: 10px;
  }
  .list-printed-accordion .cad-catalog-section .panel-title + div table td {
    padding: 5px;
    white-space: nowrap;
  }
  .elem-statistics .item .stat {
    font-size: 22px;
    display: block;
  }
  .elem-statistics {
  }
  .elem-statistics > .clearfix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .elem-statistics .item .stat > span {
    font-size: 15px;
    line-height: 15px;
  }
  .elem-statistics .item {
    margin-right: 10px;
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
  }
  .elem-statistics .item.double {
    width: -webkit-calc(66.666% - 10px);
    width: calc(66.666% - 10px);
  }
}








@media(max-width: 480px) {
  .container.box-header .col-1 {
    padding: 0px 3px;
  }
  .list-prod-line .list-wrapper .list-item {
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin-left: 0px;
    padding: 0px 15px;
  }
  .list-photo .item {
      width: 100%;
      margin-left: 0px;
  }

  .video-js {
    max-width: 100%;
    height: 320px;
  }
  .box-production-legend .item.three {
      left: 0px;
      right: inherit;
      top: 0px;
      position: relative;
      width: 100%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }
  .list-video .item {
    width: 100%;
  }
  .box-production-legend .item.four {
      right: inherit;
      left: 0;
      top: 0;
      position: relative;
      width: 100%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item.two {
      left: 0;
      top: 0px;
      position: relative;
      width: 100%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }

  .box-production-legend .item.one {
      left: 0px;
      top: 0px;
      position: relative;
      width: 100%;
      display: inline-block;
      margin-bottom: 30px;
      vertical-align: top;
  }
  .news-list.category_list {
    /* text-align: center; */
    max-width: 280px;
    margin: 0 auto;
  }
  .box-pop-up {
    width: auto;
  }
}
/* End */
/* /bitrix/templates/main_eng_test/components/bitrix/menu/mobile_top/style.css?17267424303774 */
/* /bitrix/templates/main_eng_test/components/bitrix/search.titles/new1/style.css?17509424744445 */
/* /bitrix/templates/.default/components/adl/main.feedback/order/style.css?1678692668181 */
/* /bitrix/templates/main_eng_test/styles.css?174920018852910 */
/* /bitrix/templates/main_eng_test/template_styles.css?1747132189246189 */
