/* CSS Document */
/* ------------------------ Основные стили ------------------------ */
* {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
/* --- Сетка --- */
.layout-01 {
  width: 84px;
}
.layout-02 {
  width: 188px;
}
.layout-03 {
  width: 292px;
}
.layout-04 {
  width: 396px;
}
.layout-05 {
  width: 500px;
}
.layout-06 {
  width: 604px;
}
.layout-07 {
  width: 708px;
}
.layout-08 {
  width: 812px;
}
.layout-09 {
  width: 916px;
}
.layout-10 {
  width: 1020px;
}
.layout-11 {
  width: 1124px;
}
.layout-12 {
  width: 1228px;
  margin: 0px auto;
}
/* --- Разметка страницы --- */
.layout-page {
  min-height: 100vh;
  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;
}
.layout-page .layout-page-top .page-title {
  width: 1228px;
  margin: 0px auto;
}
.layout-page .layout-page-top .page-content {
  width: 1228px;
  margin: 80px auto 0px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.mobile {
  display: none !important;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
}
@media all and (max-width: 1240px) {
  /* --- Разметка --- */
  .layout-01 {
    width: 100%;
  }
  .layout-02 {
    width: 100%;
  }
  .layout-03 {
    width: 100%;
  }
  .layout-04 {
    width: 100%;
  }
  .layout-05 {
    width: 100%;
  }
  .layout-06 {
    width: 100%;
  }
  .layout-08 {
    width: 100%;
  }
  .layout-09 {
    width: 100%;
  }
  .layout-10 {
    width: 100%;
  }
  .layout-11 {
    width: 100%;
  }
  .layout-12 {
    width: 100%;
  }
  .layout-page .layout-page-top .page-title {
    width: 100%;
  }
  .layout-page .layout-page-top .page-content {
    width: 100%;
    margin: 40px auto 0px;
    padding: 0px 12px;
  }
}
/* ------------------------ Мобильная версия ------------------------ */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/hinted-subset-Roboto-Light.woff2') format('woff2'), url('fonts/hinted-subset-Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/hinted-subset-Roboto-Regular.woff2') format('woff2'), url('fonts/hinted-subset-Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/hinted-subset-Roboto-Medium.woff2') format('woff2'), url('fonts/hinted-subset-Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/hinted-subset-Roboto-SemiBold.woff2') format('woff2'), url('fonts/hinted-subset-Roboto-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/hinted-subset-Roboto-Bold.woff2') format('woff2'), url('fonts/hinted-subset-Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.gradient {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.blackout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
h1 {
  font-size: 48px;
  line-height: 54px;
}
h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-title .left,
.section-title .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-title .right .descr {
  font-size: 20px;
  line-height: 26px;
}
p:last-child {
  margin-bottom: 0px !important;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  position: relative;
}
article h2,
article h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
article h2:first-child,
article h3:first-child {
  margin-top: 0px;
}
article p,
article ul,
article ol {
  margin-bottom: 16px;
}
article p,
article ul li,
article ol li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
article p a,
article ul li a,
article ol li a {
  background: rgba(0, 103, 204, 0.1);
}
article p a:hover,
article ul li a:hover,
article ol li a:hover {
  background: rgba(225, 43, 37, 0.1);
  color: #e12b25;
}
article p strong,
article ul li strong,
article ol li strong {
  font-weight: 600;
}
article ul {
  margin-top: -5px;
  margin-left: 30px;
}
article ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
article ul li:last-child {
  margin-bottom: 0px;
}
article ul li:before {
  content: '—';
  position: absolute;
  left: -30px;
}
article ul li ul {
  margin-top: 5px;
}
article ol {
  counter-reset: myCounter;
}
article ol:last-child {
  margin-bottom: 0px;
}
article ol li {
  margin-bottom: 6px;
  padding-left: 32px;
  letter-spacing: -0.2px;
  list-style: none;
  position: relative;
}
article ol li:last-child {
  margin-bottom: 0px;
}
article ol li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: #e5e5e5;
  border-radius: 50%;
  z-index: 1;
}
article ol li:after {
  width: 22px;
  height: 22px;
  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;
  position: absolute;
  top: 0px;
  left: 0px;
  counter-increment: myCounter;
  content: counter(myCounter);
  font-size: 10px;
  z-index: 2;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .section-title .right .descr {
    font-size: 18px;
    line-height: 24px;
  }
  article p,
  article ul li,
  article ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
header {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
header .layout-12 {
  padding: 15px 0px;
}
header .layout-12 .top {
  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;
  gap: 20px;
}
header .layout-12 .top .left .logo {
  width: 216px;
}
header .layout-12 .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .layout-12 .top .right .address a,
header .layout-12 .top .right .email a,
header .layout-12 .top .right .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
header .layout-12 .top .right .address a .icon,
header .layout-12 .top .right .email a .icon,
header .layout-12 .top .right .phone a .icon {
  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;
}
header .layout-12 .top .right .address a .icon svg path,
header .layout-12 .top .right .email a .icon svg path,
header .layout-12 .top .right .phone a .icon svg path {
  fill: #009688;
}
header .layout-12 .top .right .address a .text,
header .layout-12 .top .right .email a .text,
header .layout-12 .top .right .phone a .text {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
header .layout-12 .top .right .address a:hover .text,
header .layout-12 .top .right .email a:hover .text,
header .layout-12 .top .right .phone a:hover .text {
  color: #c3996b;
}
header .layout-12 .top .right .address a .icon svg {
  width: 12px;
  height: 16px;
}
header .layout-12 .top .right .address a .text,
header .layout-12 .top .right .email a .text {
  font-size: 18px;
}
header .layout-12 .top .right .email a .icon svg,
header .layout-12 .top .right .phone a .icon svg {
  width: 16px;
  height: 16px;
}
header .layout-12 .top .right .phone a .text {
  font-size: 20px;
  font-weight: 700;
}
header .layout-12 .top .right .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .layout-12 .top .right .messengers a {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f3f3f3;
  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;
}
header .layout-12 .top .right .messengers a svg {
  width: 18px;
}
header .layout-12 .top .right .messengers a svg path {
  fill: #fff;
}
header .layout-12 .top .right .messengers a.wa {
  background: #00a884;
}
header .layout-12 .top .right .messengers a.wa:hover {
  background: #c3996b;
}
header .layout-12 .top .right .messengers a.tg {
  background: #3390ec;
}
header .layout-12 .top .right .messengers a.tg:hover {
  background: #c3996b;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  header .layout-12 {
    padding: 10px 12px;
  }
  header .layout-12 .top {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .layout-12 .top .left .logo {
    width: 216px;
  }
  header .layout-12 .top .right {
    gap: 10px;
  }
  header .layout-12 .top .right .address a,
  header .layout-12 .top .right .email a,
  header .layout-12 .top .right .phone a {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #f3f3f3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .layout-12 .top .right .address a .icon,
  header .layout-12 .top .right .email a .icon,
  header .layout-12 .top .right .phone a .icon {
    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;
  }
  header .layout-12 .top .right .address a .icon svg path,
  header .layout-12 .top .right .email a .icon svg path,
  header .layout-12 .top .right .phone a .icon svg path {
    fill: #009688;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
  header .layout-12 .top .right .address a .text,
  header .layout-12 .top .right .email a .text,
  header .layout-12 .top .right .phone a .text {
    display: none;
  }
  header .layout-12 .top .right .address a:hover,
  header .layout-12 .top .right .email a:hover,
  header .layout-12 .top .right .phone a:hover {
    background: #c3996b;
  }
  header .layout-12 .top .right .address a:hover .icon svg path,
  header .layout-12 .top .right .email a:hover .icon svg path,
  header .layout-12 .top .right .phone a:hover .icon svg path {
    fill: #fff;
  }
  header .layout-12 .top .right .messengers {
    gap: 10px;
  }
  header .layout-12 .top .right .messengers a {
    width: 42px;
  }
  header .layout-12 .top .right .messengers a svg {
    width: 16px;
  }
}
footer {
  padding: 30px;
  background: #333;
}
footer .layout-12 .top {
  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;
  gap: 20px;
}
footer .layout-12 .top .left .logo {
  width: 216px;
}
footer .layout-12 .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .layout-12 .top .right .address a,
footer .layout-12 .top .right .email a,
footer .layout-12 .top .right .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
}
footer .layout-12 .top .right .address a .icon,
footer .layout-12 .top .right .email a .icon,
footer .layout-12 .top .right .phone a .icon {
  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;
}
footer .layout-12 .top .right .address a .icon svg path,
footer .layout-12 .top .right .email a .icon svg path,
footer .layout-12 .top .right .phone a .icon svg path {
  fill: #009688;
}
footer .layout-12 .top .right .address a .text,
footer .layout-12 .top .right .email a .text,
footer .layout-12 .top .right .phone a .text {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
footer .layout-12 .top .right .address a:hover .text,
footer .layout-12 .top .right .email a:hover .text,
footer .layout-12 .top .right .phone a:hover .text {
  color: #c3996b;
}
footer .layout-12 .top .right .address a .icon svg {
  width: 12px;
  height: 16px;
}
footer .layout-12 .top .right .email a .icon svg,
footer .layout-12 .top .right .phone a .icon svg {
  width: 16px;
  height: 16px;
}
footer .layout-12 .top .right .phone a .text {
  font-size: 20px;
  font-weight: 700;
}
footer .layout-12 .top .right .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .layout-12 .top .right .messengers a {
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f3f3f3;
  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;
}
footer .layout-12 .top .right .messengers a svg {
  width: 18px;
}
footer .layout-12 .top .right .messengers a svg path {
  fill: #fff;
}
footer .layout-12 .top .right .messengers a.wa {
  background: #00a884;
}
footer .layout-12 .top .right .messengers a.wa:hover {
  background: #c3996b;
}
footer .layout-12 .top .right .messengers a.tg {
  background: #3390ec;
}
footer .layout-12 .top .right .messengers a.tg:hover {
  background: #c3996b;
}
footer .layout-12 .bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .layout-12 .bottom a {
  color: #fff;
  opacity: 0.7;
}
footer .layout-12 .bottom a:hover {
  color: #c3996b;
  opacity: 1;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  footer {
    padding: 24px 12px;
  }
  footer .layout-12 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .layout-12 .top .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  footer .layout-12 .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.main-page .promo .promo-text {
  padding: 100px 0px;
  background-position: center;
  background-size: cover;
}
.main-page .promo .promo-text .layout-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-page .promo .promo-text .layout-12 h1 {
  font-size: 120px;
  line-height: 120px;
}
.main-page .promo .promo-text .layout-12 .descr {
  width: 1020px;
  margin-top: 40px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}
.main-page .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-page .action-buttons .button-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-page .action-buttons .button-item a,
.main-page .action-buttons .button-item .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 96px;
  cursor: pointer;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  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;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.main-page .action-buttons .button-item a:hover,
.main-page .action-buttons .button-item .button:hover {
  background: #c3996b !important;
}
.main-page .action-buttons .button-item.submit-application a {
  background: #0067cc;
}
.main-page .action-buttons .button-item.estimate-costs .button {
  background: #009688;
}
.main-page .how-it-works {
  margin-top: 80px;
}
.main-page .how-it-works .scheme {
  margin-top: 40px;
  padding: 50px;
  border-radius: 30px;
  border: 1px solid #0067cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-page .how-it-works .scheme img {
  width: 1000px;
}
.main-page .target {
  margin-top: 80px;
}
.main-page .target .target-list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 10px;
}
.main-page .target .target-list .target-item {
  height: 240px;
  padding: 20px;
  background: rgba(0, 103, 204, 0.05);
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-page .target .target-list .target-item:nth-child(odd) {
  border-radius: 30px 6px;
}
.main-page .target .target-list .target-item:nth-child(even) {
  border-radius: 6px 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-page .difficulties {
  margin-top: 80px;
}
.main-page .difficulties h2 {
  width: 1020px;
}
.main-page .difficulties .difficulties-list {
  margin: 40px auto 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.main-page .difficulties .difficulties-list .difficulty-item {
  padding: 20px;
  background: #f7f7f7;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.main-page .difficulties .difficulties-list .difficulty-item .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0067cc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-page .difficulties .difficulties-list .difficulty-item .text .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.main-page .difficulties .difficulties-list .difficulty-item .text .descr {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.main-page .advantages {
  margin-top: 80px;
  padding: 50px;
  background: #009688;
}
.main-page .advantages h2 {
  width: 1020px;
  color: #fff;
}
.main-page .advantages .advantages-list {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main-page .advantages .advantages-list .advantage-item {
  padding: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.main-page .advantages .advantages-list .advantage-item:nth-child(odd) {
  border-radius: 30px 6px;
}
.main-page .advantages .advantages-list .advantage-item:nth-child(even) {
  border-radius: 6px 30px;
}
.main-page .advantages .advantages-list .advantage-item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42px;
}
.main-page .advantages .advantages-list .advantage-item .icon svg path {
  fill: #009688;
}
.main-page .advantages .advantages-list .advantage-item .text .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.main-page .advantages .advantages-list .advantage-item .text .descr {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.main-page .stages {
  margin-top: 80px;
}
.main-page .stages .stages-list {
  margin-top: 40px;
  padding: 50px;
  background: #f7f7f7;
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
.main-page .stages .stages-list .stage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.main-page .stages .stages-list .stage-item:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0067cc;
}
.main-page .stages .stages-list .stage-item:after {
  content: '';
  width: calc(100% - 40px - 10px);
  height: 2px;
  border-radius: 2px;
  background: #0067cc;
  position: absolute;
  top: 20px;
  right: 0px;
}
.main-page .stages .stages-list .stage-item .text .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.main-page .stages .stages-list .stage-item .text .descr {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.main-page .questions {
  margin-top: 80px;
}
.main-page .questions .questions-list {
  margin-top: 40px;
}
.main-page .consult {
  margin-top: 80px;
  padding: 50px;
  background: #0067cc;
  color: #fff;
}
.main-page .consult .layout-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
.main-page .consult .layout-12 .left,
.main-page .consult .layout-12 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-page .consult .layout-12 .subtitle {
  font-size: 18px;
}
.main-page .consult .layout-12 h2 {
  margin-top: 20px;
}
.main-page .consult .layout-12 form {
  margin-top: 40px;
}
.main-page .consult .layout-12 form input[type="text"] {
  color: #fff;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  .main-page .promo .promo-text {
    padding: 40px 12px;
  }
  .main-page .promo .promo-text .layout-12 h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .main-page .promo .promo-text .layout-12 .descr {
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .main-page .action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-page .action-buttons .button-item a,
  .main-page .action-buttons .button-item .button {
    height: 54px;
    font-size: 22px;
  }
  .main-page .how-it-works {
    margin-top: 40px;
    padding: 0px 12px;
  }
  .main-page .how-it-works .scheme {
    margin-top: 20px;
    padding: 30px;
    border-radius: 20px;
  }
  .main-page .how-it-works .scheme img {
    width: 100%;
  }
  .main-page .target {
    margin-top: 40px;
    padding: 0px 12px;
  }
  .main-page .target .target-list {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 10px;
  }
  .main-page .target .target-list .target-item {
    height: inherit;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .main-page .target .target-list .target-item:nth-child(odd) {
    border-radius: 10px 6px;
  }
  .main-page .target .target-list .target-item:nth-child(even) {
    border-radius: 6px 10px;
  }
  .main-page .difficulties {
    margin-top: 40px;
    padding: 0px 12px;
  }
  .main-page .difficulties h2 {
    width: 100%;
  }
  .main-page .difficulties .difficulties-list {
    margin: 20px auto 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .main-page .difficulties .difficulties-list .difficulty-item {
    padding: 15px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .main-page .difficulties .difficulties-list .difficulty-item .icon {
    width: 30px;
    height: 30px;
  }
  .main-page .difficulties .difficulties-list .difficulty-item .text .title {
    font-size: 20px;
    line-height: 26px;
  }
  .main-page .difficulties .difficulties-list .difficulty-item .text .descr {
    font-size: 16px;
    line-height: 22px;
  }
  .main-page .advantages {
    margin-top: 40px;
    padding: 20px 12px;
  }
  .main-page .advantages h2 {
    width: 100%;
  }
  .main-page .advantages .advantages-list {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .main-page .advantages .advantages-list .advantage-item {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .main-page .advantages .advantages-list .advantage-item:nth-child(odd) {
    border-radius: 20px 6px;
  }
  .main-page .advantages .advantages-list .advantage-item:nth-child(even) {
    border-radius: 6px 20px;
  }
  .main-page .advantages .advantages-list .advantage-item .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
  }
  .main-page .advantages .advantages-list .advantage-item .text .title {
    font-size: 20px;
    line-height: 26px;
  }
  .main-page .advantages .advantages-list .advantage-item .text .descr {
    font-size: 16px;
    line-height: 22px;
  }
  .main-page .stages {
    margin-top: 40px;
    padding: 0px 12px;
  }
  .main-page .stages .stages-list {
    margin-top: 20px;
    padding: 20px 12px;
    border-radius: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .main-page .stages .stages-list .stage-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .main-page .stages .stages-list .stage-item:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0067cc;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-page .stages .stages-list .stage-item:after {
    content: '';
    width: 2px;
    height: calc(100% - 30px - 14px);
    top: inherit;
    bottom: 0px;
    right: inherit;
    left: 15px;
  }
  .main-page .stages .stages-list .stage-item .text .title {
    font-size: 20px;
    line-height: 26px;
  }
  .main-page .stages .stages-list .stage-item .text .descr {
    margin-top: 14px;
    font-size: 18px;
    line-height: 24px;
  }
  .main-page .questions {
    margin-top: 40px;
    padding: 0px 12px;
  }
  .main-page .questions .questions-list {
    margin-top: 20px;
  }
  .main-page .consult {
    margin-top: 40px;
    padding: 20px 12px;
  }
  .main-page .consult .layout-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .main-page .consult .layout-12 .subtitle {
    font-size: 18px;
  }
  .main-page .consult .layout-12 h2 {
    margin-top: 20px;
  }
  .main-page .consult .layout-12 form {
    margin-top: 20px;
  }
}
.text-page article {
  margin: 72px 0px;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  .text-page article {
    margin: 36px 0px;
  }
}
.grecaptcha-badge {
  display: none;
}
form .wpforms-hidden {
  display: none;
}
form input,
form textarea,
form button,
form .wpforms-submit {
  font-family: 'Roboto';
}
form button {
  border: none;
}
fieldset {
  border: 0px;
}
form .wpforms-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
form .wpforms-field-container .wpforms-field label.wpforms-field-label {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
form .wpforms-field-container .wpforms-field label.wpforms-field-label span.wpforms-required-label {
  color: #e12b25;
}
form .wpforms-field-container .wpforms-field .wpforms-label-hide {
  display: none !important;
}
form .wpforms-field-container .wpforms-field input[type="text"],
form .wpforms-field-container .wpforms-field textarea {
  width: 100%;
  padding: 12px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  display: block;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox {
  margin-top: 20px;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li {
  list-style: none;
  margin-left: 24px;
  margin-bottom: 8px;
  position: relative;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li:last-child {
  margin-bottom: 0px;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li input {
  width: 0px;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label {
  width: calc(100% - 22px);
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: relative;
  cursor: pointer;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(images/form-checkbox.svg) 0px 0px;
  position: absolute;
  top: 0px;
  left: -22px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 0;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(images/form-checkbox.svg) -16px 0px;
  position: absolute;
  top: 0px;
  left: -22px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li label a:hover {
  border-bottom: 1px solid #ffffff;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li.wpforms-selected label:before {
  opacity: 0;
}
form .wpforms-field-container .wpforms-field.wpforms-field-checkbox ul li.wpforms-selected label:after {
  opacity: 1;
}
form .wpforms-field-container .wpforms-field em.wpforms-error {
  margin-top: 4px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 3px 0px;
  font-size: 14px;
  font-style: normal;
  color: #0067cc;
  display: inline-block;
}
form .wpforms-submit-container {
  margin-top: 20px;
  position: relative;
}
form .wpforms-submit-container button {
  width: 100%;
  height: 54px;
  background: #fff;
  border: none;
  border-radius: 6px;
  color: #0067cc;
  font-size: 24px;
  font-weight: 500;
  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;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
form .wpforms-submit-container button:hover {
  background: #c3996b;
  color: #fff;
}
form .wpforms-submit-container .wpforms-submit-spinner {
  position: absolute;
  top: 10px;
  right: 8px;
}
.wpforms-confirmation-container {
  padding: 30px;
  border-radius: 6px;
}
.wpforms-confirmation-container p {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  form .wpforms-field-container .wpforms-field input[type="text"],
  form .wpforms-field-container .wpforms-field textarea {
    font-size: 16px;
  }
  form .wpforms-submit-container button {
    height: 48px;
    font-size: 20px;
  }
  .wpforms-confirmation-container {
    padding: 20px;
  }
  .wpforms-confirmation-container p {
    font-size: 18px;
    line-height: 22px;
  }
}
.accordionjs {
  margin: inherit !important;
}
.accordion-item {
  padding: 0px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.accordion-item:first-child {
  border-radius: 30px 30px 0px 0px !important;
}
.accordion-item:last-child {
  border-radius: 0px 0px 30px 30px !important;
}
.accordion-item:not(:last-child) {
  border-bottom: none !important;
}
.accordion-item.acc_section {
  margin: 0px !important;
  z-index: 1 !important;
}
.accordion-item.acc_section:last-of-type .acc_content {
  border-radius: 0px !important;
}
.accordion-item .accordion-item-title {
  padding: 30px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.accordion-item .accordion-item-title .text {
  height: 100%;
  margin-top: 6px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.accordion-item .accordion-item-title .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #009688;
  -ms-flex-negative: 0;
      flex-shrink: 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;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.accordion-item .accordion-item-title .arrow:before,
.accordion-item .accordion-item-title .arrow:after {
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
}
.accordion-item .accordion-item-title .arrow:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-item .accordion-item-title:hover {
  cursor: pointer;
}
.accordion-item .accordion-item-content {
  padding: 0px 30px 30px;
}
.accordion-item.acc_active .accordion-item-title {
  border-radius: 0px !important;
}
.accordion-item.acc_active .accordion-item-title .arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  .accordion-item:first-child {
    border-radius: 20px 20px 0px 0px !important;
  }
  .accordion-item:last-child {
    border-radius: 0px 0px 20px 20px !important;
  }
  .accordion-item .accordion-item-title {
    padding: 20px !important;
  }
  .accordion-item .accordion-item-title .text {
    margin-top: 0px;
    font-size: 20px;
    line-height: 26px;
  }
  .accordion-item .accordion-item-title .arrow {
    width: 30px;
    height: 30px;
  }
  .accordion-item .accordion-item-content {
    padding: 0px 20px 20px;
  }
  .accordion-item .accordion-item-content article {
    margin-left: 0px;
  }
}
.fancybox__content {
  width: 1000px;
}
/* ------------------------ Мобильная версия ------------------------ */
@media all and (max-width: 1240px) {
  .fancybox__content {
    width: 100%;
  }
}
.slider {
  height: 100%;
  position: relative;
  z-index: 0;
}
.slider .swiper {
  height: 100%;
  overflow: hidden;
}
.slider .swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .swiper .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .swiper-nav {
  margin-top: 24px;
  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: flex-end;
  gap: 14px;
}
.slider .swiper-nav .text {
  font-size: 15px;
  font-weight: 300;
  color: #f0f2f5;
}
.slider .swiper-nav .dbo-swiper-button-prev,
.slider .swiper-nav .dbo-swiper-button-next {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.slider .swiper-nav .dbo-swiper-button-prev.swiper-button-disabled,
.slider .swiper-nav .dbo-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #e12b25;
}
/* ------------------------ Мобильная версия ------------------------ */
.quizle {
  --quizle-primary-color: #009688;
}
.quizle input,
.quizle button {
  font-family: 'Roboto', sans-serif;
}
.quizle .quizle-welcome .quizle-image-screen__description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.quizle .quizle-welcome .quizle-image-screen__button {
  width: 100%;
}
.quizle .quizle-welcome .quizle-image-screen__button button {
  width: 100%;
  padding: 15px 20px;
  background: #009688;
  border: none;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: translate3d(0, 0px, 0) !important;
          transform: translate3d(0, 0px, 0) !important;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.quizle .quizle-welcome .quizle-image-screen__button button:after {
  content: none;
}
.quizle .quizle-welcome .quizle-image-screen__button button:hover {
  background: #007d71;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
.quizle .quizle-body .quizle-questions .quizle-questions .quizle-question .quizle-question__body .quizle-question__header .quizle-question__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.quizle .quizle-body .quizle-questions .quizle-questions .quizle-question .quizle-question__body .quizle-answers .quizle-answer label .quizle-answer__body .quizle-answer__text {
  font-size: 16px;
  line-height: 22px;
}
.quizle .quizle-body .quizle-footer .quizle-progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.quizle .quizle-body .quizle-footer .quizle-progress-container .quizle-progress__text {
  font-size: 16px;
}
.quizle .quizle-body .quizle-footer .quizle-footer__steps {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.quizle .quizle-body .quizle-footer .quizle-footer__steps .quizle-footer__step .js-quizle-prev-step {
  background: inherit;
  border: 1px solid #009688;
  color: #009688;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__body .quizle-contacts__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__body .quizle-contacts__description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__field {
  margin-bottom: 0px;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__field input {
  padding: 10px 20px;
  background: inherit;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__buttons {
  margin-top: 20px;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__buttons button {
  width: 100%;
  padding: 15px 20px;
  background: #009688;
  border: none;
  font-size: 20px;
  font-weight: 500;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: translate3d(0, 0px, 0) !important;
          transform: translate3d(0, 0px, 0) !important;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__buttons button:after {
  content: none;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields form fieldset .quizle-contacts__buttons button:hover {
  background: #007d71;
  -webkit-transform: inherit;
          transform: inherit;
  opacity: 1;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields label.quizle-contacts__agreement {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields label.quizle-contacts__agreement input {
  width: 16px;
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields label.quizle-contacts__agreement span a {
  color: #009688;
  border-bottom: 1px solid rgba(0, 150, 136, 0.3);
}
.quizle .quizle-body .quizle-contacts .quizle-contacts__fields label.quizle-contacts__agreement span a:hover {
  border-bottom: 1px solid #009688;
}
/* ------------------------ Мобильная версия ------------------------ */
