@charset "UTF-8";
.button {
  position: relative;
  width: 177px;
  height: 47px;
  background: linear-gradient(94.58deg, #6BB8CB -10.01%, #5DCAE6 45.45%, #6BB8CB 110.98%);
  border: none;
  border-radius: 50px;
  z-index: 1;
}
.button span {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  z-index: 100000;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.button_cost-calculation {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  width: 300px;
  padding: 0px 0;
  height: 60px;
  background: white;
  margin-top: 30px;
}
.button_cost-calculation span {
  font-size: 26px;
  color: black;
  font-weight: 700;
  width: 100%;
}
.button:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 101%;
  top: 50%;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-10.01%, #62d4f0), color-stop(45.45%, #98d7e7), color-stop(110.98%, #62d4f0));
  background: linear-gradient(90deg, #62d4f0 -10.01%, #98d7e7 45.45%, #62d4f0 110.98%);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  z-index: 10;
  cursor: pointer;
}
.button:hover:before {
  width: 101%;
  opacity: 1;
}
.button_order-call {
  max-width: 180px;
  left: 1674px;
  top: 21px;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  background: none;
  border: none;
  margin-left: 5px;
  color: #000000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button_order-call:hover {
  color: #6BB8CB;
  border-bottom: 3px solid #6BB8CB;
}
.button_form {
  margin-top: 14px;
  display: none;
}
.button_form span {
  line-height: 20px;
}
.button_show {
  display: block;
}
.button_mini {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 20px white;
          box-shadow: 1px 1px 20px white;
  cursor: pointer;
}
.button_mini img {
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 100000;
}
.button_mini:hover:before {
  width: 100%;
  opacity: 1;
  border-radius: 0px;
}
.button_phone {
  bottom: 200px;
}
.button_quiz {
  width: 163px;
  height: 57px;
  margin: 10px 8px 0 8px;
  border: 2px solid #6BB8CB;
  cursor: pointer;
  background: #fff;
  display: none;
}
.button_quiz.active {
  display: inline-block;
}
.button_quiz span {
  color: #000;
  font-weight: inherit;
  font-size: 24px;
}
.button_before {
  border-radius: 50px 0px 0px 50px;
}
.button_before:before {
  background: linear-gradient(94.58deg, #B6B6B6 -10.01%, #A6A6A6 45.45%, #B6B6B6 110.98%);
  border: 2px solid #6BB8CB;
  border-radius: 50px 0px 0px 50px;
}
.button_next {
  border-radius: 0px 50px 50px 0px;
}
.button_next:before {
  background: linear-gradient(94.58deg, #6BB8CB -10.01%, #5DCAE6 45.45%, #6BB8CB 110.98%);
  border: 2px solid #6BB8CB;
  border-radius: 0px 50px 50px 0px;
}
.button_round {
  border: 2px solid #6BB8CB;
  border-radius: 50px;
  display: none;
}
.button_round:before {
  border-radius: 50px;
  border: 2px solid #6BB8CB;
  background: linear-gradient(94.58deg, #6BB8CB -10.01%, #5DCAE6 45.45%, #6BB8CB 110.98%);
}
.button_add {
  width: 57px;
  position: absolute;
  bottom: -90px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  margin: 0;
}
.button_remove {
  margin: 0;
  width: 57px;
  position: absolute;
  bottom: -90px;
  left: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
}
.button span:hover {
  cursor: pointer;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
          box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
  border-radius: 20px;
  padding: 35px 39px 40px 39px;
}
.form_order-call {
  height: 267px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.form__appeare {
  margin-top: 20px;
  height: 77px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.form__appeare .form__header {
  cursor: pointer;
  line-height: 77px;
  font-size: 32px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.form__appeare .form__header:active {
  background: #C9C9C9;
}
.form .container {
  margin-top: 36px;
}
.form__header {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #000000;
  border: none;
  background-color: white;
  width: 500px;
}
.form__header_cost-calculation {
  font-size: 50px;
  margin-bottom: 41px;
  background: #6BB8CB;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.form__header_cost-calculation:hover {
  background: #fff;
}
.form__subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #000000;
  text-align: left;
  margin-left: 17px;
  margin-bottom: 17px;
}
.form__wrap {
  text-align: center;
  margin-top: 0px;
}
.form_cost-calculation {
  display: none;
  max-width: 1176px;
  min-height: 995px;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-top: 30px;
}
.form_cost-calculation .form__input {
  width: 100%;
  margin: 0 17px 17px 17px;
}
.form_cost-calculation .form__input_range {
  background: red;
}
.form_cost-calculation .agreement {
  margin-top: 20px;
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_cost-calculation .agreement__checkbox {
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  text-align: left;
  width: 28px;
  height: 28px;
}
.form_cost-calculation .agreement__text {
  margin: 0 0 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  color: #B6B6B6;
}
.form_cost-calculation .agreement__confidential {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #B6B6B6;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin: 0 0 0 0px;
}
.form_cost-calculation .agreement__confidential:hover {
  color: #6BB8CB;
}
.form_cost-calculation .agreement__confidential br {
  display: none;
}
.form .required-fild {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  margin-left: 52px;
  margin-top: 10px;
  color: #B6B6B6;
}
.form option {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #B6B6B6;
}
.form__input {
  width: 275px;
  height: 47px;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding-left: 23px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-top: 10px;
}
.form__input:focus {
  border: 2px solid #6BB8CB;
  outline: none;
}
.form_modal {
  position: relative;
  max-width: 420px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding-top: 20px;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar-button {
  background-image: url(&#39;&#39;);
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #6BB8CB;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #528d9c;
}

::-webkit-resizer {
  background-image: url(&#39;&#39;);
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 13px;
}

.quiz, .quiz__PA {
  display: none;
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  top: 0;
}
.quiz_active, .quiz__PA_active {
  display: block;
}
.quiz__wrap, .quiz__PA__wrap {
  overflow: hidden;
  padding-top: 25px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 937px;
  height: 564px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
          box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
  border-radius: 20px;
  margin: 0 auto;
}
.quiz__wrap-bg, .quiz__PA__wrap-bg {
  background: url("/img/quiz_bg_big.png") center center/cover no-repeat;
}
.quiz__title.title, .quiz__PA__title.title {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  margin: 0;
}
.quiz__subtitle.subtitle, .quiz__PA__subtitle.subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  width: 100%;
  display: none;
  padding: 0 10px;
}
.quiz__subtitle.subtitle_active, .quiz__PA__subtitle.subtitle_active {
  display: block;
}
.quiz__input-wrap, .quiz__PA__input-wrap {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 30%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.quiz__input-wrap_active, .quiz__PA__input-wrap_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quiz__input-wrap_small, .quiz__PA__input-wrap_small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quiz__input-wrap_small .quiz__item, .quiz__PA__input-wrap_small .quiz__item {
  width: 234px;
  height: 57px;
}
.quiz__input-wrap_vacancy input:focus, .quiz__PA__input-wrap_vacancy input:focus {
  border: none;
}
.quiz__item, .quiz__PA__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #6BB8CB;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 414px;
  height: 76px;
  margin: 20px 8px 0 8px;
}
.quiz__item:hover, .quiz__PA__item:hover {
  background: linear-gradient(94.58deg, #6BB8CB -10.01%, #5DCAE6 45.45%, #6BB8CB 110.98%);
}
.quiz__item input, .quiz__PA__item input {
  display: inline-block;
  border: none;
  border-radius: inherit;
  color: #000;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: auto;
}
.quiz__item img, .quiz__PA__item img {
  max-height: 151px;
}
.quiz__item_recruitment, .quiz__PA__item_recruitment {
  width: 414px;
  height: 256px;
}
.quiz__item_active, .quiz__PA__item_active {
  background: linear-gradient(94.58deg, #6BB8CB -10.01%, #5DCAE6 45.45%, #6BB8CB 110.98%);
  color: #fff;
}
.quiz__item_both, .quiz__PA__item_both {
  width: 181px;
  height: 58px;
}
.quiz__item-text, .quiz__PA__item-text {
  color: inherit;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}
.quiz__item-number, .quiz__PA__item-number {
  position: relative;
  border: none;
  padding: 5px;
}
.quiz__item-number:hover, .quiz__PA__item-number:hover {
  background: none;
}
.quiz__item-number.quiz__item_active, .quiz__PA__item-number.quiz__item_active {
  color: #000;
  background: none;
}
.quiz__item-number .min-value, .quiz__PA__item-number .min-value {
  position: absolute;
  left: 40px;
  bottom: -5px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #A6A6A6;
}
.quiz__item-number .max-value, .quiz__PA__item-number .max-value {
  position: absolute;
  right: 20px;
  bottom: -5px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #A6A6A6;
}
.quiz__item-number input[type=range], .quiz__PA__item-number input[type=range] {
  width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
}
.quiz__item-number input[type=range]::-webkit-slider-runnable-track, .quiz__PA__item-number input[type=range]::-webkit-slider-runnable-track {
  border-radius: 30px;
  height: 7px;
  border: 1px solid #6BB8CB;
  background-color: #fff;
}
.quiz__item-number input[type=range]::-webkit-slider-thumb, .quiz__PA__item-number input[type=range]::-webkit-slider-thumb {
  background: #6BB8CB;
  border-radius: 100%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
}
.quiz__item-number input[type=range]::-moz-range-track, .quiz__PA__item-number input[type=range]::-moz-range-track {
  height: 5px;
  border: 1px solid #6BB8CB;
  border-radius: 30px;
  background-color: #fff;
}
.quiz__item-number input[type=range]::-moz-range-thumb, .quiz__PA__item-number input[type=range]::-moz-range-thumb {
  background: #6BB8CB;
  border-radius: 100%;
  cursor: pointer;
}
.quiz .btn__wrap, .quiz__PA .btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
  cursor: pointer;
}
.quiz .steps, .quiz__PA .steps {
  position: absolute;
  bottom: 25px;
  right: 60px;
  font-weight: 400;
  font-size: 20px;
  color: black;
}
.quiz .steps span, .quiz__PA .steps span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.quiz form, .quiz__PA form {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  overflow: visible;
  background: none;
}
.quiz form button, .quiz__PA form button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  border: 1px solid white;
  top: 230px;
}
.quiz form input, .quiz__PA form input {
  border: 1px solid #7c7c7c;
}
.quiz .error, .quiz__PA .error {
  border: 2px solid red;
  position: relative;
  color: red;
}
.quiz .error::-moz-placeholder, .quiz__PA .error::-moz-placeholder {
  color: red;
}
.quiz .error::-webkit-input-placeholder, .quiz__PA .error::-webkit-input-placeholder {
  color: red;
}

.quiz__PA {
  /* Focus */
  /* Hover/active */
  /* Disabled */
}
.quiz__PA #back-btn {
  z-index: 10000;
}
.quiz__PA .form .button {
  top: 347px;
  z-index: 10000000;
}
.quiz__PA .quiz__input-wrap_recruitment {
  margin-top: 70px;
}
.quiz__PA .input-file {
  position: relative;
  display: inline-block;
}
.quiz__PA .input-file-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 13px;
  vertical-align: middle;
  color: #6BB8CB;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  line-height: 18px;
  height: 40px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #6BB8CB;
  margin: 0;
  margin-top: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  max-width: 200px;
}
.quiz__PA .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.quiz__PA .input-file:hover .input-file-btn {
  background-color: #eee;
}
.quiz__PA .input-file:active .input-file-btn {
  background-color: #6BB8CB;
}
.quiz__PA .input-file input[type=file]:disabled + .input-file-btn {
  background-color: #fff;
}
.quiz__PA .input-file-btn_active {
  color: #fff;
  background: #6BB8CB;
}
.quiz__PA .quiz__wrap .quiz__input-wrap {
  top: 10%;
}
.quiz__PA .quiz__wrap .quiz__input-wrap_recruitment {
  margin-top: 170px;
}

.quiz .form__wrap {
  margin-top: -56px;
}

@media (max-width: 991px) {
  .quiz #quiz-submit {
    top: 197px;
  }
  .quiz__PA .form__wrap {
    margin-top: -10px;
  }
  .quiz__PA .form__input {
    height: 40px;
  }
  .quiz__PA #back-btn {
    height: 40px;
  }
  .quiz__PA .form .button {
    height: 40px;
    top: 305px;
  }
}
@media (max-width: 768px) {
  .quiz .form__wrap {
    margin-top: -14px;
  }
  .quiz__PA .form__input {
    height: 32px;
    margin-top: 6px;
  }
}
.form__wrap {
  /* настройки для SVG-иконки */
  /* общие настройки для нового чекбокса и галочки */
  /* настройки для подписи чекбокса */
  /* включаем возможность поставить галочку */
}
.form__wrap .checkbox {
  text-align: left;
}
.form__wrap .check-group {
  margin-top: 10px;
}
.form__wrap .checkbox__input {
  /* устанавливаем абсолютное позиционирование */
  position: relative;
  /* задаём высоту и ширину */
  width: 20px;
  height: 20px;
  /* делаем чекбокс непрозрачным, чтобы скрыть исходный элемент и заменить его потом нарисованным */
  opacity: 0;
  /* меняем внешний вид курсора */
  cursor: pointer;
  top: 2px;
  left: 25px;
}
.form__wrap .checkbox__icon {
  position: relative;
  /* размеры совпадают с размерами скрытого чекбокса */
  width: 20px;
  height: 20px;
  /* убираем ограничение по наименьшей ширине блока */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* разрешаем отображать содержимое за пределами блока */
  overflow: visible;
  top: 2px;
}
.form__wrap .checkbox__icon:hover {
  cursor: pointer;
}
.form__wrap .checkbox__icon .tick {
  /* рисовать будем всё отрезками по 20 пикселей */
  stroke-dasharray: 20px;
  /* но сместим начало всех отрезков тоже на 20 пикселей, чтобы пока галочка не рисовалась */
  stroke-dashoffset: 20px;
  /* это даст нам плавную анимацию отрисовки галочки */
  -webkit-transition: stroke-dashoffset 0.2s ease-out;
  transition: stroke-dashoffset 0.2s ease-out;
}
.form__wrap .checkbox__label {
  /* добавляем отступ слева */
  color: black;
  font-size: 14px;
}
.form__wrap .checkbox__label a {
  color: inherit;
  font-size: inherit;
}
.form__wrap .checkbox__input:checked + .checkbox__icon .tick {
  /* убираем смещение для отрезков, чтобы включить анимацию галочки */
  stroke-dashoffset: 0;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 21px 38px 0 28px;
  max-height: 88px;
  z-index: 10;
}
.header .hamburger {
  position: absolute;
  display: none;
  width: 28px;
  height: 26px;
  right: 11px;
  top: 11px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20%;
  padding: 8px 3px 0 3px;
  z-index: 1000;
}
.header .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: black;
  margin-bottom: 2px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.header .hamburger_active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translatey(3px) translatex(-4px);
          transform: rotate(-45deg) translatey(3px) translatex(-4px);
}
.header .hamburger_active span:nth-child(2) {
  display: none;
}
.header .hamburger_active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translatey(0px) translatex(1px);
          transform: rotate(45deg) translatey(0px) translatex(1px);
}
.header__official {
  width: 153px;
  height: 50px;
  margin-bottom: 10px;
}
.header__official a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__official-logo {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.header__navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  height: 33px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
}
.header__navigation-item a {
  height: 33px;
  margin-left: 25px;
  border-radius: 20px;
  padding: 0px 20px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-decoration: none;
  color: black;
  font-weight: 400;
  line-height: 33px;
  font-size: 24px;
}
.header__navigation-item a.ml-2 {
  margin-left: -2px;
}
.header__navigation-item a.mr-2 {
  margin-right: -2px;
}
.header__navigation-item a.hover:hover {
  color: #fff;
  background-color: #6BB8CB;
}
.header__call {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  height: 52px;
}
.header__call::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
}
.header__call_phone {
  margin-left: 20px;
  margin-right: 20px;
}
.header__call_phone::before {
  background: rgba(0, 0, 0, 0);
}
.header__call-tel {
  margin-right: 21px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 27px;
  margin-right: 0px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  color: #000;
  padding: 0 10px;
}
.header__call_little {
  display: none;
}
.header__call_little:hover {
  color: #6BB8CB;
}
.header__call_eng {
  margin-left: auto;
  margin-right: 20px;
}
.header__call_PA::before {
  background: rgba(0, 0, 0, 0);
}

.promo {
  position: relative;
  top: -88px;
  min-height: 100vh;
  background: #6BB8CB;
  z-index: 1;
}
.promo__bg {
  background: url("../img/header_bg_5.jpg") center right/cover no-repeat;
  width: 100%;
  height: 100%;
}
.promo__gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6BB8CB), color-stop(40%, #6BB8CB), color-stop(80%, rgba(107, 184, 203, 0)));
  background: linear-gradient(90deg, #6BB8CB 0%, #6BB8CB 40%, rgba(107, 184, 203, 0) 80%);
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-left: 5%;
  padding-bottom: 20px;
  position: relative;
}
.promo__form-wrap {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 340px;
}
.promo__form-wrap .cost-link {
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.promo__form-wrap .cost-link:hover {
  border-bottom: 3px solid white;
}
.promo__header {
  text-align: left;
  max-width: 663px;
  margin-bottom: 10px;
  margin-top: 100px;
}
.promo__title {
  font-size: 48px;
  line-height: 120%;
}
.promo__subtitle {
  font-size: 32px;
  line-height: 52px;
}
.promo .pop-up__wrap {
  width: 440px;
  background: #6BB8CB;
  border-radius: 20px;
  height: 150px;
  position: fixed;
  right: 120px;
  top: 70vh;
  text-align: center;
  line-height: 150px;
  font-size: 30px;
  color: #fff;
}
.promo .pop-up__wrap .back {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.promo .cta {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 10px;
  top: 85%;
  padding: 0 50px;
  margin-top: 20px;
}
.promo .cta__wrap a {
  font-size: 26px;
  text-decoration: none;
  text-shadow: 2px 0 2px #000;
}
.promo .cta__wrap a:hover {
  text-decoration: underline;
}

.carousel {
  position: absolute;
  width: 600px;
  right: 40px;
  bottom: 40px;
  padding: 10px 0;
}
.carousel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel__inner {
  width: 100%;
}
.carousel__item {
  text-align: center;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 10px;
  width: 180px !important;
  height: 208px;
  background: rgba(255, 255, 255, 0.7);
}
.carousel__item-icon {
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 60px;
}
.carousel__item-text {
  text-align: center;
  display: block;
  vertical-align: bottom;
  font-size: 17px;
  line-height: 100%;
  color: #000;
}
.carousel__item-text .bold {
  font-size: 20px;
  line-height: 110%;
  color: #000;
}
.carousel__item .slide {
  width: 100%;
  margin-top: 30px;
}
.carousel__item .slide__descr {
  text-align: center;
  font-family: "Raleway";
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  width: 311px;
}
.carousel .slick-list {
  width: 100% !important;
}
.carousel .slick-slide {
  width: 311px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel .slick-arrow {
  width: 31px;
  height: 50px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.carousel .slick-arrow .arrow {
  width: 100%;
  height: 100%;
}
.carousel .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  cursor: pointer;
}
.carousel .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}
.carousel .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}
.carousel .slick-dots button {
  cursor: pointer;
}
.carousel .slick-dots li {
  list-style-type: none;
  border-radius: 0;
}
.carousel .slick-dots li.slick-active button {
  background-color: #6BB8CB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel .slick-dots button {
  width: 131px;
  height: 13px;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.41);
          box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.41);
  font-size: 0px;
  border: none;
  margin: 0 20px;
  -webkit-transition-duration: 0.2s all;
          transition-duration: 0.2s all;
}

@media (min-width: 992px) {
  .carousel .slick-list {
    width: 1045px;
  }
  .carousel .slick-dots button:hover {
    -webkit-box-shadow: 0px 0px 10px #8DC8CF;
            box-shadow: 0px 0px 10px #8DC8CF;
  }
}
.about-us {
  min-height: 600px;
  padding: 0px 137px 0px 137px;
  position: relative;
  top: -30px;
}
.about-us .title {
  color: #6BB8CB;
}
.about-us__item {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.about-us__icon-wrap {
  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;
  width: 150px;
  height: 150px;
  border: 1px solid #6BB8CB;
  border-radius: 50%;
}
.about-us__icon-img {
  max-width: 80px;
}
.about-us__descr {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000;
  margin-top: 0px;
}

.benefits {
  min-height: 732px;
  padding: 70px 140px;
  background: url("../img/footer_bg.jpg") top center/cover no-repeat;
}
.benefits__item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.benefits__icon-wrap {
  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;
  border-radius: 50%;
  width: 128px;
  height: 128px;
}
.benefits__icon-img {
  width: 60%;
}
.benefits__icon-img_black {
  display: none;
}
.benefits__icon-img_blue {
  display: block;
}
.benefits__icon-img_right {
  position: relative;
  left: 8%;
}
.benefits__descr {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  max-width: 380px;
  color: #6BB8CB;
  margin-top: 30px;
}

.expert {
  position: relative;
  padding: 20px 0 20px 20px;
  background: url("../img/footer_bg.jpg") top center/cover no-repeat;
}
.expert__wrap {
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 900px;
  margin: 0 auto;
}
.expert__tab {
  position: relative;
  width: 50%;
  height: 30px;
  text-align: left;
  cursor: pointer;
  padding: 0 10px;
  color: black;
  padding: 5px 0;
}
.expert__tab_active {
  text-decoration: underline;
}
.expert__tab_last {
  margin-bottom: 0px !important;
}
.expert__tab:hover {
  text-decoration: underline;
}
.expert__group {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: black;
  line-height: 30px;
  word-break: break-word;
  line-height: 18px;
}
.expert__group a {
  color: black;
  line-height: 30px;
  word-break: break-word;
  line-height: 18px;
  text-decoration: none;
}
.expert__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  list-style: none;
  background-color: #6BB8CB;
  padding: 0 20px;
  border-radius: 20px;
  width: 50%;
  height: 100%;
  left: 450px;
  top: 0px;
  text-align: center;
}
.expert__list_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.expert__list-item {
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  background-color: #6BB8CB;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 3px 0px;
  width: 100%;
  vertical-align: center;
}
.expert__list-item:last-child {
  margin: 0;
}
.expert__list-item:hover {
  color: #6BB8CB;
  background-color: #fff;
}

.services {
  background-color: #6BB8CB;
  min-height: 534px;
  padding: 95px 0;
}
.services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.services__block {
  margin: 0 17px;
}
.services__block-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.services__block_white {
  text-align: center;
  width: 25%;
  border: 1px solid #FFFFFF;
  padding: 17px 24px;
  background: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}
.services__block_transparent {
  text-align: center;
  width: 38%;
}
.services__pare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.services__pare .services__text {
  font-size: 20px;
}
.services__pare .services__text .bold {
  font-size: 26px;
}
.services__pare .services__text:first-child {
  margin-right: 17px;
}
.services__pare .services__text:last-child {
  margin-left: 17px;
}
.services__text {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 20px 5px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  height: 100%;
}
.services__text .bold {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}
.services__text .bold_little {
  font-size: 32px;
  line-height: 42px;
}
.services__text .thin {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.services .hr {
  height: 0.5px;
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 37px;
  margin-bottom: 37px;
}

.stats {
  min-height: 500px;
  height: 600px;
}
.stats__bg {
  background: url("../img/stats_bg.jpg") center center/cover no-repeat;
  width: 100%;
  height: 100%;
}
.stats__gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(15%, #fff), color-stop(50%, rgba(107, 184, 203, 0)));
  background: linear-gradient(90deg, #fff 0%, #fff 15%, rgba(107, 184, 203, 0) 50%);
  width: 100%;
  height: 100%;
  min-height: 880px;
  padding-top: 95px;
}
.stats__wrap {
  min-height: 707px;
  width: 60%;
  margin: auto;
}
.stats__item {
  text-align: center;
  border: 1px solid #6BB8CB;
  border-radius: 20px;
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 10px;
}
.stats__item-icon {
  max-height: 95px;
}
.stats__item-text {
  display: block;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 100%;
  color: #6BB8CB;
}
.stats__item-text .bold {
  font-size: 48px;
  line-height: 110%;
  color: #6BB8CB;
}
.stats__case {
  height: 177px;
  background: #6BB8CB;
  border: 1px solid #6BB8CB;
  border-radius: 20px;
  margin-top: 27px;
  text-align: center;
  padding: 0px 30px;
}
.stats__case-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stats__case-title {
  font-size: 30px;
  line-height: 100%;
}
.stats__case-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}
.stats__case-text .bold {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.logo {
  padding: 20px 0;
}
.logo__wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 30px;
  margin: 0 20px;
}
.logo__wrap_1 {
  max-width: 160px;
}
.logo__wrap_2 {
  max-width: 90px;
}
.logo__wrap_3 {
  max-width: 120px;
}
.logo__wrap_4 {
  max-width: 150px;
}
.logo__wrap_5 {
  max-width: 110px;
}
.logo__wrap_6 {
  max-width: 190px;
}
.logo__wrap_7 {
  margin: 0;
  max-width: 160px;
}
.logo__wrap_8 {
  max-width: 120px;
}
.logo__wrap_9 {
  margin: 0;
}
.logo__wrap_11 {
  margin: 0;
}
.logo__wrap_12 {
  max-width: 106px;
}
.logo__wrap_14 {
  margin: 0;
}
.logo__wrap_15 {
  max-width: 104px;
}
.logo__wrap img {
  max-width: 100%;
  max-height: 100%;
}

.cost-calculation {
  background: #6BB8CB;
  text-align: center;
  padding: 40px 10%;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal .overlay .form {
  z-index: 100;
}
.modal__thanks {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  max-height: 300px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
          box-shadow: 0px 0px 7px rgba(39, 51, 54, 0.2);
  border-radius: 20px;
  padding: 35px 39px 40px 39px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.modal__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  line-height: 27px;
  margin-top: 15px;
  color: #000000;
}

.letter {
  padding: 10px 0 20px 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;
}
.letter__wrap {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 10px;
  border-radius: 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.letter__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
  width: 100%;
}
.letter__link::before {
  border: 1px solid #6BB8CB;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.letter__link:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.letter .logo__letter {
  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;
  position: relative;
  height: 100%;
  width: 100%;
}
.letter .logo__letter img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  height: 90%;
  z-index: 10;
}
.letter__title {
  margin-top: 40px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .letter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .letter__wrap {
    height: 150px;
    width: 150px;
  }
}
.footer {
  position: relative;
  height: 270px;
  padding-bottom: 20px;
  background: #6BB8CB;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer__tel {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.footer__mail {
  font-size: 20px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  margin: 20px 0;
}
.footer__address {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}
.footer .vacansii {
  font-size: 20px;
}
.footer__links {
  position: absolute;
  width: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 40px;
  bottom: 30px;
}
.footer__links-item {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
  background: #fff;
  border-radius: 50%;
}
.footer__links-item:hover {
  cursor: pointer;
}
.footer__links-item img {
  width: 100%;
  height: 100%;
}
.footer__links-item img.zen {
  width: 25px;
}
.footer__links-item img.tch {
  margin-top: 1px;
  width: 35px;
}
.footer .copyright {
  font-size: 12px;
  color: #eee;
  position: absolute;
  bottom: 5px;
  left: 20px;
}

* {
  color: #fff;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow: none;
}

.title {
  font-size: 50px;
  line-height: 65px;
  text-align: center;
  color: #000000;
  margin-bottom: 31px;
}
.title__services {
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px;
}

.subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
  color: #000000;
}

.logo__link {
  height: 15px;
  width: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.logo__link img {
  width: 100%;
  height: 100%;
}
.logo__link_header {
  margin-right: 5px;
  margin-left: auto;
}

.translate {
  margin-right: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 30%;
  padding: 2px 5px;
}
.translate_active {
  background-color: #6BB8CB;
  color: #fff;
}
.translate_eng {
  margin-left: auto;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.overlay .back {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #6BB8CB;
  font-size: 50px;
  cursor: pointer;
  z-index: 10000000;
}
.overlay .back-black {
  color: black;
}

@media (min-width: 1702px) {
  .carousel {
    width: 810px;
    bottom: 10%;
    right: 100px;
  }
  .carousel__item {
    width: 250px !important;
    height: 280px;
  }
  .carousel__item-icon {
    max-width: 100px;
    width: 100px;
  }
  .carousel__item-text {
    font-size: 24px;
  }
  .carousel__item-text .bold {
    font-size: 24px;
  }
}
@media (max-width: 1501px) {
  .header__navigation-item a {
    font-size: 17px;
  }
  .header__call {
    height: 40px;
  }
  .header__call-tel {
    font-size: 14px;
  }
  .promo__header {
    width: 625px;
  }
  .form_order-call {
    width: 625px;
  }
  .about-us__descr {
    font-size: 20px;
  }
  .about-us__icon-wrap {
    width: 150px;
    height: 150px;
  }
  .about-us__icon-img {
    width: 87px;
  }
  .expert__group {
    font-size: 16px;
    line-height: 23px;
  }
  .expert__group a {
    font-size: 16px;
    line-height: 23px;
  }
  .expert__list-item {
    font-size: 16px;
    line-height: 23px;
  }
  .services__text {
    padding-top: 35px;
  }
  .stats__item {
    padding: 0 10px;
  }
  .stats__item-text {
    font-size: 26px;
  }
  .stats__item-text .bold {
    font-size: 37px;
  }
  .stats__case {
    padding: 20px 10px;
  }
  .stats__case-title {
    margin-bottom: 12px;
  }
  .stats__case-text {
    font-size: 22px;
  }
  .stats__case-text .bold {
    font-size: 22px;
  }
}
@media (max-width: 1270px) {
  .header__navigation {
    margin-left: 0;
  }
  .header__navigation-item a {
    margin-left: -7px;
  }
  .header__navigation-item:first-child {
    margin-left: 0px;
  }
  .header__call .hr {
    left: 29%;
  }
  .header__call-tel {
    font-size: 14px;
  }
  .header .button_order-call {
    font-size: 17px;
  }
  .promo__gradient {
    background: -webkit-gradient(linear, left top, right top, from(#6BB8CB), color-stop(30%, #6BB8CB), color-stop(90%, rgba(107, 184, 203, 0)));
    background: linear-gradient(90deg, #6BB8CB 0%, #6BB8CB 30%, rgba(107, 184, 203, 0) 90%);
  }
  .promo .pop-up {
    display: none;
  }
  .about-us__icon-wrap {
    width: 120px;
    height: 120px;
  }
  .about-us__icon-img {
    width: 72px;
  }
  .about-us__group {
    font-size: 16px;
    line-height: 20px;
  }
  .about-us__group a {
    font-size: 16px;
    line-height: 20px;
  }
  .about-us__list-item {
    font-size: 16px;
    padding: 0px 10px;
  }
  .services__block {
    margin: 0 7px;
  }
  .services__pare .services__text:first-child {
    margin-right: 7px;
  }
  .services__pare .services__text:last-child {
    margin-left: 7px;
  }
}
@media (max-width: 1200px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__navigation {
    margin-left: 15px;
    height: 44px;
  }
  .header__navigation-item a {
    font-size: 17px;
    margin: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
  }
  .header__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 15px;
  }
  .header__call::before {
    height: 1px;
    width: 90%;
  }
  .header__call-tel {
    font-size: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    line-height: 14px;
  }
  .header__call_little {
    display: none;
  }
  .stats__gradient {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, #fff), color-stop(95%, rgba(107, 184, 203, 0)));
    background: linear-gradient(90deg, #fff 0%, #fff 60%, rgba(107, 184, 203, 0) 95%);
  }
  .stats__wrap {
    width: 70%;
  }
  .stats__item-text {
    font-size: 21px;
  }
  .stats__item-text .bold {
    font-size: 29px;
  }
}
@media (max-width: 1100px) {
  .promo .carousel {
    width: 400px;
  }
  .about-us__descr {
    fosi: 17px;
  }
}
@media (max-width: 999px) {
  .promo__header {
    font-size: 41px;
    width: 500px;
  }
  .promo__title {
    font-size: 40px;
    line-height: 50px;
  }
  .promo__subtitle {
    font-size: 32px;
  }
  .form_order-call {
    width: 500px;
  }
  .form .container {
    margin-top: 21px;
  }
  .form .container input {
    width: 100%;
    height: 39px;
  }
  .form_cost-calculation .form__input {
    font-size: 16px;
  }
  .about-us__icon-wrap {
    width: 100px;
    height: 100px;
  }
  .about-us__icon-img {
    width: 55px;
  }
  .about-us__descr {
    font-size: 17px;
    line-height: 22px;
  }
  .services__block_white {
    width: 32%;
    height: 174px;
    position: relative;
    top: 50%;
  }
  .services__block_white.top {
    height: 200px;
    margin-top: 10%;
  }
  .services__pare {
    -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: start;
  }
  .services__pare .services__text {
    width: 100%;
    font-size: 22px;
  }
  .services__pare .services__text:first-child {
    margin: 0 0 7px 0;
  }
  .services__pare .services__text:last-child {
    margin: 7px 0 0 0;
  }
  .services__text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .header__navigation {
    position: fixed;
    top: 0;
    right: -50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100vh;
    width: 50%;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .header__navigation_active {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header__navigation-item a {
    position: relative;
    text-align: center;
    display: block;
    width: 50vw;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
    height: 80px;
    color: #fff;
  }
  .header__call {
    margin-right: 20px;
  }
  .header .hamburger {
    position: fixed;
    display: block;
  }
  .title {
    font-size: 40px;
  }
  .subtitle {
    font-size: 22px;
    margin-top: 10px;
  }
  .promo .carousel {
    width: 300px;
  }
  .promo .carousel__item {
    height: 140px;
    width: 130px !important;
  }
  .promo .carousel__item img {
    max-height: 45px;
  }
  .promo .carousel__item-text {
    font-size: 14px;
  }
  .promo .carousel__item-text .bold {
    font-size: 14px;
  }
  .about-us {
    padding: 0px 100px 50px 100px;
  }
  .about-us__item {
    margin-top: 50px;
  }
  .about-us__icon-wrap {
    width: 130px;
    height: 130px;
  }
  .about-us__icon-img {
    width: 65px;
  }
  .benefits {
    padding: 91px 100px;
  }
  .benefits__descr {
    font-size: 19px;
    line-height: 22px;
  }
  .expert__wrap {
    width: 600px;
  }
  .expert__list {
    left: 300px;
  }
  .expert__list-item {
    font-size: 14px;
    line-height: 14px;
  }
  .stats__gradient {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(90%, rgba(107, 184, 203, 0)));
    background: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(107, 184, 203, 0) 90%);
  }
  .stats__wrap {
    width: 80%;
  }
  .form_cost-calculation .form__input {
    padding-left: 14px;
  }
  .form_cost-calculation .agreement__text {
    font-size: 12px;
  }
  .quiz__wrap {
    width: 90%;
    height: 500px;
  }
  .quiz__item {
    width: 200px;
    height: 56px;
  }
  .quiz__item-text {
    font-size: 18px;
    line-height: 18px;
  }
  .quiz__item img {
    display: none;
  }
  .quiz__item-number {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .quiz__item-number .min-value {
    left: 50%;
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
  .quiz__item-number .max-value {
    right: 50%;
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  .quiz button span {
    font-size: 18px;
  }
  .quiz input {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .promo__gradient {
    background: -webkit-gradient(linear, left top, right top, from(#6BB8CB), color-stop(40%, #6BB8CB), color-stop(90%, rgba(107, 184, 203, 0)));
    background: linear-gradient(90deg, #6BB8CB 0%, #6BB8CB 40%, rgba(107, 184, 203, 0) 90%);
    padding-left: 0;
  }
  .promo__header {
    max-width: 450px;
    margin: 20px auto 40px auto;
  }
  .promo__title {
    font-size: 30px;
    line-height: 35px;
  }
  .promo__subtitle {
    font-size: 26px;
  }
  .promo__form-wrap {
    margin: 0 auto;
  }
  .promo .cost-link {
    font-size: 26px;
  }
  .promo .carousel {
    display: none;
  }
  .expert__wrap {
    width: 500px;
  }
  .expert__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    left: 250px;
  }
  .expert__list-item {
    font-size: 14px;
    line-height: 17px;
    padding: 0px 3px;
    width: 167px;
  }
  .form_order-call {
    margin-left: 20px;
    margin-right: auto;
  }
  .form_order-call .form__header {
    font-size: 26px;
  }
  .form_modal {
    margin: 0;
  }
  .services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__block_white {
    width: 100%;
  }
  .services__block_white.top {
    margin: 0;
    height: 172px;
  }
  .services__block_transparent {
    width: 100%;
  }
  .services__pare {
    margin: 20px 0 0 0;
  }
  .services__pare .services__text {
    font-size: 26px;
    width: 100%;
  }
  .services__text {
    margin: 20px 0 0 0;
  }
  .services__text .bold {
    font-size: 26px;
    line-height: 42px;
  }
  .stats__gradient {
    padding: 30px 40px;
  }
  .stats__wrap {
    width: 100%;
  }
  .stats__item {
    margin-top: 30px;
    width: 100%;
  }
  .button_mini {
    z-index: -100;
    opacity: 0;
  }
  .benefits__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .benefits__descr {
    width: 45%;
  }
  .quiz__wrap {
    height: 440px;
  }
  .quiz__item {
    height: 47px;
  }
  .quiz__item-text {
    font-size: 16px;
  }
  .quiz button {
    height: 47px;
  }
  .quiz button span {
    font-size: 16px;
  }
  .quiz .steps {
    font-size: 16px;
    right: 14px;
    bottom: 6px;
  }
  .quiz input {
    font-size: 16px;
  }
  .quiz form {
    height: 235px;
  }
  .quiz__PA .form .button {
    height: 40px;
    top: 260px;
  }
  .quiz__PA .btn__wrap {
    bottom: 12px;
  }
  .quiz__PA .btn__wrap .button_quiz {
    height: 40px;
  }
}
@media (max-width: 576px) {
  .logo__link_header {
    display: none;
  }
  .form {
    text-align: center;
    width: 100%;
  }
  .form__header {
    font-size: 28px;
  }
  .form .container {
    margin-top: 0;
  }
  .form__input {
    width: 200px;
    height: 38px;
    padding-left: 10px;
  }
  .form_cost-calculation .form__subtitle {
    font-size: 21px;
    line-height: 22px;
  }
  .form_cost-calculation .form__input {
    font-size: 11px;
    margin: 0px 0 10px 0;
  }
  .form_cost-calculation .agreement {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .form_cost-calculation .agreement__checkbox {
    width: 28px;
  }
  .form_cost-calculation .agreement__text {
    font-size: 10px;
    margin-left: 5px;
  }
  .form_cost-calculation .agreement__text br {
    display: block;
  }
  .title {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 55px;
  }
  .subtitle {
    font-size: 17px;
    line-height: 120%;
  }
  .subtitle:nth-of-type(2) {
    display: none;
  }
  .about-us, .benefits {
    padding: 0px 20px 0px 20px;
    top: -50px;
  }
  .about-us__item {
    margin-top: 10px;
  }
  .benefits__item {
    margin-top: 10px;
  }
  .benefits__icon-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .benefits__descr {
    margin-top: 0;
  }
  .promo {
    min-height: 500px;
  }
  .promo__gradient {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
  }
  .promo__header {
    max-width: 300px;
    margin-bottom: 0;
    margin-top: 53px;
    text-align: left;
  }
  .promo__title {
    font-size: 30px;
    line-height: 120%;
  }
  .promo__subtitle {
    font-size: 26px;
    line-height: 33px;
    margin-top: 10px;
  }
  .promo__form-wrap .form {
    margin-top: 20px;
    width: 200px;
    height: 58px;
  }
  .promo__form-wrap .form__header {
    font-size: 18px;
    line-height: 58px;
  }
  .promo .carousel {
    display: block;
    position: relative;
    left: 50%;
    margin-top: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 10px;
  }
  .promo .carousel__item {
    height: 118px;
  }
  .promo .cost-link_active {
    margin-bottom: 128px;
  }
  .header {
    padding: 11px 10px 0 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__official {
    height: 40px;
    width: 10vw;
    max-width: 80px;
    min-width: 33px;
    padding-top: 20px;
    margin-right: 10px;
  }
  .header__call {
    padding: 5px 7px 5px 7px;
    margin-left: 0px;
    margin-right: 35px;
  }
  .header__call_eng {
    margin-right: 10px;
    margin-left: auto;
  }
  .header__call_phone {
    margin-right: 10px;
    width: 150px;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .header__call-tel {
    font-size: 12px;
    line-height: 15px;
  }
  .header__call_little {
    max-width: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__call_little img {
    width: 100%;
  }
  .header__call_long {
    display: none;
  }
  .header .hr {
    display: none;
  }
  .header .button_order-call {
    display: none;
  }
  .header__navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__navigation-item a {
    font-size: 15px;
  }
  .expert {
    padding: 0;
    padding-bottom: 10px;
  }
  .expert .title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .expert__wrap {
    padding: 0 0 30px 0;
    width: 100%;
  }
  .expert__tab {
    width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .expert .col-12 {
    padding: 0;
  }
  .expert__list {
    position: relative;
    min-height: 250px;
    left: 0;
    top: 0;
    margin: 10px auto;
    height: 80%;
  }
  .expert__list-item {
    font-size: 14px;
    width: 100%;
    margin: 0;
  }
  .stats__gradient {
    padding: 30px 0;
  }
  .stats__item {
    margin-top: 30px;
    width: 100%;
    height: auto;
    margin: 10px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stats__item-icon {
    width: 70px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .stats__item-text {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .stats__item-text .bold {
    font-size: 16px;
    font-weight: 700;
  }
  .stats__case {
    margin: 0;
    margin-top: 10px;
  }
  .stats__case-title {
    font-size: 20px;
  }
  .stats__case-text {
    font-size: 16px;
  }
  .stats__case-text .bold {
    font-size: 16px;
  }
  .stats__case-text img {
    width: 14px;
  }
  .footer__tel {
    font-size: 18px;
  }
  .footer__mail {
    font-size: 18px;
  }
  .footer__address {
    font-size: 18px;
  }
  .footer .copyright {
    font-size: 8px;
  }
  .button_cost-calculation {
    height: 40px;
  }
  .button_cost-calculation span {
    font-size: 22px;
  }
  .footer__links {
    width: 100%;
  }
  .quiz__title.title, .quiz__PA__title.title {
    font-size: 29px;
  }
  .quiz__subtitle.subtitle, .quiz__PA__subtitle.subtitle {
    font-size: 26px;
  }
  .quiz__item, .quiz__PA__item {
    margin-top: 10px;
  }
  .quiz .steps, .quiz__PA .steps {
    bottom: 3px;
  }
  .quiz .btn__wrap button, .quiz__PA .btn__wrap button {
    width: 110px;
    height: 40px;
    margin-top: 0px;
  }
  .quiz .quiz__item-number input[type=range], .quiz__PA .quiz__item-number input[type=range] {
    width: 185px;
  }
  .quiz .min-value, .quiz__PA .min-value {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    font-size: 14px;
  }
  .quiz .max-value, .quiz__PA .max-value {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    font-size: 14px;
  }
  .quiz__PA .form .button {
    width: 110px;
    height: 40px;
  }
  .quiz__PA .steps {
    font-size: 17px;
    right: 11px;
  }
}/*# sourceMappingURL=style.css.map */