@charset "UTF-8";
/* Шрифты */
/* ------------------ */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../fonts/inter/inter-300.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/inter/inter-400.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
  src: url("../fonts/inter/inter-500.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/inter/inter-600.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/inter/inter-700.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: url("../fonts/inter/inter-800.ttf");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("../fonts/inter/inter-900.ttf");
}
@font-face {
  font-family: "HeliosCond";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/HeliosCond/HeliosCond-400.ttf");
}
@font-face {
  font-family: "HeliosCond";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/HeliosCond/HeliosCond-700.ttf");
}
/* ------------------ */
/* Сброс стилей */
/* ------------------ */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Inter", sans-serif;
}

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

:active,
:focus {
  outline: 0;
}

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

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  height: 100%;
  width: 100%;
  line-height: 133%;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #1B1F3B;
  overflow: visible !important;
  overflow-x: hidden !important;
  padding-top: 73px;
}
body.overflow-hidden {
  margin-right: 17px;
  overflow: hidden !important;
}
@media (max-width: 1024px) {
  body.overflow-hidden {
    padding-left: 0;
  }
}
body.news-filter-data #ui-datepicker-div {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

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

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

button {
  cursor: pointer;
}

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

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

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

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

/* ------------------ */
/* Ais-widgwt */
img {
  max-width: 100%;
  height: auto;
}

/* Заголовки */
h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 114%;
}
h1 + h3, h1 + .h3 {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  h1 + h3, h1 + .h3 {
    margin-top: 24px;
  }
}

.h1 {
  font-size: 28px !important;
  font-weight: 700;
  line-height: 114% !important;
}
.h1 + h3, .h1 + .h3 {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .h1 + h3, .h1 + .h3 {
    margin-top: 24px;
  }
}

h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 109%;
}

.h2 {
  margin-bottom: 16px;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 109% !important;
}

.h2-mb0 {
  margin-bottom: 0 !important;
}

h3 {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
}

.h3 {
  margin-bottom: 16px;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 140% !important;
}

.h3-mb0 {
  margin-bottom: 0 !important;
}

h4, .h4 {
  margin-bottom: 8px;
  font-weight: 700;
}

p + h3, p + .h3 {
  margin-top: 40px;
}

.spoiler + h3, .spoiler + .h3 {
  margin-top: 40px;
}

/* Область контента */
.content {
  min-height: 65vh;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .content {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .content {
    margin: 24px 0 40px 0;
  }
}
.content-1206 .container {
  max-width: 1366px;
  padding: 0 80px;
}
@media (max-width: 1280px) {
  .content-1206 .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .content-1206 .container {
    padding: 0 16px;
  }
}
.content-960 .container {
  max-width: 1004px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .content-960 .container {
    padding: 0 16px;
  }
}
.content-720 .container {
  max-width: 768px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .content-720 .container {
    padding: 0 16px;
  }
}
.content p {
  margin-bottom: 16px;
}
.content ul {
  list-style: none;
  margin-bottom: 16px;
}
.content ul li {
  position: relative;
  padding-left: 16px;
}
.content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #8D9DB0;
  border-radius: 50%;
}
.content li {
  margin-bottom: 8px;
}
.content a:not([class]) {
  color: #FE5000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.content a:not([class]):hover {
  color: #FF7537;
}
.content a:not([class]):active {
  color: #EF4B00;
}
@media (max-width: 1024px) {
  .content h1 {
    display: none;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.container-1206 {
  max-width: 1254px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container-1206 {
    padding: 0 16px;
  }
}
.container-960 {
  max-width: 1004px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container-960 {
    padding: 0 16px;
  }
}
.container-720 {
  max-width: 764px;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container-720 {
    padding: 0 16px;
  }
}

/* Дополнительные цвета */
.color-orange {
  color: #FE5000;
}
a.color-orange {
  color: #FE5000 !important;
}
a.color-orange:hover {
  color: #FF7537 !important;
}
a.color-orange:active {
  color: #EF4B00 !important;
}
.color-gray {
  color: #A1A3B1;
}

/* Дополнительные отступы */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 24px !important;
  }
}
.mt-12 {
  margin-top: 12px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-40 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt-40 {
    margin-top: 24px !important;
  }
}
.mbt-24 {
  margin: 24px 0;
}
.mbt-32 {
  margin: 32px 0;
}
.mbt-40 {
  margin: 40px 0 !important;
}
.mr-24 {
  margin-right: 24px;
}
.mt-0 {
  margin-top: 0 !important;
}

/* Дополнительная стилизация текста */
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-no-wrap {
  white-space: nowrap;
}

/* Строки */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* Flex распределение по вертикали */
.hor--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hor--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Flex распределение по горизонтали */
.ver--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ver--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ver--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Колонки */
@media (max-width: 768px) {
  .col {
    width: 100% !important;
  }
}
.col-1 {
  width: calc((100% + 40px) / 12 * 1 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-1 {
    width: calc((100% + 24px) / 12 * 1 - 24px + 0px);
  }
}
.col-2 {
  width: calc((100% + 40px) / 12 * 2 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-2 {
    width: calc((100% + 24px) / 12 * 2 - 24px + 0px);
  }
}
.col-3 {
  width: calc((100% + 40px) / 12 * 3 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-3 {
    width: calc((100% + 24px) / 12 * 3 - 24px + 0px);
  }
}
.col-4 {
  width: calc((100% + 40px) / 12 * 4 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-4 {
    width: calc((100% + 24px) / 12 * 4 - 24px + 0px);
  }
}
.col-5 {
  width: calc((100% + 40px) / 12 * 5 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-5 {
    width: calc((100% + 24px) / 12 * 5 - 24px + 0px);
  }
}
.col-6 {
  width: calc((100% + 40px) / 12 * 6 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-6 {
    width: calc((100% + 24px) / 12 * 6 - 24px + 0px);
  }
}
.col-6-max {
  width: calc((100% + 12px) / 12 * 6 - 12px + 0px);
}
@media (max-width: 1024px) {
  .col-6-max {
    width: calc((100% + 12px) / 12 * 6 - 12px + 0px);
  }
}
.col-7 {
  width: calc((100% + 40px) / 12 * 7 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-7 {
    width: calc((100% + 24px) / 12 * 7 - 24px + 0px);
  }
}
.col-8 {
  width: calc((100% + 40px) / 12 * 8 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-8 {
    width: calc((100% + 24px) / 12 * 8 - 24px + 0px);
  }
}
.col-9 {
  width: calc((100% + 40px) / 12 * 9 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-9 {
    width: calc((100% + 24px) / 12 * 9 - 24px + 0px);
  }
}
.col-10 {
  width: calc((100% + 40px) / 12 * 10 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-10 {
    width: calc((100% + 24px) / 12 * 10 - 24px + 0px);
  }
}
.col-11 {
  width: calc((100% + 40px) / 12 * 11 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-11 {
    width: calc((100% + 24px) / 12 * 11 - 24px + 0px);
  }
}
.col-12 {
  width: calc((100% + 40px) / 12 * 12 - 40px + 0px);
}
@media (max-width: 1024px) {
  .col-12 {
    width: calc((100% + 24px) / 12 * 12 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-1 {
    width: calc((100% + 24px) / 12 * 1 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-2 {
    width: calc((100% + 24px) / 12 * 2 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-3 {
    width: calc((100% + 24px) / 12 * 3 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-4 {
    width: calc((100% + 24px) / 12 * 4 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-5 {
    width: calc((100% + 24px) / 12 * 5 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-6 {
    width: calc((100% + 24px) / 12 * 6 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-7 {
    width: calc((100% + 24px) / 12 * 7 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-8 {
    width: calc((100% + 24px) / 12 * 8 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-9 {
    width: calc((100% + 24px) / 12 * 9 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-10 {
    width: calc((100% + 24px) / 12 * 10 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-11 {
    width: calc((100% + 24px) / 12 * 11 - 24px + 0px);
  }
}
@media (max-width: 1024px) {
  .col-pda-12 {
    width: calc((100% + 24px) / 12 * 12 - 24px + 0px);
  }
}
@media (max-width: 768px) {
  .col-mob-margin {
    margin-top: 24px;
  }
}
.col p:last-child {
  margin-bottom: 0;
}

/* Скрытие на pc или телефоне */
.no-pc {
  display: none !important;
}
@media (max-width: 1024px) {
  .no-pc {
    display: block !important;
  }
}

.no-mob {
  display: block !important;
}
@media (max-width: 1024px) {
  .no-mob {
    display: none !important;
  }
}

/* Лендинг */
.landing * {
  font-size: 19px;
  line-height: 126%;
}
@media (max-width: 768px) {
  .landing * {
    font-size: 15px;
    line-height: 133%;
  }
}
.landing h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 111%;
}
.landing .h1 {
  font-size: 72px !important;
  font-weight: 700;
  line-height: 111% !important;
}
.landing h2 {
  margin-bottom: 64px;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}
@media (max-width: 768px) {
  .landing h2 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 109%;
  }
}
.landing .h2 {
  margin-bottom: 64px;
  font-size: 48px !important;
  font-weight: 700;
  line-height: 117% !important;
}
@media (max-width: 768px) {
  .landing .h2 {
    margin-bottom: 24px;
    font-size: 22px !important;
    line-height: 109% !important;
  }
}
.landing h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 112%;
}
@media (max-width: 768px) {
  .landing h3 {
    font-size: 17px;
    line-height: 141%;
  }
}
.landing .h3 {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 112% !important;
}
@media (max-width: 768px) {
  .landing .h3 {
    font-size: 17px !important;
    line-height: 141% !important;
  }
}
.landing h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 109%;
}
@media (max-width: 768px) {
  .landing h4 {
    font-size: 17px;
    line-height: 141%;
  }
}
.landing .h4 {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 109% !important;
}
@media (max-width: 768px) {
  .landing .h4 {
    font-size: 17px !important;
    line-height: 141% !important;
  }
}
.landing.workInCompany ul li {
  padding-left: 28px;
}
@media (max-width: 768px) {
  .landing.workInCompany ul li {
    padding-left: 16px;
  }
}
.landing.workInCompany ul li::before {
  top: 10px;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .landing.workInCompany ul li::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}
.landing.workInCompany ul li + li {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .landing.workInCompany ul li + li {
    margin-top: 16px;
  }
}
.landing.workInCompany ul li h3 {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .landing.workInCompany ul li h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 133%;
  }
}
.landing p {
  margin-bottom: 24px;
}
.landing .form__label {
  min-height: 72px;
}
@media (max-width: 768px) {
  .landing .form__label {
    min-height: 56px;
  }
}
.landing .form__label.filled .form__placeholder {
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form__label.filled .form__placeholder {
    font-size: 11px;
  }
}
.landing .form__label-textarea {
  min-height: 120px;
}
@media (max-width: 768px) {
  .landing .form__label-textarea {
    min-height: 84px;
  }
}
.landing .form__label-textarea.filled .form__placeholder {
  top: 12px !important;
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form__label-textarea.filled .form__placeholder {
    font-size: 11px;
  }
}
.landing .form__label-textarea textarea:focus ~ .form__placeholder, .landing .form__label-textarea textarea:hover ~ .form__placeholder {
  top: 12px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form__label-textarea textarea:focus ~ .form__placeholder, .landing .form__label-textarea textarea:hover ~ .form__placeholder {
    font-size: 11px;
  }
}
.landing .form__label-checkbox {
  min-height: auto;
}
.landing .form__label input:focus ~ .form__placeholder, .landing .form__label input:hover ~ .form__placeholder {
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form__label input:focus ~ .form__placeholder, .landing .form__label input:hover ~ .form__placeholder {
    font-size: 11px;
  }
}
.landing .form__label .jqselect.changed + .form__placeholder {
  top: 12px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form__label .jqselect.changed + .form__placeholder {
    font-size: 11px;
  }
}
.landing .form__label #captcha_word {
  width: calc(100% - 346px);
}
.landing .form__label #captcha_word ~ img {
  height: 100%;
  margin-left: 16px;
}
.landing .form__input, .landing .form__textarea {
  height: 72px;
  padding: 36px 24px 12px;
  font-size: 19px;
  line-height: 126%;
}
@media (max-width: 768px) {
  .landing .form__input, .landing .form__textarea {
    height: 56px;
    padding: 24px 16px 10px;
    font-size: 15px;
    line-height: 133%;
  }
}
.landing .form__textarea {
  height: 120px;
}
.landing .form__placeholder {
  top: 24px;
  left: 24px;
}
@media (max-width: 768px) {
  .landing .form__placeholder {
    top: 18px;
    left: 16px;
  }
}
.landing .form .jq-selectbox {
  min-height: 72px;
}
@media (max-width: 768px) {
  .landing .form .jq-selectbox {
    min-height: 56px;
  }
}
.landing .form .jq-selectbox.opened + .form__placeholder {
  font-size: 15px;
}
@media (max-width: 768px) {
  .landing .form .jq-selectbox.opened + .form__placeholder {
    font-size: 11px;
  }
}
.landing .form .jq-selectbox__select {
  height: 72px;
  padding: 36px 24px 12px;
}
@media (max-width: 768px) {
  .landing .form .jq-selectbox__select {
    height: 56px;
    padding: 24px 16px 10px;
  }
}
.landing .form .jq-selectbox__select-text {
  font-size: 19px;
  line-height: 126%;
}
@media (max-width: 768px) {
  .landing .form .jq-selectbox__select-text {
    font-size: 15px;
    line-height: 133%;
  }
}
.landing .form .jq-selectbox__dropdown {
  top: 72px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .landing .form .jq-selectbox__dropdown {
    top: 56px;
  }
}
.landing .form .jq-selectbox__dropdown ul li + li {
  margin-top: 0;
}
.landing .form__text {
  font-size: 15px;
  line-height: 133%;
}
@media (max-width: 768px) {
  .landing .form__text {
    font-size: 13px;
    line-height: 123%;
  }
}
.landing .form__text a {
  font-size: 15px;
  line-height: 133%;
}
@media (max-width: 768px) {
  .landing .form__text a {
    font-size: 13px;
    line-height: 123%;
  }
}

/* Кнопка */
.button {
  display: inline-block;
  padding: 16px 24px;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 133%;
  text-align: center;
  -webkit-transition: background 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  cursor: pointer;
}
.button-orange {
  background: #FE5000;
}
.button-orange:hover {
  background: #FF7537;
}
.button-orange:active {
  background: #EF4B00;
}
.button-blue {
  background: #002855;
}
.button-blue:hover {
  background: #003B7E;
}
.button-blue:active {
  background: #001630;
}
.button-transparent {
  background: transparent;
  color: #FE5000;
}
.button-transparent:hover {
  background: transparent;
  color: #FF7537;
}
.button-transparent:active {
  background: transparent;
  color: #EF4B00;
}
.button-wide {
  width: 100%;
}
.button-high {
  padding: 24px 36.5px;
  font-size: 20px;
  line-height: 120%;
}
@media (min-width: 1025px) {
  .button-high {
    min-width: 270px;
  }
}
@media (max-width: 1024px) {
  .button-high {
    padding: 18px 24px;
    font-size: 15px;
    line-height: 133%;
  }
}
.button-border {
  border: 2px solid #FE5000;
  color: #FE5000;
}
.button-border:hover {
  border-color: #FF7537;
  color: #FF7537;
}
.button-border:active {
  border-color: #EF4B00;
  color: #EF4B00;
}

.modal-feedback-theme .modal__block-bottom {
  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;
}
.modal-feedback-theme .button {
  width: calc(50% - 6px);
}

/* Поинт */
.point {
  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: 56px;
  height: 56px;
  background: #FE5000;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 109%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .point {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 141%;
  }
}

/* Спойлер */
.spoiler {
  margin-bottom: 16px;
  overflow: hidden;
}
.spoiler.open .spoiler__arrow::before {
  -webkit-transform: translateY(-50%) rotateZ(-40deg);
          transform: translateY(-50%) rotateZ(-40deg);
}
.spoiler.open .spoiler__arrow::after {
  -webkit-transform: translateY(-50%) rotateZ(40deg);
          transform: translateY(-50%) rotateZ(40deg);
}
.spoiler__name {
  position: relative;
  margin: 0;
  padding: 22px 68px 22px 24px;
  cursor: pointer;
}
.spoiler__arrow {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 20px;
  height: 20px;
}
.spoiler__arrow::before, .spoiler__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #8D9DB0;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.spoiler__arrow::before {
  left: 3px;
  -webkit-transform: translateY(-50%) rotateZ(40deg);
          transform: translateY(-50%) rotateZ(40deg);
}
.spoiler__arrow::after {
  right: 3px;
  -webkit-transform: translateY(-50%) rotateZ(-40deg);
          transform: translateY(-50%) rotateZ(-40deg);
}
.spoiler__content {
  display: none;
  padding: 16px 24px;
  background: #FAFAFA;
  border-top: 1px solid #DEE3E9;
}
@media (max-width: 768px) {
  .spoiler__content {
    padding: 16px;
  }
}
.spoiler__content-inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.spoiler__content-inner p:last-child {
  margin-bottom: 0;
}

/* Таблицы */
.content table {
  border-collapse: collapse;
  width: 100% !important;
}
.content table td, .content table th {
  padding: 16px 24px;
  border: 1px solid #DEE3E9;
  vertical-align: top;
}
.content table th {
  color: #727589;
}
.content table .odd {
  background: #E5EFF7;
}

.scroll-table .simplebar-placeholder_border {
  border: 1px solid #DEE3E9;
}
.scroll-table .simplebar-scrollbar.simplebar-visible::before {
  background: #003B7E !important;
  opacity: 1 !important;
}



/* Баннер сверху страницы */
.banner {
  margin-top: 80px;
  padding-bottom: 104px;
}
@media (max-width: 768px) {
  .banner {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .banner__content {
    margin-top: 40px;
  }
}
.banner__content h1, .banner__content .h1 {
  margin: 0 0 24px 0;
}
@media (max-width: 1280px) {
  .banner__content h1, .banner__content .h1 {
    font-size: 56px;
  }
}
.banner__content p {
  margin-bottom: 0;
}
.banner__content .button {
  min-width: 271px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .banner__content .button {
    width: 100%;
    margin-top: 24px;
  }
}
.banner__img {
  display: block;
  margin-left: auto;
}
@media (max-width: 768px) {
  .banner__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .banner .col-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .banner .col-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* Карточка */
.card {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
          box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px 4px 8px rgba(60, 80, 119, 0.24), 0px 1px 2px rgba(60, 80, 119, 0.24);
          box-shadow: 0px 4px 8px rgba(60, 80, 119, 0.24), 0px 1px 2px rgba(60, 80, 119, 0.24);
}
@media (max-width: 1024px) {
  .card:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
            box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
  }
}
.card-gray {
  background: #F2F6FA;
}

/* Подсказка */
.hint {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url("../icons/hint.svg") center center/contain no-repeat;
  cursor: pointer;
  margin-left: 8px;
  position: relative;
}
.hint:hover .hint__bubble {
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
  opacity: 1;
}
.hint__bubble {
  position: absolute;
  right: -12px;
  top: calc(100% + 8px);
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 256px;
  background: #7389A2;
  border-radius: 12px;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  padding: 12px;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  white-space: initial;
  pointer-events: none;
}
.hint__bubble::before {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: -8px;
  right: 12px;
  background: url("../icons/buble-arrow.svg") center center/contain no-repeat;
}

/* Cтраница сервисов */
.services .banner {
  padding-bottom: 164px;
}
@media (max-width: 768px) {
  .services .banner {
    padding-bottom: 48px;
  }
}
.services-block {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .services-block {
    padding: 40px 0;
  }
}
.services-gray {
  position: relative;
  margin: -40px 0;
  padding: 40px 0;
  background: #F2F6FA;
}
@media (max-width: 768px) {
  .services-gray {
    margin: -24px 0;
    padding: 24px 0;
  }
}
.services-gray::before, .services-gray::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .services-gray::before, .services-gray::after {
    height: 24px;
    border-radius: 0 0 24px 24px;
  }
}
.services-gray::after {
  top: auto;
  bottom: 0;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 768px) {
  .services-gray::after {
    border-radius: 24px 24px 0 0;
  }
}
.services-gray__inner {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .services-gray__inner {
    padding: 40px 0;
  }
}
.services-gray__item {
  text-align: center;
}
@media (max-width: 768px) {
  .services-gray__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.services-gray__item img {
  width: 160px;
  height: 160px;
}
@media (max-width: 768px) {
  .services-gray__item img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}
.services-gray__item-title {
  height: auto;
  margin: 24px 0 12px 0;
  -webkit-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
@media (max-width: 768px) {
  .services-gray__item-title {
    height: auto !important;
    margin: 0 0 8px 0;
  }
}
.services-gray__item-bottom p {
  max-width: 272px;
  margin: 0 auto;
}
.services-gray__after {
  padding-top: 120px;
}
.services-gray .row {
  margin-bottom: -40px;
}
.services-gray .col {
  margin: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .services-gray .col {
    margin: 0 0 40px 0 !important;
  }
}
.services-gray .col-3:nth-child(4n-3) {
  margin-left: 0;
}
.services-gray .col-4:nth-child(3n-2) {
  margin-left: 0;
}
.services-gray .col-6:nth-child(2n-1) {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .services-gray .col-pda-6 {
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .services-gray .col-pda-6:nth-child(2n-1) {
    margin-left: 0;
  }
}
.services-order__list {
  margin: 80px 0 -56px 0;
}
@media (max-width: 1024px) {
  .services-order__list {
    margin: 40px 0 -40px 0;
  }
}
.services-order__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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.services-order__item-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .services-order__item-wrapper {
    margin-bottom: 16px;
  }
}
.services-order__item-img {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 480px) {
  .services-order__item-img {
    height: 200px;
  }
}
.services-order__item h3 {
  margin: 24px 0 12px 0;
}
@media (max-width: 768px) {
  .services-order__item h3 {
    margin: 16px 0 8px 0;
  }
}
.services-order .col {
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .services-order .col {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .services-about .col-5 {
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services-protection .col-6 {
    /* text-align: center; */
  }
}
.services-protection .col-6 .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .services-protection .col-6 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.services-protection .col-6 .row .point {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services-protection .col-6 img {
  display: block;
}
@media (max-width: 768px) {
  .services-protection .col-6 img {
    margin: 0 auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .services-protection .col-6 + .col-6 {
    margin-top: 40px;
  }
}
.services-timer__inner {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 80, 0, 0.155)), color-stop(132.11%, rgba(255, 202, 65, 0.185)));
  background: linear-gradient(180deg, rgba(254, 80, 0, 0.155) 0%, rgba(255, 202, 65, 0.185) 132.11%);
  border-radius: 32px;
  padding: 48px;
}
@media (max-width: 768px) {
  .services-timer__inner {
    padding: 24px 16px;
  }
}
.services-timer__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
   max-width: 155px;
   left: 27px;
}
@media (max-width: 1024px) {
  .services-timer__img {
    z-index: -1;
    opacity: 0.35;
  }
}
@media (max-width: 768px) {
  .services-timer__img {
    top: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    width: 100px;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .services-timer__img {
    top: 30px;
    width: 72px;
  }
}
.services-timer__info {
  width: calc(100% - 317px);
  padding: 0 0 0 181px;
}
@media (max-width: 1024px) {
  .services-timer__info {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .services-timer__info {
    width: 100%;
    padding: 0 0 0 110px;
  }
}
@media (max-width: 480px) {
  .services-timer__info {
    padding: 0 0 0 76px;
  }
}
@media (max-width: 768px) {
  .services-timer__info h3 {
    margin-bottom: 8px;
  }
}
.services-timer__info p {
  max-width: 430px;
  margin: 0;
}
@media (max-width: 768px) {
  .services-timer__info p {
    max-width: none;
  }
}
.services-timer__wrapper {
  position: absolute;
  top: calc(50% - 14px);
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .services-timer__wrapper {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 24px 0 28px 0;
    padding: 0 0 0 110px;
  }
}
@media (max-width: 480px) {
  .services-timer__wrapper {
    padding: 0;
  }
}
.services-timer__wrapper p {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .services-timer__wrapper p {
    margin-bottom: 4px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .services-timer__wrapper p {
    text-align: center;
  }
}
.services-timer__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .services-timer__timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.services-timer__number {
  position: relative;
}
.services-timer__number-descr {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
}
.services-timer__number span {
  color: #FE5000;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}
.services-timer__colon {
  margin: 10px 16px 0 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 112%;
}
.services-types__list {
  margin: 80px 0 -40px 0;
}
@media (max-width: 1024px) {
  .services-types__list {
    margin: 40px 0 -40px 0;
  }
}
.services-types__item {
  text-align: center;
}
@media (max-width: 768px) {
  .services-types__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .services-types__item img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
}
.services-types__item h4 {
  margin: 24px 0 0 0;
}
@media (max-width: 768px) {
  .services-types__item h4 {
    margin: 0;
  }
}
.services-types .col {
  margin: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .services-types .col {
    margin: 0 0 40px 0 !important;
  }
}
.services-types .col-3:nth-child(4n-3) {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .services-types .col-pda-6 {
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .services-types .col-pda-6:nth-child(2n-1) {
    margin-left: 0;
  }
}
.services-tarifs {
  max-width: 1366px;
  margin: 0 auto;
  background: #002855;
  border-radius: 48px;
}
@media (max-width: 768px) {
  .services-tarifs {
    border-radius: 16px;
  }
}
.services-tarifs__title {
  color: #FFFFFF;
}
.services-tarifs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .services-tarifs__list {
    margin-bottom: 0;
  }
}
.services-tarifs__item {
  position: relative;
  width: calc(25% - 18px);
  margin: 0 0 24px 24px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
          box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
  cursor: pointer;
}
@media (max-width: 1280px) {
  .services-tarifs__item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 768px) {
  .services-tarifs__item {
    width: 100%;
    margin-left: 0 !important;
    padding: 16px;
  }
}
.services-tarifs__item:hover .more {
  color: #003B7E;
}
.services-tarifs__item:hover .more svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.services-tarifs__item:hover .more svg path {
  fill: #003B7E;
}
.services-tarifs__item:active .more {
  color: #001630;
}
.services-tarifs__item:active .more svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.services-tarifs__item:active .more svg path {
  fill: #001630;
}
.services-tarifs__item:nth-of-type(4n - 3) {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .services-tarifs__item:nth-of-type(4n - 3) {
    margin-left: 24px;
  }
}
@media (max-width: 1280px) {
  .services-tarifs__item:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}
.services-tarifs__item img {
  width: 120px;
  height: 120px;
}
@media (max-width: 1280px) {
  .services-tarifs__item img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 24px 24px 0;
  }
}
@media (max-width: 768px) {
  .services-tarifs__item img {
    margin: 0 24px 16px 0;
  }
}
.services-tarifs__item h4 {
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .services-tarifs__item h4 {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .services-tarifs__item h4 {
    margin-top: 4px;
  }
}
.services-tarifs__item-price {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .services-tarifs__item-price {
    margin-top: 8px;
  }
}
.services-tarifs__item-descr {
  margin-top: 24px;
  margin-bottom: 56px;
  color: #A1A3B1;
}
@media (max-width: 1280px) {
  .services-tarifs__item-descr {
    clear: both;
  }
}
@media (max-width: 768px) {
  .services-tarifs__item-descr {
    margin-bottom: 16px;
  }
}
.services-tarifs__item .more {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
@media (max-width: 768px) {
  .services-tarifs__item .more {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.services-tarifs a.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: none;
  color: #FFFFFF;
}
.services-tarifs a.more:hover {
  color: #FE5000;
}
.services-tarifs a.more:hover path {
  fill: #FE5000;
}
.services-tarifs a.more path {
  fill: #FFFFFF;
}
.services-tarifs__descr {
  margin-top: 16px;
  color: #A1A3B1;
}
.services-tarifs + .services-form {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .services-tarifs + .services-form {
    margin-top: 40px;
  }
}
.services-price__table {
  min-width: 1206px;
}
.services-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #DEE3E9;
}
.services-price__row-header {
  border-top: none;
  color: #727589;
}
.services-price__cell {
  width: 100%;
  padding: 16px 24px;
}
.services-price__cell-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 200px;
}
.services-price__cell-ico {
  position: relative;
  padding-right: 0;
}
.services-price__cell-ico span {
  margin-left: 52px;
}
.services-price__cell-ico img {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.services-price__pc {
  padding-bottom: 8px;
}
@media (max-width: 768px) {
  .services-price__pc {
    display: none;
  }
}
.services-price__pc .simplebar-horizontal {
  pointer-events: all;
}
.services-price__pc .simplebar-horizontal .simplebar-scrollbar:hover::before {
  background: #FE5000;
}
.services-price__pc .simplebar-horizontal .simplebar-scrollbar::before {
  background: #002855;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  opacity: 1;
}
.services-price__mobile {
  display: none;
}
@media (max-width: 768px) {
  .services-price__mobile {
    display: block;
  }
}
.services-price__mobile .form .jq-selectbox__select {
  border: 1px solid #DEE3E9 !important;
  border-radius: 16px;
}
.services-price__list {
  display: none;
}
.services-price__item {
  margin: 16px 0 0 0;
}
.services-price__item-title {
  color: #727589;
  font-size: 13px;
  list-style: 123%;
}
.services-price__item-info {
  margin-top: 4px;
}
.services-price--thermostats .services-price__cell-title {
  max-width: 320px;
}
.services-price__descr {
  margin-top: 24px;
  color: #A1A3B1;
  font-size: 15px;
  line-height: 133%;
}
@media (max-width: 768px) {
  .services-price__descr {
    font-size: 13px;
    line-height: 123%;
  }
}
.services-price .button {
  min-width: 271px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .services-price .button {
    width: 100%;
    margin-top: 24px;
  }
}
.services-calc {
  margin: 120px 0 80px 0;
}
.services-calc .col {
  position: relative;
}
.services-calc__result {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.services-calc__result-text {
  display: none !important;
}
.services-calc__result-descr {
  margin-top: 12px;
  color: #A1A3B1;
}
.services-calc__result .button {
  margin-top: 24px;
}
.services-calc .form__row {
  margin-bottom: 12px;
}
.services-calc .form .number-input button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 72px;
  background: none;
  border-right: 1px solid #DEE3E9;
  border-radius: 16px 0 0 16px;
}
.services-calc .form .number-input button.pluss {
  right: 0;
  left: auto;
  border-radius: 0 16px 16px 0;
  border-right: none;
  border-left: 1px solid #DEE3E9;
}
.services-calc .form .number-input button.pluss::after {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
}
.services-calc .form .number-input button::before, .services-calc .form .number-input button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 2px;
  background: #8D9DB0;
}
.services-calc .form .number-input .form__input {
  padding: 36px 80px 12px;
  text-align: center;
}
.services-calc .form .number-input .form__placeholder {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.services-calc #standard-extra, .services-calc #windows-services, .services-calc #dryclean-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -16px;
}
.services-calc #standard-extra .s, .services-calc #windows-services .s, .services-calc #dryclean-services .s {
  position: relative;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: calc(20% - 12.8px);
  margin: 0 0 16px 16px;
  background: #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
          box-shadow: 0px 1px 4px rgba(60, 80, 119, 0.16), 0px 1px 2px rgba(60, 80, 119, 0.24);
  cursor: pointer;
  -webkit-transition: background 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
.services-calc #standard-extra .s:hover, .services-calc #windows-services .s:hover, .services-calc #dryclean-services .s:hover {
  background: #F2F6FA;
  -webkit-box-shadow: inset 0px 1px 4px rgba(60, 80, 119, 0.12), inset 0px 1px 1px rgba(60, 80, 119, 0.16);
          box-shadow: inset 0px 1px 4px rgba(60, 80, 119, 0.12), inset 0px 1px 1px rgba(60, 80, 119, 0.16);
}
.services-calc #standard-extra .s:nth-of-type(5n - 4), .services-calc #windows-services .s:nth-of-type(5n - 4), .services-calc #dryclean-services .s:nth-of-type(5n - 4) {
  margin-left: 0;
}
.services-calc #standard-extra .s.active, .services-calc #windows-services .s.active, .services-calc #dryclean-services .s.active {
  background: #F2F6FA;
  -webkit-box-shadow: inset 0px 1px 4px rgba(60, 80, 119, 0.12), inset 0px 1px 1px rgba(60, 80, 119, 0.16);
          box-shadow: inset 0px 1px 4px rgba(60, 80, 119, 0.12), inset 0px 1px 1px rgba(60, 80, 119, 0.16);
}
.services-calc #standard-extra .s-control, .services-calc #windows-services .s-control, .services-calc #dryclean-services .s-control {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.services-calc #standard-extra .s-minus, .services-calc #standard-extra .s-plus, .services-calc #windows-services .s-minus, .services-calc #windows-services .s-plus, .services-calc #dryclean-services .s-minus, .services-calc #dryclean-services .s-plus {
  position: relative;
  width: 24px;
  height: 24px;
}
.services-calc #standard-extra .s-minus::before, .services-calc #standard-extra .s-minus::after, .services-calc #standard-extra .s-plus::before, .services-calc #standard-extra .s-plus::after, .services-calc #windows-services .s-minus::before, .services-calc #windows-services .s-minus::after, .services-calc #windows-services .s-plus::before, .services-calc #windows-services .s-plus::after, .services-calc #dryclean-services .s-minus::before, .services-calc #dryclean-services .s-minus::after, .services-calc #dryclean-services .s-plus::before, .services-calc #dryclean-services .s-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: #8D9DB0;
  border-radius: 2px;
}
.services-calc #standard-extra .s-plus::after, .services-calc #windows-services .s-plus::after, .services-calc #dryclean-services .s-plus::after {
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
}
.services-calc #standard-extra .s-quantity, .services-calc #windows-services .s-quantity, .services-calc #dryclean-services .s-quantity {
  margin: 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.services-calc #standard-extra .s-image, .services-calc #windows-services .s-image, .services-calc #dryclean-services .s-image {
  padding: 16px 16px 0 16px;
}
.services-calc #standard-extra .s-name, .services-calc #windows-services .s-name, .services-calc #dryclean-services .s-name {
  padding: 16px 16px 8px 16px;
  font-size: 15px;
  line-height: 133%;
}
.services-calc #standard-extra .s-price, .services-calc #windows-services .s-price, .services-calc #dryclean-services .s-price {
  padding: 0 16px 16px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 109%;
}
.services-calc #windows-services .s, .services-calc #dryclean-services .s {
  width: calc(50% - 8px);
}
.services-calc #windows-services .s:nth-of-type(5n - 4), .services-calc #dryclean-services .s:nth-of-type(5n - 4) {
  margin-left: 16px;
}
.services-calc #windows-services .s:nth-of-type(2n - 1), .services-calc #dryclean-services .s:nth-of-type(2n - 1) {
  margin-left: 0;
}
.services-calc2__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .services-calc2__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.services-calc2__form-expression {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  margin: 0 12px;
}
@media (max-width: 480px) {
  .services-calc2__form-expression {
    width: 72px;
    margin: 0 0 0 12px;
  }
}
.services-calc2__form-expression span {
  margin: 0;
  color: #A1A3B1;
}
.services-calc2__form-expression span:nth-child(2) {
  width: 94px;
  margin: 0 12px;
}
@media (max-width: 768px) {
  .services-calc2__form-expression span:nth-child(2) {
    width: auto;
  }
}
@media (max-width: 480px) {
  .services-calc2__form-expression span:nth-child(2) {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 480px) {
  .services-calc2__form-expression span:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .services-calc2__form-expression {
    width: auto;
  }
}
.services-calc2__form-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .services-calc2__form-value {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .services-calc2__form-value span.h1 {
    font-size: 40px !important;
  }
}
.services-calc2__form-value span:last-child {
  margin: 0 0 4px 16px;
}
@media (max-width: 768px) {
  .services-calc2__form-value span:last-child {
    margin: 0 0 4px 12px;
  }
}
.services-calc2__form .form__row {
  max-width: 272px;
}
@media (max-width: 768px) {
  .services-calc2__form .form__row {
    max-width: 124px;
  }
}
@media (max-width: 480px) {
  .services-calc2__form .form__row {
    width: calc(100% - 84px);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .services-calc2__form .form__input {
    border: 1px solid #DEE3E9;
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .services-calc2 .col-7 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .services-calc2 .col-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1024px) {
  .services-calc2 .col-5 {
    display: none;
  }
}
@media (max-width: 768px) {
  .services-calc2 .col-5 {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
    text-align: center;
  }
}
.services-calc2 .button {
  width: 100%;
  max-width: 272px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .services-calc2 .button {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .services-calc2 .button {
    margin-top: 16px;
  }
}
.services-capabilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
}
.services-capabilities__item {
  width: calc(50% - 12px);
  min-height: 204px;
  margin: 0 0 24px 24px;
  padding: 24px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .services-capabilities__item {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 16px 24px;
  }
}
@media (max-width: 768px) {
  .services-capabilities__item {
    margin: 0 0 16px 0;
  }
}
.services-capabilities__item:hover .more {
  color: #003B7E;
}
.services-capabilities__item:hover .more svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.services-capabilities__item:hover .more svg path {
  fill: #003B7E;
}
.services-capabilities__item:active .more {
  color: #001630;
}
.services-capabilities__item:active .more svg {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.services-capabilities__item:active .more svg path {
  fill: #001630;
}
.services-capabilities__item:nth-child(2n-1) {
  margin-left: 0;
}
.services-capabilities__item-big {
  width: 100%;
}
.services-capabilities__item-title {
  margin-bottom: 0;
  padding-right: 164px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .services-capabilities__item-title {
    max-width: none;
    padding-right: 130px;
  }
}
@media (max-width: 768px) {
  .services-capabilities__item-title {
    padding: 0 100px 48px 0;
  }
}
.services-capabilities__item-img {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 1024px) {
  .services-capabilities__item-img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .services-capabilities__item-img {
    top: 16px;
    height: 72px;
  }
}
.services-capabilities__item .more {
  position: absolute;
  bottom: 24px;
  left: 24px;
  padding: 0;
}
@media (max-width: 768px) {
  .services-capabilities__item .more {
    bottom: 16px;
  }
}
.services-capabilities__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 24px 0;
  background: #F2F6FA;
  border-radius: 16px;
}
.services-capabilities__table-cell {
  width: 50%;
  padding: 16px 24px;
  border-top: 1px solid #DEE3E9;
}
.services-capabilities__table-cell--top {
  border-top: none;
  color: #727589;
}
.services-capabilities__table-descr {
  color: #A1A3B1;
  font-size: 15px;
  line-height: 133%;
}
.services-how {
  margin: 80px 80px;
  background: #002855;
  border-radius: 48px;
  padding: 64px 0;
}
@media (max-width: 1280px) {
  .services-how {
    margin: 80px 24px;
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .services-how {
    margin: 80px 0;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .services-how {
    margin: 40px 0;
    border-radius: 16px;
  }
}
.services-how__inner {
  position: relative;
}
@media (max-width: 1365px) {
  .services-how__inner {
    margin-bottom: -40px;
  }
}
.services-how__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + 27px));
  z-index: 1;
}
@media (max-width: 1365px) {
  .services-how__inner img {
    display: none;
  }
}
@media (max-width: 1365px) {
  .services-how__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services-how__item-wrapper {
  margin-top: 40px;
}
@media (min-width: 1500px) {
  .services-how__item-wrapper {
    transform: translateX(calc(50% - 28px));
  }
}
@media (max-width: 1365px) {
  .services-how__item-wrapper {
    margin-top: 0;
  }
}
.services-how__item .point {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1365px) {
  .services-how__item .point {
    position: relative;
    margin-right: 16px;
    margin-left: 0;
  }
}
.services-how__item h4 {
  color: #FFFFFF;
}
.services-how__item p {
  margin-top: 12px;
  color: #A1A3B1;
}
.services-how .container {
  max-width: 1206px;
  padding: 0 56px;
}
@media (max-width: 1024px) {
  .services-how .container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .services-how .container {
    padding: 0 16px;
  }
}
.services-how .row {
  position: relative;
  z-index: 2;
}
@media (max-width: 1365px) {
  .services-how .col {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1365px) {
  .services-how .col::before {
    content: "";
    position: absolute;
    top: 37px;
    left: 28px;
    width: 2px;
    height: calc(100% + 24px);
    background: url("../images/services/how-line-mob.png") 0 0/cover no-repeat;
  }
}
@media (max-width: 768px) {
  .services-how .col::before {
    top: 22px;
    left: 20px;
  }
}
.services-how .col:last-child::before {
  display: none;
}
.services-how h2 {
  margin-bottom: 80px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1365px) {
  .services-how h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .services-how h2 {
    margin-bottom: 40px;
  }
}
.services-how + .services-form {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .services-how + .services-form {
    margin-top: 40px;
  }
}
.services-faq h2 {
  margin-bottom: 40px;
}
.services-faq .spoiler {
  margin-bottom: 16px;
}
.services-faq .spoiler__content {
  padding: 24px;
}
@media (max-width: 768px) {
  .services-faq .spoiler__content {
    padding: 16px 24px;
  }
}
.services-faq .spoiler:last-child {
  margin-bottom: 0;
}
.services-form {
  background: #F2F6FA;
  border-radius: 48px;
}
@media (max-width: 768px) {
  .services-form {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .services-form .col-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.services-form .col-7 h2 {
  margin-bottom: 16px;
}
.services-form .col-7 p br {
  display: none;
}
@media (max-width: 400px) {
  .services-form .col-7 p br {
    display: block;
  }
}
.services-form .col-7 p a {
  color: #1B1F3B;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.services-form .col-7 p a:hover {
  color: #002855;
}
@media (max-width: 768px) {
  .services-form .col-5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 44.4444444444vw;
    margin-bottom: 40px;
  }
}
.services-form .col-5 img {
  display: block;
  margin: 72px auto 0 auto;
}
@media (max-width: 768px) {
  .services-form .col-5 img {
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .services-form .services__request {
    margin: 0 -16px;
  }
}
@media (max-width: 768px) {
  .services-form .services__request .button {
    width: calc(100% - 32px);
    margin: 24px 16px 0 16px;
  }
}
@media (max-width: 768px) {
  .services-form .services__request .form__label {
    background: #FFFFFF;
    border-radius: 0;
  }
}
.services-form .services__request .form__text {
  margin: 12px 0 0 0;
}
@media (max-width: 768px) {
  .services-form .services__request .form__text {
    width: calc(100% - 32px);
    margin: 12px 16px 0 16px;
  }
}
.services-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
}
@media (max-width: 1024px) {
  .services-more__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -16px;
  }
}
.services-more__list-2 .services-more__item {
  width: calc(50% - 12px);
}
.services-more__list-2 .services-more__item:nth-of-type(2n - 1) {
  margin-left: 0;
}
.services-more__list-3 .services-more__item {
  width: calc(33.33333% - 16px);
}
.services-more__list-3 .services-more__item:nth-of-type(3n - 2) {
  margin-left: 0;
}
.services-more__item {
  margin: 0 0 24px 24px;
  padding: 24px;
}
@media (max-width: 1024px) {
  .services-more__item {
    width: 100% !important;
    margin: 0 0 16px 0;
    padding: 16px 24px;
  }
}
.services-more__item:hover .services-more__item-price {
  color: #003B7E;
}
.services-more__item:hover .services-more__item-price {
  color: #001630;
}
.services-more__item-title {
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .services-more__item-title {
    min-height: 48px;
    padding-right: 74px;
  }
}
.services-more__item-text {
  margin-top: 8px;
  padding: 0 80px 48px 0;
  color: #A1A3B1;
}
@media (max-width: 1024px) {
  .services-more__item-text {
    padding: 0;
  }
}
.services-more__item-price {
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin: 0;
  padding-right: 80px;
  color: #002855;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .services-more__item-price {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 8px 0 0 0;
  }
}
.services-more__item-img {
  position: absolute;
  top: 24px;
  right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media (max-width: 1024px) {
  .services-more__item-img {
    top: 16px;
    width: 48px;
    height: 48px;
  }
}
.services-more__item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-more--button .services-more__item:hover .button {
  background: #003B7E;
}
.services-more--button .services-more__item:active .button {
  background: #001630;
}
.services-more--button .services-more__item-text {
  margin-top: 16px;
  padding: 0 80px 88px 0;
}
@media (max-width: 1024px) {
  .services-more--button .services-more__item-text {
    padding: 0;
  }
}
.services-more--button .services-more__item-price {
  margin: 14px 0;
}
@media (max-width: 1024px) {
  .services-more--button .services-more__item-price {
    margin: 48px 0 22px 0;
  }
}
.services-more--button .services-more__item .button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  padding: 16px 40px;
}
.services-advertising .banner__content .button {
  margin-bottom: 64px;
}

.modal-services * {
  font-size: 19px;
  line-height: 126%;
}
.modal-services h2 {
  margin-bottom: 64px;
  font-size: 48px;
  line-height: 117%;
}
@media (max-width: 768px) {
  .modal-services h2 {
    margin-bottom: 64px;
    font-size: 22px;
    line-height: 109%;
  }
}
.modal-services h4 {
  font-size: 22px;
  line-height: 109%;
}
.modal-services p {
  margin-bottom: 24px;
}
.modal-services ul li {
  padding-left: 16px;
}
.modal-services ul li::before {
  top: 6px;
  width: 6px;
  height: 6px;
}
.modal-services ul li + li {
  margin-top: 0;
}
.modal-services .modal__block-close {
  width: 56px;
  height: 56px;
}
.modal-services .modal__block-close::before, .modal-services .modal__block-close::after {
  width: 36px;
  height: 2px;
}
@media (max-width: 768px) {
  .modal-services .row .col-5:first-child, .modal-services .row .col-6:first-child, .modal-services .row .col-7:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 768px) {
  .modal-services .row .col-5:last-child, .modal-services .row .col-6:last-child, .modal-services .row .col-7:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* Форма */
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__row + .form__row {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .form__row + .form__row {
    margin-top: 0;
  }
}
.form__row + .file {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .form__row + .file {
    margin-top: 0;
  }
}
.form__row + .button {
  margin-top: 24px;
}
.form__row-50 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__row-50 .form__label {
  width: calc(50% - 6px);
}
.form__row-descr {
  position: relative;
  margin: 4px 0 12px 0;
  padding: 0 16px;
  color: #A1A3B1;
  font-size: 13px;
  line-height: 123%;
}
@media (max-width: 768px) {
  .form__row-descr {
    margin: 0 -16px;
  }
}
.form__row-descr--text {
  padding-right: 60px;
}
.form__row-descr--counter {
  position: absolute;
  top: 0;
  right: 16px;
}
.form__label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
}
.form__label:hover .form__input, .form__label:hover .form__textarea, .form__label:hover .jq-selectbox__select {
  border-color: #FE5000 !important;
}
.form__label.filled .form__placeholder {
  top: 12px;
  font-size: 11px;
  line-height: 100%;
}
.form__label label.error {
  display: inline-block;
  margin-top: 4px;
  padding: 0 16px;
  color: #ED6179;
  font-size: 12px;
}
.form__label-textarea {
  min-height: 84px;
}
.form__label-textarea.filled .form__placeholder {
  top: 8px !important;
  font-size: 11px;
  line-height: 100%;
}
.form__label-textarea textarea:hover {
  border-color: #FE5000 !important;
}
.form__label-textarea textarea:focus, .form__label-textarea textarea:hover {
  border-color: #FE5000;
}
.form__label-textarea textarea:focus ~ .form__placeholder, .form__label-textarea textarea:hover ~ .form__placeholder {
  top: 8px;
  font-size: 11px;
  line-height: 100%;
}
.form__label-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  min-height: auto !important;
  margin-left: 16px;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form__label-checkbox {
    margin: 0 16px 0 32px;
  }
}
.form__label-checkbox:hover .form__checkbox-ico {
  border-color: #002855;
}
.form__label-checkbox input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.form__label-checkbox label.error {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 0 8px;
}
.form__label-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: auto !important;
  border-radius: 0;
  cursor: pointer;
}
.form__label input:hover {
  border-color: #FE5000 !important;
}
.form__label input:focus, .form__label input:hover {
  border-color: #FE5000;
}
.landing .form__label .form__placeholder {
  width: calc(100% - 32px);
}
.form__label input:focus ~ .form__placeholder img,
.form__label input:hover ~ .form__placeholder img {
  top: 4px;
  transition: top 0.25s ease 0s, font 0.25s ease 0s;
}
.form__placeholder img {
  position: absolute;
  right: 0;
  top: -8px;
  transition: top 0.25s ease 0s, font 0.25s ease 0s;
}
.form__label input:focus ~ .form__placeholder, .form__label input:hover ~ .form__placeholder {
  top: 12px;
  font-size: 11px;
  line-height: 100%;
}
.form__label input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #1B1F3B;
}
.form__label input:disabled {
  border-color: #E2E2E2;
  pointer-events: none;
}
.form__label input:disabled:focus, .form__label input:disabled:hover {
  border-color: #E2E2E2 !important;
}
.form__label input:disabled:focus ~ .form__placeholder, .form__label input:disabled:hover ~ .form__placeholder {
  top: 18px;
  font-size: 15px;
  line-height: 133%;
}
.form__label input:disabled ~ .form__placeholder {
  color: #E2E2E2;
}
.form__label select {
  opacity: 0;
  pointer-events: none;
}
.form__label select.error ~ .jq-selectbox__select {
  border-color: #ED6179 !important;
}
.form__label .jqselect.changed + .form__placeholder {
  top: 12px;
  font-size: 11px;
  line-height: 100%;
}
.form__label #captcha_word {
  width: calc(100% - 273px);
}
.form__label #captcha_word ~ img {
  height: 100%;
  margin-left: 16px;
}
.form__input, .form__textarea {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  padding: 24px 16px 10px;
  border: 1px solid #DEE3E9;
  border-radius: 16px;
  font-size: 15px;
  line-height: 133%;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
@media (max-width: 768px) {
  .form__input, .form__textarea {
    border: none;
    border-bottom: 1px solid #DEE3E9;
    border-radius: 0;
  }
}
.form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button, .form__textarea[type=number]::-webkit-inner-spin-button, .form__textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form__input.error, .form__textarea.error {
  border-color: #ED6179;
}
.form__textarea {
  resize: none;
  height: 84px;
}
.form__placeholder {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #727589;
  -webkit-transition: top 0.25s ease 0s, font 0.25s ease 0s;
  transition: top 0.25s ease 0s, font 0.25s ease 0s;
  pointer-events: none;
}
.form__placeholder-textarea {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.form__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form__checkbox:checked ~ .form__checkbox-ico {
  background: url("../icons/checkbox.svg") center center/cover no-repeat;
  border: none;
}
.form__checkbox-title {
  padding-left: 8px;
  color: #727589;
}
.form__checkbox-title a {
  color: #FE5000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.form__checkbox-title a:hover {
  color: #FF7537;
}
.form__checkbox-title a:active {
  color: #EF4B00;
}
.form__checkbox-ico {
  position: absolute;
  top: 0;
  left: -16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #8D9DB0;
  border-radius: 4px;
  -webkit-transition: background 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background 0.3s ease 0s, border-color 0.3s ease 0s;
}
.form__switch {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form__switch:checked ~ .form__switch-ico {
  background: #002855;
}
.form__switch:checked ~ .form__switch-ico::before {
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
}
.form__switch-ico {
  position: absolute;
  top: 1px;
  right: -67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43px;
  height: 24px;
  background: #8D9DB0;
  border-radius: 12px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.form__switch-ico::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 2px;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.form .jq-selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 56px;
}
.form .jq-selectbox.opened + .form__placeholder, .form .jq-selectbox:hover + .form__placeholder {
  top: 12px;
  font-size: 11px;
  line-height: 100%;
}
.form .jq-selectbox.opened .jq-selectbox__select, .form .jq-selectbox:hover .jq-selectbox__select {
  border-color: #FE5000 !important;
}
.form .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
.form .jq-selectbox + .form__placeholder {
  z-index: 11;
}
.form .jq-selectbox label.error {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form .jq-selectbox__select {
  width: 100%;
  height: 56px;
  padding: 24px 56px 10px 16px;
  background: #FFFFFF;
  border: 1px solid #DEE3E9 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
@media (max-width: 768px) {
  .form .jq-selectbox__select {
    border: none !important;
    border-bottom: 1px solid #DEE3E9 !important;
    border-radius: 0;
  }
}
.form .jq-selectbox__select-text {
  font-size: 15px;
  line-height: 133%;
}
.form .jq-selectbox__trigger {
  width: 56px;
  border: none;
}
.form .jq-selectbox__trigger-arrow {
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../icons/icon-arrow-down-gray-24.svg");
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.form .jq-selectbox__dropdown {
  top: 56px;
  max-width: 100%;
  margin-top: 4px;
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0px 8px 16px rgba(60, 80, 119, 0.16), 0px 4px 8px rgba(60, 80, 119, 0.08);
          box-shadow: 0px 8px 16px rgba(60, 80, 119, 0.16), 0px 4px 8px rgba(60, 80, 119, 0.08);
  overflow: hidden;
}
.form .jq-selectbox__dropdown ul {
  margin: 8px 0;
}
.form .jq-selectbox__dropdown ul li {
  margin-bottom: 0;
  padding: 10px 16px;
  color: #727589;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  white-space: normal;
}
.form .jq-selectbox__dropdown ul li:hover {
  background: #F2F6FA;
  color: #002855;
}
.form .jq-selectbox__dropdown ul li::before {
  display: none;
}
.form .jq-selectbox__dropdown ul li.selected {
  background: #F2F6FA;
  color: #002855;
}
.form .jq-selectbox__dropdown ul li.disabled {
  color: #DEE3E9;
  pointer-events: none;
}
.form__text a {
  color: #FE5000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.form__text a:hover {
  color: #FF7537;
}
.form__text a:active {
  color: #EF4B00;
}

.suggestions-suggestions {
  top: 5px;
  border: 1px solid #DEE3E9;
  border-radius: 16px;
}



/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 48px rgba(60, 80, 119, 0.16);
          box-shadow: 0px 0px 48px rgba(60, 80, 119, 0.16);
  border-bottom: 1px solid #DEE3E9;
}
.header__wrapper {
  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;
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 16px 0;
}
.header__logo img {
  height: 40px;
}
.header__phone {
  color: #1B1F3B;
  font-size: 24px;
  transition: .4s;
}
.header__phone:hover {
  color: #A1A3B1;
}
@media (max-width: 600px) {
  .header__logo img {
    height: 32px;
  }
  .header__phone {
    font-size: 16px;
  }
  body {
    padding-top: 65px;
  }
}
@media (max-width: 400px) {
  .header__logo img {
    height: 24px;
  }
  .header__phone {
    font-size: 14px;
  }
  body {
    padding-top: 58px;
  }
}


/*404*/
.page-404 {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .page-404 {
    margin-top: 17vh;
  }
}
.page-404__title {
  font-weight: 700;
  font-size: 82px;
  line-height: 84px;
  color: #7389A2;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-404__title {
    font-size: 82px;
    line-height: 84px;
  }
}
.page-404__img {
  width: 100%;
  height: 7.3vw;
  background: url(img/404.svg) center center / cover;  
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-404__img {
    height: 15.6vw;
  }
}
.page-404 h1 {
  margin-bottom: 16px;
}
.page-404__text {
  color: #A1A3B1;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .page-404 .button  {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 328px;
    width: calc(100% - 32px);
  }
}

/*cookie*/
.cookie__block {
  background: #F2F6FA;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  max-width: 446px;
  width: 100%;
  box-shadow: 0 8px 16px rgb(101 107 119 / 16%);
  position: relative;
  z-index: 1;
}

.cookie__block-top {
  position: relative;
  padding: 24px 64px 24px 24px;
}

.cookie__block-top h3 {
  margin: 0;
}

.cookie__block-middle {
  padding: 0 24px;
}

.cookie__block-middle a {
  color: #FE5000;
}

.cookie__block-bottom {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cookie .button {
  padding: 8px 17px;
  font-size: 20px;
}

.cookie__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  background: #FE5000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 16px rgb(101 107 119 / 16%);
  position: fixed;
  z-index: 10000000;
}


@media (min-width: 1025px) {
  .cookie {
      position: fixed;
      z-index: 10000000;
      left: 0;
      bottom: 57px;
      transform: translateX(-112%);
opacity: 0;
      transition: transform 0.4s ease 0s, opacity 0.4s ease 0.4s;
  }

  .cookie.hide {
      transform: translateX(-100%);
      opacity: 0;
      transition: transform 0.4s ease 0s, opacity 0.4s ease 0.4s;
  }

  .cookie.active {
      transform: translateX(0);
      opacity: 1;
      transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0s;
  }

  .cookie__button svg {
      flex: none;
      margin-bottom: 16px;
  }

  .cookie__button span {
      transform: rotate(180deg);
      writing-mode: tb-rl;
  }

  .cookie__button {
      left: 0;
      bottom: 130px;
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px;
      flex-direction: column;
transform: translateX(-100%);
opacity: 0;
      transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  }

  .cookie__button.active {
      transform: translateX(0);
opacity: 1;
  }
}

@media (max-width: 1024px) {
  .cookie {
      position: fixed;
      z-index: 10000000;
      left: calc(50% - 223px);
      top: calc(50% - 152px);
      transform: translateY(10%);
      opacity: 0;
      transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
pointer-events: none;
  }

  .cookie.hide {
      transform: translateY(10%);
      opacity: 0;
pointer-events: none;
  }

  .cookie.active {
      transform: translateY(0);
      opacity: 1;
pointer-events: auto;
  }

  .cookie__button {
      flex-direction: row-reverse;
      border-radius: 0;
      box-shadow: none;
      left: 0;
      right: 0;
      bottom: 0;
font-size: 17px;
padding: 10px;
      transform: translateY(100%);
opacity: 0;
      transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  }

  .cookie__button.active {
      transform: translateY(0);
opacity: 1;
  }

  .cookie__button svg {
      transform: rotate(270deg);
      margin: 0 0 0 16px;
  }

  .pagination {
margin-bottom: 64px;
  }
}

@media (max-width: 768px) {
  .cookie__block-top {
      position: relative;
      padding: 16px 24px 16px 16px;
  }

  .cookie__block-middle {
      padding: 0 16px;
  }

  .cookie__block-bottom {
      padding: 16px;
  }

  .cookie .button {
      font-size: 15px;
  }

  .pagination {
margin-bottom: 32px;
  }
}

@media (max-width: 445px) {
  .cookie {
left: 0;
  }
}

.mobile-h1-show h1 {
  display: block !important;
}
@media (max-width: 768px) {
  .landing.mobile-h1-show h1 {
    font-size: 32px !important;
  }
  .landing.mobile-h1-show .h1 {
    font-size: 36px !important;
  }
}
@media (max-width: 400px) {
  .landing.mobile-h1-show h1 {
    font-size: 24px !important;
  }
  .landing.mobile-h1-show .h1 {
    font-size: 26px !important;
  }
}