@charset "UTF-8";
/*!
Theme Name: StrangeBrain theme
Theme URI: https://strangebrain.ru/
Author: Mikhail Voronin
Author URI: http://strangebrain.ru/
Description: Эта тема разработана специально для вашего сайта в дизайн-бюро StrangeBrain
Version: 3.1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strangebrain

This theme, like WordPress, is licensed under the GPL.

StrangeBrain theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*
    VENDORS
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    INCLUDES
*/
/*------------------------------------*\
    Variables
\*------------------------------------*/
/*------------------------------------*\
    #Mixins
\*------------------------------------*/
/*------------------------------------*\
    #Fonts include
\*------------------------------------*/
@font-face {
  font-family: "GothamPro-Medium";
  font-style: normal;
  src: url("fonts/GothamPro-Medium.eot?") format("eot"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro";
  font-style: normal;
  src: url("fonts/GothamPro.eot?") format("eot"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro-Bold";
  font-style: normal;
  src: url("fonts/GothamPro-Bold.eot?") format("eot"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GothamPro-Black";
  font-style: normal;
  src: url("fonts/GothamPro-Bold.eot?") format("eot"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueCyr-Bold";
  font-style: normal;
  src: url("fonts/HelveticaNeueCyr-Bold.eot?") format("eot"), url("fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
}
/*------------------------------------*\
    Base
\*------------------------------------*/
@viewport {
  width: auto;
}
@-ms-viewport {
  width: auto;
}
@-o-viewport {
  width: auto;
}
html,
body {
  width: 100%;
  font-size: 15px;
  height: 100%;
  background-color: #f1f1ec;
  display: flex;
  flex-direction: column;
}

body {
  color: #1A1A1A;
  font-family: "GothamPro";
  font-size: 15px;
  line-height: 1;
  padding: 0;
  margin: 0;
}

a {
  color: #0096AF;
}
a:hover, a:focus {
  color: #00c2e2;
  outline: 0;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.page-content {
  background-color: #ffffff;
  padding-top: 0;
  flex: 1 0 auto;
}

/*------------------------------------*\
    #Selection
\*------------------------------------*/
::-moz-selection {
  background-color: #0096AF;
  color: #fff;
}

::selection {
  background-color: #0096AF;
  color: #fff;
}

/*------------------------------------*\
    #LOGO
\*------------------------------------*/
.strangebrain {
  color: #ffffff;
  opacity: 0.25;
  font-family: "GothamPro";
  white-space: nowrap;
  transition: opacity 0.3s ease-in-out;
}
.strangebrain__link {
  color: #ffffff;
  display: flex;
  align-items: center;
  pointer-events: none;
}

/*------------------------------------*\
    Site style
\*------------------------------------*/
body {
  font-size: 18px;
  line-height: 1.66;
}
body.modal-active {
  overflow: hidden;
}

section, div, footer {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

.defaultcont {
  max-width: 1480px;
  min-width: 1480px;
}

.page-content {
  background-color: #4a4a4a;
  overflow: hidden;
}

.h1 {
  font-size: 75px;
  font-family: "GothamPro-Black";
  line-height: 1.2;
}

.h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: "GothamPro-Bold";
  text-transform: uppercase;
}

.header {
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 120px;
  font-family: "GothamPro";
  position: absolute;
  background-color: transparent;
  transition: background-color 0.5s;
}
.header.pin {
  position: fixed;
  background-color: #1A1A1A;
}
.header.pin .headnav__item--menu {
  color: #1A1A1A;
}
.header .headnav {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}
.header .headnav__cont {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.header .headnav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .headnav__item--burger {
  flex: 0 0 100px;
  min-width: 100px;
  background-color: #0096AF;
  flex-direction: column;
  transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.header .headnav__item--burger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  height: 0;
  transition: height 0.5s;
  background-color: #007197;
}
.header .headnav__item--burger:hover:after {
  height: 101%;
}
.header .headnav__item--burger .burger {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.header .headnav__item--burger .burger__bars {
  width: 48px;
  height: 28px;
  position: relative;
}
.header .headnav__item--burger .burger__bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.header .headnav__item--burger .burger__bar--bar1 {
  top: 0;
}
.header .headnav__item--burger .burger__bar--bar3 {
  top: 50%;
  margin-top: -1px;
}
.header .headnav__item--burger .burger__bar--bar4 {
  top: 50%;
  margin-top: -1px;
}
.header .headnav__item--burger .burger__bar--bar2 {
  bottom: 0;
}
.header .headnav__item--burger.active {
  background-color: #007197;
}
.header .headnav__item--burger.active .burger__bar {
  top: 50%;
  margin-top: -1px;
}
.header .headnav__item--burger.active .burger__bar--bar3 {
  transform: rotate(45deg);
}
.header .headnav__item--burger.active .burger__bar--bar4 {
  transform: rotate(135deg);
}
.header .headnav__item--burger.active .burger__bar--bar1, .header .headnav__item--burger.active .burger__bar--bar2 {
  width: 0;
}
.header .headnav__item--burger .t {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  opacity: 0.6;
  text-transform: uppercase;
}
.header .headnav__item--logo {
  flex: 0 0 435px;
  min-width: 435px;
  background-color: #fff;
  border-bottom: 1px solid #F2F2F2;
}
.header .headnav__item--logo a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .headnav__item--logo img {
  height: 58%;
}
.header .headnav__item--time {
  width: 100%;
  justify-content: flex-start;
  text-transform: uppercase;
  padding: 0 50px;
  font-size: 18px;
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.header .headnav__item--time b {
  font-family: "GothamPro-Bold";
}
.header .headnav__item--time div {
  white-space: pre;
}
.header .headnav__item--bt_call {
  flex: 0 0 367px;
  min-width: 367px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  border-bottom: 1px solid #E3E3E3;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.header .headnav__item--bt_call > div {
  position: relative;
  z-index: 1;
}
.header .headnav__item--bt_call:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  height: 0;
  transition: height 0.5s;
  background-color: #CC0E17;
}
.header .headnav__item--bt_call:hover:after {
  height: 101%;
}
.header .headnav__item--bt_phone {
  flex: 0 0 367px;
  min-width: 367px;
  background-color: #0096AF;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.header .headnav__item--bt_phone > a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.header .headnav__item--bt_phone:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  height: 0;
  transition: height 0.5s;
  background-color: #007197;
}
.header .headnav__item--bt_phone:hover:after {
  height: 101%;
}

.burgermenu {
  position: fixed;
  height: 100%;
  background-color: #000000;
  width: 535px;
  z-index: -100;
  bottom: 0;
  left: -572px;
  top: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  background-color: #0096AF;
  display: flex;
  padding: 240px 100px;
}
.burgermenu.active {
  left: 0;
  z-index: 100;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.burgermenu__nav ul li {
  font-size: 24px;
  font-family: "GothamPro-Medium";
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.burgermenu__nav ul li span {
  opacity: 0.8;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  height: 324px;
  background: #1A1A1A;
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  color: #fff;
}
.footer__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer__item {
  height: 100%;
}
.footer__item--logo {
  flex: 0 0 300px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__item--logo img {
  width: 300px;
}
.footer__item--logo .copy {
  font-size: 15px;
  opacity: 0.5;
}
.footer__item--menu {
  flex: 0 0 540px;
  min-width: 540px;
  margin-right: -100px;
}
.footer__item--menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.footer__item--menu ul li {
  flex: 0 0 50%;
  min-width: 50%;
  font-size: 15px;
  margin-bottom: 40px;
  font-family: "GothamPro-Medium";
}
.footer__item--menu ul li span {
  opacity: 0.6;
}
.footer__item--contact {
  flex: 0 0 266px;
  min-width: 266px;
}
.footer__item--contact .phones {
  margin-bottom: 40px;
}
.footer__item--contact .phones__item {
  display: block;
  font-size: 27px;
  font-family: "GothamPro-Medium";
  margin-bottom: 15px;
}
.footer__item--contact .bt {
  width: 100%;
}
.footer__item--last {
  flex: 0 0 270px;
  min-width: 270px;
}
.footer__item--last .adress {
  font-size: 17px;
  font-family: "GothamPro-Medium";
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__item--last .copy_sm {
  display: none;
}
.footer__item--last .strangebrain {
  font-size: 15px;
  margin-right: -15px;
}
.footer__item--last .strangebrain__icon {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.m-links-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.bt {
  width: 268px;
  display: inline-flex;
  height: 73px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "GothamPro-Bold";
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: all 0.5s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/btn_bg.svg);
}
.bt-transperant {
  background: transparent;
  width: initial;
}
.bt--arr {
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin-left: 25px;
}
.bt--arr__inside {
  width: 40px;
  height: 100%;
  display: flex;
  margin-left: -20px;
  transition: margin-left 0.5s;
}
.bt--arr__inside--item {
  height: 100%;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt--arr svg {
  stroke: #fff;
  width: 16px;
}
.bt:hover {
  letter-spacing: 0.07em;
}
.bt:hover .bt--arr__inside {
  margin-left: 0;
}

.bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center top;
  background-size: cover;
}
.bg-wrap {
  position: relative;
  overflow: hidden;
}
.bg.para {
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}

.form {
  width: 100%;
  color: #fff;
}
.form input, .form textarea {
  -webkit-appearance: none;
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  color: inherit;
  width: 100%;
  outline: none;
}
.form .i-w {
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}
.form .i-w input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
}
.form .i-w input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
}
.form .i-w input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: inherit;
  opacity: 1;
}
.form .i-w input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit;
  opacity: 1;
}
.form .i-w input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit;
  opacity: 1;
}
.form .i-s {
  position: absolute;
}
.form .i-s input {
  position: absolute;
  left: -50000px;
}
.form.agree-it .bt {
  cursor: pointer;
}
.form.agree-it .agree--checkbox svg {
  opacity: 1;
}
.form .agree {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
}
.form .agree--checkbox {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid;
  margin-right: 1em;
  position: relative;
}
.form .agree--checkbox svg {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  width: 1.7em;
  top: -0.25em;
  right: -0.5em;
}
.form .bt {
  color: #fff;
  cursor: not-allowed;
}

.round-el {
  width: 357px;
  height: 357px;
  background-color: #0096AF;
  border-radius: 100%;
  position: absolute;
  display: none !important;
}

.bg-grad {
  background: linear-gradient(160deg, #0096AF, #006B84);
}

.car {
  position: relative;
  overflow: hidden;
}
.car-nav {
  display: flex;
  align-items: center;
}
.car-nav--item {
  height: 3.88rem;
  width: 3.88rem;
  border: 3px solid;
  overflow: hidden;
  cursor: pointer;
}
.car-nav--item:hover .car-nav--item__inside {
  margin-left: 0;
}
.car-nav--item__inside {
  width: 7.76rem;
  height: 100%;
  display: flex;
  margin-left: -3.88rem;
  transition: margin-left 0.5s;
}
.car-nav--item__inside--item {
  height: 100%;
  width: 3.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-nav--item svg {
  stroke: #1A1A1A;
  height: 50%;
}
.car-nav--item__prev {
  margin-right: 0.7rem;
}
.car-nav--item__prev:hover .car-nav--item__inside {
  margin-left: -3.88rem;
}
.car-nav--item__prev .car-nav--item__inside {
  margin-left: 0;
}
.car-nav--item__prev svg {
  transform: rotate(180deg);
  margin-left: 0.4rem;
}
.car-nav--item__next svg {
  margin-left: -0.8rem;
}

.flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
  outline: none;
}

.callback-block {
  position: relative;
  z-index: 1;
  background-color: #ddd;
  height: 920px;
}
.callback-block > .bg .round-el {
  top: -60px;
  right: -60px;
}
.callback-block .defaultcont {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.callback-block .defaultcont .r_ {
  flex: 0 0 643px;
  min-width: 643px;
  position: relative;
}
.callback-block .defaultcont .r_ .content {
  padding: 4rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(227, 227, 227, 0.5);
  box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
}
.callback-block .defaultcont .r_ .content .bg {
  background-image: url("../images/noise-pattern.jpeg");
  background-position: initial;
  background-size: initial;
  opacity: 0.05;
}
.callback-block .defaultcont .r_ .content .h, .callback-block .defaultcont .r_ .content .t, .callback-block .defaultcont .r_ .content .form {
  position: relative;
}
.callback-block .defaultcont .r_ .content .h {
  font-size: 45px;
  font-family: "GothamPro-Bold";
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.callback-block .defaultcont .r_ .content .t {
  margin-bottom: 5rem;
}
.callback-block .defaultcont .r_ .content .form .i-s {
  bottom: 48px;
  right: 0;
}
.callback-block .defaultcont .r_ .content .form .bt {
  margin-bottom: 4rem;
}
.callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
}

.gotop {
  position: fixed;
  z-index: 21;
  right: 0;
  bottom: 0;
  background-color: #007197;
  color: #fff;
  width: 100px;
  height: 195px;
  opacity: 0;
  transition: opacity 0.5s;
}
.gotop.active {
  opacity: 1;
}
.gotop--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 35px 0;
  box-sizing: border-box;
  color: #fff !important;
}
.gotop--content__text {
  font-family: "GothamPro-Bold";
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 80px;
}
.gotop--content__text span {
  transform: rotate(-90deg);
}
.gotop--content svg {
  width: 1.7em;
  transform: rotate(-90deg);
  stroke: #fff;
}

.callback-modal {
  position: fixed;
  z-index: 1010;
  top: 0;
  bottom: 0;
  right: -844px;
  width: 743px;
  padding: 8rem;
  display: flex;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  transition: right 0.5s;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: -20px 0 40px rgba(0, 0, 0, 0.35);
}
.callback-modal.active {
  right: 0;
}
.callback-modal .h {
  font-size: 45px;
  text-transform: uppercase;
  font-family: "GothamPro-Bold";
  margin-bottom: 3rem;
  line-height: 1.2;
  color: inherit;
}
.callback-modal--close {
  height: 33px;
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.callback-modal .t {
  opacity: 0.7;
  margin-bottom: 3rem;
  color: inherit;
}
.callback-modal .form .i-f {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-start;
}
.callback-modal .form .i-f.active .trigger .icon-sub {
  display: none;
}
.callback-modal .form .i-f .trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.callback-modal .form .i-f .trigger .icon {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background-color: #0096AF;
  font-family: "GothamPro-Black";
}
.callback-modal .form .i-f .trigger .icon svg {
  height: 40%;
}
.callback-modal .form .i-f .trigger .icon-sub {
  font-size: 16px;
  font-family: "GothamPro-Medium";
  text-decoration: underline;
}
.callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
  position: absolute;
  left: -5000px;
}
.callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
  margin-top: 0;
}
.callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
  margin: 0 0 1rem;
}
.callback-modal.black {
  color: #1A1A1A;
}
.callback-modal.black .callback-modal--close {
  stroke: #1A1A1A;
}
.callback-modal.black .form {
  color: inherit;
}
.callback-modal.white {
  color: #fff;
  background-color: rgba(153, 153, 153, 0.7);
}
.callback-modal.white .callback-modal--close {
  stroke: #fff;
}
.callback-modal.white .form {
  color: inherit;
}
.callback-modal__cont {
  height: 100%;
}
.callback-modal__box {
  margin: auto;
}

.sert-modal .modal__body {
  background-color: transparent;
}
.sert-modal .modal__body .car--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sert-modal .modal__body .car--item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.rev-modal .modal__body {
  background-color: transparent;
}
.rev-modal .modal__body .car--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rev-modal .modal__body .car--item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.modal {
  opacity: 0;
  z-index: 1200;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.modal.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0s linear;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal__overlay .bg {
  background-image: url("../images/noise-pattern.jpeg");
  background-position: initial;
  background-size: initial;
  opacity: 0.05;
}
.modal__body {
  position: relative;
  z-index: 10;
  background: #fff;
  width: calc( 100% - 200px );
  height: calc( 100% - 200px );
}
.modal__body .car--item {
  height: calc( 100vh - 200px );
  width: 100%;
}
.modal__close {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0096AF;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.modal__close:hover:after {
  background-color: #007197;
  height: 101%;
}
.modal__close:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1%;
  height: 0%;
  transition: height 0.5s;
}
.modal__close svg {
  height: 30%;
  position: relative;
  z-index: 1;
  stroke: #fff;
}

.headbanner {
  position: relative;
  min-height: 1050px;
  padding-top: 330px;
}
.headbanner > .bg {
  position: fixed;
}
.headbanner > .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.2));
}
.headbanner > .bg .round-el {
  bottom: -100px;
  right: -100px;
}
.headbanner--menu {
  position: absolute;
  top: 120px;
  left: 100px;
  right: 0;
  height: 70px;
  color: #fff;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
}
.headbanner--menu > div {
  height: 100%;
}
.headbanner--menu ul {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.headbanner--menu ul li {
  height: 100%;
}
.headbanner--menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-family: "GothamPro-Medium";
  position: relative;
}
.headbanner--menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.5s;
  height: 2px;
  background-color: #007197;
}
.headbanner--menu ul li a:hover:after {
  width: 100%;
}
.headbanner .scroll-down {
  position: absolute;
  bottom: 4rem;
  left: calc( (100vw - 1480px)/2 );
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  text-transform: lowercase;
  z-index: 2;
}
.headbanner .scroll-down svg {
  height: 2.5em;
  stroke: #007197;
  margin-right: 1.5em;
  transform: rotate(90deg);
}
.headbanner--content {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-right: calc( (100vw - 1480px)/2 );
}
.headbanner--content .l_ {
  flex: 0 0 calc(923px + (100vw - 1480px)/2);
  min-width: calc(923px + (100vw - 1480px)/2);
}
.headbanner--content .l_ .h1 {
  margin-bottom: 4rem;
  white-space: pre-line;
  text-transform: uppercase;
}
.headbanner--content .l_ .h1 span {
  color: #0096AF;
}
.headbanner--content .l_ .h1__m {
  display: none;
}
.headbanner--content .l_ .h1, .headbanner--content .l_ .about {
  padding-left: calc( (100vw - 1480px)/2 );
}
.headbanner--content .l_ .about div {
  font-size: 28px;
  max-width: 548px;
}
.headbanner--content .r_ {
  flex: 0 0 553px;
  min-width: 553px;
  position: relative;
}
.headbanner--content .r_ .label-img {
  width: 170px;
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: 1;
}
.headbanner--content .r_ .label-img img {
  width: 100%;
}
.headbanner--content .r_ .content {
  padding: 4rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(227, 227, 227, 0.5);
  box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.07);
}
.headbanner--content .r_ .content .bg {
  background-image: url("../images/noise-pattern.jpeg");
  background-position: initial;
  background-size: initial;
  opacity: 0.05;
}
.headbanner--content .r_ .content .h, .headbanner--content .r_ .content .timer, .headbanner--content .r_ .content .form, .headbanner--content .r_ .content .t_sub {
  position: relative;
}
.headbanner--content .r_ .content .h {
  font-size: 31px;
  font-family: "GothamPro-Bold";
  margin-bottom: 2rem;
}
.headbanner--content .r_ .content .timer {
  margin-bottom: 2rem;
}
.headbanner--content .r_ .content .timer .ycd-circle-wrapper {
  height: initial;
}
.headbanner--content .r_ .content .timer .ycd-circle-wrapper .ycd-time-circle {
  width: 100% !important;
  height: initial !important;
  transform: none !important;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles {
  height: initial;
  display: flex;
  justify-content: space-between;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles canvas {
  display: none;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: static;
  width: initial !important;
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
  content: ":";
  position: absolute;
  top: 0;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -28px;
  font-size: 30px;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
  order: 2;
  color: #fff !important;
  font-size: 15px !important;
  text-transform: lowercase !important;
  opacity: 0.7;
  font-family: "GothamPro" !important;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
  display: flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  font-size: 32px !important;
  font-family: "GothamPro-Bold";
  margin-bottom: 1rem;
  border: 1px solid #fff;
  color: #fff !important;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds {
  position: relative;
}
.headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background-color: #3BC560;
  z-index: -1;
  filter: blur(20px);
}
.headbanner--content .r_ .content .form .i-s {
  bottom: 48px;
  right: 0;
}
.headbanner--content .r_ .content .form .bt {
  margin-bottom: 2rem;
  width: 100%;
}
.headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em;
}
.headbanner--content .r_ .content .t_sub {
  font-size: 17px;
  opacity: 0.7;
}

.glassing {
  position: relative;
  background-color: #fff;
}
.glassing--tab {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s linear;
}
.glassing--tab.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s linear;
}
.glassing--tab:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.glassing--tab:nth-of-type(2) .glassing--header .l_ {
  order: 2;
  padding-right: calc( (100vw - 1480px)/2 );
  padding-left: 100px;
}
.glassing--tab:nth-of-type(2) .glassing--header .r_ {
  padding-left: calc( (100vw - 1480px)/2 );
  padding-right: 0;
}
.glassing--header {
  height: 14rem;
  display: flex;
  justify-content: space-between;
}
.glassing--header .l_ {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-right: 100px;
  flex: 0 0 927px;
  min-width: 927px;
  box-sizing: content-box;
  background-color: #F2F2F2;
}
.glassing--header .r_ {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: calc( (100vw - 1480px)/2 );
}
.glassing--header .r_ .bt {
  font-size: 18px;
  color: #0096AF;
}
.glassing--header .r_ .bt svg {
  stroke: #0096AF;
}
.glassing--content {
  padding-left: calc( (100vw - 1480px)/2 );
  padding-right: calc( (100vw - 1480px)/2 );
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.glassing--content .wrap {
  display: flex;
  margin: 0 -3rem;
}
.glassing--content .wrap--item {
  flex: 0 0 33.33333%;
  min-width: 33.3333%;
  padding: 0 3rem;
}
.glassing--content .wrap--item__content .img {
  display: inline-block;
  position: relative;
}
.glassing--content .wrap--item__content .img--i {
  height: 434px;
  margin-left: -50px;
}
.glassing--content .wrap--item__content .img--lb {
  width: 105px;
  position: absolute;
  top: -50px;
  right: 0;
}
.glassing--content .wrap--item__content .h {
  font-size: 30px;
  font-family: "GothamPro-Medium";
  min-height: 66px;
  margin-top: -80px;
  margin-bottom: 3rem;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
}
.glassing--content .wrap--item__content .lines {
  position: relative;
  margin-bottom: 3rem;
}
.glassing--content .wrap--item__content .lines--item {
  display: flex;
  font-size: 20px;
  margin-bottom: 1rem;
}
.glassing--content .wrap--item__content .lines--item--h {
  opacity: 0.5;
  margin-right: 1rem;
}
.glassing--content .wrap--item__content .lines--item--d {
  flex: 1;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  top: -8px;
}
.glassing--content .wrap--item__content .lines--item--n {
  font-family: "GothamPro-Medium";
  margin-left: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.glassing--content .wrap--item__content .price {
  margin-bottom: 3rem;
  white-space: nowrap;
}
.glassing--content .wrap--item__content .price .ot {
  font-size: 30px;
  opacity: 0.5;
  margin-right: 1rem;
}
.glassing--content .wrap--item__content .price .price_ {
  font-size: 60px;
  font-family: "GothamPro-Bold";
}
.glassing--content .wrap--item__content .price .price_sm {
  font-size: 30px;
}
.glassing--content .wrap--item__content .price .r {
  font-size: 58px;
  opacity: 0.4;
  font-family: "GothamPro-Medium";
  margin-left: 1rem;
}
.glassing--content .wrap--item__content .bt {
  width: 100%;
  color: #fff;
}
.glassing--content .wrap--item__img {
  display: flex;
  justify-content: center;
}

.glassing-cottage .wrap--item__content .img {
  margin-bottom: 30px;
}
.glassing-cottage .wrap--item__content .img--i {
  margin-left: 0;
}
.glassing-cottage .wrap--item__content .h {
  margin-top: 0;
  min-height: auto;
}
.glassing-cottage .wrap--item__content .img--lb {
  right: -40px;
}

.why {
  padding-left: calc( (100vw - 1480px)/2 );
  background-color: #fff;
  position: relative;
  margin-top: -1px;
}
.why > .bg {
  top: initial;
  height: 490px;
  background-color: #F2F2F2;
  bottom: -1px;
}
.why .wrap {
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  min-height: 980px;
  padding-right: calc( (100vw - 1480px)/2 );
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.why .wrap > .bg-wrap {
  position: absolute;
}
.why .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, #1a1a1a, rgba(26, 26, 26, 0));
}
.why .wrap .content {
  flex: 0 0 820px;
  min-width: 820px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.why .wrap .content--logo img {
  width: 600px;
  margin-bottom: 0.5rem;
}
.why .wrap .content--h {
  text-transform: uppercase;
  font-size: 38px;
  font-family: "HelveticaNeueCyr-Bold";
  opacity: 0.7;
  margin-bottom: 3rem;
}
.why .wrap .content--list {
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 3rem;
}
.why .wrap .content--list__item {
  min-width: 50%;
  padding-left: 4rem;
  padding-right: 2rem;
  position: relative;
  margin-bottom: 2rem;
}
.why .wrap .content--list__item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  fill: #fff;
}

.sistems {
  position: relative;
  background-color: #fff;
}
.sistems--header {
  height: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.sistems--header .l_ {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: calc( (100vw - 1480px)/2 );
  flex: 0 0 1027px;
  min-width: 1027px;
  box-sizing: content-box;
  background-color: #F2F2F2;
}
.sistems--header .r_ {
  padding-right: calc( (100vw - 1480px)/2 );
  font-size: 20px;
  font-family: "GothamPro-Medium";
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  height: 740px;
}
.sistems--header .r__content {
  width: 320px;
  padding: 5rem 0 4rem;
}
.sistems--header .r__content--item {
  padding-bottom: 1.3em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.sistems--header .r__content--item.active {
  border-bottom: 1px solid white;
}
.sistems--header .r__content--item.active span {
  opacity: 1;
}
.sistems--header .r__content--item span {
  opacity: 0.6;
  transition: all 0.5s;
}
.sistems--header .r__content--item:hover span {
  opacity: 1;
}
.sistems--header .drop-list {
  display: none;
}
.sistems--list {
  position: relative;
}
.sistems--list__item {
  display: flex;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s linear;
}
.sistems--list__item.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s linear;
}
.sistems--list__item:first-of-type {
  position: static;
}
.sistems--list__item .l_ {
  min-height: calc(792px - 8rem);
  flex: 0 0 500px;
  min-width: 500px;
  box-sizing: content-box;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 3rem;
  border-right: 1px solid #E3E3E3;
}
.sistems--list__item .l_ .h {
  font-size: 40px;
  font-family: "GothamPro-Medium";
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.sistems--list__item .l_ .about {
  color: #767676;
  margin-bottom: 2rem;
  max-width: 350px;
}
.sistems--list__item .l_ .areas {
  margin-bottom: 2rem;
}
.sistems--list__item .l_ .areas--h {
  font-size: 24px;
  font-family: "GothamPro-Medium";
  margin-bottom: 1.5rem;
}
.sistems--list__item .l_ .areas--list__item {
  padding-left: 3rem;
  position: relative;
  margin-bottom: 1.1rem;
}
.sistems--list__item .l_ .areas--list__item svg {
  position: absolute;
  left: 0;
  top: 0.3;
  width: 1.5rem;
  fill: #0096AF;
}
.sistems--list__item .l_ .price {
  margin-bottom: 3.5rem;
  white-space: nowrap;
}
.sistems--list__item .l_ .price .ot {
  font-size: 30px;
  opacity: 0.5;
  margin-right: 1rem;
}
.sistems--list__item .l_ .price .price_ {
  font-size: 60px;
  font-family: "GothamPro-Bold";
}
.sistems--list__item .l_ .price .price_sm {
  font-size: 30px;
}
.sistems--list__item .l_ .price .r {
  font-size: 58px;
  opacity: 0.4;
  font-family: "GothamPro-Medium";
  margin-left: 1rem;
}
.sistems--list__item .l_ .bt {
  color: #fff;
}
.sistems--list__item .r_ {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sistems--list__item .r__top {
  width: 527px;
  height: calc( 740px - 14rem );
  flex: 0 0 calc( 740px - 14rem );
}
.sistems--list__item .r__top .img--wrap {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: relative;
  background-size: 250%;
}
.sistems--list__item .r__top .img--wrap:hover .bg {
  opacity: 0;
}
.sistems--list__item .r__top .img--wrap .bg {
  transition: opacity 0.5s;
}
.sistems--list__item .r__bottom {
  flex: 1;
  border-top: 1px solid #E3E3E3;
}
.sistems--list__item .r__bottom .h {
  font-size: 24px;
  font-family: "GothamPro-Medium";
  margin: 2.5rem 2rem;
}
.sistems--list__item .r__bottom .car {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
}
.sistems--list__item .r__bottom .car--sep {
  height: 134px;
  width: 1px;
  background-color: #E3E3E3;
}
.sistems--list__item .r__bottom .car--item {
  padding-bottom: 2rem;
}
.sistems--list__item .r__bottom .car--item__name {
  white-space: pre;
  font-size: 16px;
  min-height: 50px;
  margin-bottom: 1.5em;
}
.sistems--list__item .r__bottom .car--item__num {
  font-size: 24px;
  font-family: "GothamPro-Bold";
}
.sistems--list__item .r__bottom .car--item__num span {
  font-family: "GothamPro";
  font-size: 1rem;
}
.sistems--list__item .r__bottom .car--item__color {
  height: 42px;
  display: flex;
}
.sistems--list__item .r__bottom .car--item__color--item {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 1rem;
  border: 1px solid;
}

.why_real {
  display: flex;
  justify-content: space-between;
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
}
.why_real .l_ {
  padding-left: calc( (100vw - 1480px)/2 );
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
  flex: 0 0 500px;
  min-width: 500px;
  box-sizing: content-box;
  color: #fff;
}
.why_real .l_ .h {
  font-size: 40px;
  margin-bottom: 3rem;
  font-family: "GothamPro-Bold";
  text-transform: uppercase;
}
.why_real .l_ .about {
  opacity: 0.6;
  margin-bottom: 4rem;
}
.why_real .l_ .bt {
  color: #fff;
}
.why_real .r_ {
  flex: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.why_real .r__header, .why_real .r__car {
  padding-right: calc( (100vw - 1480px)/2 );
  padding-left: 6rem;
}
.why_real .r__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.why_real .r_ .car {
  margin: 0 -2rem;
}
.why_real .r_ .car--item {
  width: 33.3333333%;
  padding: 0 2rem;
}
.why_real .r_ .car--item .wrap .icon-wrap {
  margin-bottom: 2rem;
  height: 143px;
  display: flex;
  align-items: center;
}
.why_real .r_ .car--item .wrap .h {
  font-size: 24px;
  line-height: 1.3;
  font-family: "GothamPro-Medium";
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.why_real .r_ .car--item .wrap .h:before {
  content: "";
  position: absolute;
  height: 2.52em;
  width: 2.52em;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #0096AF;
  opacity: 0.1;
}
.why_real .r_ .car--item .wrap .a {
  max-width: 220px;
  white-space: pre-line;
  font-size: 20px;
  opacity: 0.6;
  line-height: 1.3;
}

.works {
  position: relative;
  background-color: #F2F2F2;
  z-index: 1;
  display: flex;
}
.works .l_ {
  height: 980px;
  flex: 0 0 50%;
  min-width: 50%;
}
.works .l__top {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-right: 6rem;
}
.works .l__top .h2 {
  margin-bottom: 3rem;
}
.works .l__top .t {
  margin-bottom: 3rem;
}
.works .l__bottom {
  height: 50%;
}
.works .l__bottom .car {
  height: 100%;
}
.works .l__bottom .car .flickity-slider {
  height: 100%;
}
.works .l__bottom .car--item {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 2px;
}
.works .l__bottom .car--item .photo {
  cursor: pointer;
}
.works .l__bottom .car--item .photo > .bg {
  opacity: 0.5;
  transition: all 0.5s;
}
.works .l__bottom .car--item .photo.active > .bg {
  opacity: 1;
}
.works .l__bottom .car--item .photo:hover > .bg {
  opacity: 1;
  transform: scale(1.05);
}
.works .l__bottom .car--item.double .photo:first-of-type {
  margin-bottom: 2px;
  flex: 0 0 calc(50% - 2px);
  min-height: calc(50% - 2px);
}
.works .l__bottom .car--item.double .photo {
  flex: 0 0 50%;
  min-height: 50%;
}
.works .l__bottom .car--item.single .photo {
  flex: 0 0 100%;
  min-height: 100%;
}
.works .r_ {
  height: 980px;
  flex: 0 0 50%;
  min-width: 50%;
  position: relative;
}
.works .r_ .bg-wrap {
  width: 100%;
  height: 100%;
}
.works .r_ .bg-wrap .bg {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s linear;
}
.works .r_ .bg-wrap .bg.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0s linear;
}
.works .r_ .full-screan {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.44rem;
  height: 4.44rem;
  background-color: #F2F2F2;
  cursor: pointer;
}
.works .r_ .full-screan:hover svg:nth-of-type(1) {
  margin: 0 0.35rem 0.35rem 0;
}
.works .r_ .full-screan:hover svg:nth-of-type(2) {
  margin: 0 0 0.35rem 0.35rem;
}
.works .r_ .full-screan:hover svg:nth-of-type(3) {
  margin: 0.35rem 0.35rem 0 0;
}
.works .r_ .full-screan:hover svg:nth-of-type(4) {
  margin: 0.35rem 0 0 0.35rem;
}
.works .r_ .full-screan svg {
  position: absolute;
  width: 0.7rem;
  transition: margin 0.5s;
}
.works .r_ .full-screan svg:nth-of-type(1) {
  right: 50%;
  bottom: 50%;
  margin: 0 0.15rem 0.15rem 0;
}
.works .r_ .full-screan svg:nth-of-type(2) {
  left: 50%;
  bottom: 50%;
  margin: 0 0 0.15rem 0.15rem;
  transform: rotate(90deg);
}
.works .r_ .full-screan svg:nth-of-type(3) {
  top: 50%;
  right: 50%;
  margin: 0.15rem 0.15rem 0 0;
  transform: rotate(270deg);
}
.works .r_ .full-screan svg:nth-of-type(4) {
  top: 50%;
  left: 50%;
  margin: 0.15rem 0 0 0.15rem;
  transform: rotate(180deg);
}

.sert {
  position: relative;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.sert .l_ {
  flex: 0 0 545px;
  min-width: 545px;
  box-sizing: content-box;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sert .l_ .h2 {
  margin-bottom: 3rem;
}
.sert .l_ .t {
  margin-bottom: 3rem;
}
.sert .r_ {
  flex: 0 0 930px;
  min-width: 930px;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.sert .r_ .wrap .car--item {
  width: 302px;
  margin-right: 4rem;
}
.sert .r_ .wrap .car--item .cont {
  cursor: zoom-in;
}
.sert .r_ .wrap .car--item .cont--header {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "GothamPro-Medium";
  line-height: 1.2;
}
.sert .r_ .wrap .car--item .cont--header .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(0, 150, 175, 0.1);
  width: 3em;
  height: 3em;
  flex: 0 0 3em;
  margin-right: 0.8em;
}
.sert .r_ .wrap .car--item .cont--header .name {
  max-width: 150px;
}
.sert .r_ .wrap .car--item .cont--img {
  width: 100%;
}
.sert .r_ .wrap .car--item .cont--img img {
  width: 100%;
}

.reviews {
  position: relative;
  background-color: #F2F2F2;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.reviews .l_ {
  flex: 0 0 340px;
  min-width: 340px;
  box-sizing: content-box;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews .l_ .h2 {
  margin-bottom: 3rem;
}
.reviews .r_ {
  flex: 0 0 930px;
  min-width: 930px;
  box-sizing: content-box;
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-right: calc( (100vw - 1480px)/2 );
}
.reviews .r_ .wrap .car {
  margin: 0 -2rem;
}
.reviews .r_ .wrap .car--item {
  width: 50%;
  padding: 1rem 2rem 0;
}
.reviews .r_ .wrap .car--item .cont {
  background-image: url("../images/quotes.svg");
  background-repeat: no-repeat;
  background-position: right 140px;
}
.reviews .r_ .wrap .car--item .cont .date {
  font-size: 16px;
  font-family: "GothamPro-Medium";
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.reviews .r_ .wrap .car--item .cont .date:before {
  content: "";
  position: absolute;
  height: 2.52em;
  width: 2.52em;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #0096AF;
  opacity: 0.1;
}
.reviews .r_ .wrap .car--item .cont .name {
  font-size: 30px;
  font-family: "GothamPro-Medium";
  margin-bottom: 3rem;
}
.reviews .r_ .wrap .car--item .cont .text {
  font-size: 20px;
  max-width: 380px;
}
.reviews .r_ .wrap .car--item .cont .bt {
  width: initial;
  text-transform: uppercase;
  color: #3BC560;
  margin-top: 2rem;
}
.reviews .r_ .wrap .car--item .cont .bt svg {
  stroke: #3BC560;
}

.contacts {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.contacts--header {
  display: flex;
}
.contacts--header .l_ {
  flex: 0 0 50%;
  min-width: 50%;
  padding-left: calc( (100vw - 1480px)/2 );
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 6rem;
}
.contacts--header .r_ {
  flex: 0 0 50%;
  min-width: 50%;
  padding-left: 6rem;
  display: flex;
  align-items: center;
  padding-right: calc( (100vw - 1480px)/2 );
  color: #fff;
  font-size: 25px;
}
.contacts--list .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0;
}
.contacts--list .wrap--item {
  display: flex;
  align-items: center;
}
.contacts--list .wrap--item img {
  margin-right: 3rem;
}
.contacts--list .wrap--item .r__title {
  font-size: 16px;
  font-family: "GothamPro-Medium";
  position: relative;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.contacts--list .wrap--item .r__title:before {
  content: "";
  position: absolute;
  height: 2.52em;
  width: 2.52em;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #0096AF;
  opacity: 0.1;
}
.contacts--list .wrap--item .r__content {
  font-size: 20px;
  font-family: "GothamPro-Medium";
}
.contacts--list .wrap--item .r__content a {
  display: block;
}
.contacts--list .wrap--item.phone {
  flex: 0 0 320px;
  min-width: 320px;
}
.contacts--list .wrap--item.adress {
  flex: 0 0 505px;
  min-width: 505px;
}
.contacts--list .wrap--item.hours {
  flex: 0 0 390px;
  min-width: 390px;
}
.contacts--list .wrap--item.hours .r__content div {
  white-space: pre-line;
}
.contacts--list .wrap .del {
  border-right: 1px solid #E3E3E3;
  height: 146px;
}

.map-wrap {
  position: relative;
  z-index: 1;
  background-color: #ddd;
}
.map-wrap .map {
  height: 700px;
}

.callback-block_b2 {
  height: 820px;
}
.callback-block_b2 .defaultcont .r_ .content {
  color: #1A1A1A;
}
.callback-block_b2 .defaultcont .r_ .content .form {
  color: #1A1A1A;
}

.sender-bt--disabled {
  filter: grayscale(1);
  pointer-events: none;
}

/*------------------------------------*\
    Helpers
\*------------------------------------*/
.line-horizontal {
  border-bottom: 1px dotted #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.defaultcont {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.container {
  min-width: 1200px;
  max-width: none;
}

.wide-page {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.limited-width {
  max-width: 1200px;
  min-width: 1200px;
  padding-left: 35px;
  padding-right: 35px;
}

.delimeter {
  border-bottom: 1px solid #f3f3f3;
}

.center-block {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
}

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

.hasbg {
  background-color: #f1f1ec;
}

.opacity-1 {
  opacity: 1 !important;
}

@media (max-width: 575.98px) {
  body {
    font-size: 15px;
  }

  .defaultcont {
    max-width: 315px;
    min-width: 315px;
  }

  .h1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 30px;
  }

  .header {
    height: 80px;
  }
  .header .headnav__item--burger {
    flex: 0 0 60px;
    min-width: 60px;
  }
  .header .headnav__item--burger .burger {
    margin-bottom: 7px;
  }
  .header .headnav__item--burger .burger__bars {
    width: 34px;
    height: 18px;
  }
  .header .headnav__item--burger .t {
    font-size: 10px;
  }
  .header .headnav__item--logo {
    flex: 0 0 105px;
    min-width: 105px;
  }
  .header .headnav__item--logo a {
    width: 69px;
    overflow: hidden;
    justify-content: flex-start;
  }
  .header .headnav__item--logo img {
    height: 58%;
  }
  .header .headnav__item--time {
    display: none;
  }
  .header .headnav__item--bt_call {
    display: none;
  }
  .header .headnav__item--bt_phone {
    flex: 1;
    min-width: 0;
    font-size: 16px;
  }

  .burgermenu {
    width: 100%;
    left: -101%;
    padding: 96px 45px 0 30px;
  }
  .burgermenu__nav ul li {
    font-size: 17px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    height: initial;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    height: initial;
  }
  .footer__item--logo {
    flex: 0 0 100%;
    min-width: 100%;
    height: initial;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer__item--logo img {
    width: 250px;
  }
  .footer__item--logo .copy {
    display: none;
  }
  .footer__item--menu {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .footer__item--menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer__item--menu ul li {
    flex: 0 0 100%;
    min-width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
    font-family: "GothamPro-Medium";
    display: flex;
    justify-content: center;
  }
  .footer__item--menu ul li span {
    opacity: 0.6;
  }
  .footer__item--contact {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer__item--contact .phones {
    margin-bottom: 20px;
  }
  .footer__item--contact .phones__item {
    display: block;
    font-size: 20px;
    font-family: "GothamPro-Medium";
    margin-bottom: 0;
  }
  .footer__item--contact .bt {
    width: 260px;
  }
  .footer__item--last {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__item--last .adress {
    font-size: 13px;
    flex: 0 0 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer__item--last .copy_sm {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .footer__item--last .strangebrain {
    font-size: 13px;
    margin-right: -15px;
  }
  .footer__item--last .strangebrain__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .m-links-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }

  .bt {
    width: 268px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4DE375, #07A030);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamPro-Bold";
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: all 0.5s;
    background-image: url(../images/btn_bg.svg);
  }
  .bt-transperant {
    background: transparent;
    width: initial;
  }
  .bt--arr {
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-left: 25px;
  }
  .bt--arr__inside {
    width: 40px;
    height: 100%;
    display: flex;
    margin-left: -20px;
    transition: margin-left 0.5s;
  }
  .bt--arr__inside--item {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bt--arr svg {
    stroke: #fff;
    width: 16px;
  }
  .bt:hover {
    letter-spacing: 0.07em;
  }
  .bt:hover .bt--arr__inside {
    margin-left: 0;
  }

  .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
  }
  .bg-wrap {
    position: relative;
    overflow: hidden;
  }
  .bg.para {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
  }

  .form {
    width: 100%;
    color: #fff;
  }
  .form input, .form textarea {
    -webkit-appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: inherit;
    width: 100%;
    outline: none;
  }
  .form .i-w {
    display: flex;
    align-items: center;
    height: 65px;
    border: 1px solid;
    margin-bottom: 1.2rem;
    padding: 0 1rem;
  }
  .form .i-w input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
    opacity: 1;
  }
  .form .i-s {
    position: absolute;
  }
  .form .i-s input {
    position: absolute;
    left: -50000px;
  }
  .form.agree-it .bt {
    cursor: pointer;
  }
  .form.agree-it .agree--checkbox svg {
    opacity: 1;
  }
  .form .agree {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  .form .agree--checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    margin-right: 1em;
    position: relative;
    flex: 0 0 1.5em;
  }
  .form .agree--checkbox svg {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 1.7em;
    top: -0.25em;
    right: -0.5em;
  }
  .form .bt {
    color: #fff;
    cursor: not-allowed;
  }

  .round-el {
    width: 257px;
    height: 257px;
    background-color: #0096AF;
    border-radius: 100%;
    position: absolute;
  }

  .bg-grad {
    background: linear-gradient(160deg, #0096AF, #006B84);
  }

  .car {
    position: relative;
    overflow: hidden;
  }
  .car-nav {
    display: flex;
    align-items: center;
  }
  .car-nav--item {
    height: 3.88rem;
    width: 3.88rem;
    border: 3px solid;
    overflow: hidden;
    cursor: pointer;
  }
  .car-nav--item:hover .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__inside {
    width: 7.76rem;
    height: 100%;
    display: flex;
    margin-left: -3.88rem;
    transition: margin-left 0.5s;
  }
  .car-nav--item__inside--item {
    height: 100%;
    width: 3.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car-nav--item svg {
    stroke: #1A1A1A;
    height: 50%;
  }
  .car-nav--item__prev {
    margin-right: 0.7rem;
  }
  .car-nav--item__prev:hover .car-nav--item__inside {
    margin-left: -3.88rem;
  }
  .car-nav--item__prev .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__prev svg {
    transform: rotate(180deg);
    margin-left: 0.4rem;
  }
  .car-nav--item__next svg {
    margin-left: -0.8rem;
  }

  .flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
    outline: none;
  }

  .callback-block {
    height: 650px;
  }
  .callback-block > .bg .round-el {
    top: -60px;
    right: -60px;
  }
  .callback-block > .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, #1a1a1a, rgba(26, 26, 26, 0.5));
    opacity: 0.5;
  }
  .callback-block .defaultcont .r_ {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .callback-block .defaultcont .r_ .content {
    padding: 1.5rem;
  }
  .callback-block .defaultcont .r_ .content .h {
    font-size: 25px;
    margin-bottom: 1.2rem;
  }
  .callback-block .defaultcont .r_ .content .t {
    margin-bottom: 1.2rem;
  }
  .callback-block .defaultcont .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .callback-block .defaultcont .r_ .content .form .bt {
    margin-bottom: 1rem;
  }
  .callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }

  .gotop {
    width: 60px;
    height: 60px;
  }
  .gotop--content {
    padding: 0;
    justify-content: center;
  }
  .gotop--content__text {
    display: none;
  }
  .gotop--content svg {
    width: 1.7em;
  }

  .callback-modal {
    right: -150%;
    width: 100%;
    padding: 2rem;
  }
  .callback-modal .h {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .callback-modal--close {
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .callback-modal .t {
    margin-bottom: 1.5rem;
    font-size: 14px;
  }
  .callback-modal .form .agree {
    margin-bottom: 1.5rem;
  }
  .callback-modal .form .i-f {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .callback-modal .form .i-f .agree--text {
    font-size: 13px;
  }
  .callback-modal .form .i-f .trigger .icon {
    width: 30px;
    flex: 0 0 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background-color: #0096AF;
    font-family: "GothamPro-Black";
  }
  .callback-modal .form .i-f .trigger .icon-sub {
    font-size: 14px;
    font-family: "GothamPro-Medium";
    text-decoration: underline;
  }
  .callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
    position: absolute;
    left: -5000px;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
    margin: 0 0 1rem;
  }
  .callback-modal.black {
    color: #1A1A1A;
  }
  .callback-modal.black .callback-modal--close {
    stroke: #1A1A1A;
  }
  .callback-modal.black .form {
    color: inherit;
  }
  .callback-modal.white {
    color: #fff;
  }
  .callback-modal.white .callback-modal--close {
    stroke: #fff;
  }
  .callback-modal.white .form {
    color: inherit;
  }

  .sert-modal .modal__body {
    background-color: transparent;
  }
  .sert-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sert-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .rev-modal .modal__body {
    background-color: transparent;
  }
  .rev-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rev-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .modal {
    opacity: 0;
    z-index: 1200;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear;
  }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal__overlay .bg {
    background-image: url("../images/noise-pattern.jpeg");
    background-position: initial;
    background-size: initial;
    opacity: 0.05;
  }
  .modal__body {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .modal__body .car--item {
    height: 100vh;
    width: 100%;
  }
  .modal__close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096AF;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
  }
  .modal__close:hover:after {
    background-color: #007197;
    height: 101%;
  }
  .modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    height: 0%;
    transition: height 0.5s;
  }
  .modal__close svg {
    height: 30%;
    position: relative;
    z-index: 1;
    stroke: #fff;
  }

  .headbanner {
    min-height: 880px;
    padding-top: 130px;
  }
  .headbanner > .bg .round-el {
    bottom: -100px;
    right: -100px;
  }
  .headbanner--menu {
    display: none;
  }
  .headbanner .scroll-down {
    display: none;
  }
  .headbanner--content {
    padding-right: calc( (100vw - 315px)/2 );
    padding-left: calc( (100vw - 315px)/2 );
    flex-wrap: wrap;
    justify-content: center;
  }
  .headbanner--content .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 50px;
  }
  .headbanner--content .l_ .h1 {
    margin-bottom: 1rem;
  }
  .headbanner--content .l_ .h1__l {
    display: none;
  }
  .headbanner--content .l_ .h1__m {
    display: block;
  }
  .headbanner--content .l_ .h1, .headbanner--content .l_ .about {
    padding-left: 0;
  }
  .headbanner--content .l_ .about {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .headbanner--content .l_ .about div {
    font-size: 18px;
    max-width: initial;
  }
  .headbanner--content .r_ {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .headbanner--content .r_ .label-img {
    width: 95px;
    left: initial;
    right: 0;
    top: -75px;
  }
  .headbanner--content .r_ .content {
    padding: 1.5rem;
  }
  .headbanner--content .r_ .content .h {
    font-size: 19px;
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer {
    margin-bottom: 1.5rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
    content: ":";
    position: absolute;
    top: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    font-size: 25px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
    font-size: 12px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
    width: 45px;
    height: 45px;
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
    height: 45px;
  }
  .headbanner--content .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .headbanner--content .r_ .content .form .bt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }
  .headbanner--content .r_ .content .t_sub {
    font-size: 13px;
  }

  .glassing--tab:nth-of-type(2) .glassing--header .r_ {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
  }
  .glassing--tab:nth-of-type(2) .glassing--header .l_ {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    flex: 0 0 100%;
    min-width: 100%;
  }
  .glassing--tab:nth-of-type(1) .glassing--header .r_ {
    border-bottom: 1px solid #E3E3E3;
  }
  .glassing--header {
    height: initial;
    flex-wrap: wrap;
  }
  .glassing--header .l_ {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 8rem;
  }
  .glassing--header .r_ {
    padding-left: calc( (100vw - 315px)/2);
    padding-right: calc( (100vw - 315px)/2);
    height: 5rem;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .glassing--header .r_ .bt {
    font-size: 15px;
  }
  .glassing--content {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .glassing--content .wrap {
    margin: 0;
    width: initial;
    display: block;
  }
  .glassing--content .wrap--item {
    flex: initial;
    min-width: 0;
    padding: 15px 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
  }
  .glassing--content .wrap--item:last-of-type {
    border-bottom: none;
    padding: 30px 0 0;
  }
  .glassing--content .wrap--item__content .img {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .glassing--content .wrap--item__content .img--i {
    height: 248px;
    margin-left: 0;
  }
  .glassing--content .wrap--item__content .img--lb {
    width: 70px;
    top: -30px;
    right: initial;
    left: 0;
  }
  .glassing--content .wrap--item__content .h {
    font-size: 22px;
    min-height: 0;
    margin-top: -30px;
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines {
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines--item {
    display: flex;
    font-size: 15px;
    margin-bottom: 0.8rem;
  }
  .glassing--content .wrap--item__content .lines--item--h {
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--d {
    top: -8px;
  }
  .glassing--content .wrap--item__content .lines--item--n {
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .price {
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .glassing--content .wrap--item__content .price .ot {
    font-size: 16px;
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .price .price_ {
    font-size: 40px;
  }
  .glassing--content .wrap--item__content .price .price_sm {
    font-size: 30px;
  }
  .glassing--content .wrap--item__content .price .r {
    font-size: 39px;
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .bt {
    width: 268px;
  }

  .glassing--content .wrap--item__content .h {
    margin-top: 0;
  }

  .why {
    padding-left: 0;
  }
  .why > .bg {
    display: none;
  }
  .why .wrap {
    min-height: initial;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .why .wrap > .bg > .bg {
    transform: scale(-1, 1);
    background-position: center left;
  }
  .why .wrap:after {
    background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0));
  }
  .why .wrap .content {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .why .wrap .content--logo img {
    width: 315px;
    margin-bottom: 0.5rem;
  }
  .why .wrap .content--h {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .why .wrap .content--list {
    -moz-column-count: initial;
         column-count: initial;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list__item {
    min-width: initial;
    padding-left: 2.5rem;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .why .wrap .content--list__item svg {
    width: 1.5rem;
  }

  .sistems--header {
    height: 8rem;
  }
  .sistems--header .l_ {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2);
    flex: 0 0 100%;
    min-width: 100%;
  }
  .sistems--header .r_ {
    display: none;
  }
  .sistems--header .drop-list {
    display: block;
    position: absolute;
    left: calc( (100vw - 315px)/2 );
    right: calc( (100vw - 315px)/2 );
    top: 135%;
  }
  .sistems--header .drop-list--trigger {
    width: initial;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #007197;
    color: #007197;
    font-family: "GothamPro-Medium";
    padding: 0 20px;
  }
  .sistems--header .drop-list--trigger svg {
    width: 12px;
    transform: rotate(90deg);
    transition: transform 0.5;
    stroke: #007197;
  }
  .sistems--header .drop-list--menu {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    border: 0px solid #007197;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .sistems--header .drop-list--menu--item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--header .drop-list--menu--item:first-of-type {
    border-top: none;
  }
  .sistems--header .drop-list.active .drop-list--trigger svg {
    transform: rotate(270deg);
  }
  .sistems--header .drop-list.active .drop-list--menu {
    max-height: 400px;
    padding: 0 20px 20px;
    border: 2px solid #007197;
  }
  .sistems--list__item {
    flex-wrap: wrap;
  }
  .sistems--list__item .l_ {
    min-height: calc(750px - 8rem);
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 10rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .sistems--list__item .l_ .h {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .about {
    margin-bottom: 1.5rem;
    max-width: initial;
  }
  .sistems--list__item .l_ .areas {
    margin-bottom: 1rem;
  }
  .sistems--list__item .l_ .areas--h {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .areas--list__item {
    flex: initial;
    min-width: 0;
    padding-left: 2.3rem;
    margin-bottom: 1.1rem;
  }
  .sistems--list__item .l_ .areas--list__item svg {
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1.5rem;
    fill: #0096AF;
  }
  .sistems--list__item .l_ .price {
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .sistems--list__item .l_ .price .ot {
    font-size: 16px;
    margin-right: 1rem;
  }
  .sistems--list__item .l_ .price .price_ {
    font-size: 40px;
  }
  .sistems--list__item .l_ .price .price_sm {
    font-size: 30px;
  }
  .sistems--list__item .l_ .price .r {
    font-size: 39px;
    margin-left: 1rem;
  }
  .sistems--list__item .r_ {
    display: block;
    min-width: 0;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    border-top: none;
  }
  .sistems--list__item .r__top {
    width: 100%;
    min-width: 0;
    height: 260px;
  }
  .sistems--list__item .r__bottom {
    flex: initial;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__bottom .h {
    font-size: 20px;
    margin: 1.5rem 0;
  }
  .sistems--list__item .r__bottom .car {
    padding: 0;
    display: block;
  }
  .sistems--list__item .r__bottom .car--sep {
    display: none;
  }
  .sistems--list__item .r__bottom .car--item {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sistems--list__item .r__bottom .car--item:last-of-type {
    border-bottom: none;
  }
  .sistems--list__item .r__bottom .car--item__name {
    font-size: 14px;
    min-height: initial;
    margin-bottom: 0;
    white-space: inherit;
  }
  .sistems--list__item .r__bottom .car--item__num {
    font-size: 18px;
    white-space: nowrap;
  }
  .sistems--list__item .r__bottom .car--item__num span {
    font-family: "GothamPro";
    font-size: 14px;
  }
  .sistems--list__item .r__bottom .car--item__color {
    height: 28px;
    display: flex;
  }
  .sistems--list__item .r__bottom .car--item__color--item {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .why_real {
    flex-wrap: wrap;
  }
  .why_real .l_ {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .why_real .l_ .h {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .why_real .l_ .about {
    margin-bottom: 2rem;
  }
  .why_real .l_ .bt {
    margin-bottom: 0;
  }
  .why_real .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .why_real .r__header {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    display: block;
  }
  .why_real .r__header .h2 {
    margin-bottom: 1.2rem;
  }
  .why_real .r__car {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: 0;
  }
  .why_real .r__header {
    margin-bottom: 2rem;
  }
  .why_real .r_ .car {
    margin: 0 -25px;
  }
  .why_real .r_ .car--item {
    width: 190px;
    padding: 0 0 0 25px;
    margin-right: 40px;
  }
  .why_real .r_ .car--item .wrap .icon-wrap {
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .icon-wrap img {
    transform: scale(0.8);
  }
  .why_real .r_ .car--item .wrap .h {
    font-size: 18px;
    margin-bottom: 1.5rem;
    margin-left: 20px;
  }
  .why_real .r_ .car--item .wrap .a {
    font-size: 15px;
  }
  .why_real .r_ .car--item .wrap .about {
    max-width: 200px;
    white-space: pre-line;
    font-size: 15px;
  }

  .works {
    flex-wrap: wrap;
  }
  .works .l_ {
    height: initial;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .works .l__top {
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    height: initial;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .works .l__top .h2 {
    margin-bottom: 2rem;
  }
  .works .l__top .t {
    margin-bottom: 2rem;
  }
  .works .l__bottom {
    height: 131px;
    margin-bottom: 2px;
  }
  .works .l__bottom .car--item {
    flex-direction: row;
  }
  .works .l__bottom .car--item.double {
    width: 100%;
  }
  .works .l__bottom .car--item.double .photo:first-of-type {
    margin-bottom: 0;
    margin-right: 2px;
  }
  .works .l__bottom .car--item.single {
    width: 50%;
  }
  .works .r_ {
    height: 345px;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .works .r_ .full-screan {
    width: 4.44rem;
    height: 4.44rem;
  }

  .sert {
    flex-wrap: wrap;
  }
  .sert .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
  }
  .sert .l_ .h2 {
    margin-bottom: 2rem;
  }
  .sert .l_ .t {
    margin-bottom: 2rem;
  }
  .sert .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: calc( (100vw - 315px)/2 );
  }
  .sert .r_ .wrap .car--item {
    width: 248px;
    margin-right: 4rem;
  }
  .sert .r_ .wrap .car--item .cont--header {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .sert .r_ .wrap .car--item .cont--header .num {
    width: 3em;
    height: 3em;
    flex: 0 0 3em;
    margin-right: 0.8em;
  }
  .sert .r_ .wrap .car--item .cont--header .name {
    max-width: 150px;
  }

  .reviews {
    flex-wrap: wrap;
  }
  .reviews .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    box-sizing: border-box;
  }
  .reviews .l_ .h2 {
    margin-bottom: 2rem;
  }
  .reviews .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: 0;
    box-sizing: border-box;
  }
  .reviews .r_ .wrap .car {
    margin: 0;
  }
  .reviews .r_ .wrap .car--item {
    width: 100%;
    padding: 1rem 0 0;
  }
  .reviews .r_ .wrap .car--item .cont {
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right 140px;
  }
  .reviews .r_ .wrap .car--item .cont .date {
    font-size: 14px;
    margin-bottom: 1.5rem;
    margin-left: 20px;
  }
  .reviews .r_ .wrap .car--item .cont .name {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .reviews .r_ .wrap .car--item .cont .text {
    font-size: 16px;
    max-width: 300px;
  }
  .reviews .r_ .wrap .car--item .cont .bt {
    margin-top: 2rem;
  }

  .contacts--header {
    display: block;
    padding-left: calc( (100vw - 315px)/2 );
    padding-right: calc( (100vw - 315px)/2 );
  }
  .contacts--header .l_ {
    flex: initial;
    min-width: 0;
    padding-left: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }
  .contacts--header .r_ {
    flex: initial;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    background: transparent;
    color: #1A1A1A;
  }
  .contacts--list .wrap {
    padding: 4rem 0;
    display: block;
  }
  .contacts--list .wrap--item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
    align-items: flex-start;
  }
  .contacts--list .wrap--item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .contacts--list .wrap--item .i_ {
    width: 90px;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contacts--list .wrap--item img {
    margin-right: 0;
    transform: scale(0.7);
  }
  .contacts--list .wrap--item .r_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contacts--list .wrap--item .r__title {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .contacts--list .wrap--item .r__content {
    font-size: 15px;
    height: initial;
  }
  .contacts--list .wrap--item.phone {
    flex: 0 0 185px;
    min-width: 185px;
  }
  .contacts--list .wrap--item.adress {
    flex: 0 0 180px;
    min-width: 180px;
  }
  .contacts--list .wrap--item.hours {
    flex: 0 0 212px;
    min-width: 212px;
  }
  .contacts--list .wrap .del {
    display: none;
  }

  .map-wrap {
    position: relative;
    z-index: 1;
    background-color: #ddd;
  }
  .map-wrap .map {
    height: 345px;
  }

  .callback-block_b2 {
    height: 620px;
  }
  .callback-block_b2 .bg {
    background-position: right center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 15px;
  }

  .defaultcont {
    max-width: 516px;
    min-width: 516px;
  }

  .h1 {
    font-size: 43px;
  }

  .h2 {
    font-size: 35px;
  }

  .header {
    height: 80px;
  }
  .header .headnav__item--burger {
    flex: 0 0 60px;
    min-width: 60px;
  }
  .header .headnav__item--burger .burger {
    margin-bottom: 7px;
  }
  .header .headnav__item--burger .burger__bars {
    width: 34px;
    height: 18px;
  }
  .header .headnav__item--burger .t {
    font-size: 10px;
  }
  .header .headnav__item--logo {
    flex: 0 0 274px;
    min-width: 274px;
  }
  .header .headnav__item--logo img {
    height: 58%;
  }
  .header .headnav__item--time {
    display: none;
  }
  .header .headnav__item--bt_call {
    display: none;
  }
  .header .headnav__item--bt_phone {
    flex: 1;
    min-width: 0;
    font-size: 16px;
  }

  .burgermenu {
    width: 334px;
    left: -344px;
    padding: 120px 60px 0 30px;
  }
  .burgermenu__nav ul li {
    font-size: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    height: initial;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    height: initial;
  }
  .footer__item--logo {
    flex: 0 0 100%;
    min-width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .footer__item--logo img {
    width: 250px;
  }
  .footer__item--logo .copy {
    display: none;
  }
  .footer__item--menu {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
  }
  .footer__item--menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer__item--menu ul li {
    flex: 0 0 50%;
    min-width: 50%;
    font-size: 15px;
    margin-bottom: 35px;
    font-family: "GothamPro-Medium";
  }
  .footer__item--menu ul li span {
    opacity: 0.6;
  }
  .footer__item--contact {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__item--contact .phones {
    margin-bottom: 0;
  }
  .footer__item--contact .phones__item {
    display: block;
    font-size: 20px;
    font-family: "GothamPro-Medium";
    margin-bottom: 0;
  }
  .footer__item--contact .bt {
    width: 260px;
  }
  .footer__item--last {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__item--last .adress {
    font-size: 13px;
    flex: 0 0 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .footer__item--last .copy_sm {
    display: block;
    font-size: 13px;
  }
  .footer__item--last .strangebrain {
    font-size: 13px;
    margin-right: -15px;
  }
  .footer__item--last .strangebrain__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .m-links-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }

  .bt {
    width: 268px;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4DE375, #07A030);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamPro-Bold";
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: all 0.5s;
    background-image: url(../images/btn_bg.svg);
  }
  .bt-transperant {
    background: transparent;
    width: initial;
  }
  .bt--arr {
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-left: 25px;
  }
  .bt--arr__inside {
    width: 40px;
    height: 100%;
    display: flex;
    margin-left: -20px;
    transition: margin-left 0.5s;
  }
  .bt--arr__inside--item {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bt--arr svg {
    stroke: #fff;
    width: 16px;
  }
  .bt:hover {
    letter-spacing: 0.07em;
  }
  .bt:hover .bt--arr__inside {
    margin-left: 0;
  }

  .bg-wrap {
    position: relative;
    overflow: hidden;
  }
  .bg.para {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
  }

  .form {
    width: 100%;
    color: #fff;
  }
  .form input, .form textarea {
    -webkit-appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: inherit;
    width: 100%;
    outline: none;
  }
  .form .i-w {
    display: flex;
    align-items: center;
    height: 65px;
    border: 1px solid;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .form .i-w input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
    opacity: 1;
  }
  .form .i-s {
    position: absolute;
  }
  .form .i-s input {
    position: absolute;
    left: -50000px;
  }
  .form.agree-it .bt {
    cursor: pointer;
  }
  .form.agree-it .agree--checkbox svg {
    opacity: 1;
  }
  .form .agree {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  .form .agree--checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    margin-right: 1em;
    position: relative;
  }
  .form .agree--checkbox svg {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 1.7em;
    top: -0.25em;
    right: -0.5em;
  }
  .form .bt {
    color: #fff;
    cursor: not-allowed;
  }

  .round-el {
    width: 357px;
    height: 357px;
    background-color: #0096AF;
    border-radius: 100%;
    position: absolute;
  }

  .bg-grad {
    background: linear-gradient(160deg, #0096AF, #006B84);
  }

  .car {
    position: relative;
    overflow: hidden;
  }
  .car-nav {
    display: flex;
    align-items: center;
  }
  .car-nav--item {
    height: 3.88rem;
    width: 3.88rem;
    border: 3px solid;
    overflow: hidden;
    cursor: pointer;
  }
  .car-nav--item:hover .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__inside {
    width: 7.76rem;
    height: 100%;
    display: flex;
    margin-left: -3.88rem;
    transition: margin-left 0.5s;
  }
  .car-nav--item__inside--item {
    height: 100%;
    width: 3.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car-nav--item svg {
    stroke: #1A1A1A;
    height: 50%;
  }
  .car-nav--item__prev {
    margin-right: 0.7rem;
  }
  .car-nav--item__prev:hover .car-nav--item__inside {
    margin-left: -3.88rem;
  }
  .car-nav--item__prev .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__prev svg {
    transform: rotate(180deg);
    margin-left: 0.4rem;
  }
  .car-nav--item__next svg {
    margin-left: -0.8rem;
  }

  .flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
    outline: none;
  }

  .callback-block {
    height: 700px;
  }
  .callback-block > .bg .round-el {
    top: -60px;
    right: -60px;
  }
  .callback-block > .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, #1a1a1a, rgba(26, 26, 26, 0.5));
    opacity: 0.5;
  }
  .callback-block .defaultcont .r_ {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .callback-block .defaultcont .r_ .content {
    padding: 2rem;
  }
  .callback-block .defaultcont .r_ .content .h {
    font-size: 35px;
    margin-bottom: 2rem;
  }
  .callback-block .defaultcont .r_ .content .t {
    margin-bottom: 2rem;
  }
  .callback-block .defaultcont .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .callback-block .defaultcont .r_ .content .form .bt {
    margin-bottom: 1rem;
  }
  .callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }

  .gotop {
    width: 60px;
    height: 155px;
  }
  .gotop--content {
    padding: 25px 0;
  }
  .gotop--content__text {
    width: 30px;
    height: 60px;
  }
  .gotop--content svg {
    width: 1.7em;
  }

  .callback-modal {
    right: -110%;
    width: 100%;
    padding: 4rem;
  }
  .callback-modal .h {
    font-size: 35px;
    margin-bottom: 2rem;
  }
  .callback-modal--close {
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
  .callback-modal .t {
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f .trigger .icon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #0096AF;
    font-family: "GothamPro-Black";
  }
  .callback-modal .form .i-f .trigger .icon-sub {
    font-size: 16px;
    font-family: "GothamPro-Medium";
    text-decoration: underline;
  }
  .callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
    position: absolute;
    left: -5000px;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
    margin: 0 0 1rem;
  }
  .callback-modal.black {
    color: #1A1A1A;
  }
  .callback-modal.black .callback-modal--close {
    stroke: #1A1A1A;
  }
  .callback-modal.black .form {
    color: inherit;
  }
  .callback-modal.white {
    color: #fff;
  }
  .callback-modal.white .callback-modal--close {
    stroke: #fff;
  }
  .callback-modal.white .form {
    color: inherit;
  }

  .sert-modal .modal__body {
    background-color: transparent;
  }
  .sert-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sert-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .rev-modal .modal__body {
    background-color: transparent;
  }
  .rev-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rev-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .modal {
    opacity: 0;
    z-index: 1200;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear;
  }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal__overlay .bg {
    background-image: url("../images/noise-pattern.jpeg");
    background-position: initial;
    background-size: initial;
    opacity: 0.05;
  }
  .modal__body {
    position: relative;
    z-index: 10;
    background: #fff;
    width: calc( 100% - 120px );
    height: calc( 100% - 120px );
  }
  .modal__body .car--item {
    height: calc( 100vh - 120px );
    width: 100%;
  }
  .modal__close {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096AF;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
  }
  .modal__close:hover:after {
    background-color: #007197;
    height: 101%;
  }
  .modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    height: 0%;
    transition: height 0.5s;
  }
  .modal__close svg {
    height: 30%;
    position: relative;
    z-index: 1;
    stroke: #fff;
  }

  .headbanner {
    min-height: 880px;
    padding-top: 150px;
  }
  .headbanner > .bg .round-el {
    bottom: -100px;
    right: -100px;
  }
  .headbanner--menu {
    display: none;
  }
  .headbanner .scroll-down {
    display: none;
  }
  .headbanner--content {
    padding-right: calc( (100vw - 516px)/2 );
    padding-left: calc( (100vw - 516px)/2 );
    flex-wrap: wrap;
    justify-content: center;
  }
  .headbanner--content .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    margin-bottom: 50px;
  }
  .headbanner--content .l_ .h1 {
    margin-bottom: 1rem;
  }
  .headbanner--content .l_ .h1__l {
    display: block;
  }
  .headbanner--content .l_ .h1__m {
    display: none;
  }
  .headbanner--content .l_ .h1, .headbanner--content .l_ .about {
    padding-left: 0;
  }
  .headbanner--content .l_ .about {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .headbanner--content .l_ .about div {
    font-size: 20px;
    max-width: initial;
  }
  .headbanner--content .r_ {
    flex: 0 0 424px;
    min-width: 424px;
  }
  .headbanner--content .r_ .label-img {
    width: 95px;
    left: -50px;
    top: -65px;
  }
  .headbanner--content .r_ .content {
    padding: 2rem;
  }
  .headbanner--content .r_ .content .h {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer {
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
    content: ":";
    position: absolute;
    top: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -32px;
    font-size: 30px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
    font-size: 12px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
    width: 45px;
    height: 45px;
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
    height: 45px;
  }
  .headbanner--content .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .headbanner--content .r_ .content .form .bt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }
  .headbanner--content .r_ .content .t_sub {
    font-size: 13px;
  }

  .glassing--tab:nth-of-type(2) .glassing--header .r_ {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
  }
  .glassing--tab:nth-of-type(2) .glassing--header .l_ {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    flex: 0 0 100%;
    min-width: 100%;
  }
  .glassing--tab:nth-of-type(1) .glassing--header .r_ {
    border-bottom: 1px solid #E3E3E3;
  }
  .glassing--header {
    height: initial;
    flex-wrap: wrap;
  }
  .glassing--header .l_ {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 8rem;
  }
  .glassing--header .r_ {
    padding-left: calc( (100vw - 516px)/2);
    padding-right: calc( (100vw - 516px)/2);
    height: 8rem;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .glassing--header .r_ .bt {
    font-size: 15px;
  }
  .glassing--content {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .glassing--content .wrap {
    margin: 0;
    width: initial;
    display: block;
  }
  .glassing--content .wrap--item {
    flex: initial;
    min-width: 0;
    padding: 30px 0 60px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #E3E3E3;
  }
  .glassing--content .wrap--item:last-of-type {
    border-bottom: none;
    padding: 30px 0 0;
  }
  .glassing--content .wrap--item__content {
    padding-left: 50%;
    position: relative;
  }
  .glassing--content .wrap--item__content .img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .glassing--content .wrap--item__content .img--i {
    height: 248px;
    margin-left: -30px;
  }
  .glassing--content .wrap--item__content .img--lb {
    width: 70px;
    top: -30px;
    right: initial;
    left: -20px;
  }
  .glassing--content .wrap--item__content .h {
    font-size: 22px;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines {
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines--item {
    display: flex;
    font-size: 15px;
    margin-bottom: 0.8rem;
  }
  .glassing--content .wrap--item__content .lines--item--h {
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--d {
    top: -8px;
  }
  .glassing--content .wrap--item__content .lines--item--n {
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .price {
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .glassing--content .wrap--item__content .price .ot {
    font-size: 16px;
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .price .price_ {
    font-size: 35px;
  }
  .glassing--content .wrap--item__content .price .price_sm {
    font-size: 20px;
  }
  .glassing--content .wrap--item__content .price .r {
    font-size: 39px;
    margin-left: 1rem;
  }

  .why {
    padding-left: 0;
  }
  .why > .bg {
    display: none;
  }
  .why .wrap {
    min-height: 717px;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .why .wrap > .bg > .bg {
    transform: scale(-1, 1);
    background-position: center left;
  }
  .why .wrap:after {
    background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0));
  }
  .why .wrap .content {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .why .wrap .content--logo img {
    width: 400px;
    margin-bottom: 0.5rem;
  }
  .why .wrap .content--h {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .why .wrap .content--list {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list__item {
    min-width: 50%;
    padding-left: 2.5rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .why .wrap .content--list__item svg {
    width: 1.5rem;
  }

  .sistems--header {
    height: 8rem;
  }
  .sistems--header .l_ {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2);
    flex: 0 0 100%;
    min-width: 100%;
  }
  .sistems--header .r_ {
    display: none;
  }
  .sistems--header .drop-list {
    display: block;
    position: absolute;
    left: calc( (100vw - 516px)/2 );
    right: calc( (100vw - 516px)/2 );
    top: 135%;
  }
  .sistems--header .drop-list--trigger {
    width: initial;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #007197;
    color: #007197;
    font-family: "GothamPro-Medium";
    padding: 0 20px;
  }
  .sistems--header .drop-list--trigger svg {
    width: 12px;
    transform: rotate(90deg);
    transition: transform 0.5;
    stroke: #007197;
  }
  .sistems--header .drop-list--menu {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    border: 0px solid #007197;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .sistems--header .drop-list--menu--item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--header .drop-list--menu--item:first-of-type {
    border-top: none;
  }
  .sistems--header .drop-list.active .drop-list--trigger svg {
    transform: rotate(270deg);
  }
  .sistems--header .drop-list.active .drop-list--menu {
    max-height: 400px;
    padding: 0 20px 20px;
    border: 2px solid #007197;
  }
  .sistems--list__item {
    flex-wrap: wrap;
  }
  .sistems--list__item .l_ {
    min-height: calc(750px - 8rem);
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 10rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .sistems--list__item .l_ .h {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .about {
    margin-bottom: 2rem;
    max-width: initial;
  }
  .sistems--list__item .l_ .areas {
    margin-bottom: 1rem;
  }
  .sistems--list__item .l_ .areas--h {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .areas--list {
    display: flex;
    flex-wrap: wrap;
  }
  .sistems--list__item .l_ .areas--list__item {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 2.3rem;
    margin-bottom: 1.1rem;
  }
  .sistems--list__item .l_ .areas--list__item svg {
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1.5rem;
    fill: #0096AF;
  }
  .sistems--list__item .l_ .price {
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .sistems--list__item .l_ .price .ot {
    font-size: 16px;
    margin-right: 1rem;
  }
  .sistems--list__item .l_ .price .price_ {
    font-size: 40px;
  }
  .sistems--list__item .l_ .price .price_sm {
    font-size: 30px;
  }
  .sistems--list__item .l_ .price .r {
    font-size: 39px;
    margin-left: 1rem;
  }
  .sistems--list__item .r_ {
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: calc( (100vw - 516px)/2 );
    border-top: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__top {
    width: 45%;
    min-width: 45%;
    height: 330px;
    flex: 0 0 45%;
  }
  .sistems--list__item .r__bottom {
    flex: 0 0 55%;
    border-top: none;
    border-left: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__bottom .h {
    font-size: 20px;
    margin: 1.5rem 2rem;
  }
  .sistems--list__item .r__bottom .car {
    padding: 0 2rem;
    display: block;
  }
  .sistems--list__item .r__bottom .car--sep {
    display: none;
  }
  .sistems--list__item .r__bottom .car--item {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sistems--list__item .r__bottom .car--item:last-of-type {
    border-bottom: none;
  }
  .sistems--list__item .r__bottom .car--item__name {
    font-size: 14px;
    min-height: initial;
    margin-bottom: 0;
  }
  .sistems--list__item .r__bottom .car--item__num {
    font-size: 18px;
  }
  .sistems--list__item .r__bottom .car--item__num span {
    font-family: "GothamPro";
    font-size: 14px;
  }
  .sistems--list__item .r__bottom .car--item__color {
    height: 28px;
    display: flex;
  }
  .sistems--list__item .r__bottom .car--item__color--item {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .why_real {
    flex-wrap: wrap;
  }
  .why_real .l_ {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .why_real .l_ .h {
    font-size: 35px;
    margin-bottom: 1rem;
  }
  .why_real .l_ .about {
    margin-bottom: 2rem;
  }
  .why_real .l_ .bt {
    margin-bottom: 0;
  }
  .why_real .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .why_real .r__header {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
  }
  .why_real .r__car {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: 0;
  }
  .why_real .r__header {
    margin-bottom: 2rem;
  }
  .why_real .r_ .car {
    margin: 0 -25px;
  }
  .why_real .r_ .car--item {
    width: 190px;
    padding: 0 0 0 25px;
    margin-right: 40px;
  }
  .why_real .r_ .car--item .wrap .icon-wrap {
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .icon-wrap img {
    transform: scale(0.8);
  }
  .why_real .r_ .car--item .wrap .h {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .a {
    font-size: 15px;
  }
  .why_real .r_ .car--item .wrap .about {
    max-width: 200px;
    white-space: pre-line;
    font-size: 15px;
  }

  .works {
    flex-wrap: wrap;
  }
  .works .l_ {
    height: initial;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .works .l__top {
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    height: initial;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .works .l__top .h2 {
    margin-bottom: 2rem;
  }
  .works .l__top .t {
    margin-bottom: 2rem;
  }
  .works .l__bottom {
    height: 192px;
    margin-bottom: 2px;
  }
  .works .l__bottom .car--item {
    flex-direction: row;
  }
  .works .l__bottom .car--item.double {
    width: 66.6666%;
  }
  .works .l__bottom .car--item.double .photo:first-of-type {
    margin-bottom: 0;
    margin-right: 2px;
  }
  .works .l__bottom .car--item.single {
    width: 33.3333%;
  }
  .works .r_ {
    height: 576px;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .works .r_ .full-screan {
    width: 4.44rem;
    height: 4.44rem;
  }

  .sert {
    flex-wrap: wrap;
  }
  .sert .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
  }
  .sert .l_ .h2 {
    margin-bottom: 2rem;
  }
  .sert .l_ .t {
    margin-bottom: 2rem;
  }
  .sert .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: calc( (100vw - 516px)/2 );
  }
  .sert .r_ .wrap .car--item {
    width: 248px;
    margin-right: 4rem;
  }
  .sert .r_ .wrap .car--item .cont--header {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .sert .r_ .wrap .car--item .cont--header .num {
    width: 3em;
    height: 3em;
    flex: 0 0 3em;
    margin-right: 0.8em;
  }
  .sert .r_ .wrap .car--item .cont--header .name {
    max-width: 150px;
  }

  .reviews {
    flex-wrap: wrap;
  }
  .reviews .l_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
    box-sizing: border-box;
  }
  .reviews .l_ .h2 {
    margin-bottom: 2rem;
  }
  .reviews .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 0;
    padding-bottom: 3rem;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: 0;
    box-sizing: border-box;
  }
  .reviews .r_ .wrap .car {
    margin: 0 -2rem;
  }
  .reviews .r_ .wrap .car--item {
    width: 340px;
    padding: 1rem 2rem 0;
  }
  .reviews .r_ .wrap .car--item .cont {
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right 140px;
  }
  .reviews .r_ .wrap .car--item .cont .date {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .reviews .r_ .wrap .car--item .cont .name {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .reviews .r_ .wrap .car--item .cont .text {
    font-size: 16px;
    max-width: 300px;
  }
  .reviews .r_ .wrap .car--item .cont .bt {
    margin-top: 2rem;
  }

  .contacts--header {
    display: block;
    padding-left: calc( (100vw - 516px)/2 );
    padding-right: calc( (100vw - 516px)/2 );
  }
  .contacts--header .l_ {
    flex: initial;
    min-width: 0;
    padding-left: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }
  .contacts--header .r_ {
    flex: initial;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    background: transparent;
    color: #1A1A1A;
  }
  .contacts--list .wrap {
    padding: 4rem 0;
    display: block;
  }
  .contacts--list .wrap--item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
  }
  .contacts--list .wrap--item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .contacts--list .wrap--item .i_ {
    width: 110px;
    margin-right: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contacts--list .wrap--item img {
    margin-right: 0;
  }
  .contacts--list .wrap--item .r_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contacts--list .wrap--item .r__title {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .contacts--list .wrap--item .r__content {
    font-size: 16px;
    height: initial;
  }
  .contacts--list .wrap--item.phone {
    flex: 0 0 185px;
    min-width: 185px;
  }
  .contacts--list .wrap--item.adress {
    flex: 0 0 180px;
    min-width: 180px;
  }
  .contacts--list .wrap--item.hours {
    flex: 0 0 212px;
    min-width: 212px;
  }
  .contacts--list .wrap .del {
    display: none;
  }

  .map-wrap {
    position: relative;
    z-index: 1;
    background-color: #ddd;
  }
  .map-wrap .map {
    height: 400px;
  }

  .callback-block_b2 {
    height: 580px;
  }
  .callback-block_b2 .bg {
    background-position: right center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 15px;
  }

  .defaultcont {
    max-width: 710px;
    min-width: 710px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 35px;
  }

  .header {
    height: 90px;
  }
  .header .headnav__item--burger {
    flex: 0 0 60px;
    min-width: 60px;
  }
  .header .headnav__item--burger .burger {
    margin-bottom: 7px;
  }
  .header .headnav__item--burger .burger__bars {
    width: 34px;
    height: 18px;
  }
  .header .headnav__item--burger .t {
    font-size: 10px;
  }
  .header .headnav__item--logo {
    flex: 0 0 354px;
    min-width: 354px;
  }
  .header .headnav__item--logo img {
    height: 58%;
  }
  .header .headnav__item--time {
    display: none;
  }
  .header .headnav__item--bt_call {
    display: none;
  }
  .header .headnav__item--bt_phone {
    flex: 1;
    min-width: 0;
    font-size: 18px;
  }

  .burgermenu {
    width: 414px;
    left: -444px;
    padding: 135px 60px 0;
  }
  .burgermenu__nav ul li {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    height: initial;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    height: initial;
  }
  .footer__item--logo {
    flex: 0 0 100%;
    min-width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .footer__item--logo img {
    width: 250px;
  }
  .footer__item--logo .copy {
    display: none;
  }
  .footer__item--menu {
    flex: 0 0 460px;
    min-width: 460px;
    margin-right: 0;
  }
  .footer__item--menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer__item--menu ul li {
    flex: 0 0 50%;
    min-width: 50%;
    font-size: 15px;
    margin-bottom: 35px;
    font-family: "GothamPro-Medium";
  }
  .footer__item--menu ul li span {
    opacity: 0.6;
  }
  .footer__item--contact {
    flex: 0 0 240px;
    min-width: 240px;
  }
  .footer__item--contact .phones {
    margin-bottom: 40px;
  }
  .footer__item--contact .phones__item {
    display: block;
    font-size: 24px;
    font-family: "GothamPro-Medium";
    margin-bottom: 15px;
  }
  .footer__item--contact .bt {
    width: 100%;
  }
  .footer__item--last {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__item--last .adress {
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    max-width: 250px;
  }
  .footer__item--last .copy_sm {
    display: block;
    font-size: 13px;
  }
  .footer__item--last .strangebrain {
    font-size: 13px;
    margin-right: -15px;
  }
  .footer__item--last .strangebrain__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .m-links-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }

  .bt {
    width: 268px;
    display: inline-flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4DE375, #07A030);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamPro-Bold";
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: all 0.5s;
    background-image: url(../images/btn_bg.svg);
  }
  .bt-transperant {
    background: transparent;
    width: initial;
  }
  .bt--arr {
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-left: 25px;
  }
  .bt--arr__inside {
    width: 40px;
    height: 100%;
    display: flex;
    margin-left: -20px;
    transition: margin-left 0.5s;
  }
  .bt--arr__inside--item {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bt--arr svg {
    stroke: #fff;
    width: 16px;
  }
  .bt:hover {
    letter-spacing: 0.07em;
  }
  .bt:hover .bt--arr__inside {
    margin-left: 0;
  }

  .bg-wrap {
    position: relative;
    overflow: hidden;
  }
  .bg.para {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
  }

  .form {
    width: 100%;
    color: #fff;
  }
  .form input, .form textarea {
    -webkit-appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: inherit;
    width: 100%;
    outline: none;
  }
  .form .i-w {
    display: flex;
    align-items: center;
    height: 65px;
    border: 1px solid;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .form .i-w input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
    opacity: 1;
  }
  .form .i-s {
    position: absolute;
  }
  .form .i-s input {
    position: absolute;
    left: -50000px;
  }
  .form.agree-it .bt {
    cursor: pointer;
  }
  .form.agree-it .agree--checkbox svg {
    opacity: 1;
  }
  .form .agree {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  .form .agree--checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    margin-right: 1em;
    position: relative;
  }
  .form .agree--checkbox svg {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 1.7em;
    top: -0.25em;
    right: -0.5em;
  }
  .form .bt {
    color: #fff;
    cursor: not-allowed;
  }

  .round-el {
    width: 357px;
    height: 357px;
    background-color: #0096AF;
    border-radius: 100%;
    position: absolute;
  }

  .bg-grad {
    background: linear-gradient(160deg, #0096AF, #006B84);
  }

  .car {
    position: relative;
    overflow: hidden;
  }
  .car-nav {
    display: flex;
    align-items: center;
  }
  .car-nav--item {
    height: 3.88rem;
    width: 3.88rem;
    border: 3px solid;
    overflow: hidden;
    cursor: pointer;
  }
  .car-nav--item:hover .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__inside {
    width: 7.76rem;
    height: 100%;
    display: flex;
    margin-left: -3.88rem;
    transition: margin-left 0.5s;
  }
  .car-nav--item__inside--item {
    height: 100%;
    width: 3.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car-nav--item svg {
    stroke: #1A1A1A;
    height: 50%;
  }
  .car-nav--item__prev {
    margin-right: 0.7rem;
  }
  .car-nav--item__prev:hover .car-nav--item__inside {
    margin-left: -3.88rem;
  }
  .car-nav--item__prev .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__prev svg {
    transform: rotate(180deg);
    margin-left: 0.4rem;
  }
  .car-nav--item__next svg {
    margin-left: -0.8rem;
  }

  .flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
    outline: none;
  }

  .callback-block {
    height: 700px;
  }
  .callback-block > .bg .round-el {
    top: -60px;
    right: -60px;
  }
  .callback-block > .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, #1a1a1a, rgba(26, 26, 26, 0) 95%);
    opacity: 0.5;
  }
  .callback-block .defaultcont .r_ {
    flex: 0 0 470px;
    min-width: 470px;
  }
  .callback-block .defaultcont .r_ .content {
    padding: 2rem;
  }
  .callback-block .defaultcont .r_ .content .h {
    font-size: 35px;
    margin-bottom: 2rem;
  }
  .callback-block .defaultcont .r_ .content .t {
    margin-bottom: 2rem;
  }
  .callback-block .defaultcont .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .callback-block .defaultcont .r_ .content .form .bt {
    margin-bottom: 1rem;
  }
  .callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }

  .gotop {
    width: 60px;
    height: 155px;
  }
  .gotop--content {
    padding: 25px 0;
  }
  .gotop--content__text {
    width: 30px;
    height: 60px;
  }
  .gotop--content svg {
    width: 1.7em;
  }

  .callback-modal {
    right: -690px;
    width: 640px;
    padding: 4rem;
  }
  .callback-modal .h {
    font-size: 40px;
    margin-bottom: 3rem;
  }
  .callback-modal--close {
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
  .callback-modal .t {
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f .trigger .icon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #0096AF;
    font-family: "GothamPro-Black";
  }
  .callback-modal .form .i-f .trigger .icon-sub {
    font-size: 16px;
    font-family: "GothamPro-Medium";
    text-decoration: underline;
  }
  .callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
    position: absolute;
    left: -5000px;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
    margin: 0 0 1rem;
  }
  .callback-modal.black {
    color: #1A1A1A;
  }
  .callback-modal.black .callback-modal--close {
    stroke: #1A1A1A;
  }
  .callback-modal.black .form {
    color: inherit;
  }
  .callback-modal.white {
    color: #fff;
  }
  .callback-modal.white .callback-modal--close {
    stroke: #fff;
  }
  .callback-modal.white .form {
    color: inherit;
  }

  .sert-modal .modal__body {
    background-color: transparent;
  }
  .sert-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sert-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .rev-modal .modal__body {
    background-color: transparent;
  }
  .rev-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rev-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .modal {
    opacity: 0;
    z-index: 1200;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear;
  }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal__overlay .bg {
    background-image: url("../images/noise-pattern.jpeg");
    background-position: initial;
    background-size: initial;
    opacity: 0.05;
  }
  .modal__body {
    position: relative;
    z-index: 10;
    background: #fff;
    width: calc( 100% - 120px );
    height: calc( 100% - 120px );
  }
  .modal__body .car--item {
    height: calc( 100vh - 120px );
    width: 100%;
  }
  .modal__close {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096AF;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
  }
  .modal__close:hover:after {
    background-color: #007197;
    height: 101%;
  }
  .modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    height: 0%;
    transition: height 0.5s;
  }
  .modal__close svg {
    height: 30%;
    position: relative;
    z-index: 1;
    stroke: #fff;
  }

  .headbanner {
    min-height: 795px;
    padding-top: 250px;
  }
  .headbanner > .bg .round-el {
    bottom: -100px;
    right: -100px;
  }
  .headbanner--menu {
    left: 0;
    height: 65px;
    top: 90px;
    border-left: none;
  }
  .headbanner--menu ul li a {
    font-size: 15px;
  }
  .headbanner--menu ul li a:after {
    height: 2px;
  }
  .headbanner--menu ul li:nth-of-type(n+5) {
    display: none;
  }
  .headbanner .scroll-down {
    bottom: 4rem;
    left: calc( (100vw - 710px)/2 );
    font-size: 15px;
  }
  .headbanner .scroll-down svg {
    height: 2.5em;
    margin-right: 1.5em;
  }
  .headbanner--content {
    padding-right: calc( (100vw - 710px)/2 );
  }
  .headbanner--content .l_ {
    flex: 0 0 calc(354px + (100vw - 710px)/2);
    min-width: calc(354px + (100vw - 710px)/2);
  }
  .headbanner--content .l_ .h1 {
    margin-bottom: 1rem;
  }
  .headbanner--content .l_ .h1__l {
    display: none;
  }
  .headbanner--content .l_ .h1__m {
    display: block;
  }
  .headbanner--content .l_ .h1, .headbanner--content .l_ .about {
    padding-left: calc( (100vw - 710px)/2 );
  }
  .headbanner--content .l_ .about {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .headbanner--content .l_ .about div {
    font-size: 20px;
    max-width: initial;
  }
  .headbanner--content .r_ {
    flex: 0 0 344px;
    min-width: 344px;
  }
  .headbanner--content .r_ .label-img {
    width: 95px;
    left: initial;
    right: -20px;
    top: -65px;
  }
  .headbanner--content .r_ .content {
    padding: 2rem;
  }
  .headbanner--content .r_ .content .h {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer {
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
    content: ":";
    position: absolute;
    top: 0;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -21px;
    font-size: 30px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
    font-size: 12px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
    width: 45px;
    height: 45px;
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
    height: 45px;
  }
  .headbanner--content .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .headbanner--content .r_ .content .form .bt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }
  .headbanner--content .r_ .content .t_sub {
    font-size: 13px;
  }

  .glassing--tab:nth-of-type(2) .glassing--header .r_ {
    padding-left: calc( (100vw - 710px)/2 );
  }
  .glassing--tab:nth-of-type(2) .glassing--header .l_ {
    padding-right: calc( (100vw - 710px)/2 );
    padding-left: 50px;
    flex: 0 0 50%;
    min-width: 50%;
  }
  .glassing--header {
    height: 12rem;
  }
  .glassing--header .l_ {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: 50px;
    flex: 0 0 50%;
    min-width: 50%;
    box-sizing: border-box;
  }
  .glassing--header .r_ {
    padding-right: calc( (100vw - 710px)/2);
    flex: 1;
    justify-content: center;
  }
  .glassing--header .r_ .bt {
    font-size: 15px;
  }
  .glassing--content {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .glassing--content .wrap {
    margin: 0;
    width: initial;
    display: block;
  }
  .glassing--content .wrap--item {
    flex: initial;
    min-width: 0;
    padding: 30px 0 60px 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #E3E3E3;
  }
  .glassing--content .wrap--item:last-of-type {
    border-bottom: none;
    padding: 30px 0 0;
  }
  .glassing--content .wrap--item__content {
    padding-left: 50%;
    position: relative;
  }
  .glassing--content .wrap--item__content .img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .glassing--content .wrap--item__content .img--i {
    height: 318px;
    margin-left: -30px;
  }
  .glassing--content .wrap--item__content .img--lb {
    width: 84px;
    top: -50px;
    right: 0;
  }
  .glassing--content .wrap--item__content .h {
    font-size: 24px;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines {
    margin-bottom: 2rem;
  }
  .glassing--content .wrap--item__content .lines--item {
    display: flex;
    font-size: 16px;
    margin-bottom: 0.8rem;
  }
  .glassing--content .wrap--item__content .lines--item--h {
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--d {
    top: -8px;
  }
  .glassing--content .wrap--item__content .lines--item--n {
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .price {
    margin-bottom: 2rem;
    white-space: nowrap;
  }
  .glassing--content .wrap--item__content .price .ot {
    font-size: 16px;
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .price .price_ {
    font-size: 40px;
  }
  .glassing--content .wrap--item__content .price .price_sm {
    font-size: 30px;
  }
  .glassing--content .wrap--item__content .price .r {
    font-size: 39px;
    margin-left: 1rem;
  }

  .why {
    padding-left: 0;
  }
  .why > .bg {
    display: none;
  }
  .why .wrap {
    min-height: 788px;
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .why .wrap > .bg > .bg {
    transform: scale(-1, 1);
  }
  .why .wrap:after {
    background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0));
  }
  .why .wrap .content {
    flex: 0 0 720px;
    min-width: 720px;
  }
  .why .wrap .content--logo img {
    width: 476px;
    margin-bottom: 0.5rem;
  }
  .why .wrap .content--h {
    font-size: 30px;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list__item {
    min-width: 50%;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .why .wrap .content--list__item svg {
    width: 2rem;
  }

  .sistems--header {
    height: 10rem;
  }
  .sistems--header .l_ {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2);
    flex: 0 0 100%;
    min-width: 100%;
  }
  .sistems--header .r_ {
    display: none;
  }
  .sistems--header .drop-list {
    display: block;
    position: absolute;
    left: calc( (100vw - 710px)/2 );
    top: 135%;
  }
  .sistems--header .drop-list--trigger {
    width: 310px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #007197;
    color: #007197;
    font-family: "GothamPro-Medium";
    padding: 0 20px;
  }
  .sistems--header .drop-list--trigger svg {
    width: 12px;
    transform: rotate(90deg);
    transition: transform 0.5;
    stroke: #007197;
  }
  .sistems--header .drop-list--menu {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    border: 0px solid #007197;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .sistems--header .drop-list--menu--item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--header .drop-list--menu--item:first-of-type {
    border-top: none;
  }
  .sistems--header .drop-list.active .drop-list--trigger svg {
    transform: rotate(270deg);
  }
  .sistems--header .drop-list.active .drop-list--menu {
    max-height: 400px;
    padding: 0 20px 20px;
    border: 2px solid #007197;
  }
  .sistems--list__item .l_ {
    min-height: calc(750px - 8rem);
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 710px)/2 );
    padding-top: 10rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .sistems--list__item .l_ .h {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .about {
    margin-bottom: 2rem;
    max-width: initial;
  }
  .sistems--list__item .l_ .areas {
    margin-bottom: 2rem;
  }
  .sistems--list__item .l_ .areas--h {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .areas--list__item {
    padding-left: 3rem;
    margin-bottom: 1.1rem;
  }
  .sistems--list__item .l_ .areas--list__item svg {
    position: absolute;
    left: 0;
    top: 0.3;
    width: 1.5rem;
    fill: #0096AF;
  }
  .sistems--list__item .l_ .price {
    margin-bottom: 3.5rem;
    white-space: nowrap;
  }
  .sistems--list__item .l_ .price .ot {
    font-size: 20px;
    margin-right: 1rem;
  }
  .sistems--list__item .l_ .price .price_ {
    font-size: 50px;
  }
  .sistems--list__item .l_ .price .price_sm {
    font-size: 30px;
  }
  .sistems--list__item .l_ .price .r {
    font-size: 48px;
    margin-left: 1rem;
  }
  .sistems--list__item .r_ {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .sistems--list__item .r__top {
    width: 100%;
    height: 435px;
    flex: 0 0 435px;
  }
  .sistems--list__item .r__bottom {
    flex: 1;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__bottom .h {
    font-size: 20px;
    margin: 1.5rem 2rem;
  }
  .sistems--list__item .r__bottom .car {
    padding: 0 2rem;
    display: block;
  }
  .sistems--list__item .r__bottom .car--sep {
    display: none;
  }
  .sistems--list__item .r__bottom .car--item {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sistems--list__item .r__bottom .car--item:last-of-type {
    border-bottom: none;
  }
  .sistems--list__item .r__bottom .car--item__name {
    font-size: 14px;
    min-height: initial;
    margin-bottom: 0;
  }
  .sistems--list__item .r__bottom .car--item__num {
    font-size: 18px;
  }
  .sistems--list__item .r__bottom .car--item__num span {
    font-family: "GothamPro";
    font-size: 14px;
  }
  .sistems--list__item .r__bottom .car--item__color {
    height: 28px;
    display: flex;
  }
  .sistems--list__item .r__bottom .car--item__color--item {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .why_real {
    flex-wrap: wrap;
  }
  .why_real .l_ {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .why_real .l_ .h {
    font-size: 35px;
    margin-bottom: 3rem;
  }
  .why_real .l_ .about {
    margin-bottom: 0;
    order: 3;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .why_real .l_ .bt {
    margin-bottom: 3rem;
  }
  .why_real .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .why_real .r__header {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2 );
  }
  .why_real .r__car {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: calc( (100vw - 710px)/2 );
  }
  .why_real .r__header {
    margin-bottom: 3rem;
  }
  .why_real .r_ .car {
    margin: 0 -15px;
  }
  .why_real .r_ .car--item {
    width: 235px;
    padding: 0 25px;
    margin-right: 10px;
  }
  .why_real .r_ .car--item .wrap .icon-wrap {
    margin-bottom: 2rem;
  }
  .why_real .r_ .car--item .wrap .h {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .a {
    font-size: 15px;
  }
  .why_real .r_ .car--item .wrap .about {
    max-width: 220px;
    white-space: pre-line;
    font-size: 16px;
  }

  .works .l_ {
    height: 770px;
    flex: 0 0 50%;
    min-width: 50%;
  }
  .works .l__top {
    padding-left: calc( (100vw - 710px)/2 );
    padding-right: 3rem;
    height: 56%;
  }
  .works .l__top .h2 {
    margin-bottom: 2rem;
  }
  .works .l__top .t {
    margin-bottom: 2rem;
  }
  .works .l__bottom {
    height: 44%;
  }
  .works .r_ {
    height: 770px;
    flex: 0 0 50%;
    min-width: 50%;
  }
  .works .r_ .full-screan {
    width: 4.44rem;
    height: 4.44rem;
  }

  .sert .l_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 710px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
    box-sizing: border-box;
  }
  .sert .l_ .h2 {
    margin-bottom: 3rem;
  }
  .sert .l_ .t {
    margin-bottom: 3rem;
  }
  .sert .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sert .r_ .wrap .car--item {
    width: 248px;
    margin-right: 4rem;
  }
  .sert .r_ .wrap .car--item .cont--header {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .sert .r_ .wrap .car--item .cont--header .num {
    width: 3em;
    height: 3em;
    flex: 0 0 3em;
    margin-right: 0.8em;
  }
  .sert .r_ .wrap .car--item .cont--header .name {
    max-width: 150px;
  }

  .reviews .l_ {
    flex: 0 0 240px;
    min-width: 240px;
    padding-left: calc( (100vw - 710px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .reviews .l_ .h2 {
    margin-bottom: 3rem;
  }
  .reviews .r_ {
    flex: 0 0 450px;
    min-width: 450px;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-right: 0;
  }
  .reviews .r_ .wrap .car {
    margin: 0 -2rem;
  }
  .reviews .r_ .wrap .car--item {
    width: 340px;
    padding: 1rem 2rem 0;
  }
  .reviews .r_ .wrap .car--item .cont {
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right 140px;
  }
  .reviews .r_ .wrap .car--item .cont .date {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .reviews .r_ .wrap .car--item .cont .name {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .reviews .r_ .wrap .car--item .cont .text {
    font-size: 16px;
    max-width: 300px;
  }
  .reviews .r_ .wrap .car--item .cont .bt {
    margin-top: 2rem;
  }

  .contacts--header .l_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 710px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
  }
  .contacts--header .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 4rem;
    padding-right: calc( (100vw - 710px)/2 );
    font-size: 14px;
  }
  .contacts--list .wrap {
    padding: 4rem 0;
  }
  .contacts--list .wrap--item {
    display: block;
  }
  .contacts--list .wrap--item img {
    margin-right: 0;
    margin-bottom: 2rem;
    transform: scale(0.8);
  }
  .contacts--list .wrap--item .r__title {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .contacts--list .wrap--item .r__content {
    font-size: 16px;
    height: 110px;
  }
  .contacts--list .wrap--item.phone {
    flex: 0 0 185px;
    min-width: 185px;
  }
  .contacts--list .wrap--item.adress {
    flex: 0 0 180px;
    min-width: 180px;
  }
  .contacts--list .wrap--item.hours {
    flex: 0 0 212px;
    min-width: 212px;
  }
  .contacts--list .wrap .del {
    height: 234px;
  }

  .map-wrap {
    position: relative;
    z-index: 1;
    background-color: #ddd;
  }
  .map-wrap .map {
    height: 400px;
  }

  .callback-block_b2 {
    height: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }

  .defaultcont {
    max-width: 874px;
    min-width: 874px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .header {
    height: 90px;
  }
  .header .headnav__item--burger {
    flex: 0 0 60px;
    min-width: 60px;
  }
  .header .headnav__item--burger .burger {
    margin-bottom: 7px;
  }
  .header .headnav__item--burger .burger__bars {
    width: 34px;
    height: 18px;
  }
  .header .headnav__item--burger .t {
    font-size: 10px;
  }
  .header .headnav__item--logo {
    flex: 0 0 327px;
    min-width: 327px;
  }
  .header .headnav__item--logo img {
    height: 58%;
  }
  .header .headnav__item--time {
    display: none;
  }
  .header .headnav__item--bt_call {
    flex: initial;
    min-width: initial;
    width: 100%;
    font-size: 16px;
  }
  .header .headnav__item--bt_phone {
    flex: 0 0 300px;
    min-width: 300px;
    font-size: 18px;
  }

  .burgermenu {
    width: 387px;
    left: -430px;
    padding: 135px 60px 0;
  }
  .burgermenu__nav ul li {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    height: initial;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    height: initial;
  }
  .footer__item--logo {
    flex: 0 0 100%;
    min-width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .footer__item--logo img {
    width: 250px;
  }
  .footer__item--logo .copy {
    display: none;
  }
  .footer__item--menu {
    flex: 0 0 600px;
    min-width: 600px;
    margin-right: 0;
  }
  .footer__item--menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer__item--menu ul li {
    flex: 0 0 50%;
    min-width: 50%;
    font-size: 15px;
    margin-bottom: 35px;
    font-family: "GothamPro-Medium";
  }
  .footer__item--menu ul li span {
    opacity: 0.6;
  }
  .footer__item--contact {
    flex: 0 0 266px;
    min-width: 266px;
  }
  .footer__item--contact .phones {
    margin-bottom: 40px;
  }
  .footer__item--contact .phones__item {
    display: block;
    font-size: 27px;
    font-family: "GothamPro-Medium";
    margin-bottom: 15px;
  }
  .footer__item--contact .bt {
    width: 100%;
  }
  .footer__item--last {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__item--last .adress {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    max-width: 330px;
  }
  .footer__item--last .copy_sm {
    display: block;
  }
  .footer__item--last .strangebrain {
    font-size: 15px;
    margin-right: -15px;
  }
  .footer__item--last .strangebrain__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .m-links-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }

  .bt {
    width: 268px;
    display: inline-flex;
    height: 65px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4DE375, #07A030);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamPro-Bold";
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: all 0.5s;
    background-image: url(../images/btn_bg.svg);
  }
  .bt-transperant {
    background: transparent;
    width: initial;
  }
  .bt--arr {
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-left: 25px;
  }
  .bt--arr__inside {
    width: 40px;
    height: 100%;
    display: flex;
    margin-left: -20px;
    transition: margin-left 0.5s;
  }
  .bt--arr__inside--item {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bt--arr svg {
    stroke: #fff;
    width: 16px;
  }
  .bt:hover {
    letter-spacing: 0.07em;
  }
  .bt:hover .bt--arr__inside {
    margin-left: 0;
  }

  .bg-wrap {
    position: relative;
    overflow: hidden;
  }
  .bg.para {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
  }

  .form {
    width: 100%;
    color: #fff;
  }
  .form input, .form textarea {
    -webkit-appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: inherit;
    width: 100%;
    outline: none;
  }
  .form .i-w {
    display: flex;
    align-items: center;
    height: 75px;
    border: 1px solid;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .form .i-w input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
    opacity: 1;
  }
  .form .i-s {
    position: absolute;
  }
  .form .i-s input {
    position: absolute;
    left: -50000px;
  }
  .form.agree-it .bt {
    cursor: pointer;
  }
  .form.agree-it .agree--checkbox svg {
    opacity: 1;
  }
  .form .agree {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  .form .agree--checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    margin-right: 1em;
    position: relative;
  }
  .form .agree--checkbox svg {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 1.7em;
    top: -0.25em;
    right: -0.5em;
  }
  .form .bt {
    color: #fff;
    cursor: not-allowed;
  }

  .round-el {
    width: 357px;
    height: 357px;
    background-color: #0096AF;
    border-radius: 100%;
    position: absolute;
  }

  .bg-grad {
    background: linear-gradient(160deg, #0096AF, #006B84);
  }

  .car {
    position: relative;
    overflow: hidden;
  }
  .car-nav {
    display: flex;
    align-items: center;
  }
  .car-nav--item {
    height: 3.88rem;
    width: 3.88rem;
    border: 3px solid;
    overflow: hidden;
    cursor: pointer;
  }
  .car-nav--item:hover .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__inside {
    width: 7.76rem;
    height: 100%;
    display: flex;
    margin-left: -3.88rem;
    transition: margin-left 0.5s;
  }
  .car-nav--item__inside--item {
    height: 100%;
    width: 3.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car-nav--item svg {
    stroke: #1A1A1A;
    height: 50%;
  }
  .car-nav--item__prev {
    margin-right: 0.7rem;
  }
  .car-nav--item__prev:hover .car-nav--item__inside {
    margin-left: -3.88rem;
  }
  .car-nav--item__prev .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__prev svg {
    transform: rotate(180deg);
    margin-left: 0.4rem;
  }
  .car-nav--item__next svg {
    margin-left: -0.8rem;
  }

  .flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
    outline: none;
  }

  .callback-block {
    height: 826px;
  }
  .callback-block > .bg .round-el {
    top: -60px;
    right: -60px;
  }
  .callback-block .defaultcont .r_ {
    flex: 0 0 565px;
    min-width: 565px;
  }
  .callback-block .defaultcont .r_ .content {
    padding: 3rem;
  }
  .callback-block .defaultcont .r_ .content .h {
    font-size: 40px;
    margin-bottom: 2.5rem;
  }
  .callback-block .defaultcont .r_ .content .t {
    margin-bottom: 3rem;
  }
  .callback-block .defaultcont .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .callback-block .defaultcont .r_ .content .form .bt {
    margin-bottom: 4rem;
  }
  .callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }

  .gotop {
    width: 60px;
    height: 155px;
  }
  .gotop--content {
    padding: 25px 0;
  }
  .gotop--content__text {
    width: 30px;
    height: 60px;
  }
  .gotop--content svg {
    width: 1.7em;
  }

  .callback-modal {
    right: -690px;
    width: 640px;
    padding: 4rem;
  }
  .callback-modal .h {
    font-size: 40px;
    margin-bottom: 3rem;
  }
  .callback-modal--close {
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
  .callback-modal .t {
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f .trigger .icon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #0096AF;
    font-family: "GothamPro-Black";
  }
  .callback-modal .form .i-f .trigger .icon-sub {
    font-size: 16px;
    font-family: "GothamPro-Medium";
    text-decoration: underline;
  }
  .callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
    position: absolute;
    left: -5000px;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
    margin: 0 0 1rem;
  }
  .callback-modal.black {
    color: #1A1A1A;
  }
  .callback-modal.black .callback-modal--close {
    stroke: #1A1A1A;
  }
  .callback-modal.black .form {
    color: inherit;
  }
  .callback-modal.white {
    color: #fff;
  }
  .callback-modal.white .callback-modal--close {
    stroke: #fff;
  }
  .callback-modal.white .form {
    color: inherit;
  }

  .sert-modal .modal__body {
    background-color: transparent;
  }
  .sert-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sert-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .rev-modal .modal__body {
    background-color: transparent;
  }
  .rev-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rev-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .modal {
    opacity: 0;
    z-index: 1200;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear;
  }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal__overlay .bg {
    background-image: url("../images/noise-pattern.jpeg");
    background-position: initial;
    background-size: initial;
    opacity: 0.05;
  }
  .modal__body {
    position: relative;
    z-index: 10;
    background: #fff;
    width: calc( 100% - 200px );
    height: calc( 100% - 200px );
  }
  .modal__body .car--item {
    height: calc( 100vh - 200px );
    width: 100%;
  }
  .modal__close {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096AF;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
  }
  .modal__close:hover:after {
    background-color: #007197;
    height: 101%;
  }
  .modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    height: 0%;
    transition: height 0.5s;
  }
  .modal__close svg {
    height: 30%;
    position: relative;
    z-index: 1;
    stroke: #fff;
  }

  .headbanner {
    min-height: 800px;
    padding-top: 250px;
  }
  .headbanner > .bg .round-el {
    bottom: -100px;
    right: -100px;
  }
  .headbanner--menu {
    left: 60px;
    height: 65px;
    top: 90px;
  }
  .headbanner--menu ul li a {
    font-size: 15px;
  }
  .headbanner--menu ul li a:after {
    height: 2px;
  }
  .headbanner--menu ul li:nth-of-type(n+5) {
    display: none;
  }
  .headbanner .scroll-down {
    bottom: 4rem;
    left: calc( (100vw - 874px)/2 );
    font-size: 15px;
  }
  .headbanner .scroll-down svg {
    height: 2.5em;
    margin-right: 1.5em;
  }
  .headbanner--content {
    padding-right: calc( (100vw - 874px)/2 );
  }
  .headbanner--content .l_ {
    flex: 0 0 calc(436px + (100vw - 874px)/2);
    min-width: calc(436px + (100vw - 874px)/2);
  }
  .headbanner--content .l_ .h1 {
    margin-bottom: 1rem;
  }
  .headbanner--content .l_ .h1__l {
    display: none;
  }
  .headbanner--content .l_ .h1__m {
    display: block;
  }
  .headbanner--content .l_ .h1, .headbanner--content .l_ .about {
    padding-left: calc( (100vw - 874px)/2 );
  }
  .headbanner--content .l_ .about {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .headbanner--content .l_ .about div {
    font-size: 24px;
    max-width: initial;
  }
  .headbanner--content .r_ {
    flex: 0 0 420px;
    min-width: 420px;
  }
  .headbanner--content .r_ .label-img {
    width: 95px;
    left: -50px;
    top: -50px;
  }
  .headbanner--content .r_ .content {
    padding: 2.5rem;
  }
  .headbanner--content .r_ .content .h {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer {
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
    content: ":";
    position: absolute;
    top: 0;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -21px;
    font-size: 30px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
    font-size: 14px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
    width: 57px;
    height: 57px;
    font-size: 28px !important;
    margin-bottom: 1rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
    height: 57px;
  }
  .headbanner--content .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .headbanner--content .r_ .content .form .bt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }
  .headbanner--content .r_ .content .t_sub {
    font-size: 13px;
  }

  .glassing--tab:nth-of-type(2) .glassing--header .r_ {
    padding-left: calc( (100vw - 874px)/2 );
  }
  .glassing--tab:nth-of-type(2) .glassing--header .l_ {
    padding-right: calc( (100vw - 874px)/2 - 30px );
    padding-left: 50px;
    flex: 0 0 560px;
    min-width: 560px;
  }
  .glassing--header {
    height: 10rem;
  }
  .glassing--header .l_ {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: 50px;
    flex: 0 0 550px;
    min-width: 550px;
  }
  .glassing--header .r_ {
    padding-right: calc( (100vw - 874px)/2 - 30px);
  }
  .glassing--header .r_ .bt {
    font-size: 15px;
  }
  .glassing--content {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: scroll;
  }
  .glassing--content .wrap {
    margin: 0 -2rem;
    width: 1200px;
  }
  .glassing--content .wrap--item {
    flex: 0 0 33.33333%;
    min-width: 33.3333%;
    padding: 0 2rem;
  }
  .glassing--content .wrap--item__content .img--i {
    height: 318px;
    margin-left: -30px;
  }
  .glassing--content .wrap--item__content .img--lb {
    width: 84px;
    top: -50px;
    right: 0;
  }
  .glassing--content .wrap--item__content .h {
    font-size: 24px;
    min-height: 60px;
    margin-top: -63px;
    margin-bottom: 3rem;
  }
  .glassing--content .wrap--item__content .lines {
    margin-bottom: 3rem;
  }
  .glassing--content .wrap--item__content .lines--item {
    display: flex;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--h {
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--d {
    top: -8px;
  }
  .glassing--content .wrap--item__content .lines--item--n {
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .price {
    margin-bottom: 3rem;
    white-space: nowrap;
  }
  .glassing--content .wrap--item__content .price .ot {
    font-size: 20px;
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .price .price_ {
    font-size: 50px;
  }
  .glassing--content .wrap--item__content .price .price_sm {
    font-size: 30px;
  }
  .glassing--content .wrap--item__content .price .r {
    font-size: 48px;
    margin-left: 1rem;
  }

  .glassing-cottage .glassing--content .wrap--item__content .img--i {
    margin-left: 0;
  }
  .glassing-cottage .wrap--item__content .h {
    margin-top: 0;
    min-height: auto;
  }
  .glassing-cottage .wrap--item__content .img--lb {
    right: -33px;
  }

  .why {
    padding-left: 0;
  }
  .why > .bg {
    display: none;
  }
  .why .wrap {
    min-height: 788px;
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: calc( (100vw - 874px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
  }
  .why .wrap > .bg > .bg {
    transform: scale(-1, 1);
  }
  .why .wrap:after {
    background: linear-gradient(to right, #1a1a1a, rgba(26, 26, 26, 0));
  }
  .why .wrap .content {
    flex: 0 0 720px;
    min-width: 720px;
  }
  .why .wrap .content--logo img {
    width: 476px;
    margin-bottom: 0.5rem;
  }
  .why .wrap .content--h {
    font-size: 30px;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list__item {
    min-width: 50%;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .why .wrap .content--list__item svg {
    width: 2rem;
  }

  .sistems--header {
    height: 10rem;
  }
  .sistems--header .l_ {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: calc( (100vw - 874px)/2);
    flex: 0 0 100%;
    min-width: 100%;
  }
  .sistems--header .r_ {
    display: none;
  }
  .sistems--header .drop-list {
    display: block;
    position: absolute;
    left: calc( (100vw - 874px)/2 );
    top: 135%;
  }
  .sistems--header .drop-list--trigger {
    width: 310px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #007197;
    color: #007197;
    font-family: "GothamPro-Medium";
    padding: 0 20px;
  }
  .sistems--header .drop-list--trigger svg {
    width: 12px;
    transform: rotate(90deg);
    transition: transform 0.5;
    stroke: #007197;
  }
  .sistems--header .drop-list--menu {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fff;
    border: 0px solid #007197;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }
  .sistems--header .drop-list--menu--item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--header .drop-list--menu--item:first-of-type {
    border-top: none;
  }
  .sistems--header .drop-list.active .drop-list--trigger svg {
    transform: rotate(270deg);
  }
  .sistems--header .drop-list.active .drop-list--menu {
    max-height: 400px;
    padding: 0 20px 20px;
    border: 2px solid #007197;
  }
  .sistems--list__item .l_ {
    min-height: calc(750px - 8rem);
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 874px)/2 );
    padding-top: 10rem;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }
  .sistems--list__item .l_ .h {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .about {
    margin-bottom: 2rem;
    max-width: initial;
  }
  .sistems--list__item .l_ .areas {
    margin-bottom: 2rem;
  }
  .sistems--list__item .l_ .areas--h {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .areas--list__item {
    padding-left: 3rem;
    margin-bottom: 1.1rem;
  }
  .sistems--list__item .l_ .areas--list__item svg {
    position: absolute;
    left: 0;
    top: 0.3;
    width: 1.5rem;
    fill: #0096AF;
  }
  .sistems--list__item .l_ .price {
    margin-bottom: 3.5rem;
    white-space: nowrap;
  }
  .sistems--list__item .l_ .price .ot {
    font-size: 20px;
    margin-right: 1rem;
  }
  .sistems--list__item .l_ .price .price_ {
    font-size: 50px;
  }
  .sistems--list__item .l_ .price .price_sm {
    font-size: 30px;
  }
  .sistems--list__item .l_ .price .r {
    font-size: 48px;
    margin-left: 1rem;
  }
  .sistems--list__item .r_ {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .sistems--list__item .r__top {
    width: 100%;
    height: 435px;
    flex: 0 0 435px;
  }
  .sistems--list__item .r__bottom {
    flex: 1;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__bottom .h {
    font-size: 24px;
    margin: 1.5rem 2rem;
  }
  .sistems--list__item .r__bottom .car {
    padding: 0 2rem;
    display: block;
  }
  .sistems--list__item .r__bottom .car--sep {
    display: none;
  }
  .sistems--list__item .r__bottom .car--item {
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sistems--list__item .r__bottom .car--item:last-of-type {
    border-bottom: none;
  }
  .sistems--list__item .r__bottom .car--item__name {
    font-size: 14px;
    min-height: initial;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .sistems--list__item .r__bottom .car--item__num {
    font-size: 18px;
  }
  .sistems--list__item .r__bottom .car--item__num span {
    font-family: "GothamPro";
    font-size: 14px;
  }
  .sistems--list__item .r__bottom .car--item__color {
    height: 28px;
    display: flex;
  }
  .sistems--list__item .r__bottom .car--item__color--item {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .why_real {
    flex-wrap: wrap;
  }
  .why_real .l_ {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: calc( (100vw - 874px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .why_real .l_ .h {
    font-size: 35px;
    margin-bottom: 3rem;
  }
  .why_real .l_ .about {
    margin-bottom: 0;
    order: 3;
    flex: 0 0 100%;
    min-width: 100%;
  }
  .why_real .l_ .bt {
    margin-bottom: 3rem;
  }
  .why_real .r_ {
    flex: 0 0 100%;
    min-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .why_real .r__header {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: calc( (100vw - 874px)/2 );
  }
  .why_real .r__car {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: calc( (100vw - 874px)/2 );
  }
  .why_real .r__header {
    margin-bottom: 3rem;
  }
  .why_real .r_ .car {
    margin: 0 -15px;
  }
  .why_real .r_ .car--item {
    width: calc(100%/3);
    padding: 0 25px;
    margin-right: 10px;
  }
  .why_real .r_ .car--item .wrap .icon-wrap {
    margin-bottom: 2rem;
  }
  .why_real .r_ .car--item .wrap .h {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .a {
    font-size: 17px;
  }
  .why_real .r_ .car--item .wrap .about {
    max-width: 220px;
    white-space: pre-line;
    font-size: 16px;
  }

  .works .l_ {
    height: 744px;
    flex: 0 0 50%;
    min-width: 50%;
  }
  .works .l__top {
    padding-left: calc( (100vw - 874px)/2 );
    padding-right: 3rem;
  }
  .works .l__top .h2 {
    margin-bottom: 2rem;
  }
  .works .l__top .t {
    margin-bottom: 2rem;
  }
  .works .r_ {
    height: 744px;
    flex: 0 0 50%;
    min-width: 50%;
  }
  .works .r_ .full-screan {
    width: 4.44rem;
    height: 4.44rem;
  }

  .sert .l_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 874px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
    box-sizing: border-box;
  }
  .sert .l_ .h2 {
    margin-bottom: 3rem;
  }
  .sert .l_ .t {
    margin-bottom: 3rem;
  }
  .sert .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sert .r_ .wrap .car--item {
    width: 248px;
    margin-right: 4rem;
  }
  .sert .r_ .wrap .car--item .cont--header {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .sert .r_ .wrap .car--item .cont--header .num {
    width: 3em;
    height: 3em;
    flex: 0 0 3em;
    margin-right: 0.8em;
  }
  .sert .r_ .wrap .car--item .cont--header .name {
    max-width: 150px;
  }

  .reviews .l_ {
    flex: 0 0 240px;
    min-width: 240px;
    padding-left: calc( (100vw - 874px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .reviews .l_ .h2 {
    margin-bottom: 3rem;
  }
  .reviews .r_ {
    flex: 0 0 630px;
    min-width: 630px;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-right: 0;
  }
  .reviews .r_ .wrap .car {
    margin: 0 -2rem;
  }
  .reviews .r_ .wrap .car--item {
    width: 340px;
    padding: 1rem 2rem 0;
  }
  .reviews .r_ .wrap .car--item .cont {
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right 140px;
  }
  .reviews .r_ .wrap .car--item .cont .date {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .reviews .r_ .wrap .car--item .cont .name {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .reviews .r_ .wrap .car--item .cont .text {
    font-size: 16px;
    max-width: 300px;
  }
  .reviews .r_ .wrap .car--item .cont .bt {
    margin-top: 2rem;
  }

  .contacts--header .l_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 874px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 2rem;
  }
  .contacts--header .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 4rem;
    padding-right: calc( (100vw - 874px)/2 );
    font-size: 14px;
  }
  .contacts--list .wrap {
    padding: 4rem 0;
  }
  .contacts--list .wrap--item {
    display: block;
  }
  .contacts--list .wrap--item img {
    margin-right: 0;
    margin-bottom: 2rem;
    transform: scale(0.8);
  }
  .contacts--list .wrap--item .r__title {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .contacts--list .wrap--item .r__content {
    font-size: 18px;
    height: 90px;
  }
  .contacts--list .wrap--item.phone {
    flex: 0 0 185px;
    min-width: 185px;
  }
  .contacts--list .wrap--item.adress {
    flex: 0 0 280px;
    min-width: 280px;
  }
  .contacts--list .wrap--item.hours {
    flex: 0 0 212px;
    min-width: 212px;
  }
  .contacts--list .wrap .del {
    height: 234px;
  }

  .map-wrap {
    position: relative;
    z-index: 1;
    background-color: #ddd;
  }
  .map-wrap .map {
    height: 500px;
  }

  .callback-block_b2 {
    height: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1679px) {
  body {
    font-size: 16px;
  }

  .defaultcont {
    max-width: 1040px;
    min-width: 1040px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 42px;
  }

  .header {
    height: 120px;
  }
  .header .headnav__item--burger {
    flex: 0 0 80px;
    min-width: 80px;
  }
  .header .headnav__item--burger .burger {
    margin-bottom: 15px;
  }
  .header .headnav__item--burger .burger__bars {
    width: 48px;
    height: 28px;
    position: relative;
  }
  .header .headnav__item--burger .t {
    font-size: 14px;
  }
  .header .headnav__item--logo {
    flex: 0 0 443px;
    min-width: 445px;
  }
  .header .headnav__item--logo img {
    height: 58%;
  }
  .header .headnav__item--time {
    display: none;
  }
  .header .headnav__item--bt_call {
    flex: initial;
    min-width: initial;
    width: 100%;
    font-size: 20px;
  }
  .header .headnav__item--bt_phone {
    flex: 0 0 338px;
    min-width: 338px;
    font-size: 21px;
  }

  .burgermenu {
    width: 525px;
    left: -572px;
    padding: 180px 80px 0;
  }
  .burgermenu__nav ul li {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
    height: initial;
  }
  .footer__cont {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__item {
    height: initial;
  }
  .footer__item--logo {
    flex: 0 0 250px;
    min-width: 250px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__item--logo img {
    width: 250px;
  }
  .footer__item--logo .copy {
    font-size: 15px;
    opacity: 0.5;
  }
  .footer__item--menu {
    flex: 0 0 540px;
    min-width: 540px;
    margin-right: -100px;
  }
  .footer__item--menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .footer__item--menu ul li {
    flex: 0 0 50%;
    min-width: 50%;
    font-size: 15px;
    margin-bottom: 40px;
    font-family: "GothamPro-Medium";
  }
  .footer__item--menu ul li span {
    opacity: 0.6;
  }
  .footer__item--contact {
    flex: 0 0 266px;
    min-width: 266px;
  }
  .footer__item--contact .phones {
    margin-bottom: 40px;
  }
  .footer__item--contact .phones__item {
    display: block;
    font-size: 27px;
    font-family: "GothamPro-Medium";
    margin-bottom: 15px;
  }
  .footer__item--contact .bt {
    width: 100%;
  }
  .footer__item--last {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__item--last .adress {
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    max-width: 440px;
  }
  .footer__item--last .copy_sm {
    display: none;
  }
  .footer__item--last .strangebrain {
    font-size: 15px;
    margin-right: -15px;
  }
  .footer__item--last .strangebrain__icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
  }

  .m-links-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }

  .bt {
    width: 268px;
    display: inline-flex;
    height: 73px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#4DE375, #07A030);
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamPro-Bold";
    cursor: pointer;
    letter-spacing: 0.01em;
    transition: all 0.5s;
    background-image: url(../images/btn_bg.svg);
  }
  .bt-transperant {
    background: transparent;
    width: initial;
  }
  .bt--arr {
    overflow: hidden;
    height: 20px;
    width: 20px;
    margin-left: 25px;
  }
  .bt--arr__inside {
    width: 40px;
    height: 100%;
    display: flex;
    margin-left: -20px;
    transition: margin-left 0.5s;
  }
  .bt--arr__inside--item {
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bt--arr svg {
    stroke: #fff;
    width: 16px;
  }
  .bt:hover {
    letter-spacing: 0.07em;
  }
  .bt:hover .bt--arr__inside {
    margin-left: 0;
  }

  .bg-wrap {
    position: relative;
    overflow: hidden;
  }
  .bg.para {
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
  }

  .form {
    width: 100%;
    color: #fff;
  }
  .form input, .form textarea {
    -webkit-appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: inherit;
    width: 100%;
    outline: none;
  }
  .form .i-w {
    display: flex;
    align-items: center;
    height: 75px;
    border: 1px solid;
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .form .i-w input::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: inherit;
    opacity: 1;
  }
  .form .i-w input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: inherit;
    opacity: 1;
  }
  .form .i-s {
    position: absolute;
  }
  .form .i-s input {
    position: absolute;
    left: -50000px;
  }
  .form.agree-it .bt {
    cursor: pointer;
  }
  .form.agree-it .agree--checkbox svg {
    opacity: 1;
  }
  .form .agree {
    display: flex;
    margin-bottom: 3rem;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }
  .form .agree--checkbox {
    width: 1.5em;
    height: 1.5em;
    border: 2px solid;
    margin-right: 1em;
    position: relative;
  }
  .form .agree--checkbox svg {
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 1.7em;
    top: -0.25em;
    right: -0.5em;
  }
  .form .bt {
    color: #fff;
    cursor: not-allowed;
  }

  .round-el {
    width: 357px;
    height: 357px;
    background-color: #0096AF;
    border-radius: 100%;
    position: absolute;
  }

  .bg-grad {
    background: linear-gradient(160deg, #0096AF, #006B84);
  }

  .car {
    position: relative;
    overflow: hidden;
  }
  .car-nav {
    display: flex;
    align-items: center;
  }
  .car-nav--item {
    height: 3.88rem;
    width: 3.88rem;
    border: 3px solid;
    overflow: hidden;
    cursor: pointer;
  }
  .car-nav--item:hover .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__inside {
    width: 7.76rem;
    height: 100%;
    display: flex;
    margin-left: -3.88rem;
    transition: margin-left 0.5s;
  }
  .car-nav--item__inside--item {
    height: 100%;
    width: 3.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .car-nav--item svg {
    stroke: #1A1A1A;
    height: 50%;
  }
  .car-nav--item__prev {
    margin-right: 0.7rem;
  }
  .car-nav--item__prev:hover .car-nav--item__inside {
    margin-left: -3.88rem;
  }
  .car-nav--item__prev .car-nav--item__inside {
    margin-left: 0;
  }
  .car-nav--item__prev svg {
    transform: rotate(180deg);
    margin-left: 0.4rem;
  }
  .car-nav--item__next svg {
    margin-left: -0.8rem;
  }

  .flickity-viewport:focus, .flickity-slider:focus, .flickity-enabled:focus {
    outline: none;
  }

  .callback-block {
    height: 826px;
  }
  .callback-block > .bg .round-el {
    top: -60px;
    right: -60px;
  }
  .callback-block .defaultcont .r_ {
    flex: 0 0 565px;
    min-width: 565px;
  }
  .callback-block .defaultcont .r_ .content {
    padding: 3rem;
  }
  .callback-block .defaultcont .r_ .content .h {
    font-size: 40px;
    margin-bottom: 2.5rem;
  }
  .callback-block .defaultcont .r_ .content .t {
    margin-bottom: 3rem;
  }
  .callback-block .defaultcont .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .callback-block .defaultcont .r_ .content .form .bt {
    margin-bottom: 4rem;
  }
  .callback-block .defaultcont .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }

  .gotop {
    width: 80px;
    height: 195px;
  }
  .gotop--content {
    padding: 35px 0;
  }
  .gotop--content__text {
    width: 50px;
    height: 80px;
  }
  .gotop--content svg {
    width: 1.7em;
  }

  .callback-modal {
    right: -724px;
    width: 680px;
    padding: 6rem;
  }
  .callback-modal .h {
    font-size: 40px;
    margin-bottom: 3rem;
  }
  .callback-modal--close {
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
  .callback-modal .t {
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .callback-modal .form .i-f .trigger .icon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #0096AF;
    font-family: "GothamPro-Black";
  }
  .callback-modal .form .i-f .trigger .icon-sub {
    font-size: 16px;
    font-family: "GothamPro-Medium";
    text-decoration: underline;
  }
  .callback-modal .form .i-f .zl-form-control-wrap, .callback-modal .form .i-f .qbutton {
    position: absolute;
    left: -5000px;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
  }
  .callback-modal .form .i-f div#mfcf7_zl_multifilecontainer p {
    margin: 0 0 1rem;
  }
  .callback-modal.black {
    color: #1A1A1A;
  }
  .callback-modal.black .callback-modal--close {
    stroke: #1A1A1A;
  }
  .callback-modal.black .form {
    color: inherit;
  }
  .callback-modal.white {
    color: #fff;
  }
  .callback-modal.white .callback-modal--close {
    stroke: #fff;
  }
  .callback-modal.white .form {
    color: inherit;
  }

  .sert-modal .modal__body {
    background-color: transparent;
  }
  .sert-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sert-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .rev-modal .modal__body {
    background-color: transparent;
  }
  .rev-modal .modal__body .car--item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rev-modal .modal__body .car--item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .modal {
    opacity: 0;
    z-index: 1200;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0s 0.5s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .modal.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s linear;
  }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .modal__overlay .bg {
    background-image: url("../images/noise-pattern.jpeg");
    background-position: initial;
    background-size: initial;
    opacity: 0.05;
  }
  .modal__body {
    position: relative;
    z-index: 10;
    background: #fff;
    width: calc( 100% - 200px );
    height: calc( 100% - 200px );
  }
  .modal__body .car--item {
    height: calc( 100vh - 200px );
    width: 100%;
  }
  .modal__close {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096AF;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
  }
  .modal__close:hover:after {
    background-color: #007197;
    height: 101%;
  }
  .modal__close:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    height: 0%;
    transition: height 0.5s;
  }
  .modal__close svg {
    height: 30%;
    position: relative;
    z-index: 1;
    stroke: #fff;
  }

  .headbanner {
    min-height: 970px;
    padding-top: 300px;
  }
  .headbanner > .bg .round-el {
    bottom: -100px;
    right: -100px;
  }
  .headbanner--menu {
    left: 80px;
    height: 65px;
  }
  .headbanner--menu ul li a {
    font-size: 16px;
  }
  .headbanner--menu ul li a:after {
    height: 2px;
  }
  .headbanner--menu ul li:nth-of-type(n+6) {
    display: none;
  }
  .headbanner .scroll-down {
    bottom: 4rem;
    left: calc( (100vw - 1040px)/2 );
    font-size: 15px;
  }
  .headbanner .scroll-down svg {
    height: 2.5em;
    margin-right: 1.5em;
  }
  .headbanner--content {
    padding-right: calc( (100vw - 1040px)/2 );
  }
  .headbanner--content .l_ {
    flex: 0 0 calc(590px + (100vw - 1040px)/2);
    min-width: calc(590px + (100vw - 1040px)/2);
  }
  .headbanner--content .l_ .h1 {
    margin-bottom: 1rem;
  }
  .headbanner--content .l_ .h1__m {
    display: none;
  }
  .headbanner--content .l_ .h1, .headbanner--content .l_ .about {
    padding-left: calc( (100vw - 1040px)/2 );
  }
  .headbanner--content .l_ .about {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .headbanner--content .l_ .about div {
    font-size: 24px;
    max-width: initial;
  }
  .headbanner--content .r_ {
    flex: 0 0 442px;
    min-width: 442px;
  }
  .headbanner--content .r_ .label-img {
    width: 115px;
    left: -70px;
    top: -70px;
  }
  .headbanner--content .r_ .content {
    padding: 2.5rem;
  }
  .headbanner--content .r_ .content .h {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer {
    margin-bottom: 2rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div:after {
    content: ":";
    position: absolute;
    top: 0;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -24px;
    font-size: 30px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div h4 {
    font-size: 14px;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles div span {
    width: 57px;
    height: 57px;
    font-size: 28px !important;
    margin-bottom: 1rem;
  }
  .headbanner--content .r_ .content .timer #ycd-circle-40 .time_circles .textDiv_Seconds:after {
    height: 57px;
  }
  .headbanner--content .r_ .content .form .i-s {
    bottom: 48px;
    right: 0;
  }
  .headbanner--content .r_ .content .form .bt {
    margin-bottom: 2rem;
    width: 100%;
  }
  .headbanner--content .r_ .content .form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;
  }
  .headbanner--content .r_ .content .t_sub {
    font-size: 14px;
  }

  .glassing--tab:nth-of-type(2) .glassing--header .r_ {
    padding-left: calc( (100vw - 1040px)/2 );
  }
  .glassing--tab:nth-of-type(2) .glassing--header .l_ {
    padding-right: calc( (100vw - 1040px)/2 );
    padding-left: 50px;
  }
  .glassing--header {
    height: 14rem;
  }
  .glassing--header .l_ {
    padding-left: calc( (100vw - 1040px)/2 );
    padding-right: 50px;
    flex: 0 0 594px;
    min-width: 594px;
  }
  .glassing--header .r_ {
    padding-right: calc( (100vw - 1040px)/2 );
  }
  .glassing--header .r_ .bt {
    font-size: 18px;
  }
  .glassing--content {
    padding-left: calc( (100vw - 1040px)/2 );
    padding-right: calc( (100vw - 1040px)/2 );
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .glassing--content .wrap {
    margin: 0 -2rem;
  }
  .glassing--content .wrap--item {
    flex: 0 0 33.33333%;
    min-width: 33.3333%;
    padding: 0 2rem;
  }
  .glassing--content .wrap--item__content .img--i {
    height: 318px;
    margin-left: -30px;
  }
  .glassing--content .wrap--item__content .img--lb {
    width: 84px;
    top: -50px;
    right: 0;
  }
  .glassing--content .wrap--item__content .h {
    font-size: 23px;
    min-height: 60px;
    margin-top: -63px;
    margin-bottom: 3rem;
  }
  .glassing--content .wrap--item__content .lines {
    margin-bottom: 3rem;
  }
  .glassing--content .wrap--item__content .lines--item {
    display: flex;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--h {
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .lines--item--d {
    top: -8px;
  }
  .glassing--content .wrap--item__content .lines--item--n {
    margin-left: 1rem;
  }
  .glassing--content .wrap--item__content .price {
    margin-bottom: 3rem;
    white-space: nowrap;
  }
  .glassing--content .wrap--item__content .price .ot {
    font-size: 20px;
    margin-right: 1rem;
  }
  .glassing--content .wrap--item__content .price .price_ {
    font-size: 45px;
  }
  .glassing--content .wrap--item__content .price .price_sm {
    font-size: 30px;
  }
  .glassing--content .wrap--item__content .price .r {
    font-size: 48px;
    margin-left: 1rem;
  }

  .glassing-cottage .wrap--item__content .img--i {
    margin-left: 0;
  }
  .glassing-cottage .wrap--item__content .h {
    margin-top: 0;
    min-height: auto;
  }

  .why {
    padding-left: calc( (100vw - 1040px)/2 );
  }
  .why > .bg {
    height: 448px;
  }
  .why .wrap {
    min-height: 896px;
    padding-right: calc( (100vw - 1040px)/2 );
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .why .wrap .content {
    flex: 0 0 720px;
    min-width: 720px;
    margin-right: -40px;
  }
  .why .wrap .content--logo img {
    width: 600px;
    margin-bottom: 0.5rem;
  }
  .why .wrap .content--h {
    font-size: 38px;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list {
    -moz-column-count: 2;
         column-count: 2;
    margin-bottom: 3rem;
  }
  .why .wrap .content--list__item {
    min-width: 50%;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .why .wrap .content--list__item svg {
    width: 2rem;
  }

  .sistems--header {
    height: 14rem;
  }
  .sistems--header .l_ {
    padding-left: calc( (100vw - 1040px)/2 );
    flex: 0 0 740px;
    min-width: 740px;
  }
  .sistems--header .r_ {
    padding-right: calc( (100vw - 1040px)/2 - 40px);
    font-size: 18px;
    height: 680px;
  }
  .sistems--header .r__content {
    width: 290px;
    padding: 5rem 0 4rem;
  }
  .sistems--header .r__content--item {
    padding-bottom: 1.3em;
    margin-bottom: 1.3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .sistems--list__item .l_ {
    min-height: calc(700px - 8rem);
    flex: 0 0 370px;
    min-width: 370px;
    padding-left: calc( (100vw - 1040px)/2 );
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sistems--list__item .l_ .h {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .about {
    margin-bottom: 2rem;
    max-width: initial;
  }
  .sistems--list__item .l_ .areas {
    margin-bottom: 2rem;
  }
  .sistems--list__item .l_ .areas--h {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
  .sistems--list__item .l_ .areas--list__item {
    padding-left: 3rem;
    margin-bottom: 1.1rem;
  }
  .sistems--list__item .l_ .areas--list__item svg {
    position: absolute;
    left: 0;
    top: 0.3;
    width: 1.5rem;
    fill: #0096AF;
  }
  .sistems--list__item .l_ .price {
    margin-bottom: 3.5rem;
    white-space: nowrap;
  }
  .sistems--list__item .l_ .price .ot {
    font-size: 20px;
    margin-right: 1rem;
  }
  .sistems--list__item .l_ .price .price_ {
    font-size: 50px;
  }
  .sistems--list__item .l_ .price .price_sm {
    font-size: 30px;
  }
  .sistems--list__item .l_ .price .r {
    font-size: 48px;
    margin-left: 1rem;
  }
  .sistems--list__item .r_ {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .sistems--list__item .r__top {
    width: 370px;
    height: calc( 680px - 14rem );
    flex: 0 0 calc( 680px - 14rem );
  }
  .sistems--list__item .r__bottom {
    flex: 1;
    border-top: 1px solid #E3E3E3;
  }
  .sistems--list__item .r__bottom .h {
    font-size: 24px;
    margin: 2.5rem 2rem;
  }
  .sistems--list__item .r__bottom .car {
    padding: 0 2rem;
  }
  .sistems--list__item .r__bottom .car--sep {
    height: 113px;
  }
  .sistems--list__item .r__bottom .car--item {
    padding-bottom: 2rem;
  }
  .sistems--list__item .r__bottom .car--item__name {
    font-size: 14px;
    min-height: 47px;
    margin-bottom: 1.5em;
  }
  .sistems--list__item .r__bottom .car--item__num {
    font-size: 18px;
  }
  .sistems--list__item .r__bottom .car--item__num span {
    font-family: "GothamPro";
    font-size: 14px;
  }
  .sistems--list__item .r__bottom .car--item__color {
    height: 28px;
    display: flex;
  }
  .sistems--list__item .r__bottom .car--item__color--item {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }

  .why_real .l_ {
    padding-left: calc( (100vw - 1040px)/2 );
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 3rem;
    flex: 0 0 370px;
    min-width: 370px;
    box-sizing: content-box;
  }
  .why_real .l_ .h {
    font-size: 35px;
    margin-bottom: 3rem;
  }
  .why_real .l_ .about {
    margin-bottom: 4rem;
  }
  .why_real .r_ {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .why_real .r__header {
    padding-right: calc( (100vw - 1040px)/2 );
    padding-left: 3rem;
  }
  .why_real .r__car {
    padding-right: 0;
    padding-left: 3rem;
  }
  .why_real .r__header {
    margin-bottom: 4rem;
  }
  .why_real .r_ .car {
    margin: 0 -15px;
  }
  .why_real .r_ .car--item {
    width: 235px;
    padding: 0 25px;
    margin-right: 10px;
  }
  .why_real .r_ .car--item .wrap .icon-wrap {
    margin-bottom: 2rem;
  }
  .why_real .r_ .car--item .wrap .h {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
  .why_real .r_ .car--item .wrap .about {
    max-width: 220px;
    white-space: pre-line;
    font-size: 16px;
  }
  .why_real .r_ .car--item .wrap .a {
    font-size: 18px;
  }

  .works .l_ {
    height: 754px;
    flex: 0 0 60%;
    min-width: 60%;
  }
  .works .l__top {
    padding-left: calc( (100vw - 1040px)/2 );
    padding-right: 6rem;
  }
  .works .l__top .h2 {
    margin-bottom: 3rem;
  }
  .works .l__top .t {
    margin-bottom: 3rem;
  }
  .works .r_ {
    height: 754px;
    flex: 0 0 40%;
    min-width: 40%;
  }
  .works .r_ .full-screan {
    width: 4.44rem;
    height: 4.44rem;
  }

  .sert .l_ {
    flex: 0 0 467px;
    min-width: 467px;
    padding-left: calc( (100vw - 1040px)/2 );
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sert .l_ .h2 {
    margin-bottom: 3rem;
  }
  .sert .l_ .t {
    margin-bottom: 3rem;
  }
  .sert .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sert .r_ .wrap .car--item {
    width: 302px;
    margin-right: 4rem;
  }
  .sert .r_ .wrap .car--item .cont--header {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .sert .r_ .wrap .car--item .cont--header .num {
    width: 3em;
    height: 3em;
    flex: 0 0 3em;
    margin-right: 0.8em;
  }
  .sert .r_ .wrap .car--item .cont--header .name {
    max-width: 150px;
  }

  .reviews .l_ {
    flex: 0 0 240px;
    min-width: 240px;
    padding-left: calc( (100vw - 1040px)/2 );
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .reviews .l_ .h2 {
    margin-bottom: 3rem;
  }
  .reviews .r_ {
    flex: 0 0 686px;
    min-width: 686px;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-right: calc( (100vw - 1040px)/2 );
  }
  .reviews .r_ .wrap .car {
    margin: 0 -2rem;
  }
  .reviews .r_ .wrap .car--item {
    width: 50%;
    padding: 1rem 2rem 0;
  }
  .reviews .r_ .wrap .car--item .cont {
    background-image: url("../images/quotes.svg");
    background-repeat: no-repeat;
    background-position: right 140px;
  }
  .reviews .r_ .wrap .car--item .cont .date {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .reviews .r_ .wrap .car--item .cont .name {
    font-size: 25px;
    margin-bottom: 3rem;
  }
  .reviews .r_ .wrap .car--item .cont .text {
    font-size: 16px;
    max-width: 300px;
  }
  .reviews .r_ .wrap .car--item .cont .bt {
    margin-top: 2rem;
  }

  .contacts--header .l_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: calc( (100vw - 1040px)/2 );
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 6rem;
  }
  .contacts--header .r_ {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 6rem;
    padding-right: calc( (100vw - 1040px)/2 );
    font-size: 20px;
  }
  .contacts--list .wrap {
    padding: 6rem 0;
  }
  .contacts--list .wrap--item img {
    margin-right: 2rem;
    transform: scale(0.8);
  }
  .contacts--list .wrap--item .r__title {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .contacts--list .wrap--item .r__content {
    font-size: 18px;
    height: 60px;
  }
  .contacts--list .wrap--item.phone {
    flex: 0 0 283px;
    min-width: 283px;
  }
  .contacts--list .wrap--item.adress {
    flex: 0 0 317px;
    min-width: 317px;
  }
  .contacts--list .wrap--item.hours {
    flex: 0 0 345px;
    min-width: 345px;
  }
  .contacts--list .wrap .del {
    height: 180px;
  }

  .map-wrap {
    position: relative;
    z-index: 1;
    background-color: #ddd;
  }
  .map-wrap .map {
    height: 700px;
  }

  .callback-block_b2 {
    height: 800px;
  }
}
