@charset "UTF-8";

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl_300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl_300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl_500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl_500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSansCyrl_700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl_700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms_300.woff2") format("woff2"), url("../fonts/TTNorms_300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms_400.woff2") format("woff2"), url("../fonts/TTNorms_400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms_500.woff2") format("woff2"), url("../fonts/TTNorms_500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNorms_700.woff2") format("woff2"), url("../fonts/TTNorms_700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}


.custom-btn {
    position: relative;
    overflow: hidden;
   -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }


.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/*
** Reset
*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  font: 100%/1.15 "Museo Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

main {
  display: block;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

img {
  border-style: none;
  vertical-align: top;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}

:focus,
:active,
a:focus,
a:active {
  outline: none;
}

input::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

input,
select,
button,
textarea,
optgroup {
  font-family: inherit;
}

button {
  cursor: pointer;
}

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

/*
** Plugins library
*/

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*
** Global
*/

a,
a:visited {
  color: #5d93c5;
}

video {
  display: block;
}

.header__top,
.header__benefits-text,
.footer {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .02em;
  color: #6e6f70;
}

[class^="btn-icon"] {
  display: inline-block;
  background: url(../images/icons/btn-icons.svg) no-repeat;
}

[class*="-calc"] {
  width: 23px;
  height: 23px;
  background-position: 0 0;
}

[class*="-dl"] {
  width: 23px;
  height: 23px;
  background-position: 0 -41px;
}

[class*="-next"] {
  width: 21px;
  height: 10px;
  background-position: 0 -64px;
}

[class*="-hand"] {
  width: 20px;
  height: 25px;
  background-position: 0 -74px;
}

[class*="-call"] {
  width: 18px;
  height: 18px;
  background-position: 0 -23px;
}

.btn,
a.btn {
  color: #fff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'TT Norms', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: .13em;
  text-transform: uppercase;
  min-width: 100px;
  padding: 24px 30px 23px 26px;
  border-radius: 8px / 50%;
  background: linear-gradient(335.95deg, #f16906 7.11%, #ef9757 72.57%);
  -webkit-box-shadow: 0px 2px 0px #e76c15, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 2px 0px #e76c15, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  color: #fff;
}

.btn:not(.header__contact-btn):not(.footer__btn):hover {
  background: linear-gradient(335.95deg, #f78e44 7.11%, #f1a873 72.57%);
  -webkit-box-shadow: 0px 2px 0px #f1914d, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 2px 0px #f1914d, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
}

.btn--big {
  font-size: 13px;
  letter-spacing: .08em;
  text-align: left;
  padding: 20px 30px 17px 26px;
  -webkit-box-shadow: 0px 3px 0px #cd7442, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 3px 0px #cd7442, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
}

.btn--big:hover {
  -webkit-box-shadow: 0px 3px 0px #cf8c64, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 3px 0px #cf8c64, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
}

.btn__subtext {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.75);
}

.btn > .btn__text + [class^="btn-icon"],
.btn > [class^="btn-icon"] + .btn__text {
  margin-left: 23px;
}

.btn[disabled] {
  background: #6c7589;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  color: #d2d5db;
}

/* Block Shadow */

.calc,
.objects__slider .slick-current,
.reviews__slider,
.reviews__slider .slick-slide {
  -webkit-box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
  box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
}

/* Form */

.form {
  font-family: 'TT Norms';
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 53px;
  text-align: center;
  z-index: 1;
}

.form--dashed::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 8px;
  right: 8px;
  bottom: 9px;
  border: 1px dashed #e8e8e8;
  border-radius: 10px;
  z-index: -1;
}

.form__img {
  position: absolute;
  top: -58px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form__img + .form__text {
  margin-top: 140px;
}

.form__text {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #474747;
}

.form__text span {
  color: #5d93c5;
}

.form__text b {
  display: block;
}

.form__update {
  font-weight: 500;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #a3a3a3;
}

.form__update::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/form/upd.png) no-repeat left, center;
  margin-right: 11px;
}

.form__label {
  position: relative;
}

.form__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 67px;
  width: 2px;
  height: 24px;
  background-color: #f0efef;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.form__input {
  position: relative;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .2em;
  width: 100%;
  padding: 26.25px 20px 25.6px 88.5px;
  margin-bottom: 16px;
  background: #f8f8f8 url(../images/icons/phone.svg) no-repeat 28.45px center;
  -webkit-box-shadow: inset 3px 2px 18px rgba(0, 0, 0, 0.06);
  box-shadow: inset 3px 2px 18px rgba(0, 0, 0, 0.06);
  border-radius: 8px / 50%;
  color: #bebebe;
}

.form__input::-webkit-input-placeholder {
  color: #bebebe;
  opacity: 1;
}

.form__input::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
}

.form__input::-ms-input-placeholder {
  color: #bebebe;
  opacity: 1;
}

.form__input::placeholder {
  color: #bebebe;
  opacity: 1;
}

.form__input:focus::-webkit-input-placeholder {
  color: #4e4d4d;
}

.form__input:focus::-moz-placeholder {
  color: #4e4d4d;
}

.form__input:focus:-ms-input-placeholder {
  color: #4e4d4d;
}

.form__input:focus::-ms-input-placeholder {
  color: #4e4d4d;
}

.form__input:focus,
.form__input:focus::placeholder {
  color: #4e4d4d;
}

.form__btn {
  width: 100%;
  padding: 20px 39px 17px 26px;
  margin-bottom: 19px;
}

.form__agreement {
  font-size: 13px;
  line-height: 20px;
  color: #bebebe;
}

.form__agreement a {
  color: #737373;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkbox__chekmark {
  position: absolute;
  top: 2px;
  left: -24px;
  width: 12px;
  height: 12px;
  border: 1px solid #faa96f;
  border-radius: 3px;
  background-color: #f6f7fa;
  cursor: pointer;
}

.checkbox__chekmark::before {
  content: '';
  position: absolute;
  display: none;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(42deg);
  transform: rotate(42deg);
}

.checkbox__input:checked + .checkbox__chekmark::before {
  display: block;
}

.checkbox__input:checked + .checkbox__chekmark {
  background-color: #5d93c5;
  border: 1px solid #5d93c5;
}

/* Base style */

.title {
  font-weight: 300;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: .02em;
  text-align: center;
  color: #323232;
}

.title span {
  font-weight: 700;
}

/* Slick */

.slick-dots {
  position: absolute;
  display: none !important;
  left: 50%;
  margin-top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li button {
  width: 5px;
  height: 5px;
  background: #d6e8f9;
  text-indent: -9999px;
  border-radius: 50%;
}

.slick-dots li + li {
  margin-left: 7px;
}

.slick-dots li.slick-active button {
  width: 7px;
  height: 7px;
  background: #5d93c5;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d93c5), color-stop(302.82%, rgba(255, 255, 255, 0))), #5d93c5;
  background: linear-gradient(180deg, #5d93c5 0%, rgba(255, 255, 255, 0) 302.82%), #5d93c5;
  -webkit-box-shadow: inset 4px 4px 10px rgba(255, 255, 255, 0.25);
  box-shadow: inset 4px 4px 10px rgba(255, 255, 255, 0.25);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  font-size: 1px;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/arrow.svg) no-repeat 47% 50%;
}

.slick-prev {
  left: -40px;
  z-index: 5;
}

.slick-next {
  right: -40px;
}

.slick-next::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Content image as block background */

.ibg {
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ibg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

/* Modal */

.modal,
#recall,
#beclient,
#presentation {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(56, 56, 56, 0.9);
  z-index: 5;
  -webkit-animation: opa .3s;
  animation: opa .3s;
}

.modal-overlay__btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../images/icons/close.svg) no-repeat center;
  cursor: pointer;
  -webkit-filter: invert(100);
  filter: invert(100);
}

.modal-overlay .form {
  display: block;
  max-width: 440px;
  padding: 74px 53px 40px;
  width: 100%;
}

.modal-overlay .form.header__form {
  position: relative;
}

.modal-overlay .form.header__form::before {
  display: none;
}

.modal-overlay .form__img + .form__text {
  margin-top: 100px;
}

.modal-overlay .form__text {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 52px;
}

.modal-overlay .form__text span {
  font-weight: 500;
  color: #474747;
}

.modal-overlay .form__update {
  margin-top: -40px;
}

.modal-overlay .form__input {
  margin-bottom: 16px;
}

.modal-overlay .form .btn {
  padding: 25px 15px 24px 13px;
  margin-bottom: 22px;
}

.modal-overlay .form .btn--big {
  padding: 20px 15px 20px 13px;
}

.modal-overlay .form .modal-overlay__btn {
  top: 20px;
  right: 15px;
  -webkit-filter: none;
  filter: none;
}

.modal-overlay .player {
  position: relative;
  max-width: 1000px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 3px;
  border-radius: 10px;
  margin-bottom: 0;
}

@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
** Header
*/

.nav {
  display: none;
  background-color: #fff;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #626364;
}

.nav__item + .nav__item {
  margin-left: 44px;
}

.nav__item a {
  display: block;
  color: inherit;
  padding: 18px 0;
}

.nav__item a:hover,
.nav__item a:focus {
  color: #5d93c5;
}

.nav__item a:focus {
  text-decoration: underline;
}

.header__main {
  min-height: 917px;
  background-color: #e9f6fe;
  background-image: url(../images/header/bg320.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__main-inner {
  padding: 27px 0;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 66px;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 193px;
  flex: 0 0 193px;
  margin-right: 20px;
}

.header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__descr {
  max-width: 282px;
  margin-top: 7px;
}

.header__calc-btn {
  margin-left: auto;
  margin-right: 57px;
}

.header__contact-btn {
  display: none;
  min-width: 0;
  width: 55px;
  height: 55px;
  padding: 0;
  border-radius: 50%;
  background: url(../images/icons/phone-fill.svg) no-repeat 47% 55%, linear-gradient(298.25deg, #5D93C5 7.11%, #86AED4 72.57%);
  -webkit-box-shadow: 0px 1px 0px #5D93C5, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  box-shadow: 0px 1px 0px #5D93C5, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
}

.header__phone {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  letter-spacing: .02em;
  color: #373737;
  margin-bottom: 10px;
}

.header__timetable {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .02em;
  color: #6e6f70;
}

.header__body {
  position: relative;
}

.header__title {
  font-weight: 600;
  font-size: 39px;
  line-height: 65px;
  letter-spacing: .02em;
  max-width: 760px;
  margin-bottom: 40px;
  color: #505050;
}

.header__title-accent {
  display: block;
  font-weight: 700;
  letter-spacing: normal;
  color: #5d93c5;
  margin-top: 1px;
}

.header__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .02em;
  color: #7c7c7c;
  max-width: 470px;
  margin-bottom: 66px;
}

.header__btn {
  display: none;
  font-size: 13px;
  line-height: 22px;
  padding: 16px 45px 15px 26px;
}

.header__btn .btn__subtext {
  font-size: 14px;
}

.header__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__benefits-item {
  position: relative;
  max-width: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 212px;
  flex: 0 0 212px;
  padding: 39px 26px 24px 30px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 16px 26px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 1;
}

.header__benefits-item sup {
  font-size: 60%;
}

.header__benefits-item:first-child {
  max-width: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 212px;
  flex: 0 0 212px;
}

.header__benefits-item::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: .5px dashed #dbdbdb;
  border-radius: 5px;
  z-index: -1;
}

.header__benefits-item + .header__benefits-item {
  margin-left: 15px;
}

.header__benefits-img {
  position: absolute;
  top: -23px;
}

.header__benefits-img img {
  width: 100%;
  height: auto;
}

.header__benefits-text {
  color: #9e9f9f;
}

.header__benefits-text span {
  font-weight: 500;
  color: #434343;
}

.header__play {
  display: block;
  position: absolute;
  top: 30%;
  left: 44.2%;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.header__play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 138px;
  height: 138px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/icons/play.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
  background: url(../images/icons/play.svg) no-repeat center, linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  border: 1px solid #fff;
  border-radius: 50%;
}

.header__form {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 424px;
}

/*
** Footer
*/

.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 33px;
}

.footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 183px;
  flex: 0 0 183px;
  margin-right: 29px;
}

.footer__descr {
  max-width: 289px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 289px;
  flex: 0 0 289px;
  margin-top: 10px;
  margin-right: 66px;
}

.footer__policy {
  display: block;
  border-bottom: 1px dashed #bee0ff;
  margin-top: -15px;
  margin-right: 75px;
}

.footer__btn {
  padding: 23px 36px 25px 30px;
}

/*
** Main section
*/

.parameters__adress span::before,
.contacts__loc-title::before,
.contacts__bottom-title::before {
  content: '';
  position: absolute;
  top: 55%;
  left: -30px;
  width: 15px;
  height: 15px;
  background: url(../images/icons/adress.svg) no-repeat center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main__bg {
  background-color: #f9fcff;
}

.main__wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

/* Calculator */

.calculate {
  padding: 96px 0 134px;
}

.calculate__title {
  margin-bottom: 51px;
}

.calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 762px;
  padding: 55px 88px 76px;
  background-color: #fff;
  border: 1px solid #eef5fb;
  border-radius: 10px;
}

.calc__steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.calc__steps-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 55px;
  letter-spacing: .02em;
  color: #d6e8f9;
  cursor: default;
}

.calc__steps-item.active {
  color: #2f2f2f;
}

.calc__steps-item:last-child {
  position: relative;
}

.calc__steps-item:last-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.calc__steps-item:last-child.active::before {
  background-color: transparent;
}

.calc__steps-item img {
  vertical-align: baseline;
}

.calc__steps-bar {
  background-color: #eef5fb;
  height: 20px;
  border-radius: 10px;
  margin-bottom: 29px;
  overflow: hidden;
}

.calc__steps-progress {
  position: relative;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #ff994f, #ff994f 7px, #ffad71 7px, #ffad71 14px);
  -webkit-transition: width .5s;
  transition: width .5s;
  /* скос прогресс бара */
}

.calc__steps-progress:not(.full)::before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  height: 35px;
  width: 15px;
  background-color: #eef5fb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calc__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.calc__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
}

.calc__prev {
  position: relative;
  display: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #383838;
  background-color: #fff;
}

.calc__prev::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  border: 2px solid #76a3ce;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 12px 3px 0;
}

.calc__next {
  padding: 24px 30px 24px 34px;
  margin-left: auto;
}

/* Calculator Form */

.calc-form__tab {
  display: none;
}

.calc-form__tab.active {
  display: block;
}

.calc-form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 55px;
  letter-spacing: .02em;
  width: 100%;
  margin-bottom: 22px;
  color: #383838;
}

.calc-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
}

.calc-form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 162px;
  flex: 1 1 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-left: -1px;
}

.calc-form__input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.calc-form__mark {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #383838;
  min-height: 176px;
  width: 100%;
  padding: 23px 10px 5px;
  border: 1px solid #dbebfa;
  cursor: pointer;
}

.calc-form__mark .checked {
  display: block;
}

.calc-form__mark img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  pointer-events: none;
}

.calc-form__input:checked + .calc-form__mark {
  background: linear-gradient(-45deg, #5d93c5 -1.42%, rgba(93, 147, 197, 0.8) 50%, #5d93c5 104%);
  padding-top: 24px;
  /* +1px компенсация отрицательного маргина .calc-form__label */
  border: none;
  color: #fff;
}

.calc-form__input:checked + .calc-form__mark img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.calc-form__input:checked + .calc-form__mark::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.calc-form__input:checked + .calc-form__mark::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 16px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #5d93c5;
  border-right: 2px solid #5d93c5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calc-form__info {
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: .01em;
  color: #383838;
  max-width: 515px;
  margin: 9px 0 30px;
}

.calc-form__reward {
  font-weight: 700;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: .01em;
  color: #5d93c5;
  margin-bottom: 40px;
}

.calc-form__reward img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.calc-form__catalog {
    position: absolute;
    right: 170px;
    bottom: 55px;
    width: 400px;
}

.calc-form__form {
  padding: 0;
  max-width: 315px;
  text-align: left;
}

.calc-form__inner {
  margin-bottom: 24px;
}

.calc-form__btn {
  padding: 24px 30px 24px 35px;
  width: 100%;
}

.calc-form__btn img {
  margin-left: 16px;
}

.calc-form .form__agreement {
  display: block;
  margin-left: 25px;
}

/* Second and other calculator steps */

.big {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.big .calc-form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.big .calc-form__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  min-height: 323px;
  text-transform: none;
  color: #5d93c5;
  padding-bottom: 70px;
}

.big .calc-form__mark sup {
  position: relative;
  font-size: 60%;
  top: -4px;
}

.big .calc-form__input:checked + .calc-form__mark {
  padding-bottom: 71px;
  /* +1px компенсация отрицательного маргина .calc-form__label */
}

.big .calc-form__input:checked + .calc-form__mark::before {
  top: 19px;
  right: 18px;
}

.big .calc-form__input:checked + .calc-form__mark::after {
  top: 21px;
  right: 24px;
}

/* Objects section */

.objects {
  overflow: hidden;
  padding-bottom: 139px;
}

.objects__top {
  margin-bottom: 15px;
}

.objects__title {
  margin-bottom: 15px;
}

.objects__slider {
  position: relative;
}

.objects__slider .slick-list {
  overflow: visible !important;
}

.objects__slider .slick-slide {
  width: 1146px;
  height: 559px;
  margin: 0 18px;
  border: 10px solid #fff;
  border-radius: 20px;
}

.objects__slider div,
.objects__slider li {
  height: 100%;
  border-radius: inherit;
}

.objects__slider .slick-current {
  position: relative;
  z-index: 10;
}

.parameters {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .02em;
}

.parameters__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.parameters__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.parameters__info-item + .parameters__info-item {
  margin-left: 83px;
}

.parameters__info-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 67px;
  height: 67px;
  margin-right: 17px;
  border: 1px solid #d6e8f9;
  border-radius: 50%;
  background-color: #fff;
}

.parameters__info-icon.type {
  background: url(../images/icons/type.png) no-repeat center;
}

.parameters__info-icon.size {
  background: url(../images/icons/size.png) no-repeat center;
}

.parameters__info-icon.time {
  background: url(../images/icons/time.png) no-repeat center;
}

.parameters__info-text {
  color: #323232;
}

.parameters__info-text b {
  display: block;
  font-weight: 700;
  margin-top: 5px;
  color: #434343;
}

.parameters__info-text sup {
  font-size: 60%;
}

.parameters__adress {
  line-height: 35px;
  text-align: center;
  color: #2f2f2f;
}

.parameters__adress span {
  position: relative;
  display: inline-block;
}

/* Reviews section */

.reviews {
  margin-bottom: 90px;
}

.reviews__title {
  margin-bottom: 74px;
}

.reviews__slider {
  position: relative;
}

.reviews__slider .slick-slide {
  margin: 0 11px;
  width: 210px !important;
  height: 294px;
  border: 3px solid #fff;
  border-radius: 7px;
}

.reviews__slider div,
.reviews__slider li,
.reviews__slider a {
  height: 100%;
  border-radius: inherit;
}

.reviews__slider-item {
  position: relative;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}

.logos img {
  width: 100%;
  height: auto;
}

.beclient {
  margin-bottom: 149px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.beclient__btn {
  letter-spacing: .08em;
  font-size: 15px;
  padding: 27px 35px 28px 30px;
}

/* Demo video section */

.demo {
  margin-bottom: 135px;
}

.demo__video {
  margin-bottom: 56px;
}

.demo__btn {
  padding: 20px 28px 17px 27px;
}

.player {
  position: relative;
  border: 8px solid #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
  box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
}

.player__video {
  border-radius: inherit;
}

.player__poster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 110px;
  border-radius: inherit;
  background-size: cover;
  overflow: hidden;
}

.player__button {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 449px;
  height: 449px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 83px;
  cursor: pointer;
}

.player__button > div {
  position: absolute;
  top: 18.5%;
  left: 18.5%;
  right: 18.5%;
  bottom: 18.5%;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.player__button > div div {
  position: absolute;
  top: 25.6%;
  left: 25.6%;
  right: 25.6%;
  bottom: 25.6%;
  background: rgba(255, 255, 255, 0.9) url(../images/icons/play.svg) no-repeat center;
  border-radius: 50%;
}

.player__text {
  color: #fff;
  margin-left: -110px;
  z-index: 3;
}

.player__text-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .02em;
  margin-bottom: 9px;
}

.player__text-subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .02em;
}

/* Contacts section */

.contacts {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: .02em;
  color: #2f2f2f;
}

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
}

.contacts__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 270px;
  flex: 0 270px;
  margin-right: 47px;
  text-align: left;
}

.contacts__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 370px;
  flex: 0 370px;
  font-weight: 300;
  color: #7c7c7c;
}

.contacts__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 62px;
}

.contacts__video {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 683px;
  flex: 0 1 683px;
  max-width: 683px;
  background-color: #fff;
}

.contacts__video .player__poster {
  padding-left: 60px;
}

.contacts__video .player__button {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.contacts__video .player__text {
  margin-left: -150px;
}

.contacts__video .player__text-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: .01em;
}

.contacts__loc {
  max-width: 425px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 425px;
  flex: 0 1 425px;
  padding: 8px;
  border-radius: 25px;
  border: 1px solid #fbfdff;
  -webkit-box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
  box-shadow: 0px 16px 100px rgba(130, 171, 210, 0.17);
}

.contacts__loc-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px 25px 0 0;
  margin-bottom: 41px;
}

.contacts__loc-info {
  margin-left: 50px;
}

.contacts__loc-title {
  position: relative;
}

.contacts__loc-adress {
  display: block;
  color: #5d93c5;
}

.contacts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 53px;
}

.contacts__bottom-title {
  position: relative;
}

.contacts__bottom-title.call::before {
  background: url(../images/icons/call.svg) no-repeat center;
}

.contacts__bottom-title.write::before {
  background: url(../images/icons/mail.svg) no-repeat center;
}

.contacts__bottom-title.time::before {
  background: url(../images/icons/clock.svg) no-repeat center;
}

.contacts__bottom-info {
  display: block;
  color: #5d93c5;
}

.contacts__bottom-info a {
  display: inline-block;
  border-bottom: 1px dashed #bee0ff;
}

.contacts__bottom-info a + a {
  margin-left: 35px;
}

.contacts__map {
  position: relative;
  height: 591px;
}

.contacts__map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 15px 25px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 15px 25px rgba(0, 0, 0, 0.07);
  pointer-events: none;
}

@media screen and (min-width: 0\0) {
  .calc-form__input:checked + .calc-form__mark {
    /* IE9, IE10, IE11 */
    background: linear-gradient(-45deg, #f2f6fa -1.42%, rgba(255, 255, 255, 0) 100%), #f2f6fa;
    color: #383838;
  }

  .big .calc-form__input:checked + .calc-form__mark {
    /* IE9, IE10, IE11 */
    color: #5d93c5;
  }
}

@media (min-width: 457px) {
  .header__main {
    background-image: url(../images/header/bg768.jpg);
  }
}

@media (min-width: 768px) {
  .header__play:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 992px) {
  .nav {
    display: block;
  }

  .header__main {
    background-image: url(../images/header/bg.jpg);
  }

  .popup-link::before,
  .popup-link::after {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .popup-link::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
  }

  .popup-link::after {
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    background: #fff url(../images/icons/magnifier.svg) no-repeat center;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
  }

  .popup-link:hover::before,
  .popup-link:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}

@media (min-width: 1200px) {
  .header__contact {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
  }

  .header__contact::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icons/btn-icons.svg) no-repeat;
    background-position: 0px -25.7px;
    background-size: 25.6px;
    -webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(58%) saturate(343%) hue-rotate(167deg) brightness(105%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(51%) sepia(58%) saturate(343%) hue-rotate(167deg) brightness(105%) contrast(90%);
  }
}

@media (max-width: 1412px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 970px;
  }

  .header__main {
    min-height: 850px;
    background-position: -150px;
  }

  .header__calc-btn {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    padding: 0;
    min-width: 0;
    margin-right: 11px;
    -webkit-box-shadow: 0px 1px 0px #e76c15, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
    box-shadow: 0px 1px 0px #e76c15, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
  }

  .header__calc-btn .btn__text {
    display: none;
  }

  .header__contact-btn {
    display: block;
  }

  .header__phone {
    display: none;
  }

  .header__timetable {
    display: none;
  }

  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px;
  }

  .header__form {
    display: none;
  }

  .footer__inner {
    padding: 30px 0 69px;
  }

  .footer__policy {
    position: absolute;
    left: 212px;
    bottom: 37px;
  }

  .objects__slider .slick-next {
    right: -2px;
  }

  .objects__slider .slick-prev {
    left: -2px;
  }

  .objects__slider .slick-slide {
    width: 910px;
    height: 442px;
    margin: 0 15px;
  }

  .reviews {
    max-width: 910px;
  }

  .player__poster {
    padding-left: 70px;
  }

  .contacts__video {
    max-width: 540px;
    margin-right: 30px;
  }

  .contacts__video .player__poster {
    padding-left: 0;
  }

  .contacts__loc-img {
    margin-bottom: 15px;
  }

  .contacts__map {
    height: 450px;
  }
}

@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .header__calc-btn {
    width: 51px;
    height: 51px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 710px;
  }

  .slick-arrow {
    top: 36%;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }

  .nav__item {
    letter-spacing: 0;
  }

  .nav__item + .nav__item {
    margin-left: 34px;
  }

  .header__main {
    background-position: center top;
  }

  .header__top {
    margin-bottom: 61px;
  }

  .header__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__title {
    text-align: center;
  }

  .header__text {
    margin-bottom: 310px;
    text-align: center;
  }

  .header__btn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 113px;
  }

  .header__benefits {
    margin-bottom: -85px;
  }

  .header__benefits-item {
    padding: 34px 24px 23px 27px;
  }

  .header__play {
    top: 543px;
    left: 34%;
    width: 184px;
    height: 184px;
  }

  .header__play::before {
    width: 115px;
    height: 115px;
    background-size: 16%;
  }

  .footer__descr {
    margin-right: 0;
  }

  .calculate {
    padding: 116px 0 63px;
  }

  .calculate__title {
    margin-bottom: 63px;
  }

  .calc {
    padding: 55px 76px 76px;
    min-height: 0;
  }

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

  .calc-form__mark {
    padding: 31px 10px 18px;
  }

  .calc-form__input:checked + .calc-form__mark {
    padding-top: 32px;
    padding-bottom: 19px;
  }

  .calc-form__info {
    max-width: 100%;
    text-align: center;
    margin: 7px 0 29px;
  }

  .calc-form__reward {
    text-align: center;
    margin-bottom: 32px;
  }

  .calc-form__catalog {
    position: relative;
    display: block;
    right: initial;
    bottom: initial;
    margin: 0 auto 37px;
    width: 260px;
  }

  .calc-form__form {
    max-width: 100%;
  }

  .calc-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .calc-form__inner .form__label,
  .calc-form__inner .btn {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    -ms-flex: 1 1 auto;
  }

  .calc-form__inner .form__label {
    margin-right: 16px;
  }

  .calc-form__inner .form__input {
    margin-bottom: 0;
  }

  .calc-form__inner .btn {
    padding: 24px 20px 24px;
  }

  .calc-form .form__agreement {
    max-width: 275px;
    margin: 0 auto !important;
    left: 45px;
  }

  .big .calc-form__mark {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #383838;
    text-transform: uppercase;
    min-height: 199px;
    padding-bottom: 34px;
  }

  .big .calc-form__input:checked + .calc-form__mark {
    padding-bottom: 35px;
  }

  .big.size label:first-child img {
    width: 60px;
    height: 60px;
  }

  .big.size label:nth-child(2) img {
    width: 69px;
    height: 69px;
  }

  .big.size label:nth-child(3) img {
    width: 74px;
    height: 74px;
  }

  .big.temp label:first-child img {
    width: 70.5px;
    height: 77px;
  }

  .big.temp label:nth-child(2) img {
    width: 66px;
    height: 55px;
  }

  .big.temp label:nth-child(3) img {
    width: 66px;
    height: 66px;
  }

  .big.roof label:first-child img {
    width: 49px;
    height: 48.5px;
  }

  .big.roof label:nth-child(2) img {
    width: 48px;
    height: 48px;
  }

  .big.roof label:nth-child(3) img {
    width: 45px;
    height: 17px;
  }

  .big.roof label:nth-child(4) img {
    width: 53px;
    height: 53px;
  }

  .objects {
    padding-bottom: 78px;
  }

  .objects__title {
    padding: 0 30px;
  }

  .objects__title br {
    display: none;
  }

  .objects__slider .slick-next {
    right: -7px;
  }

  .objects__slider .slick-prev {
    left: -7px;
  }

  .objects__slider .slick-slide {
    width: 650px;
    height: 317px;
    margin: 0 7px;
  }

  .parameters__info-item:first-child {
    max-width: 250px;
  }

  .parameters__info-item + .parameters__info-item {
    margin-left: 24px;
  }

  .reviews {
    margin-bottom: 50px;
  }

  .reviews.main__wrapper {
    max-width: 650px;
  }

  .reviews__title {
    margin-bottom: 59px;
  }

  .reviews__title br {
    display: none;
  }

  .reviews__slider .slick-list {
    overflow: visible !important;
  }

  .reviews__slider .slick-slide {
    margin: 0 5px;
  }

  .reviews__slider .slick-next {
    right: -38px;
  }

  .reviews__slider .slick-prev {
    left: -38px;
  }

  .logos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 62px;
  }

  .logos div + div {
    margin-left: 30px;
  }

  .beclient {
    margin-bottom: 83px;
  }

  .demo {
    margin-bottom: 74px;
  }

  .demo__video {
    margin-bottom: 47px;
  }

  .player__poster {
    padding-left: 0;
  }

  .player__button {
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    left: -7px;
  }

  .player__text {
    margin-left: -160px;
  }

  .player__text-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .player__text-subtitle {
    font-size: 15px;
    line-height: 23px;
    max-width: 210px;
  }

  .contacts__top {
    margin-bottom: 36px;
  }

  .contacts__middle {
    display: block;
    margin-bottom: 20px;
  }

  .contacts__video {
    max-width: 100%;
    margin: 0 0 27px;
  }

  .contacts__video .player__poster {
    padding-left: 11%;
  }

  .contacts__loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .contacts__loc-img {
    margin-bottom: 0;
    border-radius: 25px 0 0 25px;
    max-width: 280px;
  }

  .contacts__loc-info {
    margin-left: 60px;
    padding: 17px 40px 18px 0;
  }

  .contacts__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 35px;
  }

  .contacts__bottom-info a + a {
    margin-left: 0;
  }

  .contacts__map {
    height: 283px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 15px;
  }
}

@media (max-width: 695px) {
  .calc-form__inner .form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
  }

  .calc-form__inner .btn {
    padding: 24px 20px 24px;
  }

  .calc-form__inner .btn__text span {
    display: none;
  }
}

@media (max-width: 650px) {
  .title {
    font-size: 30px;
    line-height: 45px;
  }

  .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-arrow {
    display: none !important;
  }

  .header__logo {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .header__descr {
    display: none;
  }

  .calc {
    padding: 24px 25px 37px;
  }

  .objects__slider .slick-next {
    right: 33px;
  }

  .objects__slider .slick-prev {
    left: 33px;
  }

  .objects__slider .slick-slide {
    width: 470px;
    height: 229px;
  }

  .parameters__info {
    display: block;
  }

  .parameters__info-item:first-child {
    max-width: 100%;
  }

  .parameters__info-item + .parameters__info-item {
    margin-left: 0;
  }

  .contacts {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 579px) {
  .footer__inner {
    font-size: 12px;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 35px 0 33px;
  }

  .footer__logo {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin: 0 0 16px;
  }

  .footer__descr {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 240px;
    margin: 0 0 14px;
  }

  .footer__policy {
    position: initial;
    max-width: 240px;
    margin: 0 0 35px;
  }
}

@media (max-width: 575.98px) {
  .title {
    font-size: 21px;
    line-height: 31px;
  }

  .header__top {
    margin-bottom: 40px;
  }

  .header__contact-btn {
    width: 51px;
    height: 51px;
  }

  .header__title {
    font-size: 25px;
    line-height: 35px;
    max-width: 320px;
    margin-bottom: 263px;
  }

  .header__text {
    display: none;
  }

  .header__btn {
    padding-right: 40px;
    margin-bottom: 24px;
  }

  .header__benefits {
    display: block;
  }

  .header__benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 20px 23px 20px;
    max-width: 288px;
  }

  .header__benefits-item:first-child {
    max-width: 288px;
  }

  .header__benefits-item + .header__benefits-item {
    margin-left: 0;
    margin-top: 10px;
  }

  .header__benefits-img {
    position: initial;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    margin-right: 20px;
  }

  .header__play {
    top: 235px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .parameters__adress span::before {
    display: none;
  }

  .calculate {
    padding: 111px 0 40px;
  }

  .calculate__title {
    margin-bottom: 24px;
  }

  .calc__steps-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .calc__steps-item {
    font-size: 12px;
  }

  .calc__steps-item img {
    width: 15px;
    height: 15px;
  }

  .calc__steps-bar {
    margin-bottom: 25px;
    height: 10px;
  }

  .calc__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .calc__prev {
    margin-bottom: 28px;
  }

  .calc__next {
    margin-left: initial;
  }

  .calc-form__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 26px;
  }

  .calc-form__inputs {
    margin: 0 -25px;
  }

  .calc-form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 145px;
    flex: 1 1 145px;
  }

  .calc-form__mark img {
    width: 68px;
    height: 68px;
  }

  .calc-form__info {
    font-size: 14px;
    line-height: 24px;
    margin: -10px 0 25px;
  }

  .calc-form__reward {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .calc-form__reward img {
    width: 19px;
    height: 19px;
  }

  .big.roof {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .big.roof .calc-form__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 145px;
    flex: 1 1 145px;
  }

  .big.roof .calc-form__mark {
    min-height: 170px;
  }

  .objects {
    padding-bottom: 30px;
  }

  .objects__top {
    margin-bottom: 25px;
  }

  .objects__title {
    padding: 0;
    margin-bottom: 40px;
  }

  .parameters {
    font-size: 15px;
  }

  .parameters__info {
    margin-bottom: 25px;
  }

  .parameters__info-icon {
    width: 52px;
    height: 52px;
    margin-right: 13px;
  }

  .parameters__info-icon.type,
  .parameters__info-icon.size,
  .parameters__info-icon.time {
    background-size: 20px;
  }

  .reviews__title {
    margin-bottom: 46px;
  }

  .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 26px;
  }

  .logos div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-bottom: 20px;
  }

  .beclient {
    margin-bottom: 45px;
  }

  .beclient__btn {
    font-size: 13px;
  }

  .demo {
    margin-bottom: 68px;
  }

  .demo__video {
    margin-bottom: 7px;
  }

  .demo__btn {
    font-size: 13px;
    line-height: 22px;
    padding: 20px 20px 17px 27px;
  }

  .player {
    border-width: 3px;
    border-radius: 10px;
  }

  .player__button {
    -webkit-transform: scale(0.29);
    transform: scale(0.29);
    left: -140px;
  }

  .player__text {
    margin-left: -320px;
  }

  .contacts {
    font-size: 14px;
    line-height: 24px;
  }

  .contacts__top {
    display: block;
    margin-bottom: 25px;
  }

  .contacts__title {
    margin: 0 0 10px;
  }

  .contacts__video {
    margin: 0 0 12px;
  }

  .contacts__video .player__poster {
    padding-left: 0;
  }

  .contacts__video .player__button {
    -webkit-transform: scale(0.29);
    transform: scale(0.29);
  }

  .contacts__video .player__text {
    margin-left: -328px;
  }

  .contacts__video .player__text-title {
    font-size: 12px;
    line-height: 18px;
  }

  .contacts__loc {
    display: block;
    border-radius: 10px;
    padding: 3px;
  }

  .contacts__loc-img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    padding: 3px;
  }

  .contacts__loc-info {
    margin-left: 50px;
    padding: 17px 10px 18px 0;
  }

  .contacts__bottom {
    display: block;
    margin: 0 0 27px 48px;
  }

  .contacts__bottom-column {
    line-height: 25px;
  }

  .contacts__bottom-column + .contacts__bottom-column {
    margin-top: 11px;
  }

  .contacts__bottom-info a + a {
    margin-left: 21px;
  }
}

@media (max-width: 545px) {
  .calc-form__inner {
    display: block;
    margin-bottom: 20px;
  }

  .calc-form__inner .form__label::before {
    display: none;
  }

  .calc-form__inner .form__input {
    margin-bottom: 22px;
    padding: 26.25px 20px 25.6px 67.2px;
  }

  .calc-form__inner .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .objects__slider .slick-slide {
    width: 280px;
    height: 136px;
    border-width: 3px;
    margin: 0 2px;
  }
}


@media (max-width: 480px) {
  .calchiden  {
    display: none;
  }
}



@media (max-width: 1920px) {
  .objects__slider .slick-slide {
    width: 740px;
    height: 360px;
    border-width: 3px;
    margin: 0 2px;
  }
}

@media (max-width: 424px) {
  .modal-overlay .form {
    border-radius: 0;
    padding: 37px 20px 26px;
  }

  .modal-overlay .form__img {
    display: none;
  }

  .modal-overlay .form__img + .form__text {
    margin-top: 0;
  }

  .modal-overlay .form .btn {
    font-size: 14px;
  }

  .modal-overlay .form .modal-overlay__btn {
    top: -50px;
    left: 50%;
    background: transparent url(../images/icons/close.svg) no-repeat center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-filter: invert(100);
    filter: invert(100);
  }
}

@media (max-width: 410px) {
  .calc-form__mark {
    font-size: 10px;
  }

  .calc-form__catalog {
    width: 240px;
  }

  .player__text-title {
    font-size: 12px;
    line-height: 18px;
  }

  .player__text-subtitle {
    display: none;
  }

  .contacts__loc-img {
    height: 150px;
  }
}

@media (max-width: 340px) {
  .calc-form__form {
    max-width: 275px;
    margin: 0 -10px;
  }

  .calc-form .form__agreement {
    left: 35px;
  }
}

@media (min-width: 580px) and (max-width: 1199.98px) {
  .footer__btn {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 10px;
    width: 55px;
    height: 55px;
    min-width: 0;
    padding: 0;
    border-radius: 50%;
    background: url(../images/icons/phone-fill.svg) no-repeat 47% 55%, linear-gradient(298.25deg, #5D93C5 7.11%, #86AED4 72.57%);
    -webkit-box-shadow: 0px 1px 0px #5D93C5, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
    box-shadow: 0px 1px 0px #5D93C5, inset 3px 3px 8px rgba(255, 255, 255, 0.12), inset -4px -4px 8px rgba(255, 255, 255, 0.12);
    margin-left: auto;
  }

  .footer__btn .btn__text {
    display: none;
  }

  .footer__btn i {
    display: none;
  }
}

@media (max-width: 575.98px) and (min-width: 464px) {
  .big.roof .calc-form__label:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 33.6%;
    flex: 0 33.6%;
  }
}

@media (min-width: 411px) and (max-width: 650px) {
  .reviews__slider .slick-slide {
    width: 170px !important;
    height: 254px;
  }
}

@media (min-width: 581px) and (max-width: 991.98px) {
  .contacts__bottom-info a {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-delay: -1ms !important;
    animation-delay: -1ms !important;
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

@media (max-height: 414px) {
  .modal-overlay .form {
    padding: 20px 53px 27px;
  }

  .modal-overlay .form .form__img {
    display: none;
  }

  .modal-overlay .form .form__text {
    margin: 10px 0;
  }

  .modal-overlay .form .form__input {
    padding: 15px 20px 15px 88.5px;
    margin-bottom: 5px;
  }

  .modal-overlay .form .btn,
  .modal-overlay .form .big--btn {
    padding: 10px 15px 10px 13px;
  }

  .modal-overlay .form .form__update {
    line-height: 18px;
    margin: 0 0 10px;
  }
}

@media (max-height: 460px) {
  .modal-overlay .player {
    width: 500px;
  }
}


/* Info */

.info {
  margin-top: 20px;
}

.info__body {
  position: relative;
  color: #57585a;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
}

.info__body::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#fff));
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #fff 100%);
}

.info__body h3 {
  font-size: 24px;
}

.info__body h4 {
  font-size: 18px;
}

.info__body h3, .info__body h4, .info__body li {
  margin-bottom: 14px;
}

.info__body p, .info__body ul {
  margin-bottom: 18px;
}

.info__body p {
  line-height: 24px;
  margin-bottom: 18px;
}

.info__body li {
  list-style: disc;
  margin-left: 34px;
}

.info__body--active {
  max-height: 700px;
}

@media (max-width: 991.98px) {
  .info__body--active {
    max-height: 750px;
  }
}

@media (max-width: 767.98px) {
  .info__body--active {
    max-height: 900px;
  }
}

@media (max-width: 575.98px) {
  .info__body--active {
    max-height: 1300px;
  }
}

@media (max-width: 365px) {
  .info__body--active {
    max-height: 1500px;
  }
}

.info__body--active::after {
  background: initial;
}

.info__more {
  font-size: 18px;
  color: #5d93c5;
  background-color: transparent;
  border-bottom: 2px dashed #bee0ff;
}
