@charset "UTF-8";
/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe-regular.eot");
  src: local("☺"), url("../fonts/circe-regular.woff") format("woff"), url("../fonts/circe-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe-bold.eot");
  src: local("☺"), url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe-light.eot");
  src: local("☺"), url("../fonts/circe-light.woff") format("woff"), url("../fonts/circe-light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

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

.block-17 .contact-email::before {
  background-image: url(../images/sprite.png);
  background-position: -69px -49px;
  width: 20px;
  height: 16px; }

.block-11 .form-block .label-email::before {
  background-image: url(../images/sprite.png);
  background-position: -136px -49px;
  width: 16px;
  height: 13px; }

.block-17 .fb-link {
  background-image: url(../images/sprite.png);
  background-position: -69px -19px;
  width: 25px;
  height: 25px; }

.block-17 .contact-loc::before {
  background-image: url(../images/sprite.png);
  background-position: 0px -70px;
  width: 15px;
  height: 21px; }

.popup .label-name::before, .block-4 .form-block .label-name::before, .block-16 .form-block .label-name::before {
  background-image: url(../images/sprite.png);
  background-position: -20px -70px;
  width: 13px;
  height: 16px; }

.block-17 .contact-phones::before {
  background-image: url(../images/sprite.png);
  background-position: -99px -19px;
  width: 21px;
  height: 21px; }

.popup .label-phone::before, .block-4 .form-block .label-phone::before, .block-11 .form-block .label-phone::before, .block-16 .form-block .label-phone::before {
  background-image: url(../images/sprite.png);
  background-position: -94px -49px;
  width: 16px;
  height: 16px; }

.block-16 .form-block .label-question::before {
  background-image: url(../images/sprite.png);
  background-position: -115px -49px;
  width: 16px;
  height: 16px; }

.block-2 .main-title::after, .block-6 .main-title::after, .block-8 .main-title::after, .block-9 .main-title::after, .block-10 .main-title::after, .block-12 .title::after, .block-13 .title::after, .block-14 .title::after, .block-15 .main-title::after, .block-16 .main-title::after {
  background-image: url(../images/sprite.png);
  background-position: -69px 0px;
  width: 104px;
  height: 14px; }

.block-15 .slider-nav .image::before {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 64px;
  height: 65px; }

.block-8 .slide .item::before {
  background-image: url(../images/sprite.png);
  background-position: -125px -19px;
  width: 43px;
  height: 6px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-17 .contact-email::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-11 .form-block .label-email::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-17 .fb-link {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-17 .contact-loc::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .popup .label-name::before, .block-4 .form-block .label-name::before, .block-16 .form-block .label-name::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-17 .contact-phones::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .popup .label-phone::before, .block-4 .form-block .label-phone::before, .block-11 .form-block .label-phone::before, .block-16 .form-block .label-phone::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-16 .form-block .label-question::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-2 .main-title::after, .block-6 .main-title::after, .block-8 .main-title::after, .block-9 .main-title::after, .block-10 .main-title::after, .block-12 .title::after, .block-13 .title::after, .block-14 .title::after, .block-15 .main-title::after, .block-16 .main-title::after {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-15 .slider-nav .image::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; }
  .block-8 .slide .item::before {
    background-image: url(../images/sprite@2x.png);
    background-size: 173px 91px; } }

body {
  height: 100%;
  font-family: sans-serif; }

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

.footer {
  padding: 30px 0;
  font-weight: 400; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__logo-buisiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media screen and (max-width: 1024px) {
    .footer__buisiness {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .footer__buisiness {
      display: none; } }

.site-maker {
  text-align: right; }
  @media screen and (max-width: 576px) {
    .site-maker {
      margin-left: 20px;
      font-size: 14px;
      margin-bottom: 10px; } }

* {
  font-family: 'Circe', sans-serif;
  color: #4e4d4d; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

.wrapper {
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 85px; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding-top: 66px; } }

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto; }

.popup {
  width: 95%;
  max-width: 640px;
  max-height: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #479cc8;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  z-index: 80;
  padding: 60px 85px 60px; }
  @media screen and (max-width: 767px) {
    .popup {
      padding: 50px 40px 40px; } }
  .popup .wpcf7-not-valid-tip {
    margin-top: 10px; }
  .popup .wpcf7-response-output {
    display: none !important; }
  .popup .ajax-loader.is-active {
    display: none !important; }
  .popup.video-popup {
    padding: 0;
    border: none; }
    .popup.video-popup .popup-close {
      top: -30px;
      right: -30px; }
  .popup .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .popup .title {
        font-size: 22px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .popup .title {
        font-size: 18px; } }
    .popup .title strong {
      color: #479cc8; }
  .popup .subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #479cc8;
    text-align: center;
    margin: -30px 0 35px; }
  .popup .row {
    margin-bottom: 30px; }
  .popup .label {
    position: relative;
    font-size: 16px;
    padding-left: 23px; }
    .popup .label-name::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0; }
    .popup .label-phone::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0; }
  .popup iframe {
    display: block;
    width: 100%;
    border: none;
    height: 300px; }

.popup-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block; }

.popup-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #479cc8;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  overflow: hidden; }

.popup-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #479cc8;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  overflow: hidden; }

.overlay {
  z-index: 75;
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none; }

.nav-icon {
  width: 35px;
  height: 18px;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  z-index: 15; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4e4d4d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s;
  transition: .25s; }

.nav-icon span:nth-child(1) {
  top: 0; }

.nav-icon span:nth-child(2) {
  top: 8px;
  width: 25px;
  left: auto;
  right: 0; }

.nav-icon span:nth-child(3) {
  top: 16px; }

.nav-icon.open span {
  background: #2b89bf; }

.nav-icon.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: -60px; }

.nav-icon.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c7cb3), to(#70b4dc));
  background: linear-gradient(to top, #1c7cb3, #70b4dc);
  border-radius: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px #afafaf;
  box-shadow: 0 0 20px #afafaf;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1; }
  @media screen and (max-width: 576px) {
    .btn {
      padding: 10px 15px;
      font-size: 14px; } }
  .btn::after {
    position: absolute;
    content: '';
    -webkit-box-shadow: 0 4px 0 #0669a2;
    box-shadow: 0 4px 0 #0669a2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s; }
  @media (min-width: 1250px) {
    .btn:hover {
      -webkit-transform: translateY(4px);
      transform: translateY(4px); }
      .btn:hover::after {
        top: 4px;
        bottom: 4px;
        -webkit-box-shadow: 0 0 0 #0669a2;
        box-shadow: 0 0 0 #0669a2; } }

.btn-callback {
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .btn-callback {
      margin: 0 0 20px; } }

.btn-to-calc {
  padding: 20px 35px; }

.btn-order-pool {
  font-size: 24px;
  padding: 15px 65px; }
  @media screen and (max-width: 767px) {
    .btn-order-pool {
      display: none; } }
  @media screen and (max-width: 576px) {
    .btn-order-pool {
      padding: 15px 30px; } }

.btn-order-consult {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 15px 65px; }
  @media screen and (max-width: 767px) {
    .btn-order-consult {
      font-size: 16px; } }
  @media screen and (max-width: 576px) {
    .btn-order-consult {
      font-size: 14px;
      padding: 15px;
      width: 100%; } }

.btn-consult {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 15px 65px; }
  @media screen and (max-width: 576px) {
    .btn-consult {
      padding: 15px 20px;
      font-size: 14px; } }

.btn-ask-question {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 15px 65px; }
  @media screen and (max-width: 576px) {
    .btn-ask-question {
      padding: 15px 30px;
      width: 100%; } }

.btn-calc-price {
  font-size: 24px;
  padding: 15px 95px;
  margin-top: 30px; }
  @media screen and (max-width: 1024px) {
    .btn-calc-price {
      margin: 0; } }
  @media screen and (max-width: 576px) {
    .btn-calc-price {
      padding: 15px 30px;
      font-size: 16px;
      width: 100%; } }

.btn-item-details {
  font-size: 24px;
  padding: 15px 70px; }
  @media screen and (max-width: 576px) {
    .btn-item-details {
      padding: 15px 30px;
      width: 100%; } }

.form-input {
  border: none;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  outline: none;
  border-bottom: 2px solid #479cc8;
  width: 100%;
  background: transparent; }
  @media screen and (max-width: 576px) {
    .form-input {
      padding: 10px 0; } }
  .form-input:invalid {
    border-bottom: 2px solid #c50000;
    color: #c50000; }
  .form-input--textarea {
    resize: none;
    min-height: 120px; }

.block-1 {
  background: #efefef;
  padding: 80px 0 145px; 
  position: relative;
}
.block-1__absolute-elem {
  position: absolute;
  height: 100%;
   display: flex;
   align-items: center;
}
  @media screen and (max-width: 767px) {
    .block-1 {
      padding: 40px 0 80px; } }
  @media screen and (max-width: 576px) {
    .block-1 {
      padding: 40px 0 60px; } }
  .block-1__content {
    position: relative; }
  @media screen and (max-width: 1024px) {
    .block-1__info {
      max-width: 500px;
      margin: 0 auto 100px; } }
  @media screen and (max-width: 576px) {
    .block-1__info {
      margin: 0 auto; } }
  .block-1__absolute-elem {
    position: absolute;
    right: 0;
    bottom: 0; 
    max-width: 50%
    }
    @media screen and (max-width: 1024px) {
      .block-1__absolute-elem {
        position: relative;
        max-width: 100%;} }
    @media screen and (max-width: 576px) {
      .block-1__absolute-elem {
        margin-top: 80px; } }
    .block-1__absolute-elem .main-image {
      height: 100%;
    }
    .block-1__absolute-elem .main-image img {
      height: 100%;
      object-fit: cover;
    }
    @media screen and (max-width: 1024px) {
      .block-1 {
        padding-bottom: 0px;
      }
      .block-1__absolute-elem .main-image {
        width: 100%;
        max-width: 100% !important;
      }
      .block-1__absolute-elem .main-image img {
        width: 100%;
      }
    }
      @media screen and (max-width: 1200px) {
        .block-1__absolute-elem .main-image {
          max-width: 500px; } }
      @media screen and (max-width: 576px) {
        .block-1__absolute-elem .main-image {
          max-width: 290px; } }
    .block-1__absolute-elem .decor-elem {
      position: absolute; }
      .block-1__absolute-elem .decor-elem .text {
        color: #2b89bf;
        font-size: 14px;
        line-height: 17px; }
      .block-1__absolute-elem .decor-elem .arrow {
        position: absolute; }
        @media screen and (max-width: 576px) {
          .block-1__absolute-elem .decor-elem .arrow {
            display: none; } }
      .block-1__absolute-elem .decor-elem-1 {
        text-align: right;
        left: 110px;
        bottom: -15px; }
        @media screen and (max-width: 1200px) {
          .block-1__absolute-elem .decor-elem-1 {
            left: 90px;
            bottom: -41px; } }
        @media screen and (max-width: 576px) {
          .block-1__absolute-elem .decor-elem-1 {
            left: 170px;
            bottom: 0; } }
        .block-1__absolute-elem .decor-elem-1 .arrow {
          left: -40px;
          top: -65px; }
      .block-1__absolute-elem .decor-elem-2 {
        text-align: right;
        right: 215px;
        bottom: 0; }
        @media screen and (max-width: 576px) {
          .block-1__absolute-elem .decor-elem-2 {
            right: auto;
            left: -10px;
            bottom: -15px; } }
        .block-1__absolute-elem .decor-elem-2 .arrow {
          right: -120px;
          bottom: 10px; }
      .block-1__absolute-elem .decor-elem-3 {
        top: -75px;
        left: 250px; }
        @media screen and (max-width: 1200px) {
          .block-1__absolute-elem .decor-elem-3 {
            top: -75px;
            left: 120px; } }
        @media screen and (max-width: 576px) {
          .block-1__absolute-elem .decor-elem-3 {
            top: -60px; } }
        .block-1__absolute-elem .decor-elem-3 .arrow {
          right: -50px;
          bottom: -65px; }
  .block-1 .title {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .block-1 .title {
        font-size: 36px;
        line-height: 44px; } }
    @media screen and (max-width: 576px) {
      .block-1 .title {
        font-size: 24px;
        line-height: 30px; } }
  .block-1 .subtitle {
    font-size: 48px;
    line-height: 56px;
    color: #0669a2;
    font-weight: 700;
    max-width: 300px;
    margin-bottom: 100px; }
    @media screen and (max-width: 1024px) {
      .block-1 .subtitle {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 576px) {
      .block-1 .subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px; } }
  .block-1 .to-calc {
    position: relative;
    display: inline-block; }
    .block-1 .to-calc > .text {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 20px; }
  .block-1 .mouse-decor {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    right: -20px;
    right: -155px;
    bottom: 60px; }
    .block-1 .mouse-decor .ico {
      position: relative;
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      margin: -5px 15px 0 0;
      -webkit-animation: mouseMove 1s linear infinite;
      animation: mouseMove 1s linear infinite; }
    @media screen and (max-width: 576px) {
      .block-1 .mouse-decor {
        display: none; } }

.block-2 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-2 {
      padding: 40px 0; } }
  .block-2__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .block-2__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .block-2__col-1 {
    min-width: 520px;
    width: 520px;
    margin-left: -15px;
    margin-right: 60px; }
    @media screen and (max-width: 1200px) {
      .block-2__col-1 {
        margin: 0 30px 0 0; } }
    @media screen and (max-width: 1024px) {
      .block-2__col-1 {
        margin-right: 0;
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .block-2__col-1 {
        min-width: 0;
        width: 100%; } }
  .block-2__col-2 {
    width: 100%;
    margin-right: 70px; }
    @media screen and (max-width: 1200px) {
      .block-2__col-2 {
        margin: 0; } }
    @media screen and (max-width: 1024px) {
      .block-2__col-2 {
        min-width: 520px;
        width: 520px; } }
    @media screen and (max-width: 576px) {
      .block-2__col-2 {
        min-width: 0;
        width: 100%; } }
  .block-2__content-block {
    border: 12px solid #479cc8;
    padding: 50px 50px 45px;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .block-2__content-block {
        padding: 30px; } }
    @media screen and (max-width: 576px) {
      .block-2__content-block {
        padding: 20px; } }
    .block-2__content-block .title {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 25px; }
    .block-2__content-block .ico {
      margin-bottom: 20px; }
    .block-2__content-block .main-text {
      font-size: 22px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 20px; }
    .block-2__content-block .text {
      font-size: 18px;
      line-height: 21px; }
    .block-2__content-block .subtext {
      margin-top: 20px;
      font-size: 18px;
      color: #479cc8;
      font-weight: 700; }
    .block-2__content-block strong {
      color: #479cc8;
      text-transform: uppercase;
      font-weight: 400; }
  .block-2 .absolute-elem {
    position: absolute;
    right: -35px;
    top: 66px;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    font-size: 12px;
    color: #479cc8;
    padding-left: 55px; }
    @media screen and (max-width: 1200px) {
      .block-2 .absolute-elem {
        display: none; } }
    .block-2 .absolute-elem::before {
      position: absolute;
      content: '';
      width: 45px;
      height: 2px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #4e4d4d; }
  .block-2 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 68px; }
    @media screen and (max-width: 1200px) {
      .block-2 .main-title {
        margin-bottom: 47px; } }
    @media screen and (max-width: 767px) {
      .block-2 .main-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px; } }
    .block-2 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.block-3 {
  background: #efefef;
  padding: 80px 0 115px; }
  @media screen and (max-width: 767px) {
    .block-3 {
      padding: 40px 0 50px; } }
  .block-3__content {
    position: relative; }
    @media screen and (max-width: 1200px) {
      .block-3__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .block-3__info {
    display: inline-block;
    border: 12px solid #479cc8;
    padding: 85px 150px 85px 60px; }
    @media screen and (max-width: 767px) {
      .block-3__info {
        padding: 0;
        margin-bottom: 20px;
        border: none; } }
    @media screen and (max-width: 576px) {
      .block-3__info {
        padding: 0;
        margin: 0; } }
    .block-3__info .text {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      margin-bottom: 65px; }
      @media screen and (max-width: 767px) {
        .block-3__info .text {
          padding: 0;
          margin-bottom: 0; } }
      @media screen and (max-width: 576px) {
        .block-3__info .text {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; } }
    .block-3__info strong {
      color: #479cc8; }
  .block-3 .video-block {
    position: absolute;
    right: 0;
    bottom: -90px; }
    @media screen and (max-width: 1200px) {
      .block-3 .video-block {
        position: relative;
        bottom: auto; } }
  .block-3 .play-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .block-3 .play-content .text {
      font-size: 26px;
      color: #fff;
      line-height: 31px;
      text-align: right;
      margin-right: 25px; }
      @media screen and (max-width: 576px) {
        .block-3 .play-content .text {
          display: none; } }

.block-4 {
  padding: 80px 0;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .block-4 {
      padding: 40px 0; } }
  .block-4__content {
    position: relative; }
    @media screen and (max-width: 1200px) {
      .block-4__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
        .block-4 .cons-list {
          position: relative;
          right: 58px;
        }
        @media screen and (max-width: 1199px) {
          .block-4 .cons-list {
            right: 0px;
          }
        }
         @media screen and (max-width: 500px) {
          .block-4 .cons-list li {
            font-size: 14px;
            text-align: left;
          }
         }
        .block-4 .cons-list li {
          margin-bottom: 15px;
          position: relative;
          display: flex;
          align-items: center;
        }
        .block-4 .cons-list li:before {
            content: '';
            display: block;
            height: 19px;
            width: 50px;
            background-repeat: no-repeat;
            background-image: url(../images/sprite.png);
            background-position: -125px -19px;
            width: 43px;
            height: 6px;
            margin-right: 15px;
        }
  .block-4 form {
    position: relative; }
  .block-4 .absolute-elem {
    position: absolute;
    left: -95px;
    top: 188px;
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .block-4 .absolute-elem {
        position: initial;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    .block-4 .absolute-elem .decor-elem {
      position: absolute; }
      @media screen and (max-width: 1200px) {
        .block-4 .absolute-elem .decor-elem {
          position: initial; } }
      .block-4 .absolute-elem .decor-elem .text {
        font-size: 35px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 50px;
       position: relative;
       right: 59px;
         }
         .block-4 .cons-list li.important {
          color: #d31d1d;
         }
      .block-4 .absolute-elem .decor-elem .arrow {
        position: absolute; }
      .block-4 .absolute-elem .decor-elem-1 {
        left: 270px;
        top: -120px; }
        @media screen and (max-width: 1199px) {
          .block-4 .absolute-elem .decor-elem-1 {
            display: flex;
            flex-direction: column;
            align-items: center;
          }
        }
         @media screen and (max-width: 1199px) {
            .block-4 .absolute-elem .decor-elem .text {
              right: 0px;
            }
         }
        .block-4 .absolute-elem .decor-elem-1 .arrow {
          background: #fff;
          right: -210px;
          bottom: -20px; }
    @media screen and (max-width: 1200px) {
      .block-4 .absolute-elem .main-image {
        display: none; } }
    .block-4 .absolute-elem .decor-text {
      position: absolute;
      left: 30px;
      top: -90px;
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg);
      font-size: 12px;
      color: #479cc8;
      padding-left: 55px; }
      @media screen and (max-width: 1200px) {
        .block-4 .absolute-elem .decor-text {
          display: none; } }
      .block-4 .absolute-elem .decor-text::before {
        position: absolute;
        content: '';
        width: 45px;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #4e4d4d; }
  .block-4 .form-block {
    display: inline-block;
    text-align: left;
    border: 12px solid #479cc8;
    padding: 60px 70px 65px; }
    @media screen and (max-width: 576px) {
      .block-4 .form-block {
        padding: 30px; } }
    .block-4 .form-block .title {
      font-size: 30px;
      line-height: 34px;
      font-weight: 700;
      margin-bottom: 50px; }
      @media screen and (max-width: 576px) {
        .block-4 .form-block .title {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; } }
    .block-4 .form-block .row {
      margin-bottom: 30px; }
    .block-4 .form-block .label {
      position: relative;
      font-size: 16px;
      padding-left: 23px; }
      .block-4 .form-block .label-name::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }
      .block-4 .form-block .label-phone::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }

.block-5 {
  padding: 80px 0;
  background: url("../data/block-5-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .block-5 {
      padding: 40px 0;
      background: #eaeaea; } }
  .block-5__content {
    max-width: 1005px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 40px 59px 40px 30px; }
    @media screen and (max-width: 1024px) {
      .block-5__content {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .block-5__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .block-5__col-1 {
    min-width: 490px;
    width: 490px;
    margin-right: 65px;
    border-right: 5px solid #479cc8; }
    @media screen and (max-width: 1024px) {
      .block-5__col-1 {
        min-width: 350px;
        width: 350px; } }
    @media screen and (max-width: 767px) {
      .block-5__col-1 {
        border-right: none;
        margin-right: 0; } }
    @media screen and (max-width: 576px) {
      .block-5__col-1 {
        min-width: 300px;
        width: 300px; } }
    .block-5__col-1 .text {
      font-size: 35px;
      line-height: 44px;
      font-weight: 700;
      margin-bottom: 50px;
      padding-left: 30px; }
      @media screen and (max-width: 576px) {
        .block-5__col-1 .text {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; } }
  .block-5__col-2 {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .block-5__col-2 {
        width: auto; } }
    .block-5__col-2 .features-list__feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid #daebf4; }
      .block-5__col-2 .features-list__feature:last-child {
        border-bottom: none; }
      .block-5__col-2 .features-list__feature .ico {
        min-width: 40px;
        width: 40px;
        text-align: center;
        margin-right: 15px; }
      .block-5__col-2 .features-list__feature .text {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px; }
      .block-5__col-2 .features-list__feature strong {
        color: #479cc8;
        text-transform: uppercase; }

.block-6 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-6 {
      padding: 40px 0; } }
  .block-6 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .block-6 .main-title {
        font-size: 24px;
        line-height: 28px; } }
    .block-6 .main-title strong {
      color: #479cc8; }
    .block-6 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-6__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .block-6__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .block-6__content .image {
      width: 620px;
      min-width: 620px;
      margin-right: 60px;
      -webkit-box-shadow: 0 0 30px #d4d4d4;
      box-shadow: 0 0 30px #d4d4d4; }
      @media screen and (max-width: 1200px) {
        .block-6__content .image {
          width: 500px;
          min-width: 500px; } }
      @media screen and (max-width: 1024px) {
        .block-6__content .image {
          width: 400px;
          min-width: 400px;
          margin-right: 30px; } }
      @media screen and (max-width: 767px) {
        .block-6__content .image {
          margin-bottom: 20px;
          margin-right: 0; } }
      @media screen and (max-width: 576px) {
        .block-6__content .image {
          min-width: 300px;
          width: 300px; } }
    .block-6__content .info {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .block-6__content .info {
          width: auto; } }
      .block-6__content .info .features-list__feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; }
        .block-6__content .info .features-list__feature:last-child {
          margin-bottom: 0; }
      .block-6__content .info .ico {
        min-width: 65px;
        margin-right: 20px;
        text-align: center; }
      .block-6__content .info .content {
        width: 100%; }
      .block-6__content .info .title {
        font-size: 20px;
        font-weight: 700;
        color: #4e4d4d;
        margin-bottom: 10px; }
      .block-6__content .info .text {
        font-size: 16px;
        line-height: 19px; }
    .block-6__content .absolute-elem {
      position: absolute;
      right: -145px;
      top: -77px;
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg);
      font-size: 12px;
      color: #479cc8;
      padding-left: 55px; }
      @media screen and (max-width: 1200px) {
        .block-6__content .absolute-elem {
          display: none; } }
      .block-6__content .absolute-elem::before {
        position: absolute;
        content: '';
        width: 45px;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #4e4d4d; }

.block-7 {
  background: #efefef;
  padding: 80px 0 200px; }
  @media screen and (max-width: 767px) {
    .block-7 {
      padding: 40px 0; } }
  .block-7__content {
    position: relative; }
    @media screen and (max-width: 1200px) {
      .block-7__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .block-7__content .absolute-elem {
      position: absolute;
      right: -65px;
      top: 66px;
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg);
      font-size: 12px;
      color: #479cc8;
      padding-left: 55px; }
      @media screen and (max-width: 1200px) {
        .block-7__content .absolute-elem {
          display: none; } }
      .block-7__content .absolute-elem::before {
        position: absolute;
        content: '';
        width: 45px;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #4e4d4d; }
  .block-7__info {
    display: inline-block;
    border: 12px solid #479cc8;
    padding: 40px 160px 40px 50px; }
    @media screen and (max-width: 767px) {
      .block-7__info {
        padding: 40px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .block-7__info {
        padding: 20px; } }
    .block-7__info .title {
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      margin-bottom: 60px; }
      @media screen and (max-width: 576px) {
        .block-7__info .title {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; } }
    .block-7__info .text {
      max-width: 420px;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px; }
      .block-7__info .text strong {
        font-weight: 700;
        color: #479cc8; }
    .block-7__info strong {
      color: #479cc8; }
  .block-7 .video-block {
    position: absolute;
    right: 0;
    bottom: -150px; }
    @media screen and (max-width: 1200px) {
      .block-7 .video-block {
        position: relative;
        bottom: auto; } }
  .block-7 .play-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .block-7 .play-content .text {
      font-size: 26px;
      color: #fff;
      line-height: 31px;
      text-align: right;
      margin-right: 25px; }
      @media screen and (max-width: 576px) {
        .block-7 .play-content .text {
          display: none; } }

.block-8 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-8 {
      padding: 40px 0; } }
  .block-8 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: -45px;
    z-index: 1; }
    @media screen and (max-width: 1200px) {
      .block-8 .main-title {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .block-8 .main-title {
        font-size: 24px;
        line-height: 28px; } }
    .block-8 .main-title strong {
      color: #479cc8; }
    .block-8 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-8__content {
    position: relative; }
  .block-8 .slide {
    position: relative;
    padding-top: 95px; }
    @media screen and (max-width: 1200px) {
      .block-8 .slide {
        padding-top: 20px; } }
    .block-8 .slide .image {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0 10px 20px; }
      .block-8 .slide .image img {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1200px) {
        .block-8 .slide .image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media screen and (max-width: 1024px) {
        .block-8 .slide .image {
          display: block; } }
    .block-8 .slide .content {
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      border: 12px solid #479cc8;
      padding: 60px 30px 60px 90px; }
      @media screen and (max-width: 1200px) {
        .block-8 .slide .content {
          position: relative;
          right: auto;
          top: auto; } }
      @media screen and (max-width: 1024px) {
        .block-8 .slide .content {
          padding: 20px 20px 70px; } }
      @media screen and (max-width: 767px) {
        .block-8 .slide .content {
          padding: 0 0 80px;
          border: none; } }
    .block-8 .slide .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 25px; }
    .block-8 .slide .item {
      position: relative;
      padding-left: 50px;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 15px; }
      .block-8 .slide .item:last-child {
        margin-bottom: 0; }
      .block-8 .slide .item::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  .block-8 .my-slider-nav {
    position: absolute;
    right: 0;
    bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media screen and (max-width: 1200px) {
      .block-8 .my-slider-nav {
        right: 30px;
        bottom: 10px; } }
    @media screen and (max-width: 1024px) {
      .block-8 .my-slider-nav {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .block-8 .my-slider-nav .counter {
      position: relative;
      padding: 0 60px 0 30px;
      font-size: 60px;
      font-weight: 700;
      color: #479cc8; }
      @media screen and (max-width: 576px) {
        .block-8 .my-slider-nav .counter {
          padding: 0 40px 0 10px; } }
      .block-8 .my-slider-nav .counter .total {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        font-weight: 400;
        color: #4e4d4d; }
    .block-8 .my-slider-nav .slick-arrow-next,
    .block-8 .my-slider-nav .slick-arrow-prev {
      cursor: pointer;
      font-size: 12px;
      padding-bottom: 5px;
      border-bottom: 2px solid #479cc8;
      margin-bottom: 20px;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 1250px) {
        .block-8 .my-slider-nav .slick-arrow-next:hover,
        .block-8 .my-slider-nav .slick-arrow-prev:hover {
          color: #479cc8; } }
    .block-8 .my-slider-nav .slick-arrow-next {
      padding-left: 10px; }
    .block-8 .my-slider-nav .slick-arrow-prev {
      cursor: pointer;
      padding-right: 10px; }

.block-9 {
  padding: 80px 0;
  background: #efefef; }
  @media screen and (max-width: 767px) {
    .block-9 {
      padding: 40px 0; } }
  .block-9 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 23px; }
    @media screen and (max-width: 767px) {
      .block-9 .main-title {
        font-size: 24px;
        line-height: 28px; } }
    .block-9 .main-title strong {
      color: #479cc8; }
    .block-9 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-9 .pools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    @media screen and (max-width: 1024px) {
      .block-9 .pools-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .block-9 .pools-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .block-9 .pool-holder {
    width: 33.33%;
    padding: 0 15px;
    max-width: 390px; }
    @media screen and (max-width: 1024px) {
      .block-9 .pool-holder {
        width: 50%;
        padding: 0 15px 30px; } }
    @media screen and (max-width: 767px) {
      .block-9 .pool-holder {
        width: 100%; } }
  .block-9 .title {
    font-size: 20px;
    font-weight: 700;
    color: #4e4d4d;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .block-9 .title {
        min-height: 52px; } }
    @media screen and (max-width: 767px) {
      .block-9 .title {
        min-height: 0; } }
    .block-9 .title span {
      color: #479cc8; }
  .block-9 .image {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 40px #bbbcbc;
    box-shadow: 0 0 40px #bbbcbc; }
  .block-9 .info {
    position: relative;
    padding: 30px 30px 10px;
    background: #fff;
    border-top: 5px solid #479cc8;
    text-align: center;
    -webkit-box-shadow: 0 0 40px #bbbcbc;
    box-shadow: 0 0 40px #bbbcbc; }
  .block-9 .text {
    font-size: 20px;
    line-height: 21px;
    min-height: 63px;
    margin-bottom: 25px; }
  .block-9 .subtext {
    position: absolute;
    font-size: 14px;
    left: 10px;
    bottom: 20px;
    font-weight: 400; }
    @media screen and (max-width: 1200px) {
      .block-9 .subtext {
        display: none; } }
    .block-9 .subtext span {
      color: #479cc8; }

.block-10 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-10 {
      padding: 40px 0; } }
  .block-10 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .block-10 .main-title {
        font-size: 24px;
        line-height: 28px; } }
    .block-10 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-10__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .block-10__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .block-10__content .row {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .block-10__content .row {
          margin-bottom: 20px; } }
    .block-10__content .subrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .block-10__content .subcol {
      width: 50%; }
    .block-10__content .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 15px; }
  .block-10__col {
    width: 47%; }
    @media screen and (max-width: 1024px) {
      .block-10__col {
        width: auto;
        margin-bottom: 20px; }
        .block-10__col:last-child {
          margin-bottom: 0; } }
  .block-10 .radios-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .block-10 .radios-images .image {
      position: relative;
      margin-bottom: 10px; }
      .block-10 .radios-images .image::after {
        position: absolute;
        content: '';
        z-index: -1;
        background: #fbfbfb;
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        border-radius: 20px; }
  .block-10 .input {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px; }
    .block-10 .input:last-child {
      margin-bottom: 0; }
  .block-10 .input input {
    position: absolute;
    opacity: 0; }
  .block-10 .checkmark {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-transition: .3s;
    transition: .3s; }
  .block-10 .input:hover input ~ .checkmark {
    background-color: #fff;
    border: 2px solid #4a9dc8; }
  .block-10 .input input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #4a9dc8; }
  .block-10 .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .block-10 .input input:checked ~ .checkmark:after {
    display: block; }
  .block-10 .input .checkmark:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#547798), to(#91c2e0));
    background: linear-gradient(to top, #547798, #91c2e0); }

.block-11 {
  padding: 80px 0;
  text-align: right;
  background: #eaeaea; }
  @media screen and (max-width: 767px) {
    .block-11 {
      padding: 40px 0; } }
  .block-11__content {
    position: relative; }
  .block-11 form {
    position: relative; }
  .block-11 .absolute-elem {
    position: absolute;
    left: -145px;
    bottom: -130px;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      .block-11 .absolute-elem {
        position: initial;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1200px) {
      .block-11 .absolute-elem .main-image {
        display: none; } }
    .block-11 .absolute-elem .decor-elem {
      position: absolute; }
      @media screen and (max-width: 1200px) {
        .block-11 .absolute-elem .decor-elem {
          position: initial; } }
      .block-11 .absolute-elem .decor-elem .text {
        font-size: 30px;
        line-height: 36px;
        font-weight: 700; }
      .block-11 .absolute-elem .decor-elem .arrow {
        position: absolute; }
      .block-11 .absolute-elem .decor-elem-1 {
        left: 185px;
        top: -235px; }
        .block-11 .absolute-elem .decor-elem-1 .arrow {
          background: #eaeaea;
          right: -170px;
          bottom: -20px; }
    .block-11 .absolute-elem .decor-text {
      position: absolute;
      left: 30px;
      top: -210px;
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg);
      font-size: 12px;
      color: #479cc8;
      padding-left: 55px; }
      @media screen and (max-width: 1200px) {
        .block-11 .absolute-elem .decor-text {
          display: none; } }
      .block-11 .absolute-elem .decor-text::before {
        position: absolute;
        content: '';
        width: 45px;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #4e4d4d; }
  .block-11 .form-block {
    display: inline-block;
    text-align: left;
    border: 12px solid #479cc8;
    padding: 60px 70px 65px; }
    @media screen and (max-width: 1200px) {
      .block-11 .form-block {
        display: block;
        max-width: 550px;
        margin: 0 auto; } }
    @media screen and (max-width: 576px) {
      .block-11 .form-block {
        padding: 20px; } }
    .block-11 .form-block .title {
      font-size: 30px;
      line-height: 34px;
      font-weight: 700;
      margin-bottom: 50px; }
      @media screen and (max-width: 576px) {
        .block-11 .form-block .title {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 20px; } }
    .block-11 .form-block .row {
      margin-bottom: 30px; }
    .block-11 .form-block .label {
      position: relative;
      font-size: 16px;
      padding-left: 23px; }
      .block-11 .form-block .label-email::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }
      .block-11 .form-block .label-phone::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }

.block-12 {
  padding: 150px 0 80px; }
  @media screen and (max-width: 767px) {
    .block-12 {
      padding: 80px 0 40px; } }
  .block-12__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .block-12__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .block-12 .info {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .block-12 .info {
        width: auto;
        max-width: 500px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 576px) {
      .block-12 .info {
        min-width: 300px; } }
  .block-12 .image {
    min-width: 630px;
    width: 630px;
    margin-left: 20px;
    -webkit-box-shadow: 0 0 40px #bbbcbc;
    box-shadow: 0 0 40px #bbbcbc; }
    @media screen and (max-width: 1200px) {
      .block-12 .image {
        min-width: 500px;
        width: 500px; } }
    @media screen and (max-width: 1024px) {
      .block-12 .image {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .block-12 .image {
        display: none; } }
  .block-12 .title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      .block-12 .title {
        font-size: 24px;
        line-height: 28px; } }
    @media screen and (max-width: 1024px) {
      .block-12 .title {
        margin-bottom: 30px; } }
    .block-12 .title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-12 .text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 65px; }
    @media screen and (max-width: 1024px) {
      .block-12 .text {
        margin-bottom: 30px; } }

.block-13 {
  padding: 80px 0;
  background: url("../data/block-13-bg.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .block-13 {
      padding: 40px 0;
      background: #eaeaea; } }
  .block-13__content {
    margin: 0 -60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 45px 60px; }
  .block-13 .title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .block-13 .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px; } }
    .block-13 .title strong {
      color: #479cc8; }
    .block-13 .title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-13 .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block-13 .person-holder {
    width: 25%;
    padding: 0 8px; }
    @media screen and (max-width: 767px) {
      .block-13 .person-holder {
        width: 50%;
        padding: 0 8px 20px; } }
    .block-13 .person-holder .image {
      margin-bottom: 20px; }
    .block-13 .person-holder .name {
      font-size: 18px;
      margin-bottom: 5px; }
    .block-13 .person-holder .post {
      font-size: 18px;
      color: #479cc8;
      text-decoration: underline; }

.block-14 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-14 {
      padding: 40px 0; } }
  .block-14 .title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .block-14 .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px; } }
    .block-14 .title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-14 .certeficates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px; }
  .block-14 .certeficate-holder {
    width: 25%;
    padding: 0 15px 30px; }
    @media screen and (max-width: 767px) {
      .block-14 .certeficate-holder {
        width: 33.33%; } }
    @media screen and (max-width: 576px) {
      .block-14 .certeficate-holder {
        width: 50%; } }
    .block-14 .certeficate-holder .image {
      margin-bottom: 20px; }
    .block-14 .certeficate-holder .name {
      font-size: 14px;
      line-height: 17px;
      text-decoration: underline;
      font-weight: 400;
      text-align: center; }

.block-15 {
  padding: 80px 0;
  background: #eaeaea; }
  @media screen and (max-width: 767px) {
    .block-15 {
      padding: 40px 0; } }
  .block-15 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .block-15 .main-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px; } }
    .block-15 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-15__content {
    position: relative; }
    .block-15__content .absolute-elem {
      position: absolute;
      right: -35px;
      top: 66px;
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg);
      font-size: 12px;
      color: #479cc8;
      padding-left: 55px; }
      @media screen and (max-width: 1200px) {
        .block-15__content .absolute-elem {
          display: none; } }
      .block-15__content .absolute-elem::before {
        position: absolute;
        content: '';
        width: 45px;
        height: 2px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #4e4d4d; }
  .block-15 .feedbacks-slider {
    padding: 0 100px; }
    @media screen and (max-width: 1024px) {
      .block-15 .feedbacks-slider {
        padding: 0 0 40px; } }
  .block-15 .slider-for {
    margin-bottom: 30px; }
    .block-15 .slider-for .slide {
      position: relative;
      padding-top: 40px; }
      @media screen and (max-width: 1200px) {
        .block-15 .slider-for .slide {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 767px) {
        .block-15 .slider-for .slide {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .block-15 .slider-for .slide iframe {
        position: relative;
        z-index: 2;
        display: block;
        border: none;
        width: 605px;
        height: 340px; }
        @media screen and (max-width: 767px) {
          .block-15 .slider-for .slide iframe {
            margin-bottom: 20px;
            width: 100%; } }
        @media screen and (max-width: 576px) {
          .block-15 .slider-for .slide iframe {
            height: 250px; } }
      .block-15 .slider-for .slide .info {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        border: 12px solid #479cc8;
        padding: 110px 30px 100px 115px; }
        @media screen and (max-width: 1200px) {
          .block-15 .slider-for .slide .info {
            position: relative;
            top: auto;
            right: auto;
            padding: 40px; } }
        @media screen and (max-width: 767px) {
          .block-15 .slider-for .slide .info {
            width: 100%; } }
        @media screen and (max-width: 576px) {
          .block-15 .slider-for .slide .info {
            padding: 20px; } }
      .block-15 .slider-for .slide .name {
        font-size: 24px;
        margin-bottom: 20px; }
      .block-15 .slider-for .slide .feedback {
        font-size: 20px;
        line-height: 24px;
        color: #479cc8;
        font-weight: 400; }
    .block-15 .slider-for .slick-arrow-prev {
      left: 0;
      padding-right: 10px; }
    .block-15 .slider-for .slick-arrow-next {
      right: 0;
      padding-left: 10px; }
    .block-15 .slider-for .slick-arrow {
      z-index: 1;
      position: absolute;
      bottom: 5px;
      cursor: pointer;
      font-size: 12px;
      padding-bottom: 5px;
      border-bottom: 2px solid #479cc8;
      -webkit-transition: .3s;
      transition: .3s; }
      @media (min-width: 1250px) {
        .block-15 .slider-for .slick-arrow:hover {
          color: #479cc8; } }
  .block-15 .slider-nav {
    text-align: center; }
    .block-15 .slider-nav .slide {
      cursor: pointer; }
      @media (min-width: 1250px) {
        .block-15 .slider-nav .slide:hover .image::after {
          background: rgba(71, 156, 200, 0.8); } }
    .block-15 .slider-nav .image {
      display: inline-block;
      position: relative;
      margin-bottom: 15px; }
      .block-15 .slider-nav .image img {
        border-radius: 50%; }
      .block-15 .slider-nav .image::before {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
      .block-15 .slider-nav .image::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        -webkit-transition: .3s;
        transition: .3s; }
    .block-15 .slider-nav .name {
      color: #479cc8;
      margin-bottom: 5px; }
    .block-15 .slider-nav .slick-current .image::after {
      background: transparent; }

.block-16 {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .block-16 {
      padding: 40px 0; } }
  .block-16__content {
    position: relative; }
  .block-16 .main-title {
    position: relative;
    font-size: 39px;
    line-height: 47px;
    font-weight: 700;
    padding-left: 120px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .block-16 .main-title {
        font-size: 24px;
        line-height: 28px; } }
    .block-16 .main-title::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-16 .subtitle {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
    color: #479cc8; }
  .block-16 .absolute-elem {
    position: absolute;
    bottom: -80px;
    right: 0; }
    @media screen and (max-width: 1024px) {
      .block-16 .absolute-elem {
        display: none; } }
    @media screen and (max-width: 1200px) {
      .block-16 .absolute-elem .image {
        max-width: 300px; } }
    .block-16 .absolute-elem .text {
      position: absolute;
      font-size: 16px;
      line-height: 1;
      font-weight: 400;
      right: 0;
      top: 150px; }
      @media screen and (max-width: 1200px) {
        .block-16 .absolute-elem .text {
          left: -125px;
          top: 115px;
          right: auto;
          background: #fff;
          padding: 10px 0; } }
      .block-16 .absolute-elem .text strong {
        color: #479cc8;
        text-transform: uppercase;
        font-weight: 700; }
  .block-16 .form-block {
    display: inline-block;
    text-align: left;
    border: 12px solid #479cc8;
    padding: 60px 70px 65px; }
    @media screen and (max-width: 1024px) {
      .block-16 .form-block {
        width: 100%;
        padding: 30px; } }
    .block-16 .form-block form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .block-16 .form-block form {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .block-16 .form-block .title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 30px; }
    .block-16 .form-block .textarea-title {
      font-size: 20px;
      margin: 15px 0 10px; }
    .block-16 .form-block .col {
      min-width: 290px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .block-16 .form-block .col {
          margin: 0;
          width: 100%;
          min-width: 0; } }
      .block-16 .form-block .col:last-child {
        margin-right: 0;
        padding-bottom: 60px; }
        @media screen and (max-width: 767px) {
          .block-16 .form-block .col:last-child {
            margin-bottom: 20px;
            padding-bottom: 0; } }
    .block-16 .form-block .row {
      margin-bottom: 30px; }
    .block-16 .form-block .label {
      position: relative;
      font-size: 16px;
      padding-left: 23px; }
      .block-16 .form-block .label-name::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }
      .block-16 .form-block .label-phone::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }
      .block-16 .form-block .label-question::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0; }

.block-17 {
  position: relative; }
  .block-17 #map {
    height: 600px; }
    @media screen and (max-width: 767px) {
      .block-17 #map {
        height: 400px; } }
    @media screen and (max-width: 576px) {
      .block-17 #map {
        height: 200px; } }
  .block-17 .map-block {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 600px; }
    @media screen and (max-width: 767px) {
      .block-17 .map-block {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        min-width: 0; } }
  @media screen and (max-width: 767px) {
    .block-17 .image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 576px) {
    .block-17 .image {
      display: none; } }
  .block-17 .content {
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (max-width: 576px) {
      .block-17 .content {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        background: #479cc8;
        padding: 20px; } }
  .block-17 .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px; }
  .block-17 .contact-list {
    margin-bottom: 50px; }
  .block-17 .contact {
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400; }
    .block-17 .contact a {
      display: block;
      color: #fff; }
    .block-17 .contact-loc::before {
      position: absolute;
      content: '';
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .block-17 .contact-email::before {
      position: absolute;
      content: '';
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .block-17 .contact-phones::before {
      position: absolute;
      content: '';
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .block-17 .fb-link {
    display: block; }

@-webkit-keyframes mouseMove {
  0% {
    left: 0; }
  25% {
    left: 10px; }
  50% {
    left: 0; }
  75% {
    left: -10px; }
  100% {
    left: 0; } }

@keyframes mouseMove {
  0% {
    left: 0; }
  25% {
    left: 10px; }
  50% {
    left: 0; }
  75% {
    left: -10px; }
  100% {
    left: 0; } }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  background: #efefef;
  -webkit-box-shadow: 0 0 20px #e0e0e0;
  box-shadow: 0 0 20px #e0e0e0;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 15px 0; } }
  @media screen and (max-width: 1024px) {
    .header .logo {
      width: 150px; } }
  @media screen and (max-width: 576px) {
    .header .logo {
      display: none; } }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo-buisiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .header__logo-buisiness {
        margin-right: 20px; } }
  .header__buisiness {
    font-size: 18px;
    line-height: 22px;
    max-width: 235px; }
    @media screen and (max-width: 1024px) {
      .header__buisiness {
        margin-left: 20px;
        font-size: 14px;
        line-height: 18px; } }
    @media screen and (max-width: 576px) {
      .header__buisiness {
        font-size: 16px;
        margin-left: 0; } }
  .header__contacts-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .header__contacts-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  .header .phones-list {
    margin-right: 25px; }
    @media screen and (max-width: 1024px) {
      .header .phones-list {
        margin-right: 0;
        margin-bottom: 20px; } }
    .header .phones-list__item {
      margin-bottom: 5px;
      white-space: nowrap; }
      .header .phones-list__item:last-child {
        margin-bottom: 0; }
    .header .phones-list a {
      font-size: 18px; }
      @media screen and (max-width: 576px) {
        .header .phones-list a {
          font-size: 14px; } }

.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 50%;
  min-width: 320px;
  background: #fff;
  z-index: 11;
  -webkit-transition: .3s;
  transition: .3s;
  overflow-y: auto;
  padding: 110px 100px; }
  @media screen and (max-width: 1024px) {
    .main-nav {
      padding: 60px 50px 10px 30px; } }
  .main-nav.active {
    right: 0; }
  .main-nav__list {
    font-size: 24px; }
    @media screen and (max-width: 1024px) {
      .main-nav__list {
        font-size: 18px; } }
    .main-nav__list .item {
      margin-bottom: 25px; }
      @media screen and (max-width: 1024px) {
        .main-nav__list .item {
          margin-bottom: 10px; } }
    .main-nav__list a {
      position: relative;
      display: inline-block;
      padding-bottom: 5px; }
      .main-nav__list a::after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #2b89bf;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition: .3s;
        transition: .3s; }
      @media (min-width: 1250px) {
        .main-nav__list a:hover::after {
          -webkit-transform: rotateY(0);
          transform: rotateY(0); } }

.logo {
  position: relative;
  width: 200px;
  margin-right: 75px; }
  @media screen and (max-width: 1024px) {
    .logo {
      margin-right: 0; } }
  .logo::after {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: -37px;
    width: 2px;
    background: #2b89bf; }
    @media screen and (max-width: 1024px) {
      .logo::after {
        display: none; } }

select {
  display: none; }

.select {
  margin: auto;
  border: 1px solid #e8e8e8;
  padding: 1em 2em;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin: 15px;
  white-space: nowrap;
  outline: none;
  overflow: hidden; }
  .select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: .7em;
    width: .7em;
    margin-top: -.4em;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

/*# sourceMappingURL=index.css.map */
