

/* Start:/bitrix/templates/zakrevskiy/css/jquery.jscrollpane.css?15143039051115*/
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #F7F7F7;
	position: relative;
}

.jspDrag
{
  width: 5px;
	background: #E6E6E6;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 5px;
}

.jspHorizontalBar .jspArrow
{
	width: 5px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #333;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 0 0 0;
}
/* End */


/* Start:/bitrix/templates/zakrevskiy/components/zakrevskiy/catalog.section/slider/style.css?16891910123026*/
.bx_image_double,
.bx_image {
	position:relative;
	z-index:91;
	display:block;
	width:100%;
}
.bx_image_double {
	z-index:90;
	margin-top:-135%;
	opacity:0;
}
.bx-no-touch .bx_double:hover .bx_image {
	opacity:0;
	-webkit-animation:rotateimgfirst 0.5s;
	animation:rotateimgfirst 0.5s;
}
.bx-no-touch .bx_double:hover .bx_image_double {
	opacity:1;
	-webkit-animation:rotateimglast 0.5s;
	animation:rotateimglast 0.5s;
}
@keyframes rotateimgfirst {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}
@-webkit-keyframes rotateimgfirst {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}
@keyframes rotateimglast {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
@-webkit-keyframes rotateimglast {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.bx_item_detail_size{
	position:relative;
	padding:0;
	max-width:100%;
	width:100%;
}
.bx-no-touch .bx_item_detail_size.full {
	position:relative;
	margin-left:-5%;
	padding:0 5%;
}
.bx_item_detail_size .bx_size_scroller_container{position:relative}
.bx_item_detail_size .bx_size{
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
}
.bx_item_detail_size ul{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap;
}
.bx-touch 	 .bx_item_detail_size .bx_size{overflow-x:auto;}
.bx_item_detail_size ul{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap;
}
.bx-touch 	.bx_item_detail_size .bx_size ul{margin-left:0 !important;}
.bx_item_detail_size ul li{
	position:relative;
	display:block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:25px;
}
.bx_item_detail_size ul li .cnt{
	cursor:pointer;
	position:absolute;
	top:0;
	right:2px;
	bottom:2px;
	left:2px;
	display:block;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
}
.bx_item_detail_size.full .bx_slide_left,
.bx_item_detail_size.full .bx_slide_right{
	position:absolute;
	top:0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor:pointer;
}
.bx_item_detail_scu{
	position:relative;
	padding:0;
	max-width:100%;
	width:100%;
}
.bx-no-touch .bx_item_detail_scu.full {
	position:relative;
	margin-left:-5%;
	padding:0 5%
}
.bx_item_detail_scu .bx_scu_scroller_container{position:relative}
.bx_item_detail_scu .bx_scu{
	position:relative;
	overflow:hidden;
	margin:0;
	width:100%;
}
.bx-touch 	 .bx_item_detail_scu .bx_scu{overflow-x:auto}
.bx_item_detail_scu .bx_scu ul{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	white-space:nowrap
}
.bx-touch 	.bx_item_detail_scu .bx_scu ul{margin-left:0 !important}
.bx_item_detail_scu .bx_scu ul li{
	position:relative;
	display:block;
	float:left;
	height:0;
}
.bx_item_detail_scu .bx_scu ul li .cnt{
	cursor:pointer;
	position:absolute;
	top:0;
	right:2px;
	bottom:4px;
	left:2px;
	display:block;
	overflow:hidden;
	z-index:10;
}
.bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail_scu.full .bx_slide_right{
	position:absolute;
	top:0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor:pointer;
}
/* End */


/* Start:/bitrix/templates/zakrevskiy/template_styles.css?1765880190104037*/
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: local(Roboto), local(Roboto-Regular), url(https://fonts.gstatic.com/s/roboto/v16/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: local(Roboto Bold), local(Roboto-Bold), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: local(Roboto Italic), local(Roboto-Italic), url(https://fonts.gstatic.com/s/roboto/v16/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/*--classes--------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: none; }

article,
header,
footer,
section,
aside,
details,
nav,
summary,
figcaption,
figure,
hgroup,
menu,
section {
  display: block; }

meter, mark, time {
  display: inline-block; }

html {
  height: 100%; }

body {
  height: auto;
  min-height: 100%;
  position: relative;
  line-height: 1; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0; }

input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

strong, b {
  font-weight: bold; }

blockquote, em, i {
  font-style: italic; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  outline: 0; }

input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
button,
label {
  cursor: pointer; }

input {
  vertical-align: middle;
  -webkit-appearance: none; }

.wrapper, input, textarea {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*--standart-------------------------------------------------------------------------------------------------*/
.clear,
.row {
  clear: both; }

.clear:after, .row:after, .container:after,.popup-window-buttons:after {
  content: '';
  clear: both;
  display: block; }

.latent {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -10; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.zebra td.text-right {
  text-align: right !important; }

.text-left {
  text-align: left; }

table {
  width: 100%; }

hr {
  display: block;
  clear: both; }

.img_responsive {
  max-width: 100%;
  display: inline-block; }

ol {
  counter-reset: item; }
  ol li {
    position: relative;
    counter-increment: item; }
    ol li:before {
      content: counter(item) ".";
      position: absolute; }

ul li {
  position: relative; }
  ul li:before {
    content: '';
    position: absolute; }

dl {
  text-align: right; }
  dl dt {
    float: left;
    clear: both; }
  dl dd span {
    display: inline-block;
    margin-bottom: -1px; }

label {
  display: inline-block; }

input, select, textarea {
  width: 100%;
  display: block; }

textarea {
  resize: none; }

input[type="submit"],
input[type="button"],
input[type="reset"] {
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none; }

.column-2 {
  width: 50%; }

.column-left {
  width: 43%; }

.column-right {
  width: 57%; }

.column-3 {
  width: 33.33%; }

.column-4 {
  width: 25%; }

.column-24 {
  width: 50%; }

.column-34 {
  width: 75%; }

.column-5 {
  width: 20%; }

.column-6 {
  width: 16.66%; }

.column-2, .column-3, .column-4, .column-24,
.column-34, .column-5, .column-6,
.column-left, .column-right {
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.column-right {
  float: right; }
.column {
  margin-bottom: 20px !important;
  padding: 0 15px !important;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.column-2:nth-child(2n+2) + .column-2,
.column-3:nth-child(3n+3) + .column-3,
.column-4:nth-child(4n+4) + .column-4,
.column-5:nth-child(5n+5) + .column-5,
.column-6:nth-child(6n+6) + .column-6 {
  clear: both; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .column-2, .column-3, .column-4, .column-24,
  .column-34, .column-5, .column-6,
  .column-left, .column-right {
    width: 100%;
    clear: both;
    float: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .column-4 {
    width: 50%; }
  .column-4:nth-child(4n+4) + .column-4 {
    clear: none; }
  .column-4:nth-child(2n+2) + .column-4 {
    clear: both; }
  .category__img img {
    max-height: 200px; }
  .column-md-3,
  .column-34 {
    width: 100%;
    clear: both;
    float: none; }
    .column-34 .column-3 {
      width: 33.33%; }
  .reasons .column-3 {
    width: 50%;
  }
  .column-6 {
    width: 25%; }
  .reasons .column-3:nth-child(3n+3) + .column-3,
  .column-6:nth-child(6n+6) + .column-6 {
    clear: none; }
  .reasons .column-3:nth-child(2n+2) + .column-3,
  .column-6:nth-child(4n+4) + .column-6 {
    clear: both; }
  .column-left, .column-right {
    width: 100%;
    clear: both;
    float: none; }
  #order_form_content .column-24, #order_form_content .column-4{
    width: 100%;
    clear: both;
    float: none;
  }
  #order_form_content .column-24 {
    margin-bottom: 30px;
  }
  #order_form_content .column-4:first-child:after {
    content: '';
    clear: both;
    display: block;
  }
  #order_form_content .column-4:first-child p {
    width: 48%;
    float: left;
  }
  #order_form_content .column-4:first-child p:nth-child(2n+2) {
    margin-left: 4%;
  }
  #order_form_content .column-4:first-child p.h3 {
    width: 20%;
    font-size: 12px;
    font-weight: 400;
    color: #888;
  }
  .column-md-2 {
    width: 50%;
    float: left;
  }
  .column-md-2 + .column-md-2 {
    padding-left: 20px;
  }
  .column-sm-3 {
    float: left;
    width:32%;
    margin-left: 2%;
  }
  p.column-sm-3 {
    padding-top: 25px;}
  .column-sm-3:nth-child(2) {
    margin-left: 0;
  }
  .clear-sm {
    width: 240px;
    margin: 0 auto 50px auto;
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1179px) {
  .column-6 {
    width: 20%; }
  .column-6:nth-child(6n+6) + .column-6 {
    clear: none; }
  .column-6:nth-child(5n+5) + .column-6 {
    clear: both; } }

/*--headers--------------------------------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  margin-bottom: 20px; }

h1, .h1 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px; }

h2, .h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px; }

h3, .h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }

h4, .h4 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px; }

h5, .h5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px; }

h6, .h6 {
  font-size: 12px; }

td.h6 {
  padding-left: 0; }

.uppercase {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase; }

/*--forms----------------------------------------------------------------------------------------------------*/
.checkbox, .radio {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  border: solid #BCBCBC 1px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle; }

.checkbox {
  border-radius: 2px;
  transition: background-color 0.3s ease-in-out; }

.radio, .radio:before {
  border-radius: 50%; }

input[type="checkbox"]:checked + .checkbox {
  background: #178EC9;
  border: #178EC9; }

input[type="checkbox"]:checked + .checkbox:before {
  content: '';
  width: 12px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 4px;
  background: url(/bitrix/templates/zakrevskiy/images/checkbox.svg) center no-repeat; }

input[type="radio"]:checked + .radio {
  border-color: #178EC9;
  border-width: 2px; }

input[type="radio"]:checked + .radio:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #178EC9; }

.form__button {
  display: inline-block;
  padding: 10px;
  border: solid #E4E4E4 1px;
  transition: border-color 0.3s ease-in-out;
  cursor: pointer;}
  .form__button strong {
    font-size: 18px; }
  .form__button:hover {
    border-color: #909090; }

.form__button-sm {
  padding: 5px 8px !important; }

input[type="checkbox"]:checked + .form__button,
input[type="radio"]:checked + .form__button,
.form__button.active {
  padding: 9px;
  border-color: #1FA3E5;
  border-width: 2px; }

input[type="checkbox"]:checked + .form__button-sm,
input[type="radio"]:checked + .form__button-sm,
.form__button-sm.active  {
  padding: 4px 7px !important; }

.form__input {
  padding: 5px 0;
  background: #fff;
  border: none;
  border-bottom: solid #909090 1px;
  transition: border-color 0.3s ease-in-out;
  color: #333; }
  .form__input:focus {
    padding-bottom: 4px;
    border-color: #1FA3E5;
    border-width: 2px; }

.from, .to {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

::-webkit-input-placeholder {
  color: #909090; }

:-moz-placeholder, ::-moz-placeholder {
  color: #909090; }

.dillers__form ::-webkit-input-placeholder,
.dillers__form-sm ::-webkit-input-placeholder {
  color: #BCBCBC; }

.dillers__form :-moz-placeholder, .dillers__form ::-moz-placeholder,
.dillers__form-sm :-moz-placeholder, .dillers__form-sm ::-moz-placeholder {
  color: #BCBCBC; }

input[type="checkbox"]:disabled + .checkbox,
input[type="radio"]:disabled + .radio,
.form__input:disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  /* filter: progid:DXImageTransform.Microsoft.Alpha opacity=50;  */
}

#subscribe .g-recaptcha {
  margin: 0;
}

/*--errors---------------------------------------------------------------------------------------------------*/
p.success, span.success {
  color: #093; }

p.error, span.error, .errortext {
  color: #900; }


.map-link {
  display: block;
  font-size: 14px;
  margin-top: 14px;
}

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .form__button {
    margin-bottom: 10px;
    padding: 10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .form__button {
    padding: 5px; } }

/*--buttons--------------------------------------------------------------------------------------------------*/
.button {
  display: inline-block;
  padding: 11px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;}
  .button.block {
    width: 100%;
    display: block;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.button-sm {
  padding: 7.5px;
  line-height: 15px; }

.addtocart {
  padding-right: 40px;
  padding-left: 40px; }

.button_primary {
  background: #178EC9;
  color: #fff !important;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase; }

.button_primary:hover {
  background: #1FA3E5; }

.button_secondary {
  background: transparent;
  border: solid #909090 1px;
  color: #909090;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; }

.button_secondary:hover {
  border-color: #1FA3E5;
  color: #1FA3E5; }

.button_third {
  background: #FF8D00;
  color: #fff !important;
  text-transform: uppercase; }
  .button_third:before {
    content: '';
    width: 12px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background: url(/bitrix/templates/zakrevskiy/images/tick.svg) no-repeat;
    vertical-align: middle; }

.button_map {
  text-transform: none; }
  .button_map:before {
    content: '';
    width: 26px;
    height: 21px;
    display: inline-block;
    margin-right: 5px;
    background: url(/bitrix/templates/zakrevskiy/images/schema.svg) no-repeat;
    vertical-align: middle; }

.readmore {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  color: #333;
  text-transform: uppercase; }
  .readmore:hover {
    color: #1FA3E5; }
  .readmore span {
    width: 9px;
    height: 17px;
    display: inline-block;
    position: relative;
    margin-top: -2px;
    margin-left: 7px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    vertical-align: middle; }
    /*.readmore span:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(/bitrix/templates/zakrevskiy/images/arrow-active.svg) center no-repeat;
      transition: opacity 0.3s ease-in-out;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
      .readmore:hover span:before {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }*/
.back {
  font-size: 14px !important;
  color: #178EC9 !important;
  text-transform: none !important; }
  .back:hover {
    color: #1FA3E5 !important; }
.back:before {
    content: '';
    width: 9px;
    height: 17px;
    display: inline-block;
    margin-top: -2px;
    margin-right: 7px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow-active.svg) center no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.attach {
  display: inline-block;
  padding: 0 5px;
  color: #fff !important;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out; }
  .attach:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=70; }

.attach_pdf {
  background: #ED575C; }

.attach_doc {
  background: #178EC9; }

@media (max-width: 767px) {
  .addtocart {
    padding-right: 10px;
    padding-left: 10px; 
  } 

  #subscribe .column-2 {
    display: flex;
    justify-content: center;    
  }
  

}

@media (min-width: 768px) and (max-width: 991px) {
  .addtocart {
    padding-right: 15px;
    padding-left: 15px; } }

/*--breadcrumb-----------------------------------------------------------------------------------------------*/
.breadcrumb {
  padding: 27px 0 10px 0; }
  .breadcrumb a {
    color: #333; }

.breadcrumb__separator {
  display: inline-block;
  margin: 0 10px;
  color: #909090; }

.path {
  color: #909090; }
  .path a {
    color: #333; }

/*--pagination-----------------------------------------------------------------------------------------------*/
.pagination {
  margin-bottom: 25px;
  font-size: 0;
  line-height: 0;
  text-align: center; }

.pagination__container {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle; }

.pagination__item {
  width: 40px;
  display: inline-block;
  position: relative;
  margin-right: -1px;
  font-size: 14px;
  line-height: 40px;
  border: solid #909090 1px;
  color: #909090;
  text-align: center;
  vertical-align: middle;
  z-index: 0;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .pagination__item:not(.pagination__item_active):hover {
    border-color: #1FA3E5;
    z-index: 1; }
  .pagination__item:first-child {
    border-radius: 4px 0 0 4px; }
  .pagination__item:last-child {
    border-radius: 0 4px 4px 0; }

.pagination__item_active {
  background: #1FA3E5;
  border-color: #1FA3E5;
  font-weight: 700;
  color: #fff; }

.pagination__prev,
.pagination__next {
  width: 10px;
  height: 18px;
  position: relative;
  display: inline-block;
  background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
  vertical-align: middle; }
  .pagination__prev:hover:before, .pagination__prev:hover:before,
  .pagination__next:hover:before,
  .pagination__next:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.pagination__prev:before,
.pagination__next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(/bitrix/templates/zakrevskiy/images/arrow-active.svg) center no-repeat;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
  transition: opacity 0.3s ease-in-out; }

.pagination__prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .pagination__item {
    width: 32px;
    line-height: 32px; } }

/*--banner---------------------------------------------------------------------------------------------------*/
#banner {
  position: relative;
  background: linear-gradient(180deg, #eaeeef 0%, #eaeeef 0%, #f1f4f4 26%, #dbe3e4 59%, #e9edee 75%, #f2f2f2 100%, #f2f2f2 100%); }
  #banner .wrapper {
    overflow: hidden; }
  #banner ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0; }
    #banner ul li {
      height: 400px;
      float: left;
      position: relative;
      margin: 0;
      padding: 0; }
      #banner ul li:before {
        display: none; }
      #banner ul li:after {
        content: '';
        display: block;
        clear: both; }
  #banner nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center; }
    #banner nav a {
      width: 9px;
      height: 9px;
      display: inline-block;
      margin: 0 5px;
      border: solid #1FA3E5 1px;
      border-radius: 50%;
      transition: background-color 0.3s ease-in-out; }
      #banner nav a.active {
        background-color: #1FA3E5; }

.banner__container {
  width: 90%;
  display: table;
  margin: 0 5%; }

.banner__text,
.banner__img {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.banner__text {
  width: 50%;
  font-size: 16px;
  line-height: 18px; }
  .banner__text .button {
    padding-left: 20px;
    padding-right: 20px; }

.banner__img {
  width: 50%; }

.banner__title {
  font-size: 48px;
  line-height: 48px;
  color: #178EC9; }

.banner__button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  -o-box-shadow: 0 2px 2px #BCBCBC;
  box-shadow: 0 2px 2px #BCBCBC; }
  .banner__button:hover {
    background: #1FA3E5; }
  .banner__button:before, .banner__button:after {
    content: '';
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -4px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    transition: opacity 0.3s ease-in-out; }
  .banner__button:after {
    background: url(/bitrix/templates/zakrevskiy/images/arrow-light.svg) center no-repeat;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .banner__button:hover:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .banner__button:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.banner__button-prev {
  left: 1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-box-shadow: 0 -2px 2px #BCBCBC;
  box-shadow: 0 -2px 2px #BCBCBC; }

.banner__button-next {
  right: 1px; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #banner ul li {
    height: auto; }
  .banner__container {
    display: block; }
  .banner__text,
  .banner__img {
    width: 100%;
    display: block; }
  .banner__button {
    display: none;
  }
  .banner__text {
    padding-top: 0;
  }
  .banner__container {
    padding-bottom: 40px;
  }

  .banner__title {
    font-size: 32px;
    line-height: 36px;
    margin-top: 8px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  #banner ul li {
    height: 300px; }
  #banner nav {
    bottom: 10px;
  }}

/*--slider---------------------------------------------------------------------------------------------------*/
.slider {
  position: relative;
  overflow: hidden; }
  .slider.slider__tabs, .slider.samples, .slider.related {
    overflow: visible; }
  .slider ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0; }
    .slider ul li {
      float: left;
      position: relative;
      margin: 0;
      padding: 0; }
      .slider ul li:before {
        display: none; }
      .slider ul li:after {
        content: '';
        display: block;
        clear: both; }

.slider .orderli{
      float: left;
      position: relative;
      margin: 0;
      padding: 0;
    width: 30%;
    margin-left: 20px; }
      .slider .orderli:before {
        display: none; }
      .slider .orderli:after {
        content: '';
        display: block;
        clear: both; }



.slider__container {
  position: relative;
  overflow: hidden; }

.slider__button {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out; }
  .slider__button:hover {
    background: #1FA3E5 !important; }
  .slider__button:before, .slider__button:after {
    content: '';
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -3px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    transition: opacity 0.3s ease-in-out; }
  .slider__button:after {
    background: url(/bitrix/templates/zakrevskiy/images/arrow-light.svg) center no-repeat;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .slider__button:hover:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .slider__button:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.slider__button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.slider__partners {
  margin-bottom: 20px;
  padding: 20px 0;
  line-height: 110px;
  text-align: center; }
  .slider__partners .column-5 {
    margin-bottom: 0; }
  .slider__partners ul li {
    padding: 0 75px;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .slider__partners img {
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -moz-opacity: 0.45;
    -khtml-opacity: 0.45;
    opacity: 0.45;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=45;
    transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
    .slider__partners img:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }
  .slider__partners .slider__button,
  .certificates .slider__button {
    position: absolute;
    top: 50%;
    margin-top: -15px; }
  .slider__partners .slider__button-prev,
  .certificates .slider__button-prev {
    left: 0; }
  .slider__partners .slider__button-next,
  .certificates .slider__button-next {
    right: 0; }

.slider__tabs .slider__button {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent; }

.slider__tabs .slider__button-prev {
  right: 30px; }

.samples {
  line-height: 200px; }

.samples .slider__button,
.related .slider__button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: -60px;
  right: 0;
  background: transparent; }
  .samples .slider__button:before, .samples .slider__button:after,
  .related .slider__button:before,
  .related .slider__button:after {
    width: 10px;
    height: 18px;
    margin: -9px 0 0 -4px; }

.samples .slider__button-prev,
.related .slider__button-prev {
  right: 42px; }

.additional {
  width: 15%;
  max-height: 455px;
  float: right;
  margin: 0;
  overflow-y: auto; }
  .additional li {
    padding: 0;
    margin: 0 0 10px 0;
    border: solid #E4E4E4 1px;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out; }
    .additional li:last-child {
      margin-bottom: 0; }
    .additional li:before {
      display: none; }
    .additional li.active {
      border-color: #1FA3E5;
      border-width: 2px; }
    .additional li:hover {
      border-color: #909090; }
    .additional li .additional__img {
      width: 100%;
      display: table;
      text-align: center; }
      .additional li .additional__img .additional__img-area {
        height: 80px;
        display: table-cell;
        vertical-align: middle; }
      .additional li .additional__img img {
        max-width: 100%;
        max-height: 100%; }

.images {
  width: 80%; }
  .images li {
    padding: 0 35px !important;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .images li .images__iframe,
    .images li .images__img {
      width: 100%;
      display: table;
      text-align: center; }
      .images li .images__img:after {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        background: url(/bitrix/templates/zakrevskiy/images/zoom.svg);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
        transition: opacity 0.3s ease-in-out; }
      .images li .images__img:hover .images__img-area {
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=50; }
      .images li .images__img:hover:after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }
      .images li .images__iframe .images__iframe-area,
      .images li .images__img .images__img-area {
        height: 500px;
        display: table-cell;
        vertical-align: middle; }
      .images li .images__img .images__img-area {
        transition: opacity 0.3s ease-in-out; }
      .images li .images__iframe iframe,
      .images li .images__img img {
        max-width: 100%;
        max-height: 100%; }
  .images .slider__button {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background: transparent; }
    .images .slider__button:before, .images .slider__button:after {
      width: 10px;
      height: 18px;
      margin: -9px 0 0 -4px; }
  .images .slider__button-prev {
    left: 0; }
  .images .slider__button-next {
    right: 0; }

.fullslider,
.fullslidersingle{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: solid #fff 10px;
  border-bottom: solid #fff 10px;
  z-index: 1000; }
  .fullslider img,
  .fullslider iframe,
  .fullslidersingle img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .fullslider .fullslider__img,
  .fullslidersingle .fullslidersingle__img {
    position: absolute;
    top: 0;
    right: 150px;
    bottom: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
z-index: 0;}
    .fullslidersingle .fullslidersingle__img {
      top: 20px;
      right: 0;
      bottom: 50px; }
    .fullslider .fullslider__img.active,
    .fullslidersingle .fullslidersingle__img.active {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
z-index: 1;}
  .fullslider .fullslider__img-area,
  .fullslidersingle .fullslidersingle__img-area {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .fullslidersingle__img-area img {
    max-height: 100%;
    width: auto; }
  .fullslider .fullslider__scroll {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: solid #E4E4E4 1px;
    overflow-y: scroll; }
    .fullslider .fullslider__scroll a {
      width: 80px;
      display: table;
      margin: 0 auto 10px auto;
      border: solid #E4E4E4 1px;
      transition: border-color 0.3s ease-in-out; }
      .fullslider .fullslider__scroll a.active {
        border-color: #178EC9; }
      .fullslider .fullslider__scroll a:hover {
        border-color: #909090; }
    .fullslider .fullslider__scroll .fullslider__thumb {
      height: 80px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }

.fullslider__video {
  position: relative; }
  .fullslider__video img {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=50; }
  .fullslider__video:after {
    content: '';
    width: 30px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -15px;
    background: url(/bitrix/templates/zakrevskiy/images/play.svg); }
@media (max-width: 767px) {
  .fullslider__video:after {
    content: '';
    width: 15px;
    height: 17px;
    margin: -7px 0 0 -8px; }
}

.fullslider__button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  z-index: 1; }
  .fullslider__button:hover {
    background: #1FA3E5; }
  .fullslider__button:before, .fullslider__button:after {
    content: '';
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -4px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    transition: opacity 0.3s ease-in-out; }
  .fullslider__button:after {
    background: url(/bitrix/templates/zakrevskiy/images/arrow-light.svg) center no-repeat;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .fullslider__button:hover:before {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0; }
  .fullslider__button:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.fullslider__button-prev {
  left: 10%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fullslider__button-next {
  right: 10%;
  margin-right: 150px; }

.popup__close,
.popup-window-close-icon,
.fullslider__close,
.fullslidersingle__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: auto;
  right: 170px;
  vertical-align: middle;
  background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -43px 0;
  z-index: 5;
}
.fullslidersingle__close {
  right: 10px;
}
.popup__close,
.popup-window-close-icon {
  top: 20px;
  right: 20px;
}
  .popup__close:after,
  .popup-window-close-icon:after,
  .fullslider__close:after,
  .fullslidersingle__close:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out;
    background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -43px -16px;
    transform: none;}
  .popup__close:hover:after,
  .popup-window-close-icon:hover:after,
  .fullslider__close:hover:after,
  .fullslidersingle__close:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }
.fullslider__count {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 28px;
  text-align: center;
}

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .images {
    width: 100%; }
  .images li {
    padding: 0 !important;
  }
    .images li .images__iframe .images__iframe-area,
    .images li .images__img .images__img-area {
      height: 300px; }
  .additional {
    width: 100%;
    max-height: 55px; }
    .additional li {
      width: 50px;
      display: inline-block;
      margin-bottom: 0; }
      .additional li .additional__img .additional__img-area {
        height: 50px; }
  .fullslider {
    border-top-width: 5px;
    border-bottom-width: 5px; }
    .fullslider .fullslider__img {
      right: 50px; }
    .fullslider .fullslider__scroll {
      width: 50px; }
      .fullslider .fullslider__scroll a {
        width: 30px; }
      .fullslider .fullslider__scroll .fullslider__thumb {
        height: 30px; }
  
  .fullslider__button {
    width: 30px;
    height: 30px;
    top: 80%;
  }
  .fullslider__button-prev {
    left: 5%; }
  .fullslider__button-next {
    right: 5%;
    margin-right: 50px; }
  .fullslider__close {
    right: 70px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .images {
    width: 80%; }
  .images li {
    padding: 0 !important;
  }
    .images li .images__iframe .images__iframe-area,
    .images li .images__img .images__img-area {
      height: 300px; }
  .additional {
    width: 9%;
    max-height: 280px; }
    .additional li {
      margin-bottom: 5px; }
      .additional li .additional__img .additional__img-area {
        height: 50px; }
  .fullslider {
    border-top-width: 10px;
    border-bottom-width: 10px; }
    .fullslider .fullslider__img {
      right: 102px; }
    .fullslider .fullslider__scroll {
      width: 100px; }
      .fullslider .fullslider__scroll a {
        width: 70px; }
      .fullslider .fullslider__scroll .fullslider__thumb {
        height: 70px; }
  
  .fullslider__button {
    width: 30px;
    height: 30px;
  }
  .fullslider__button-prev {
    left: 8%; }
  .fullslider__button-next {
    right: 8%;
    margin-right: 100px; }
  .fullslider__close {
    right: 120px; } }

@media (min-width: 992px) and (max-width: 1179px) {
  .fullslider {
    border-top-width: 10px;
    border-bottom-width: 10px; }
    .fullslider .fullslider__img {
      right: 140px; }
    .fullslider .fullslider__scroll {
      width: 140px; }
      .fullslider .fullslider__scroll a {
        width: 70px; }
      .fullslider .fullslider__scroll .fullslider__thumb {
        height: 70px; }
  .fullslider__button {
    width: 40px;
    height: 40px;
  }
  .fullslider__button-prev {
    left: 9%; }
  .fullslider__button-next {
    right: 9%;
    margin-right: 140px; }
  .fullslider__close {
    right: 160px; } }

/*--articles-------------------------------------------------------------------------------------------------*/
.articles {
  margin: 0 0 50px 0; }
  .articles li {
    margin: 0 0 10px 0;
    padding: 15px 0;
    border-bottom: solid #E4E4E4 1px; }
    .articles li:before {
      display: none; }
    .articles li:after {
      content: '';
      clear: both;
      display: block; }
    .articles li:last-child {
      border: none; }

.articles__img {
  width: 8%;
  float: left; }

.articles__body {
  width: 90%;
  float: right; }

  .articles__date {
    display: block;
    margin-bottom: 20px;
    color: #909090; }
  .articles__body .articles__date {
    margin-bottom: 10px; }

.articles__title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #333; }

/*--catalog--------------------------------------------------------------------------------------------------*/
.catalog {
  padding: 15px 0 10px 0;
  border: solid #E4E4E4 1px; }
  .catalog .column-4 {
    padding-left: 10px;
    padding-right: 10px; }
  .catalog .column-4:first-child {
    padding-left: 20px;
    padding-right: 20px; }
  .catalog p {
    margin-bottom: 10px; }
  .catalog .column-4,
  .catalog ul {
    margin: 0; }
  .catalog li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px; }
    .catalog li:before {
      display: none; }
    .catalog li a {
      color: #333; }
      .catalog li a:hover {
        color: #1FA3E5; }

/*--category-------------------------------------------------------------------------------------------------*/
.category {
  padding: 15px;
  border: solid #E4E4E4 1px; }
  .category .category__img {
    width: 100%;
    display: table;
    text-align: center; }
    .category .category__img .category__img-area {
      height: 240px;
      display: table-cell;
      vertical-align: middle; }
  .category a:not(.category__img) {
    min-height: 36px;
    display: block; }

/*--listing--------------------------------------------------------------------------------------------------*/
.listing {
  margin-bottom: 10px;
  padding: 18px;
  background: #fff;
  border: solid #E4E4E4 1px; }
  .listing .listing__img {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    text-align: center; }
    .listing .listing__img .listing__img-area {
      height: 240px;
      display: table-cell;
      vertical-align: middle; }
  .listing__title {
    font-weight:bold;
    min-height: 55px; 
    margin-bottom: 5px;
    position: relative;
  }    
    .listing__title a {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  .listing .listing__description {
    height: 70px; 
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .listing .listing__description:hover {
    overflow: visible;    
    position: relative;
  }
    .listing .listing__description:hover span {
      position:absolute;
      background-color: #fff;
      padding: 0 0 5px;
    }
    .listing .listing__description a {
      color: #000; }
      .listing .listing__description a:hover {
        color: #1FA3E5; }

.price {
  font-size: 20px;
  font-weight: 700; }
  .price small {
    font-size: 14px;
    text-transform: uppercase; }

.price-md {
  font-size: 14px;
  font-weight: 700; }
  .price-md small {
    font-size: 10px;
    text-transform: uppercase; }

.price-sm {
  font-size: 14px;
  color: #909090; }
  .price-sm small {
    font-size: 11px;
    text-transform: uppercase; }

.price-lg {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px; }
  .price-lg small {
    font-size: 20px;
    text-transform: uppercase; }

.price-product {
  margin-right: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; }
  .price-product small {
    font-size: 20px;
    text-transform: uppercase; }

.option {
  margin-bottom: 10px; }
  .option label {
    position: relative;
    padding-left: 25px;
    transition: color 0.3s ease-in-out; }
    .option label:hover {
      color: #1FA3E5; }
      .option label:hover > * {
        color: #1FA3E5; }
    .option label > * {
      transition: color 0.3s ease-in-out; }
      .option label .checkbox {
        position: absolute;
        top:0;
        left: 0; }
.option.disabled {
  display: none;}

.search__title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px; }

/*--certificates---------------------------------------------------------------------------------------------*/
.certificates {
  text-align: center; }
  .certificates .column-6 {
    padding: 15px 0; }
  .certificates .certificates__img {
    width: 100%;
    display: table;
    text-align: center; }
    .certificates .certificates__img .certificates__img-area {
      height: 200px;
      display: table-cell;
      vertical-align: middle; }

/*--clients--------------------------------------------------------------------------------------------------*/
.clients .clients__item {
  display: block;
  padding: 15px;
  color: #333;
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none; }
  .clients .clients__item:hover {
    -o-box-shadow: 0 0 5px #E4E4E4;
    box-shadow: 0 0 5px #E4E4E4; }
    .clients .clients__item:hover img {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }
    .clients .clients__item:hover .clients__title {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.clients .clients__img {
  width: 100%;
  display: table; }

.clients .clients__img-area {
  display: table-cell;
  height: 110px;
  vertical-align: middle; }

.clients img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  filter: progid:DXImageTransform.Microsoft.Alpha opacity=45;
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }

.clients .clients__title {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
  transition: opacity 0.3s ease-in-out; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #attributes {
    overflow-x: auto;
  }
  .zebra .text-gray {
    display: block;
  }
  .catalog {
    margin: 0 5px;
  }
  .catalog li {
    white-space: nowrap;
    overflow: hidden;
  }
  .catalog .column-4:first-child {
    margin-bottom: 10px; }
  .catalog .column-4{
  padding-left: 20px;
  padding-right: 20px;}
  .column-right {
    padding-bottom: 60px;
    position: relative;
  }
  [id*="_slider_cont"]{
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
  }
  .samples .slider__button,
  .related .slider__button{
    display: none; }
.price-product {
  display: block;
  margin-bottom: 10px;
  text-align: center; }
  .column-left .addtocart {
    display: block;
    margin-bottom: 20px;}
  #coords-link, .button_map {
    display: block;
  }
  .articles__img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    float: none;
    text-align: center; }
  .articles__img img {
    width: 100%;
    height: auto; }
  .articles__body {
    width: 100%;
    float: none; }
  .option {
    font-size: 12px; }}

@media (min-width: 768px) and (max-width: 991px) {
  .articles__img {
    width: 15%; }
  .articles__body {
    width: 84.5%; }
  .option {
    font-size: 12px; }
  .listing .listing__description {
    height: 70px; }
  .catalog {
    width: 33.33%;
    float: left;
    clear: none;
  }
  .catalog .column-4 {
  width: 100%;
  float: none;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;}
  .catalog .column-4:first-child {
    margin-bottom: 20px;}
  .catalog + .row {
    width: 66.67%;
    float: left;
    clear: none;
    margin-left: 0;
  }
  .catalog + .row .column-4{
    width: 50% !important;
  }}

/*--tabs-----------------------------------------------------------------------------------------------------*/
.tabs {
  /*margin-bottom: 50px;*/
  padding: 40px 0 10px 0;
  background: #F7F7F7; }

.tabs__navigation {
  margin-bottom: 20px; }

.tabs__button {
  display: inline-block;
  margin-right: 20px;
  border-bottom: solid #F7F7F7 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  .tabs__button:hover {
    color: #1FA3E5; }

.tabs__button_active {
  border-color: #1FA3E5; }

.tabs__area {
  display: none; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .tabs__button {
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px; } }

/*--qty------------------------------------------------------------------------------------------------------*/
.quantity {
  display: inline-block;
  position: relative;
  font-size: 0;
  line-height: 0; }

.quantity__button {
  width: 14px;
  height: 25px;
  display: inline-block;
  position: relative;
  background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
  vertical-align: middle; }
  .quantity__button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(/bitrix/templates/zakrevskiy/images/arrow-active.svg) center no-repeat;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .quantity__button:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.quantity__button_minus {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.quantity__button_plus {
  margin-left: 10px; }

.quantity__input {
  width: 25px;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle; }

/*--filter---------------------------------------------------------------------------------------------------*/
.filter {
  padding: 18px;
  border: solid #E4E4E4 1px; }

.filter__title {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 20px 5px 0;
  border-bottom: solid #BCBCBC 1px;
  font-weight: 700;
  color: #909090;
  text-transform: uppercase; }
  .filter__title:after {
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .filter__title.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.filter__container {
  display: none;
  margin-bottom: 20px;
  color: #909090; }
  .filter__container p {
    margin-bottom: 10px; }
  .filter__container label {
    color: #333;
    transition: color 0.3s ease-in-out; }
    .filter__container label:hover {
      color: #1FA3E5; }

/*--dillers--------------------------------------------------------------------------------------------------*/
.dillers {
  margin-bottom: 50px; }
  .dillers h2, .dillers .h2 {
    color: #E4E4E4; }

.dillers__scroll {
  height: 661px;
  overflow-y: scroll; }
#dillerName{
  font-size: 24px;
}
.dillers__container,
.dillers__container-sm {
  margin-bottom: 25px; }
  #dillerInfo.dillers__diller-sm a,
  .dillers__container a,
  .dillers__container-sm a {
    color: #333; }
    #dillerInfo.dillers__diller-sm a:hover,
    .dillers__container a:hover,
    .dillers__container-sm a:hover {
      color: #1FA3E5; }

.dillers__form,
.dillers__form-sm {
  margin-bottom: 10px; }
  .dillers__form .form__input,
  .dillers__form-sm .form__input {
    padding-right: 20px;
    background: url(/bitrix/templates/zakrevskiy/images/search.svg) right no-repeat;
    background-size: auto 60%; }

.dillers__diller,
.dillers__diller-sm {
  margin-bottom: 20px;
  border-bottom: solid #E4E4E4 1px; }
  #dillerInfo.dillers__diller-sm {
    border: none;
    font-size: 16px;}

  .dillers__diller:last-child,
  .dillers__diller-sm:last-child {
    border: none; }
  .dillers__diller .column-2,
  .dillers__diller-sm .column-2 {
    padding-left: 0; }
    .dillers__diller .column-2 p,
    .dillers__diller-sm .column-2 p{
      margin-bottom: 5px; }

.dillers__icon:before {
  content: '';
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(/bitrix/templates/zakrevskiy/images/sprite.png);
  vertical-align: middle; }

.dillers__mail:before {
  background-position: -15px 0; }

.dillers__phone:before {
  background-position: 0 -16px; }

.dillers__site:before {
  background-position: -15px -16px; }

.dillers__map {
  height: 700px; }

#dillerMap {
  width: 670px;
  height: 300px;
}

/*--filter---------------------------------------------------------------------------------------------------*/
.reasons .column-3 {
  position: relative;
  margin-bottom: 25px;
  padding-top: 60px; }
  .reasons .column-3 span {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 100px;
    line-height: 100px;
    color: #E8F4FA; }
  .reasons .column-3 p {
    position: relative; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .dillers__scroll {
    height: 311px; }
  #map {
    height: 350px; } }

@media (max-width: 991px) {
  .dillers__scroll {
    height: 451px; }
  #map {
    height: 490px; } }

/*--basket---------------------------------------------------------------------------------------------------*/
.basket {
  margin-bottom: 50px; }
  .basket .price {
    padding-right: 5px;
    text-align: right; }
  .basket .price,
  .basket .price-md {
    white-space: nowrap; }

.basket__img {
  width: 9%;
  vertical-align: top; }

.basket.show-sm .basket__title {
  position: relative;
}

.basket__title a {
  color: #333; }

.basket__title p {
  margin-bottom: 10px; }

.basket__title span {
  display: inline-block;
  padding: 0 5px;
  border: solid #E4E4E4 1px;
  font-size: 12px; }

.basket__quantity {
  width: 110px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap; }

.basket__delete {
  width: 50px;
  padding-right: 20px;
  padding-left: 5px;
  text-align: right; }

.basket__sub-delete {
  width: 160px;
  text-align: right; }

.delete {
  width: 11px;
  height: 11px;
  display: inline-block;
  position: relative;
  background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px 0;
  vertical-align: middle; }
  .delete:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px -12px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .delete:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.basket.show-sm .basket__title .delete {
  position: absolute;
  top: 20px;
  right: 0;
}

.delivery {
  margin: 10px 0 20px;
  /*line-height: 50px;*/ }
  .delivery label {
    display: block; }
  .delivery img {
    margin-right: 20px; }
  .delivery .float-right {
    text-align: right;
    width: 85px;
    margin-bottom: 0;
    margin-left: 10px;
    white-space: nowrap; }
    .delivery .float-right small {
      font-size: 11px;
      text-transform: uppercase; }
  .delivery:after {
    content: '';
    display: block;
    clear: both; }

.payment label,
.delivery label {
  transition: color 0.3s ease-in-out; }
  .payment label > *,
  .delivery label > * {
    transition: color 0.3s ease-in-out; }
  .payment label:hover,
  .delivery label:hover {
    color: #1FA3E5; }
    .payment label:hover > *,
    .delivery label:hover > * {
      color: #1FA3E5; }

@media (max-width: 767px) {
  .basket__img {
    width: 50%; }
  .basket__quantity {
    width: 50%; }
  .basket__delete {
    width: 10%; }

#dillerMap {
  width: 270px;
  height: 200px;
} }

@media (min-width: 768px) and (max-width: 991px) {
  .basket__img {
    width: 15%; }
  .delivery {
    font-size: 12px; } }

/*--contacts-------------------------------------------------------------------------------------------------*/
.contacts__big {
  margin-bottom: 30px;
  font-size: 20px; }
.contacts__big a {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  vertical-align: middle;}

.contacts__name {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700; }

.contacts__main {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700; }

.contacts__icon {
  color: #333;
  text-decoration: none; }
  .contacts__icon a {
    color: #333; }

.contacts__icon:before {
  content: '';
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.contacts__icon-address:before {
  background: url(/bitrix/templates/zakrevskiy/images/address.svg) no-repeat; }

.contacts__icon-tel:before {
  background: url(/bitrix/templates/zakrevskiy/images/phone1.svg) no-repeat; }

.contacts__icon-mail:before {
  background: url(/bitrix/templates/zakrevskiy/images/mail.svg) no-repeat; }

.contacts__map {
  height: 400px; }

/*--responsive-----------------------------------------------------------------------------------------------*/
/*--navigation-----------------------------------------------------------------------------------------------*/
.navigation {
  background: #F7F7F7;
  font-size: 12px;
  line-height: 40px; }
  .navigation .wrapper:after {
    content: '';
    display: block;
    clear: both; }
@media (max-width: 991px) {
  .navigation {
    display: none; } }

.navigation__panel {
  width: 25%;
  float: left;
  padding: 0 10px 0 0;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.navigation__menu {
  width: 50%;
  float: left;
  padding: 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .navigation__menu ul {
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    .navigation__menu ul li {
      margin: 0;
      padding: 0 15px;
      display: inline-block;
      font-size: 12px;
      line-height: 40px; }
      .navigation__menu ul li:before {
        display: none; }
      .navigation__menu ul li a {
        color: #909090; }
        .navigation__menu ul li a:hover {
          color: #1FA3E5; }
@media (min-width: 992px) and (max-width: 1179px) {
  .navigation__menu ul li {
    padding: 0 10px; }
  .listing .listing__description {
    height: 70px; } }

.navigation__phone {
  width: 25%;
  float: left;
  padding: 0 0 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right; }
  .navigation__phone a[href^="tel:"] {
    display: inline-block;
    margin-right: 20px;
    color: #333; }
    .navigation__phone a[href^="tel:"]:before {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 10px;
      background: url(/bitrix/templates/zakrevskiy/images/phone.svg);
      vertical-align: middle; }

.link-dropdown {
  color: #333; }
  .link-dropdown:after {
    content: '';
    width: 5px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
  .link-dropdown.active {
    color: #1FA3E5; }
    .link-dropdown.active:after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  background: #fff;
  border: solid #E4E4E4 1px;
  -o-box-shadow: 0 0 4px #E4E4E4;
  box-shadow: 0 0 4px #E4E4E4;
  z-index: 101; }
  .dropdown:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 25px;
    margin-bottom: 1px;
    border: solid transparent 6px;
    border-bottom: solid #E4E4E4 6px; }
  .dropdown:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 25px;
    border: solid transparent 6px;
    border-bottom: solid #fff 6px; }
  .dropdown ul {
    margin: 0; }
    .dropdown ul li {
      margin: 0;
      padding: 0; }
      .dropdown ul li:before {
        display: none; }
      .dropdown ul li a {
        display: block;
        padding-right: 20px;
        padding-left: 15px;
        border-left: solid #fff 2px;
        font-size: 14px;
        line-height: 30px;
        color: #333; }
        .dropdown ul li a:hover {
          color: #1FA3E5; }
        .dropdown ul li a.active {
          background: #E8F4FA;
          border-left-color: #178EC9;
          color: #178EC9; }

.city, .language {
  display: inline-block;
  position: relative; }
  .city1 {
    margin-bottom: 20px;
    position: relative;}
    .city1 > span, .city1 .link-dropdown {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;}
      .city1 .link-dropdown {
        color: #178EC9; }
      .city1 .link-dropdown:after {
        display: none; }

.city .dropdown {
  width: 520px; }

.language {
  margin-left: 35px;
  white-space: nowrap; }
  .language img {
    margin-right: 10px; }
  .language ul li a {
    padding-left: 10px; }

.dropdown__column {
  width: 250px;
  float: left;
  margin-right: 20px; }
  .dropdown__column:last-child {
    margin-right: 0; }

.scroll {
  height: 300px;
  overflow-y: scroll; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .navigation__panel {
    width: 40%; }
  .navigation__phone {
    width: 60%; }
  .language {
    margin-left: 20px; }
    .language img {
      margin-right: 5px; }
    .language .link-dropdown > img {
      margin-right: 0; }
  .city .dropdown {
    width: 270px; }
  .dropdown__column {
    width: 100%;
    float: none;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px; }
  .scroll {
    height: 150px; }
  .dropdown__column:first-child .scroll {height: auto; overflow: auto;}}

@media (max-width: 991px) {
  .navigation__panel,
  .navigation__phone {
    width: 50%; } }

@media (min-width: 992px) and (max-width: 1179px) {
  .city .dropdown {
    width: 510px; }
  .dropdown__column {
    width: 250px;
    margin-right: 10px; } }

/*--header---------------------------------------------------------------------------------------------------*/
.header:after {
  content: '';
  display: block;
  clear: both; }

.header .logo {
  width: 16%;
  float: left;
  padding: 0 10px 0 0;
  line-height: 80px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.header nav {
  width: 70%;
  float: left; }
  .header nav ul {
    margin: 0;
    font-size: 0;
    line-height: 0; }
    .header nav ul li {
      display: inline-block;
      margin: 0 0 0 75px;
      padding: 24px 0; }
      .header nav ul li:before {
        display: none; }
      .header nav ul li a {
        display: inline-block;
        border-bottom: solid #fff 2px;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        color: #333;
        text-transform: uppercase; }
        .header nav ul li a:hover {
          color: #1FA3E5; }
        .header nav ul li a.active {
          border-color: #1FA3E5; }

.header .search {
  float: left;
  width: 5%;
  position: relative;
  line-height: 80px; }
  .header .search form {
    display: none;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    margin-top: -20px; }
    .header .search form .search__input {
      width: 802.4px;
      height: 40px;
      padding: 0 30px 0 15px;
      background: #F2F2F2;
      border-radius: 4px; }
    .header .search form .search__button {
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -8px;
      margin-bottom: 0; }
      .header .search form .search__button:before {
        background-color: #F2F2F2; }

.header .basket-small {
  width: 9%;
  float: left;
  padding: 24px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #333;
  text-align: right;
  text-transform: uppercase; }
  .header .basket-small:hover {
    color: #1FA3E5; }
    .header .basket-small:hover .basket__icon:before {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }

.header .basket__icon {
  width: 20px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: url(/bitrix/templates/zakrevskiy/images/basket.svg);
  vertical-align: middle; }
  .header .basket__icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(/bitrix/templates/zakrevskiy/images/basket-active.svg);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .header .basket__icon small {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 0 2px;
    background: #178EC9;
    border-radius: 6px;
    font-size: 10px;
    line-height: 13px;
    color: #fff; }

.search__button {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  background: url(/bitrix/templates/zakrevskiy/images/search.svg); }
  .search__button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff url(/bitrix/templates/zakrevskiy/images/search-active.svg);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .search__button:hover:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }
  .search__button.active {
    background: url(/bitrix/templates/zakrevskiy/images/cross.svg); }
    .search__button.active:before {
      background-image: url(/bitrix/templates/zakrevskiy/images/cross-active.svg); }

/*--responsive-----------------------------------------------------------------------------------------------*/
.menu-mobile, #menu, #menu-form, #filter {
  display: none; }

@media (max-width: 991px) {
  .header {
  -o-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }
  .menu-mobile {
    float: left;
    display: block;
    line-height: 56px; }
    .menu-mobile a {
      width: 18px;
      height: 12px;
      position: relative;
      display: inline-block;
      background: url(/bitrix/templates/zakrevskiy/images/menu1.svg) center no-repeat; }
      .menu-mobile a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(/bitrix/templates/zakrevskiy/images/menu-active.svg) center no-repeat;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
        transition: opacity 0.3s ease-in-out; }
      .menu-mobile a:hover:after,
      .menu-mobile a:active:after {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha opacity=01; }
.header .logo {
  line-height: 50px;}
  
    .header nav ul li {
      padding: 12px 0; }

.header .search {
  line-height: 56px; }

.header .basket-small {
  padding: 12px 0;}
  
  #menu, #filter {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    font-size: 13px;
    z-index: 1001;
  }
  #menu {
    min-height: 650px; }
  #filter {
    /*left: 50%;*/
    left: auto;
    right: 0;
    bottom: 0;
    padding: 10px;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-left: -125px;*/ }
  #filter a[href="#close"]{
    top: 10px;
    right: auto;
    left: -25px; }
  .menu__panel {
    padding: 15px 20px;
  }
  #menu ul{
    margin: 0; }
  #menu > ul{
    position: relative;
    z-index: 1;
  }
  #menu li:before{
    display: none; }
  #menu li a {
    font-weight: 400;
    color:#333;
    text-transform: uppercase; }
  #menu li a:hover {
    color:#1FA3E5; } 
  .menu__phone {
    padding: 20px;
    font-size: 12px;
  }
  .ctlg {
    margin-bottom: 20px;
    padding: 10px 0;
    background: #178EC9; }
  #menu .ctlg > ul > li {
    position: static;
    margin:0;
    padding:0; }
  #menu .ctlg > ul > li > a {
    display: block;
    padding: 5px 20px;
    color: #fff; }
  #menu .ctlg > ul > li.parent > a {
    padding-right: 8px; }
  .ctlg .parent > a:before {
    content: '';
    width: 5px;
    height: 9px;
    float: right;
    margin-top: 5px;
    background: url(/bitrix/templates/zakrevskiy/images/arrow-light.svg) center no-repeat; }
  #menu .ctlg > ul > li:hover > a {
    background: #1FA3E5; }
  .ctlg .container {
    display: none;
    margin: 0;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    padding: 20px;
    background: #fff;
    z-index: 2; }
  .ctlg .container li {
    padding: 0; }
  .ctlg .container li a {
    font-size: 14px;
    text-transform: none !important; }
  
  .menu__phone a[href^="tel:"] {
    display: inline-block;
    margin-right: 10px;
    color: #333; }
    .menu__phone a[href^="tel:"]:before {
      content: '';
      width: 10px;
      height: 10px;
      display: inline-block;
      margin-right: 10px;
      background: url(/bitrix/templates/zakrevskiy/images/phone.svg);
      vertical-align: middle; }
  a[href="#close"]{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: -25px;
    background: url(/bitrix/templates/zakrevskiy/images/close.svg);
  } }

@media (max-width: 767px) {
  .header .logo {
    width: 40%; }
  .header nav {
    width: 20%;
    height: 10px; }
  .header .search {
    width: 10%; }
    .header .search form .search__input {
      width: 220px;
      background: #fff; }
  .header .basket-small {
    width: 15%; }
  .menu-mobile {
    width: 15%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header .logo {
    width: 18%; }
  .header nav {
    width: 55%;
    height: 10px; }
  .header .search form .search__input {
    width: 582px;
    background: #fff; }
  .header .basket-small {
    width: 15%; }
  .menu-mobile {
    width: 7%; }
  .contacts__links {
    width: 100%;
    float: none;
    clear: both; }
  .contacts__links .button_secondary{
    margin-left: 23%; } }

@media (min-width: 992px) and (max-width: 1179px) {
  .header .logo {
    width: 17%; }
  .header nav {
    width: 67%; }
    .header nav ul li {
      margin: 0 0 0 50px; }
      .header nav ul li a {
        font-size: 12px; }
  .header .basket-small {
    width: 11%; }
  .header .search form .search__input {
    width: 624.96px; } }

/*--menu-----------------------------------------------------------------------------------------------------*/
.menu {
  position: relative;
  background: #178EC9;
  font-size: 0;
  line-height: 0;
  z-index: 100; }
  .menu .wrapper > ul {
    width: 100%;
    display: table;
    margin: 0; }
    .menu .wrapper > ul > li {
      position: static;
      display: table-cell;
      margin: 0;
      padding: 0; }
      .menu .wrapper > ul > li:before {
        display: none; }
      .menu .wrapper > ul > li > a {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        text-transform: uppercase;
        transition: background-color 0.3s ease-in-out;
        text-align: center;
        z-index: 2; }
        .menu .wrapper > ul > li > a:hover {
          background: #1FA3E5; }
      .menu .wrapper > ul > li.parent > a {
        padding-right: 10px; }
      .menu .wrapper > ul > li.parent > a:after {
        content: '';
        width: 5px;
        height: 9px;
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -4px;
        background: url(/bitrix/templates/zakrevskiy/images/arrow-light.svg) center no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: -webkit-transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
      .menu .wrapper > ul > li.parent:hover > a:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 50%;
        margin-left: -7px;
        border: solid transparent 7px;
        border-bottom-color: #fff; }
      .menu .wrapper > ul > li.parent:hover .container {
        display: block; }
  .menu .container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 20px 15px;
    background: #fff;
    border: solid #E4E4E4 1px;
    text-align: left;
    z-index: 1;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-shadow: 0 0 5px #E4E4E4;
    box-shadow: 0 0 5px #E4E4E4; }
    .menu .container .column-3 {
      margin: 0; }
    .menu .container ul {
      margin: 0; }
      .menu .container ul li {
        margin-bottom: 20px;
        padding: 0; }
        .menu .container ul li:before {
          display: none; }
        .menu .container ul li:last-child {
          margin: 0; }
    .menu .container a {
      font-size: 14px;
      line-height: 18px;
      color: #333; }
      .menu .container a:hover {
        color: #1FA3E5; }

.menu-link {
  display: none; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .menu {
    display: none;
    text-align: right; }
  .menu-link {
    width: 50px;
    height: 40px;
    display: inline-block;
    background: url(/bitrix/templates/zakrevskiy/images/menu.svg) center no-repeat; } }

@media (min-width: 992px) and (max-width: 1179px) {
  .menu .wrapper > ul > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px; } }

/*--popup----------------------------------------------------------------------------------------------------*/
.popup-back {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha opacity=50; }

.popup {
  display: none;
  width: 320px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  padding: 20px;
  background: #fff;
  z-index: 1001;
  -o-box-shadow: 1px 1px 3px #666;
  box-shadow: 1px 1px 3px #666;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 360px) {
  .popup {
    width: 270px; } }

/*.popup__close {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px 0;
  z-index: 10; }
  .popup__close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px -12px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .popup__close:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }*/

/*--footer---------------------------------------------------------------------------------------------------*/
footer {
  padding: 30px 0;
  background: #F7F7F7;
  font-size: 12px;
  line-height: 15px; }
  footer img {
    width: 100%;
    height: auto;
    max-width: 140px;
    margin-bottom: 10px;
    margin-bottom: 7px; }
  footer:after {
    content: '';
    display: block;
    clear: both; }
  footer ul {
    margin-bottom: 0; }
    footer ul li {
      margin: 0 0 4px 0;
      padding: 0; }
      footer ul li:before {
        display: none; }
      footer ul li a {
        color: #333; }

.footer__copyrights {
  width: 25%;
  float: left;
  padding: 0 10px 0 0;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.footer__company {
  width: 17%;
  float: left;
  padding: 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.footer__information {
  width: 17%;
  float: left;
  padding: 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.footer__catalog {
  width: 23%;
  float: left;
  padding: 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.footer__contacts {
  width: 18%;
  float: left;
  padding: 0 0 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .footer__contacts a[href^="tel:"] {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333; }
    .footer__contacts a[href^="tel:"]:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 100%;
      margin: -5px 10px 0 0;
      background: url(/bitrix/templates/zakrevskiy/images/phone.svg); }

.link-yuotube {
  display: inline-block;
  padding: 6px 10px;
  background: #178EC9;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  text-transform: uppercase; }
  .link-yuotube:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: -2px;
    margin-right: 10px;
    /*background: url(/bitrix/templates/zakrevskiy/images/youtube.svg) no-repeat;*/
    background: url(/bitrix/templates/zakrevskiy/images/Icon_RUTUBE_dark_color_circle.svg) no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle; }
  .link-yuotube:hover {
    background: #1FA3E5; }

/*--responsive-----------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .footer__company,
  .footer__information,
  .footer__catalog {
    display: none;}
  .footer__contacts {
    position: relative;
    width: 100% !important;
    float: none;
    clear: both;
    padding-left: 30px; }
  .link-yuotube {
    position: absolute;
    top: 0;
    right: 0; } }
@media (max-width: 991px) {
  .footer__copyrights {
    display: none; }
  .footer .hide-to-md {
    display: block !important; }
  .footer__company {
    width: 25%;
    margin-bottom: 10px; }
  .footer__information {
    width: 25%;
    margin-bottom: 10px; }
  .footer__catalog {
    width: 25%;
    margin-bottom: 10px; }
  .footer__contacts {
    width: 25%;
    padding-left: 30px; }
    .footer__contacts a[href^="tel:"]:before {
      margin-right: 5px; } }

body {
  background: #fff;
  font-family: "Roboto", Helvetica, "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #333; }

/*--classes--------------------------------------------------------------------------------------------------*/
.wrapper {
  width: 1180px;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
.wrapper .wrapper {
  width: auto !important;}
#productfixed .wrapper {
  width: 1180px !important;}

.row,.popup-window-buttons {
  margin-right: -15px;
  margin-left: -15px; }

.container {
  margin-bottom: 75px; }

table, ul, ol, p, dl, hr,
.float-left, .float-right {
  margin-bottom: 20px; }

.float-left {
  margin-right: 25px; }

.float-right {
  margin-left: 25px; }

.margin {
  margin-bottom: 20px !important; }

.margin-sm {
  margin-bottom: 10px !important; }

.margin-lg {
  margin-bottom: 25px !important; }

.text-red {
  color: #F00; }

.text-green {
  color: #33CC66; }

.text-gray {
  color: #909090; }

.text-sm {
  font-size: 12px;
  line-height: 15px;
  color: #909090; }

.text-xs {
  font-size: 10px;
  line-height: 15px;
  color: #909090; }

.nowrap {
  white-space: nowrap; }

.padding0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*--tags-----------------------------------------------------------------------------------------------------*/
p:last-child {
  margin-bottom: 0 !important; }

img {
  vertical-align: middle; }

a {
  color: #178EC9;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  a:hover {
    color: #1FA3E5; }

th, td {
  padding: 15px; }


table.td3 td:first-child, 
table.td4 td:first-child, 
table.td5 td:first-child, 
table.td6 td:first-child {
  width: 27%
}
table.td3 td {
  width: 36%
}
table.td4 td {
  width: 18%
}
table.td5 td {
  width: 14.5%
}
table.td6 td {
  width: 13%
}  
table.td7 td {
  width: 11%
}

.zebra th, .zebra td {
  padding: 5px;
  text-align: center; }

.zebra th:first-child, .zebra td:first-child {
  text-align: left; }

.zebra tr:nth-child(even) td {
  background: #F2F2F2; }
  
/*
#attributes .zebra td:nth-child(even) {
  background: #f2f2f250; }

#attributes .zebra tr:nth-child(even) td {
  background: #F2F2F2; }  
*/

th {
  padding-top: 0;
  font-weight: 700; }

.table_title {
  color: #909090; }

.table_last > * {
  padding-top: 15px; }

hr {
  height: 1px;
  background: #E4E4E4; }

ul li, ol li {
  margin-bottom: 10px;
  padding-left: 20px; }

ul li:before {
  width: 3px;
  height: 3px;
  top: 8px;
  left: 0;
  background: #000; }

ol li:before {
  top: 0;
  left: 0; }

dt {
  padding: 0 5px 1px 0;
  background: #fff; }
  dt dd {
    margin-bottom: 10px;
    border-bottom: dotted #909090 1px; }
  dt dd span {
    padding: 0 0 1px 5px;
    background: #fff; }

/*--responsive-----------------------------------------------------------------------------------------------*/
.show-sm,
.show-to-md{
  display: none; }



@media (max-width: 991px) {
  .hidden-on-filter {
    display: none !important;
  }
}



@media (max-width: 767px) {
  /*--classes--------------------------------------------------------------------------------------------------*/
  .wrapper {
    width: 300px; }
#productfixed .wrapper {
  width: 300px !important;}
  .show-sm {
    display: block; }
  table.show-sm {
    display: table; }
  .hide-sm {
    display: none; }
  .row,.popup-window-buttons {
    margin-right: -10px;
    margin-left: -10px; }}

@media (max-width: 991px) {
  /*--classes--------------------------------------------------------------------------------------------------*/
  .show-to-md {
    display: block; }
  .hide-to-md {
    display: none; }
  .payment .text-gray{
    display: block;
    margin-left: 35px;
  } }

@media (min-width: 768px) and (max-width: 991px) {
  /*--classes--------------------------------------------------------------------------------------------------*/
  .wrapper {
    width: 738px; }
#productfixed .wrapper {
  width: 738px !important;} }

@media (min-width: 992px) and (max-width: 1179px) {
  /*--classes--------------------------------------------------------------------------------------------------*/
  .wrapper {
    width: 962px; }
#productfixed .wrapper {
  width: 962px !important;}
  .payment .text-gray{
    display: block;
    margin-left: 35px;
  } }

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

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  -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: 0;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

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

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 29px;
  -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: 0;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

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

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 5px 15px;
  -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-search--dropdown {
  display: block;
  padding: 10px 0; }

.select2-search--dropdown .select2-search__field {
  width: 100%;
  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 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-bottom: solid #909090 1px; }

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 7px;
  height: 12px;
  right: 0;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  background: url(/bitrix/templates/zakrevskiy/images/arrow.svg) center no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.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: 0;
  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-selection--multiple {
  background-color: white;
  border-bottom: solid #909090 1px;
  cursor: text; }

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

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #909090;
  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;
  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, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  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--single {
  border-bottom-width: 2px;
  border-bottom-color: #1FA3E5; }

.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-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default ul {
  margin: 0; }

.select2-container--default li {
  margin: 0; }

.select2-container--default li:before {
  display: none; }

.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] {
  padding-left: 13px;
  background-color: #E8F4FA;
  border-left: solid #1FA3E5 2px;
  color: #1FA3E5; }

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

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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: 29px; }

.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;
  height: 29px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', 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;
  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;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  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;
  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; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none; }

.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;
  box-shadow: none; }

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

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


/*.popup-window-close-icon {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px 0;
  vertical-align: middle; }
  .popup-window-close-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/bitrix/templates/zakrevskiy/images/sprite.png) -31px -12px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    transition: opacity 0.3s ease-in-out; }
  .popup-window-close-icon:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100; }*/

.popup-window-overlay {
  width: auto !important;
  height: auto !important;
  right: 0;
  bottom: 0; }

.popup-window {
  padding: 25px !important;
  padding-bottom: 5px !important;
  font-family: "Roboto", Helvetica, "sans-serif"; }

.popup-window-titlebar {
  height: auto;
  margin-bottom: 20px; }

.popup-window-titlebar-text {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000; }

.popup-window-content {
  margin-bottom: 20px;
  padding: 0 !important;
  background: transparent !important; }

#aq-form input[name=form_text_14],
#leasing-form input[name=form_text_15],
#subscribe ul li:nth-of-type(4),
#subscribe ul li:nth-of-type(5)
 {
	display: none;
}  

.popup-window-content form {
  width: 300px; }

[id^="recaptcha"] > div,
[id^="recaptcha"] iframe {
  width: 302px !important; }

@media (max-width: 360px) {
  .popup-window-content form {
    width: 260px; }
[id^="recaptcha"] > div,
[id^="recaptcha"] iframe {
  width: 258px !important; } }

.popup-window-content p {
  margin-bottom: 30px; }

.popup-window-buttons {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px; }

.popup-window-buttons .column-2 {
  margin: 0;
  white-space: nowrap; }
@media (max-width: 767px) {
.popup-window-buttons .column-2 {
  float: none;
  display: block;
  }
.popup-window-buttons .column-2 + .column-2 {
  margin-top: 10px;
  } }

#type__container-transfer.disabled {
  position: relative; }

#type__container-transfer.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  background: #fff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha opacity=50;}

.filechoice {
  display: inline-block;
  border: solid #C9C9C9 1px;
  padding: 5px 15px;
  font-size: 14px;
  text-overflow: ellipsis; }

#productfixed{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  -o-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
  z-index: 100;
}
#productfixed.active {
  display: block;
}
#productfixed .float-left{
  width: 30%;
  margin: 0;
  padding-top: 5px;
}
#productfixed .float-left p {
  min-height: 40px;
  margin: 0;
}
#productfixed .float-left img {
  width: auto;
  height: 70px;
  float: left;
  margin-right: 10px;
}
#productfixed nav {
  float: right; }
  #productfixed nav ul {
    margin: 0;
    font-size: 0;
    line-height: 0; }
    #productfixed nav ul li {
      display: inline-block;
      margin: 0 0 0 45px;
      padding: 24px 0; }
      #productfixed nav ul li:before {
        display: none; }
      #productfixed nav ul li a {
        display: inline-block;
        border-bottom: solid #fff 2px;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        color: #333;
        text-transform: uppercase; }
        #productfixed nav ul li a:hover {
          color: #1FA3E5; }
        #productfixed nav ul li a.active {
          border-color: #1FA3E5; }
#option-win {
  width: 890px;
}
  #option-win li {
    padding: 0 35px !important;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #option-win .optionimages__img {
      width: 100%;
      display: table;
      text-align: center; }
      #option-win .optionimages__img .optionimages__img-area {
        height: 300px;
        display: table-cell;
        vertical-align: middle;
        transition: opacity 0.3s ease-in-out; }
      #option-win li .optionimages__img img {
        max-width: 100%;
        max-height: 100%; }

@media (max-width: 991px) {
  #productfixed .float-left{
    width: auto; }
  #productfixed .float-left p,
  #productfixed .float-left span {
    display: none;
  }
    #productfixed nav ul li {
      margin: 0 0 0 20px;
    }
      #productfixed nav ul li a {
        font-size: 12px; }
#option-win {
  width: 700px;
}
}
@media (max-width: 767px) {
  #productfixed {
    display: none !important;
  }
#option-win {
  width: 300px;
}
.banner-offer {
  font-size: 12px;
}

.banner-offer a {
  font-size: 14px;
}

}
@media (min-width: 992px) and (max-width: 1179px) {
  #productfixed .float-left p {
    font-size: 12px;
  }
    #productfixed nav ul li {
      margin: 0 0 0 25px;
    }
      #productfixed nav ul li a {
        font-size: 13px; }
}

.info {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  border: solid #D8D8D8 1px;
  font-size: 11px;
  line-height: 16px;
  color: #909090;
  text-decoration: none;
  text-align: center;
}
.info:hover {
  border-color: #1FA3E5; }

div[id^="wait_"],
.waitwindowlocal,
.bx-core-waitwindow {
  display: none !important;
  background-color:#F7F7F7 !important;
  border:1px solid #178EC9 !important; }

.limited700 {
  max-width: 700px; }

.subscribe {
  background: #3baae1;
  padding: 25px 0 0;
  margin-bottom: 50px;
}  
.subscribe h2 {
  text-align: center;
  color: #fff;
}

.subscribe ul {
  width: auto !important;
}

.subscribe li > div {
  padding: 18px;
}

.subscribe .hided {
  display: none;
}
@media (min-width: 740px) and (max-width: 1010px) {
  .subscribe .hided {
    display: block;
  }
}

.subscribe .slider__container {
  overflow: visible;
}

.subscribe .form__input {
  background: #3baae1;
  border-bottom: solid #fff 1px;
  color: #fff;
}
.subscribe .form__input:focus {
  padding-bottom: 4px;
  border-width: 2px;
}    

.subscribe ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.subscribe :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.subscribe ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.subscribe .button {
  background: transparent;
  border: 1px solid #fff;
}

.subscribe .button:hover {
  background: #50b1e1; 
}
.small-text{    
font-size: 16px;
vertical-align: middle;
    text-transform: none;
}

@media all and (min-width:300px) and (max-width: 800px) {
.g-recaptcha { 
transform: scale(0.70);
    padding: 0 !important;
margin: 0 auto !important;
}

.delivery .float-right {
    float: left;
    display: block;
    margin-left: 17px;
margin-right: 20px;
}


}

.rcpa {
width: 100% !important;
    float: none !important;
}

.g-recaptcha {
    margin: 0 auto;
    width: 303px;
}
.dealer_but{
padding: 11px;
    background-color: #178ec9;
    border-radius: 3px;
    width: 20%;
    text-align: center;     
margin: 25px auto;}
.dealer_but a{
color: #fff;
    font-weight: bold;
    text-align: center;}
.dealer_header{
text-align: center;
    font-size: 20px;
    font-weight: bold;}



.youtube_but{
padding: 11px;
    background-color: #c00;
    border-radius: 3px;
    width: 20%;
    text-align: center;     
margin: 25px auto;}
.youtube_but a{
color: #fff;
    font-weight: bold;
    text-align: center;}

.leasing_block{
background-color: #f7f7f7;
    padding: 15px;
    width: 89%;
    margin-bottom: 25px;
}
.leasing_block p{
font-weight: bold;
    text-align: center;
}
.leasing_but{
padding: 11px;
    background-color: #178ec9;
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
    text-align: center;}
.leasing_but a{
color: #fff;
    font-weight: bold;
    text-align: center;
}
.leasing_block .leasing_span{
color: #178ec9;
}
.p_zag{
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.leasing_block_tovar{
    width: 85%;
    margin-top: 25px;
}
.whitep{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
}
.subscribe_h{
text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}
.prod_h3{
margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.listlinks-before a {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #178ec9;
    font-size: 90%;
}
.listlinks-before a.active {
    color: #fff;
    text-align: center;
background-color: #178ec9;
}
.listlinks-before {
margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.hidden {
	display: none; 
}

.banner-offer {
  background: #C91717;
  padding: 8px 0;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-offer a {
  color: #FFF;
  text-decoration: underline;
  font-size: 15px;
}

.banner-offer a:hover {
  text-decoration: none;
}

.option {
	display: flex;
	align-items: center;
	width: 100%; }
.option label {
	display: flex;
	align-items: center; }
.option label .price-sm {
	margin-left: 5px; }


table.bordered td, table.bordered th {
    border: 1px solid silver;
}
.color-white { color: white; } 
.child-text-color-white { 
    * { color: white; } 
    *:hover {color: white;}
}
.justify { text-align: justify; display: block; }
@media(max-width: 996px) {
    .table-wrap {
        width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }
}
/* End */
/* /bitrix/templates/zakrevskiy/css/jquery.jscrollpane.css?15143039051115 */
/* /bitrix/templates/zakrevskiy/components/zakrevskiy/catalog.section/slider/style.css?16891910123026 */
/* /bitrix/templates/zakrevskiy/template_styles.css?1765880190104037 */
