

/* Start:/bitrix/templates/zakrevskiy/ajax/ajax.css?1592082068448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/zakrevskiy/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/zakrevskiy/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/bitrix/templates/zakrevskiy/components/bitrix/search.title/.default/style.css?1592082067568*/
.title-search-result {
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
	padding: 15px;
	border-radius: 25px;
	box-sizing: border-box;
}

.title-search-result .bx_item_block{
	display: flex;
	font-size: 14px;
	padding-bottom:5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d8dee6;
}

.title-search-result .bx_image {
	width: 40px;
	height: 40px;
	margin: 5px 20px 5px 0;
	background: center no-repeat;
	background-size: contain;
	border: 1px solid #d8dee6;
}

.title-search-result .all_result {
	padding: 0;
	margin: 0;
	border: none;
}

/* End */


/* Start:/bitrix/templates/zakrevskiy/components/bitrix/breadcrumb/.default/style.css?1595530021693*/
.bx-breadcrumb {
	margin-bottom: 15px !important;
	font-size: 16px;
	line-height: 18px;
}
.bx-breadcrumb-current,
.bx-breadcrumb-item {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}
.bx-breadcrumb-item {
	position: relative;
	padding-right: 13px;
	margin-right: 10px;
}
.bx-breadcrumb-current span,
.bx-breadcrumb-item span {
	white-space: normal;
}
.bx-breadcrumb-item:after {
	content: '';
	width: 3px;
	height: 5px;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(/bitrix/templates/zakrevskiy/components/bitrix/breadcrumb/.default/images/breadcrumbs_arrow.png);
	transform: translateY(-50%);
}
.bx-breadcrumb-item:last-child:after {
	display: none;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?159208206451*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/zakrevskiy/template_styles.css?159764964366009*/
@charset "UTF-8";
* {
  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: 600; }

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, button, img {
  vertical-align: middle;
  -webkit-appearance: none; }

input, textarea, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes slideRight {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }

@keyframes scaleIn {
  from {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }

@-webkit-keyframes scaleBack {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scaleBack {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@media (min-width: 769px) {
  [data-animate] {
    opacity: 0; } }

.animated {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.index__image.animated {
  opacity: 1; }

@font-face {
  font-family: 'Whitney';
  src: url("/bitrix/templates/zakrevskiy/fonts/Whitney-Book.eot");
  src: url("/bitrix/templates/zakrevskiy/fonts/Whitney-Book.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/zakrevskiy/fonts/Whitney-Book.woff") format("woff"), url("/bitrix/templates/zakrevskiy/fonts/Whitney-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Whitney';
  src: url("/bitrix/templates/zakrevskiy/fonts/Whitney-Semibold.eot");
  src: url("/bitrix/templates/zakrevskiy/fonts/Whitney-Semibold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/zakrevskiy/fonts/Whitney-Semibold.woff") format("woff"), url("/bitrix/templates/zakrevskiy/fonts/Whitney-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

body {
  background: #fff;
  font-family: 'Whitney', sans-serif;
  font-size: 18px;
  line-height: 165%;
  color: #525252;
  overflow-x: hidden; }
  body.modal-open > *:not(.modal):not(.modal__back):not(div[id^="wait_comp_"]) {
    -webkit-filter: blur(3px);
    filter: blur(3px); }

a {
  color: #35abd0;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.table {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; }
  .table th, .table td {
    padding: 5px 10px;
    border: 1px solid #525252; }
  .table th {
    text-align: left;
    text-transform: uppercase; }

.wrapper {
  width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper__container {
    max-width: 1040px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .wrapper__container {
        overflow: auto; } }
  .wrapper__area {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 15px; }
  @media (min-width: 993px) and (max-width: 1250px) {
    .wrapper {
      width: 992px; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .wrapper {
      width: 768px; } }
  @media (max-width: 768px) {
    .wrapper {
      width: 100%; } }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .cols {
      flex-direction: column-reverse;
      justify-content: start; } }
  .cols .half {
    width: 45%;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .cols .half {
        width: 100%; } }
  .cols .sidebar {
    width: 23%; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .cols .sidebar {
        width: 28%; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .cols .sidebar {
        width: 36%; } }
    @media (max-width: 768px) {
      .cols .sidebar {
        width: 100%; } }
  .cols .content {
    width: 75%; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .cols .content {
        width: 70%; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .cols .content {
        width: 62%; } }
    @media (max-width: 768px) {
      .cols .content {
        width: 100%; } }

.responsive {
  max-width: 100%;
  height: auto; }

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

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

.mb-15 {
  margin-bottom: 15px !important; }

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

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

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.header {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 100; }
  @media (max-width: 768px) {
    .header {
      top: 0; } }
  .index_short .header {
    top: 0; }
  .header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #212122;
    opacity: .48; }
    .index:not(.fill) .header:before {
      background: none; }
  .header .wrapper {
    height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .header .wrapper {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .header__logo {
        width: 50%; } }
    .header__logo img:first-child {
      height: 88px; }
      @media (min-width: 769px) and (max-width: 992px) {
        .header__logo img:first-child {
          width: 60px; } }
      @media (max-width: 768px) {
        .header__logo img:first-child {
          width: 25%;
          height: auto; } }
    .header__logo img:last-child {
      height: 34px;
      margin-left: 15px; }
      @media (min-width: 769px) and (max-width: 992px) {
        .header__logo img:last-child {
          height: 22px;
          margin-left: 5px; } }
      @media (max-width: 768px) {
        .header__logo img:last-child {
          width: 60%;
          height: auto;
          margin-left: 5%; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 768px) {
      .header__nav {
        width: 40%;
        margin-right: 10%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .header__menu a {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
    .header__menu a:hover {
      border-color: #fff;
      text-decoration: none; }
    @media (min-width: 769px) and (max-width: 992px) {
      .header__menu a {
        padding: 0 3px;
        margin-right: 3px; } }
    @media (max-width: 768px) {
      .header__menu a {
        display: none; } }
  @media (min-width: 769px) {
    .header__menu__toggle {
      display: none; } }
  @media (max-width: 768px) {
    .header__menu__toggle {
      height: 15px;
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-top: 3px solid #fff;
      border-bottom: 3px solid #fff; }
      .header__menu__toggle:before {
        content: '';
        height: 3px;
        position: absolute;
        top: 6px;
        right: 0;
        left: 0;
        background: #fff; } }
  @media (min-width: 481px) and (max-width: 768px) {
    .header__menu__toggle {
      width: 30px;
      right: 20px; } }
  @media (max-width: 480px) {
    .header__menu__toggle {
      width: 25px;
      right: 10px; } }
  .header__search {
    width: 0%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width .3s, opacity .3s;
    transition: width .3s, opacity .3s;
    /*@media (max-width: $width-sm) {
      width: 100%;
      position: relative;
      top: 20px;
      transform: none;
      opacity: 1;
    }*/ }
    .header__search.open {
      width: 100%;
      opacity: 1; }
      @media (max-width: 480px) {
        .header__search.open {
          width: 150%; } }
    .header__search input {
      width: 100%;
      height: 50px;
      padding: 0 15px;
      border-radius: 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 769px) and (max-width: 992px) {
        .header__search input {
          height: 44px;
          border-radius: 22px; } }
      @media (max-width: 768px) {
        .header__search input {
          height: 40px;
          border-radius: 20px; } }
    .header__search button, .header__search__toggle {
      width: 50px;
      height: 50px;
      position: relative;
      border-radius: 50%;
      cursor: pointer; }
      @media (min-width: 769px) and (max-width: 992px) {
        .header__search button, .header__search__toggle {
          width: 44px;
          height: 44px; } }
      @media (max-width: 768px) {
        .header__search button, .header__search__toggle {
          height: 40px;
          width: 40px; } }
      .header__search button:before, .header__search__toggle:before {
        content: '';
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
        background: url(/bitrix/templates/zakrevskiy/images/search.png) center/contain no-repeat; }
        @media (min-width: 769px) and (max-width: 992px) {
          .header__search button:before, .header__search__toggle:before {
            width: 24px;
            height: 24px;
            margin-top: -12px;
            margin-left: -12px; } }
        @media (max-width: 768px) {
          .header__search button:before, .header__search__toggle:before {
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: -10px; } }
    .header__search button {
      position: absolute;
      top: 0;
      right: 0;
      background: none; }
    .header__search__toggle {
      margin-left: 5px;
      background: #fff;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      /*@media (max-width: $width-sm) {
        display: none;
      }*/ }
      .header__search__toggle:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

.footer {
  min-height: 610px;
  margin-top: 80px;
  padding: 40px 0;
  background: #474546 url(/bitrix/templates/zakrevskiy/images/footer.png) center no-repeat;
  color: #fff; }
  .map + .footer {
    margin-top: 0; }
  .footer a {
    display: block;
    color: #fff; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 480px) {
      .footer__top {
        display: block; } }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 768px) {
      .footer__logo {
        margin-bottom: 20px; } }
    .footer__logo img:first-child {
      height: 80px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .footer__logo img:first-child {
          height: 65px; } }
      @media (max-width: 992px) {
        .footer__logo img:first-child {
          height: auto; } }
      @media (min-width: 481px) and (max-width: 992px) {
        .footer__logo img:first-child {
          width: 20%; } }
      @media (max-width: 480px) {
        .footer__logo img:first-child {
          width: 25%; } }
    .footer__logo img:last-child {
      height: 30px;
      margin-left: 15px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .footer__logo img:last-child {
          height: 23px; } }
      @media (max-width: 992px) {
        .footer__logo img:last-child {
          height: auto; } }
      @media (min-width: 481px) and (max-width: 992px) {
        .footer__logo img:last-child {
          width: 55%;
          margin-left: 5%; } }
      @media (max-width: 480px) {
        .footer__logo img:last-child {
          width: 55%;
          margin-left: 5%; } }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      .footer__bottom {
        display: block; } }
  .footer__logo, .footer__contacts {
    width: 30%;
    margin-right: 2.5%; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .footer__logo, .footer__contacts {
        width: 27%; } }
    @media (min-width: 481px) and (max-width: 992px) {
      .footer__logo, .footer__contacts {
        width: 50%;
        margin-right: 0; } }
    @media (max-width: 480px) {
      .footer__logo, .footer__contacts {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .footer__contacts {
    padding-top: 35px;
    font-size: 14px; }
    @media (min-width: 769px) and (max-width: 992px) {
      .footer__contacts {
        width: 50%; } }
    @media (max-width: 768px) {
      .footer__contacts {
        margin-bottom: 30px; } }
    .footer__contacts a, .footer__contacts [data-modal] {
      font-size: 30px;
      color: #5fc9ea;
      text-decoration: none; }
      @media (min-width: 481px) and (max-width: 768px) {
        .footer__contacts a, .footer__contacts [data-modal] {
          font-size: 26px; } }
    .footer__contacts a[href^="tel:"] {
      display: block;
      margin-bottom: 25px;
      color: #fff; }
  .footer__caption {
    margin-bottom: 10px;
    font-size: 18px !important;
    color: #979697 !important; }
  .footer__col {
    width: 48%; }
    .footer__cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative; }
      .footer__cols:after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -1px;
        background: #636263; }
  .footer__catalog a, .footer__info a {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 120%;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .footer__catalog a:hover, .footer__info a:hover {
      color: #5ab1cb !important;
      text-decoration: none; }
  .footer__catalog {
    width: 38%;
    margin-right: 12%;
    padding-top: 35px; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .footer__catalog {
        width: 45%;
        margin-right: 4%; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .footer__catalog {
        display: none; } }
    @media (max-width: 768px) {
      .footer__catalog {
        display: none; } }
  .footer__info {
    width: 17.5%;
    padding-top: 10px; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .footer__info {
        width: 21.5%; } }
    @media (min-width: 481px) and (max-width: 992px) {
      .footer__info {
        width: 50%; } }
    @media (max-width: 480px) {
      .footer__info {
        width: 100%; } }

.social__fb:before, .social__ig:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: -5px 12px 0 0;
  background: url(/bitrix/templates/zakrevskiy/images/social.png);
  vertical-align: middle; }

.social__ig:before {
  background-position: 0 -14px; }

[data-modal] {
  cursor: pointer; }

.modal {
  width: 420px;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 30px;
  background: #fff;
  -webkit-transform: translateX(-50%) translate3d(0, -10%, 0);
  transform: translateX(-50%) translate3d(0, -10%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s; }
  .modal.show {
    visibility: visible;
    z-index: 200; }
  .modal.open {
    opacity: 1;
    -webkit-transform: translateX(-50%) translate3d(0, 0%, 0);
    transform: translateX(-50%) translate3d(0, 0%, 0); }
  @media (max-width: 480px) {
    .modal {
      width: auto;
      position: fixed;
      top: 0 !important;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(0%) translate3d(0, -10%, 0);
      transform: translateX(0%) translate3d(0, -10%, 0); }
      .modal.open {
        -webkit-transform: translateX(0%) translate3d(0, 0%, 0);
        transform: translateX(0%) translate3d(0, 0%, 0); } }
  .modal__back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s; }
    .modal-show .modal__back {
      visibility: visible;
      z-index: 199; }
    .modal-open .modal__back {
      opacity: .7; }
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .modal__close:hover {
      color: #000; }
    .modal__close:before {
      content: '×'; }

#menu {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(0%) translate3d(0, -10%, 0);
  transform: translateX(0%) translate3d(0, -10%, 0);
  overflow-y: auto; }
  #menu.open {
    -webkit-transform: translateX(0%) translate3d(0, 0%, 0);
    transform: translateX(0%) translate3d(0, 0%, 0); }
  #menu a {
    margin: 5px 0;
    padding: 10px;
    font-size: 32px;
    color: #525252;
    -webkit-transition: color .2s;
    transition: color .2s; }
    #menu a:hover {
      color: #000; }

.pagination {
  font-size: 24px;
  text-align: right; }
  .pagination a,
  .pagination span {
    display: inline-block;
    padding: 2px 5px;
    line-height: 100%; }
  .pagination span {
    margin: 0 5px;
    background: #2893b6;
    color: #fff; }

h1, .h1 {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 30px; } }
  .about h1, .about .h1 {
    margin-bottom: 60px;
    text-align: left; }
  .manufacturing h1, .manufacturing .h1 {
    margin-bottom: 50px; }
  .map h1, .map .h1 {
    margin-bottom: 80px; }

h2, .h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 26px; } }
  .guaranty h2, .guaranty .h2 {
    font-size: 40px; }
  .contacts__subscribes h2, .contacts__subscribes .h2 {
    text-align: left; }

h3, .h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    h3, .h3 {
      margin-bottom: 20px; } }

h4, .h4 {
  margin-bottom: 50px;
  font-size: 24px; }
  @media (max-width: 768px) {
    h4, .h4 {
      font-size: 20px;
      margin-bottom: 20px; } }

.button {
  display: inline-block;
  padding: 4px 9px;
  background: none;
  border: 1px solid #35abd0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer; }

.button1 {
  min-width: 140px;
  display: inline-block;
  background: #1fbbe2;
  padding: 4px 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-box-shadow: 0 0 10px #c1c1c1;
  box-shadow: 0 0 10px #c1c1c1; }
  .button1:hover {
    background: #40cdf5;
    text-decoration: none; }

.button2 {
  display: inline-block;
  padding: 4px 9px;
  background: none;
  border: 1px solid #35abd0;
  font-size: 18px;
  font-weight: 600;
  color: #35abd0;
  -webkit-transition: color .2s, background .2s;
  transition: color .2s, background .2s; }
  .button2:hover {
    background: #35abd0;
    color: #fff; }

.select {
  min-width: 195px;
  position: relative;
  cursor: pointer; }
  .panel__field .select {
    min-width: 0; }
  .footer .select {
    min-width: 0;
    max-width: 200px; }
  .select > a {
    width: 100%;
    height: 30px;
    display: block;
    padding: 0 30px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-weight: 500;
    line-height: 30px;
    color: #525252;
    text-decoration: none;
    -webkit-transition: border-color .3s, background-color .3s, color .3s;
    transition: border-color .3s, background-color .3s, color .3s; }
    .footer .select > a {
      height: 40px;
      border-radius: 4px;
      padding: 0 40px 0 20px;
      border-color: #fff;
      font-size: 16px;
      line-height: 40px;
      color: #fff; }
    .error .select > a {
      border-color: #4C9A2A; }
    .select > a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -3px;
      border: 5px solid transparent;
      border-top-width: 7px;
      border-bottom-width: 0;
      border-top-color: #999;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform .2s, border-color .3s;
      transition: -webkit-transform .2s, border-color .3s;
      transition: transform .2s, border-color .3s;
      transition: transform .2s, -webkit-transform .2s, border-color .3s; }
      .footer .select > a:after {
        right: 20px;
        border-top-color: #fff; }
  .select ul {
    max-height: 200px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    background: #474546;
    border: 1px solid #5fc9ea;
    border-top: none;
    border-radius: 0 0 4px 4px;
    overflow-y: auto;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    .footer .select ul {
      font-size: 16px; }
    .select ul li {
      margin: 0;
      padding: 0 10px;
      line-height: 30px;
      color: #fff;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: background-color .3s, color .3s;
      transition: background-color .3s, color .3s; }
      .footer .select ul li {
        padding: 0 20px;
        line-height: 40px;}
      .select ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .select ul li:before {
        display: none; }
      .select ul li:hover {
        background-color: #fff;
        color: #525252; }
      .select ul li.active {
        background-color: #5fc9ea;
        color: #fff; }
  .select.open {
    z-index: 10; }
    .select.open > a {
      color: #fff;
      background: #474546;
      border-radius: 4px 4px 0 0;
      border-color: #5fc9ea;
      border-bottom-width: 0; }
      .select.open > a:after {
        border-top-color: #fff;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    .select.open ul {
      z-index: 10;
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%; }

.form {
  max-width: 495px;
  margin: 0 auto 200px auto;
  padding: 0 10px; }
  .contacts__subscribes .form,
  .modal .form {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0; }
  .form__description {
    margin-bottom: 80px;
    font-size: 20px;
    text-align: center; }
    .form__description p {
      margin-bottom: 30px; }
  .form__caption {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #000; }
  .form.loading {
    position: relative; }
    .form.loading > * {
      -webkit-filter: blur(3px);
      filter: blur(3px); }
    .form.loading:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      opacity: .5; }
    .form.loading:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(/bitrix/templates/zakrevskiy/images/core/loading.gif) center/contain no-repeat; }
  .form__label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .form__input {
    width: 100%;
    margin-bottom: 5px; }
    .form__input input,
    .form__input textarea {
      width: 100%;
      padding: 7px 10px;
      background: #e9edee;
      font-size: 18px;
      line-height: 110%;
      -webkit-transition: background .3s;
      transition: background .3s; }
    .contacts__subscribes .form__input input {
      font-style: italic; }
    .form__input textarea {
      height: 80px;
      resize: none; }
    .form__input[class*="icon-"] {
      position: relative; }
      .form__input[class*="icon-"]:before {
        content: '';
        width: 19px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 5px;
        background: url(/bitrix/templates/zakrevskiy/images/icons/form.png); }
      .form__input[class*="icon-"] input,
      .form__input[class*="icon-"] textarea {
        padding-left: 35px; }
    .form__input.icon-2:before {
      background-position: 0 -20px; }
    .form__input.icon-3:before {
      background-position: 0 -40px; }
    .form__input.icon-4:before {
      background-position: 0 -60px; }
    .form__input.icon-5:before {
      background-position: 0 -80px; }

.about {
  position: relative;
  padding: 60px 0; }
  .about:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #e5eef2; }
    @media (max-width: 768px) {
      .about:before {
        display: none; } }
  .about .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .about .wrapper {
        display: block; } }
  .about__col {
    width: 48%; }
    @media (max-width: 768px) {
      .about__col {
        width: 100%; } }
    .about__col:last-child {
      font-size: 30px;
      line-height: 120%; }
      @media (max-width: 768px) {
        .about__col:last-child {
          margin-top: 30px;
          padding: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: #e5eef2;
          font-size: 24px; } }

.guaranty {
  margin-bottom: 165px;
  padding: 100px 0;
  background: #1fbbe2;
  color: #fff; }
  .guaranty .wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px; }
    @media (max-width: 768px) {
      .guaranty .wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; }
        .guaranty .wrapper p {
          margin-bottom: 20px; } }

.variants {
  margin-bottom: 30px; }
  .variants.fill {
    padding: 50px 0;
    background: #eaf3f7; }
  .variants__icon {
    max-width: 73px;
    max-height: 64px;
    display: block;
    margin: 0 auto 20px auto; }

.variant.muted {
  color: #989fa2; }

.variant__caption {
  position: relative;
  margin-bottom: 13px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase; }
  .variant__caption:before {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background: #2bafd9; }
    .muted .variant__caption:before {
      background-color: #989fa2; }

.variant__description {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf3f6;
  line-height: 120%; }
  .fill .variant__description {
    border-color: #dee5eb; }
  .variant__description a {
    text-decoration: underline; }
    .variant__description a:hover {
      text-decoration: none; }

.variant:last-child .variant__description {
  margin: 0;
  padding: 0;
  border: none; }

.categories {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 110px;
  padding: 20px 0; }
  @media (max-width: 768px) {
    .categories {
      display: block; } }

.category {
  display: block;
  padding: 10px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s; }
  .category__image {
    height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .category__image > img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .category__title {
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase; }
  .category:hover {
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    color: #2bafd9;
    text-decoration: none; }
  .category__info {
    height: 533px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 130px;
    color: #fff;
    text-align: center; }
    @media (max-width: 768px) {
      .category__info {
        height: auto;
        padding: 20px 0; } }
    .category__info__caption {
      margin-bottom: 30px;
      font-size: 30px;
      font-weight: 600;
      color: #5fc9ea;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .category__info__caption {
          margin-bottom: 20px;
          font-size: 20px; } }
    .category__info__link {
      min-width: 246px;
      display: inline-block;
      margin-top: 50px;
      padding: 12px 5px;
      border: 2px solid #2bafd9;
      border-radius: 20px;
      line-height: 100%;
      color: #fff;
      -webkit-transition: background .3s;
      transition: background .3s; }
      .category__info__link:hover {
        background: #2bafd9;
        text-decoration: none; }
  .category-detail {
    padding: 30px 0; }
    .category-detail h1 {
      font-size: 30px;
      text-align: left; }
    .category-detail p {
      margin-bottom: 20px; }

.production {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  margin-bottom: 100px;
  overflow: hidden; }
  @media (min-width: 769px) and (max-width: 992px) {
    .production {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .production {
      display: block;
      overflow: hidden; } }
  .production a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 120%;
    color: #525252;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .production a:hover {
      color: #118098;
      text-decoration: none; }
  .production__icon {
    width: 85px;
    height: 85px;
    display: block;
    margin-right: 15px;
    background: center/contain no-repeat; }
  .production__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 10px; }

.area {
  margin-bottom: 35px; }
  .areas {
    margin-bottom: 220px;
    padding: 55px 0;
    background: #1fbbe2;
    color: #fff;
    overflow: hidden; }
    .areas__container {
      display: grid;
      grid-row-gap: 20px;
      grid-column-gap: 100px;
      grid-template-columns: repeat(2, 1fr); }
      @media (max-width: 992px) {
        .areas__container {
          display: block; } }
  .area__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase; }
  .area__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 480px) {
      .area__container {
        display: block; } }
  .area__image {
    width: 25.5%; }
    @media (max-width: 480px) {
      .area__image {
        width: 50%;
        margin-bottom: 20px; } }
    .area__image img {
      width: 100%;
      height: auto; }
  .area__brief {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px;
    line-height: 150%; }
    @media (max-width: 480px) {
      .area__brief {
        padding-left: 0; } }

.map {
  background: #e5eef2 url(/bitrix/templates/zakrevskiy/images/map.jpg) center/contain no-repeat;
  overflow: hidden; }
  .map .wrapper {
    min-height: 1117px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 993px) and (max-width: 1250px) {
      .map .wrapper {
        min-height: 800px; } }
    @media (min-width: 769px) and (max-width: 992px) {
      .map .wrapper {
        min-height: 650px; } }
    @media (max-width: 768px) {
      .map .wrapper {
        display: block;
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .areas + .map {
    margin-top: -220px; }
  .map__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .map__items {
        display: block; } }
  .map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .map__item:first-child, .map__item:nth-child(2), .map__item:nth-child(9), .map__item:last-child {
      width: 48%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 768px) {
        .map__item:first-child, .map__item:nth-child(2), .map__item:nth-child(9), .map__item:last-child {
          width: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 20px; } }
    .map__item:nth-child(9), .map__item:last-child {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media (max-width: 768px) {
        .map__item:nth-child(9), .map__item:last-child {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .map__item:nth-child(3), .map__item:nth-child(4), .map__item:nth-child(7), .map__item:nth-child(8) {
      width: 37%; }
      @media (max-width: 768px) {
        .map__item:nth-child(3), .map__item:nth-child(4), .map__item:nth-child(7), .map__item:nth-child(8) {
          width: 100%;
          margin-bottom: 20px; } }
    .map__item:nth-child(3), .map__item:nth-child(4) {
      margin-bottom: 30px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item:nth-child(3), .map__item:nth-child(4) {
          margin-bottom: 25px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item:nth-child(3), .map__item:nth-child(4) {
          margin-bottom: 15px; } }
      @media (max-width: 768px) {
        .map__item:nth-child(3), .map__item:nth-child(4) {
          margin-bottom: 20px; } }
      .map__item:nth-child(3) span, .map__item:nth-child(4) span {
        margin-top: -20px; }
        @media (min-width: 993px) and (max-width: 1250px) {
          .map__item:nth-child(3) span, .map__item:nth-child(4) span {
            margin-top: -15px; } }
        @media (min-width: 769px) and (max-width: 992px) {
          .map__item:nth-child(3) span, .map__item:nth-child(4) span {
            margin-top: -10px; } }
        @media (max-width: 768px) {
          .map__item:nth-child(3) span, .map__item:nth-child(4) span {
            margin-top: 0; } }
    .map__item:nth-child(3) span, .map__item:nth-child(4) span {
      margin-bottom: -20px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item:nth-child(3) span, .map__item:nth-child(4) span {
          margin-bottom: -15px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item:nth-child(3) span, .map__item:nth-child(4) span {
          margin-bottom: -10px; } }
      @media (max-width: 768px) {
        .map__item:nth-child(3) span, .map__item:nth-child(4) span {
          margin-bottom: 0; } }
    .map__item:nth-child(5), .map__item:nth-child(6) {
      width: 33%;
      margin-bottom: 30px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item:nth-child(5), .map__item:nth-child(6) {
          margin-bottom: 25px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item:nth-child(5), .map__item:nth-child(6) {
          margin-bottom: 15px; } }
      @media (max-width: 768px) {
        .map__item:nth-child(5), .map__item:nth-child(6) {
          width: 100%;
          margin-bottom: 20px; } }
    .map__item span {
      position: relative;
      font-size: 24px;
      color: #525252; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item span {
          font-size: 22px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item span {
          font-size: 18px;
          line-height: 100%; } }
      @media (max-width: 768px) {
        .map__item span br {
          display: none; } }
      @media (min-width: 481px) and (max-width: 768px) {
        .map__item span {
          font-size: 24px; } }
      @media (max-width: 480px) {
        .map__item span {
          font-size: 20px; } }
      .map__item span:after {
        content: '';
        width: 43px;
        height: 2px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
        background: #96daec; }
        @media (min-width: 993px) and (max-width: 1250px) {
          .map__item span:after {
            width: 38px; } }
        @media (min-width: 769px) and (max-width: 992px) {
          .map__item span:after {
            width: 30px; } }
        @media (max-width: 768px) {
          .map__item span:after {
            display: none; } }
    .map__item__icon {
      margin-left: 75px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item__icon {
          margin-left: 65px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item__icon {
          margin-left: 55px; } }
      @media (max-width: 768px) {
        .map__item__icon {
          margin-left: 0;
          margin-right: 25px; } }
      .map__item__icon div {
        width: 100px;
        height: 100px;
        background: #fff center/contain no-repeat;
        border: 3px solid #bae3ee;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #DDD;
        box-shadow: 0 0 10px #DDD; }
        @media (min-width: 993px) and (max-width: 1250px) {
          .map__item__icon div {
            width: 80px;
            height: 80px; } }
        @media (max-width: 992px) {
          .map__item__icon div {
            width: 50px;
            height: 50px; } }
    .map__item:nth-child(odd) {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 768px) {
        .map__item:nth-child(odd) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      .map__item:nth-child(odd) span:after {
        left: 100%;
        margin-left: 20px; }
        @media (min-width: 769px) and (max-width: 992px) {
          .map__item:nth-child(odd) span:after {
            margin-left: 10px; } }
    .map__item:nth-child(even) span:after {
      right: 100%;
      margin-right: 20px; }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item:nth-child(even) span:after {
          margin-right: 10px; } }
    .map__item:nth-child(even) .map__item__icon {
      margin-left: 0;
      margin-right: 75px; }
      @media (min-width: 993px) and (max-width: 1250px) {
        .map__item:nth-child(even) .map__item__icon {
          margin-right: 65px; } }
      @media (min-width: 769px) and (max-width: 992px) {
        .map__item:nth-child(even) .map__item__icon {
          margin-right: 55px; } }
      @media (max-width: 768px) {
        .map__item:nth-child(even) .map__item__icon {
          margin-right: 25px; } }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .contacts {
      display: block; } }
  .contacts__item, .contacts__schedule {
    width: 33.33%;
    margin-bottom: 50px;
    text-align: center; }
    @media (max-width: 768px) {
      .contacts__item, .contacts__schedule {
        width: 100%; } }
    .contacts__item img, .contacts__schedule img {
      width: auto;
      max-height: 44px;
      display: block;
      margin: 0 auto 10px auto; }
  .contacts__schedule {
    position: relative; }
    .contacts__schedule:before {
      content: '';
      width: 8px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -4px;
      background: #e5eef2; }
      @media (max-width: 768px) {
        .contacts__schedule:before {
          display: none; } }
  .contacts__title {
    min-height: 56px;
    position: relative;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 100%; }
    .contacts__title:after {
      content: '';
      width: 138px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -69px;
      background: #d8dee6; }
  .contacts__address {
    line-height: 120%; }
  .contacts__path {
    margin-bottom: 85px;
    padding: 75px 0;
    background: #e5eef2;
    text-align: center; }
    .contacts__path__icon {
      width: auto;
      height: 60px;
      display: block;
      margin: 0 auto 25px auto; }
    .contacts__path__caption {
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 10px;
      font-size: 30px;
      line-height: 120%; }
      @media (max-width: 768px) {
        .contacts__path__caption {
          font-size: 20px; } }
      .contacts__path__caption:after {
        content: '';
        width: 138px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -69px;
        background: #95a4ba; }
        @media (max-width: 768px) {
          .contacts__path__caption:after {
            display: none; } }
    .contacts__path__brief {
      margin-bottom: 25px; }
    .contacts__path__important {
      margin-bottom: 35px;
      color: #1fbbe2; }
    .contacts__path li {
      max-width: 800px;
      margin: 0 auto 20px auto; }
      .contacts__path li:before {
        content: '';
        width: 7px;
        height: 7px;
        display: inline-block;
        margin: -7px 6px 0 0;
        background: #2893b6;
        border-radius: 50%;
        vertical-align: middle; }
  .contacts__subscribes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 145px; }
    @media (max-width: 768px) {
      .contacts__subscribes {
        display: block; } }
    .contacts__subscribes:before {
      content: '';
      width: 8px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -4px;
      background: #e5eef2; }
      @media (max-width: 768px) {
        .contacts__subscribes:before {
          display: none; } }
  .contacts__subscribe__item {
    width: 40%; }
    @media (max-width: 768px) {
      .contacts__subscribe__item {
        width: 100%;
        margin-bottom: 30px; } }
    .contacts__subscribe__item li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 40px; }
      @media (max-width: 480px) {
        .contacts__subscribe__item li {
          line-height: 100%; } }
      .contacts__subscribe__item li:before {
        content: '';
        width: 27px;
        height: 27px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -13px;
        background: url(/bitrix/templates/zakrevskiy/images/icons/message.svg) center/contain no-repeat; }

.print {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto 20px auto; }

.manufacturing {
  padding: 90px 0; }
  .manufacturing li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 100%; }
    .manufacturing li:before {
      content: '';
      width: 14px;
      height: 14px;
      position: absolute;
      top: 2px;
      left: 0;
      background: #2893b6; }

.tales {
  margin-bottom: 30px; }
  .tales__item {
    display: block;
    padding-bottom: 20%;
    position: relative;
    background: #fff;
    border: solid #525252 1px;
    color: #525252;
    text-decoration: none;
    -webkit-transition: border-color .2s;
    transition: border-color .2s; }
    .tales__item:hover {
      border: 1px solid #35abd0; }
  .tales__image {
    text-align: center; }
    .tales__image img {
      width: 80%;
      height: auto; }
  .tales__title {
    position: absolute;
    right: 5px;
    bottom: 15px;
    left: 15px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    text-transform: uppercase; }

.index {
  position: relative;
  background: center/cover no-repeat;
  overflow: hidden; }
  .index_short {
    margin-bottom: 15px; }
  .index__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform; }
  .index__container {
    height: 710px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    @media (max-width: 768px) {
      .index__container {
        height: 410px;
        position: relative;
        padding-top: 100px; }
        .fill .index__container {
          height: 250px; } }
    .index_short .index__container {
      height: 145px; }
  .index__title {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 95%; }
    @media (max-width: 768px) {
      .index__title {
        font-size: 40px; } }
  .index__brief {
    margin-bottom: 25px;
    font-size: 24px; }
    @media (max-width: 768px) {
      .index__brief {
        font-size: 20px; } }
  .index__button {
    min-width: 152px;
    padding: 15px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: color .2s, border-color .2s;
    transition: color .2s, border-color .2s; }
    .index__button:hover {
      color: #5fc9ea;
      border-color: #5fc9ea;
      text-decoration: none; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  font-size: 14px; }
  @media (max-width: 768px) {
    .menu {
      display: block; } }
  .menu a {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 6px;
    color: #6f6e6e;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .menu a {
        height: 50px;
        padding-bottom: 0; } }
    .menu a:after {
      content: '';
      height: 0px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: #6f6e6e;
      -webkit-transition: height .3s;
      transition: height .3s; }
    .menu a:hover, .menu a.active {
      text-decoration: none; }
      .menu a:hover:after, .menu a.active:after {
        height: 6px; }
    .menu a.active {
      color: #118098; }
      @media (max-width: 768px) {
        .menu a.active {
          margin-bottom: 6px; } }
      .menu a.active:after {
        background: #118098; }

.catalog {
  position: relative;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .catalog {
      display: block; } }
  .catalog ul {
    display: none; }
    .catalog ul li {
      display: flex;
      align-items: center; }
  .catalog > li.open > ul {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 20px;
    display: grid;
    grid-gap: 10px 20px;
    grid-template-columns: repeat(3, 1fr);
    font-size: 16px;
    line-height: 1;
    opacity: 0; }
    .catalog > li > ul.open {
      opacity: 1; }
      @media (max-width: 768px) {
        .catalog > li.open {
          padding-bottom: 0 !important; }
        .catalog > li.open > ul {
          position: relative;
        display: block; }
        .catalog > li.open > ul li {
          margin-left: 50px;
          margin-bottom: 20px; } }
  .catalog > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 120%;
    color: #878686;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s; }
    .catalog > li.open > a,
    .catalog a:hover {
      color: #118098; }
  .catalog__icon {
    width: 35px;
    height: 35px;
    display: block;
    margin-right: 15px;
    background: center/contain no-repeat; }
  .catalog__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.seo {
  margin-bottom: 36px;
  padding: 42px 0 50px 0;
  background: #f5f5f5; }
  .seo__text {
    margin: 0 auto;
    text-align: center; }
    .seo__text p {
      margin-bottom: 20px; }

.tabs {
  position: relative; }
  .tabs__caption {
    position: absolute;
    font-size: 24px;
    line-height: 64px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .tabs__caption {
        display: none; } }
  .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .tabs__nav {
        display: block; } }
  .tabs__button {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 40px;
    padding-bottom: 6px;
    font-size: 14px;
    color: #6f6e6e;
    cursor: pointer;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .tabs__button {
        height: 50px; } }
    .tabs__button:after {
      content: '';
      height: 0px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      background: #6f6e6e;
      -webkit-transition: height .3s;
      transition: height .3s; }
    .tabs__button:hover, .tabs__button.active {
      text-decoration: none; }
      .tabs__button:hover:after, .tabs__button.active:after {
        height: 6px; }
    .tabs__button.active {
      color: #118098; }
      .tabs__button.active:after {
        background: #118098; }
  .tabs-1 .tabs__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    font-size: 24px; }
    @media (max-width: 768px) {
      .tabs-1 .tabs__nav {
        display: block; } }
  .tabs-1 .tabs__button {
    margin-right: 0;
    margin-left: 40px;
    font-size: 18px;
    text-transform: none; }
    @media (max-width: 768px) {
      .tabs-1 .tabs__button {
        margin: 0; } }
  .tabs-1 .tabs__area {
    padding: 30px 0; }
  .tabs__area {
    display: none;
    overflow: hidden; }
    .tabs__area.open {
      display: block; }

      .news {
        display: grid;
        grid-column-gap: 100px;
        grid-row-gap: 0;
        grid-template-columns: repeat(3, 1fr); }
        @media (min-width: 993px) and (max-width: 1250px) {
          .news {
            grid-column-gap: 20px; } }
        @media (min-width: 769px) and (max-width: 992px) {
          .news {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 768px) {
          .news {
            display: block; } }
        .news__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 35px; }
          .news__item__date {
            margin-right: 20px;
            font-size: 14px;
            color: #1e879e;
            text-align: center; }
            .news__item__date span {
              width: 45px;
              height: 45px;
              display: block;
              border: 1px solid #1e879e;
              border-radius: 50%;
              font-size: 24px;
              line-height: 45px;
              color: #484848; }
          .news__item a {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 14px;
            line-height: 165%;
            color: #484848; }
      
      .info {
        margin-bottom: 55px;
        background: center/cover no-repeat;
        color: #fff;
        text-align: center; }
        .info .wrapper {
          height: 587px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-top: 110px; }
          @media (max-width: 768px) {
            .info .wrapper {
              height: 400px;
              padding-top: 30px; } }
        .info__caption {
          min-height: 152px;
          font-size: 48px;
          line-height: 160%; }
          @media (max-width: 768px) {
            .info__caption {
              min-height: 0;
              margin-bottom: 20px;
              font-size: 30px; } }
        .info__button {
          min-width: 152px;
          padding: 15px 15px;
          border: 1px solid #fff;
          border-radius: 4px;
          color: #fff;
          -webkit-transition: color .2s, border-color .2s;
          transition: color .2s, border-color .2s; }
          .info__button:hover {
            color: #5fc9ea;
            border-color: #5fc9ea;
            text-decoration: none; }
      
      .quotation {
        width: 49%;
        margin-bottom: 70px; }
        @media (max-width: 768px) {
          .quotation {
            width: 100%; } }
        .quotations {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          @media (max-width: 768px) {
            .quotations {
              display: block; } }
              .quotations + .text-center a.active {
                font-weight: 600; }
        .quotation img {
          max-width: 100%;
          height: auto; }
      
      .alphabet {
        margin-bottom: 45px;
        padding: 32px 0;
        background: #f5f5f5;
        font-size: 24px;
        white-space: nowrap;
        overflow: auto; }
        .alphabet .wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .alphabet__block {
          padding: 0 20px; }
        .alphabet a {
          margin: 0 3px;
          color: #118098;
          text-decoration: underline; }
          .alphabet a:hover {
            text-decoration: none; }
          .alphabet a:first-child {
            margin-left: 0; }
          .alphabet a:last-child {
            margin-right: 0; }
      
      .provider {
        position: relative;
        padding: 10px 10px 45px 10px;
        -webkit-transition: background .3s;
        transition: background .3s; }
        .provider:hover {
          background: #f7fcfe; }
          .provider:hover .provider__name a {
            color: #118098;
            text-decoration: underline; }
            .provider:hover .provider__name a:hover {
              text-decoration: none; }
        .providers {
          display: grid;
          grid-gap: 50px;
          grid-template-columns: repeat(3, 1fr);
          margin-bottom: 100px; }
          @media (min-width: 769px) and (max-width: 1250px) {
            .providers {
              grid-template-columns: repeat(2, 1fr); } }
          @media (max-width: 768px) {
            .providers {
              display: block; } }
        .provider__name {
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 10px;
          border-bottom: 1px solid #d7d7d7; }
          .provider__name a {
            font-size: 24px;
            color: #626262; }
        .provider__brief {
          margin-bottom: 10px;
          line-height: 120%; }
        .provider__caption {
          margin-bottom: 5px;
          font-weight: 600; }
        .provider ul {
          margin-bottom: 20px; }
        .provider li {
          position: relative;
          margin-bottom: 10px;
          padding-left: 12px;
          line-height: 100%; }
          .provider li:before {
            content: '';
            width: 6px;
            height: 6px;
            position: absolute;
            top: 8px;
            left: 0;
            background: #2893b6; }
          .provider li a {
            display: block;
            padding-right: 40px;
            text-decoration: underline;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .provider li a:hover {
              text-decoration: none; }
            .provider li a:after {
              content: '';
              width: 21px;
              height: 14px;
              position: absolute;
              top: 0;
              right: 0;
              background: url(/bitrix/templates/zakrevskiy/../img/icons/eye.png) center/contain no-repeat; }
        .provider__link {
          position: absolute;
          bottom: 10px;
          left: 10px;
          padding: 2px 12px;
          border: 1px solid #118098;
          border-radius: 10px;
          line-height: 100%;
          color: #118098;
          -webkit-transition: background .2s, color .2s;
          transition: background .2s, color .2s; }
          .provider__link:hover {
            background: #118098;
            color: #fff;
            text-decoration: none; }
      
      .slider {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0;
        position: relative; }
        .slider__container {
          margin: 0 60px;
          overflow: hidden; }
        .slider ul {
          position: relative;
          margin: 0;
          padding: 0; }
        .slider li {
          margin: 0;
          padding: 0;
          float: left;
          text-align: center; }
          .slider li:before, .slider li:after {
            display: none; }
          .slider li a {
            display: block;
            border: 1px solid #dce5f1;
            line-height: 85px; }
          .slider li img {
            max-width: 90%;
            height: auto; }
        .slider__prev, .slider__next {
          width: 34px;
          height: 79px;
          position: absolute;
          top: 50%;
          margin-top: -40px;
          background: url(/bitrix/templates/zakrevskiy/../img/slider.png) center/contain no-repeat;
          cursor: pointer; }
        .slider__prev {
          left: 0; }
        .slider__next {
          right: 0;
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
/* End */
/* /bitrix/templates/zakrevskiy/ajax/ajax.css?1592082068448 */
/* /bitrix/templates/zakrevskiy/components/bitrix/search.title/.default/style.css?1592082067568 */
/* /bitrix/templates/zakrevskiy/components/bitrix/breadcrumb/.default/style.css?1595530021693 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?159208206451 */
/* /bitrix/templates/zakrevskiy/template_styles.css?159764964366009 */
