@charset "UTF-8";
@font-face {
  font-family: 'Manrope';
  src: url("../fonts/subset-Manrope-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/subset-Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/subset-Manrope-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/subset-Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-text-size-adjust: none; }

body {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #242729; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.fd {
  bottom: 1; }

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1342px; }

.main {
  padding: 83px 0 0 0; }
  @media screen and (max-width: 1200px) {
    .main {
      padding: 61px 0 0 0; } }

.section {
  margin: 0 0 156px 0; }
  @media screen and (max-width: 575px) {
    .section {
      margin: 0 0 70px 0; } }
  .section__inner {
    position: relative;
    padding: 0 0 0 224px; }
    @media screen and (max-width: 1200px) {
      .section__inner {
        padding: 0; } }
  .section__top {
    width: 100%;
    max-width: 776px; }
  .section__sub-title {
    margin: 0 0 24px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DD0A34; }
    .section__sub-title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      width: 80px;
      height: 1px;
      background-color: #DD0A34; }
      @media screen and (max-width: 1200px) {
        .section__sub-title::before {
          display: none; } }
    @media screen and (max-width: 575px) {
      .section__sub-title {
        margin: 0 0 15px 0; } }
  .section__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #242729; }
    @media screen and (max-width: 575px) {
      .section__text {
        font-size: 14px;
        line-height: 21px; } }
    .section__text p {
      margin: 0; }

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -32px 0 0; }

.title-h1 {
  margin: 0 0 24px 0;
  font-weight: 600;
  font-size: 58px;
  line-height: 64px;
  color: #fff; }
  @media screen and (max-width: 575px) {
    .title-h1 {
      font-size: 32px;
      line-height: 38px; } }

.title-h2 {
  margin: 0;
  font-weight: 600;
  font-size: 58px;
  line-height: 64px;
  color: #242729; }
  @media screen and (max-width: 768px) {
    .title-h2 {
      font-size: 46px;
      line-height: 54px; } }
  @media screen and (max-width: 575px) {
    .title-h2 {
      font-size: 30px;
      line-height: 34px; } }

.btn {
  border: 0;
  border-radius: 6px;
  padding: 14px 32px;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #DD0A34;
  cursor: pointer;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .btn:focus-visible {
    outline: none; }
  .btn:hover {
    background-color: #FF3860; }
  .btn:disabled {
    background-color: #BCBCBD;
    pointer-events: none; }
  @media screen and (max-width: 360px) {
    .btn {
      width: 100%; } }

img {
  display: block; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }

.is-hidden {
  display: none !important; }

.is-lock {
  overflow: hidden; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #242729;
  -webkit-box-shadow: transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.thanks {
  display: none;
  height: 100%; }
  .thanks__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .thanks__title {
    margin: 0 0 32px 0;
    font-weight: 600;
    font-size: 58px;
    line-height: 64px;
    color: #242729; }
    @media screen and (max-width: 575px) {
      .thanks__title {
        margin: 0 0 20px 0;
        font-size: 30px;
        line-height: 34px; } }
    .thanks__title p {
      margin: 0; }
  .thanks__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #242729; }
    @media screen and (max-width: 575px) {
      .thanks__text {
        font-size: 14px;
        line-height: 21px; } }
    .thanks__text p {
      margin: 0; }

.input-item.error {
  position: relative; }
  .input-item.error::before {
    content: 'Поле некорректно заполнено';
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #EB5757; }
    @media screen and (max-width: 575px) {
      .input-item.error::before {
        bottom: -15px;
        font-size: 12px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid #333333;
  padding: 24px 0;
  width: 100%;
  background-color: #242729;
  z-index: 10; }
  @media screen and (max-width: 1200px) {
    .header {
      padding: 10px 0; } }
  .header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px; }
  .header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 73%;
    z-index: 10; }
    @media screen and (max-width: 1200px) {
      .header__wrapper {
        position: fixed;
        top: 61px;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 25px;
        width: 100%;
        height: auto;
        background-color: #242729;
        z-index: 10;
        -webkit-transform: translate(200%, 0);
            -ms-transform: translate(200%, 0);
                transform: translate(200%, 0);
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear; }
        .header__wrapper.active {
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    @media screen and (max-width: 360px) {
      .header__wrapper {
        height: 100%; } }
  .header__logo {
    width: 27%; }
  .header__burger {
    position: relative;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .header__burger::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 7px;
      border-radius: 2px;
      width: 80%;
      height: 3px;
      background-color: #fff;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
    .header__burger::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 7px;
      border-radius: 2px;
      width: 80%;
      height: 3px;
      background-color: #fff;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
    @media screen and (max-width: 1200px) {
      .header__burger {
        display: block; } }
    .header__burger span {
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 2px;
      width: 80%;
      height: 3px;
      background-color: #fff;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
    .header__burger.active::before {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header__burger.active::after {
      top: 50%;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .header__burger.active span {
      opacity: 0; }

.logo__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.logo__item {
  margin: 0 30px 0 0; }
  .logo__item:last-child {
    margin: 0; }
  .logo__item--cap {
    position: relative; }
    .logo__item--cap::before {
      content: '';
      position: absolute;
      left: -4px;
      top: -6px;
      width: 14px;
      height: 16px;
      /*background-image: url("../img/image/cap.png");*/
      background-repeat: no-repeat;
      background-size: cover; }

@media screen and (max-width: 360px) {
  .logo__img {
    max-width: 77px; } }

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 1200px) {
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 30px 0; } }

.nav__item {
  position: relative;
  margin: 0 28px 0 0; }
  .nav__item:last-child {
    margin: 0; }
  .nav__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 100%;
    height: 2px;
    background-color: #DD0A34;
    opacity: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  @media screen and (max-width: 1200px) {
    .nav__item {
      margin: 0 0 20px 0; } }
  @media screen and (min-width: 1199px) {
    .nav__item:hover::before {
      opacity: 1; } }

.nav__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF; }
  @media screen and (max-width: 1200px) {
    .nav__link {
      font-size: 20px;
      line-height: 24px; } }

.info-header__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF; }
  @media screen and (max-width: 1200px) {
    .info-header__link {
      font-size: 20px;
      line-height: 24px; } }

.header-overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 54, 0.5);
  z-index: 9; }

.banner {
  position: relative;
  margin: 0 0 120px 0;
  background-color: #242729;
  z-index: 1; }
  @media screen and (max-width: 575px) {
    .banner {
      margin: 0 0 70px 0; } }
  .banner__content {
    -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
            transform: translate(0, -40px); }
    @media screen and (max-width: 575px) {
      .banner__content {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0); } }
  .banner__link {
    position: absolute;
    left: 0;
    top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #B0B0B0; }
  .banner__icon {
    margin: 0 10px 0 0;
    width: 11px;
    height: 8px;
    fill: #B0B0B0; }
  .banner__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 328px 0 224px;
    min-height: 676px; }
    .banner__inner::before {
      content: '';
      position: absolute;
      right: -218px;
      top: 97px;
      width: 1020px;
      height: 531px;
      background-image: url("../img/image/banner-right.svg");
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      pointer-events: none; }
      @media screen and (max-width: 991px) {
        .banner__inner::before {
          opacity: .5; } }
      @media screen and (max-width: 575px) {
        .banner__inner::before {
          width: 575px;
          height: 305px; } }
    .banner__inner::after {
      content: '';
      position: absolute;
      left: -103px;
      bottom: 118px;
      width: 271px;
      height: 352px;
      background-image: url("../img/image/banner-left.svg");
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      pointer-events: none; }
      @media screen and (max-width: 991px) {
        .banner__inner::after {
          display: none; } }
    @media screen and (max-width: 1200px) {
      .banner__inner {
        padding: 0; } }
    @media screen and (max-width: 575px) {
      .banner__inner {
        min-height: 500px; } }
  .banner__text {
    margin: 0 0 36px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }
    @media screen and (max-width: 575px) {
      .banner__text {
        font-size: 14px;
        line-height: 21px; } }
    .banner__text p {
      margin: 0; }
  .banner__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0; }
    @media screen and (max-width: 575px) {
      .banner__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }

.advantage__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 32px 0 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #fff; }
  .advantage__item:last-child {
    margin: 0; }
  @media screen and (max-width: 575px) {
    .advantage__item {
      margin: 0 0 20px 0;
      font-size: 16px;
      line-height: 21px; } }
  .advantage__item p {
    margin: 0; }

.advantage__icon {
  margin: 0 12px 0 0;
  width: 24px;
  height: 24px; }

.notice__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px 0; }
  @media screen and (max-width: 768px) {
    .notice__lead {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 575px) {
    .notice__lead {
      margin: 0 0 40px 0; } }

.notice__title {
  margin: 0 33px 0 0;
  width: 100%;
  max-width: 639px;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #DD0A34; }
  @media screen and (max-width: 768px) {
    .notice__title {
      margin: 0 0 20px 0;
      max-width: none; } }
  @media screen and (max-width: 575px) {
    .notice__title {
      font-size: 24px;
      line-height: 28px; } }

.notice__text {
  width: 100%;
  max-width: 528px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #242729; }
  @media screen and (max-width: 768px) {
    .notice__text {
      max-width: none; } }
  @media screen and (max-width: 575px) {
    .notice__text {
      font-size: 14px;
      line-height: 21px; } }
  .notice__text p {
    margin: 0; }

@media screen and (max-width: 768px) {
  .list-notice {
    margin: 0 -32px -32px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (max-width: 575px) {
  .list-notice {
    margin: 0 0 -32px 0; } }

.list-notice__item {
  margin: 0 32px 0 0;
  border-radius: 6px;
  padding: 32px;
  width: calc(33.3% - 32px);
  background-color: #F7F7F7; }
  @media screen and (max-width: 768px) {
    .list-notice__item {
      margin: 0 32px 32px 0;
      width: calc(50% - 32px); } }
  @media screen and (max-width: 575px) {
    .list-notice__item {
      margin: 0 0 32px 0;
      padding: 15px;
      width: 100%; } }

.list-notice__title {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #242729; }
  @media screen and (max-width: 575px) {
    .list-notice__title {
      margin: 0 0 10px 0; } }

.list-notice__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #242729; }
  .list-notice__text p {
    margin: 0; }

.services .title-h2 {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 575px) {
    .services .title-h2 {
      margin: 0 0 25px 0; } }

.services .section__inner {
  margin: 0 0 56px 0; }
  @media screen and (max-width: 575px) {
    .services .section__inner {
      margin: 0 0 25px 0; } }

@media screen and (max-width: 991px) {
  .list-services {
    margin: 0 -32px -32px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (max-width: 575px) {
  .list-services {
    margin: 0 0 -32px 0; } }

.list-services__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 32px 0 0;
  border-radius: 6px;
  padding: 40px;
  background-color: #F7F7F7;
  width: calc(33.3% - 32px); }
  @media screen and (max-width: 991px) {
    .list-services__item {
      margin: 0 32px 32px 0;
      width: calc(50% - 32px); } }
  @media screen and (max-width: 575px) {
    .list-services__item {
      margin: 0 0 32px 0;
      padding: 20px;
      width: 100%; } }

.list-services__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 52px 0; }
  @media screen and (max-width: 1200px) {
    .list-services__top {
      margin: 0 0 25px 0; } }
  @media screen and (max-width: 575px) {
    .list-services__top {
      margin: 0 0 15px 0; } }
  .list-services__top p {
    margin: 0;
    width: 100%;
    max-width: 263px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #242729; }
    @media screen and (max-width: 1200px) {
      .list-services__top p {
        font-size: 21px;
        line-height: 27px; } }

.list-services__icon {
  position: absolute;
  right: 0;
  top: -8px;
  width: 64px;
  height: 64px; }
  @media screen and (max-width: 1200px) {
    .list-services__icon {
      display: none; } }

@media screen and (max-width: 575px) {
  .list-services__text {
    font-size: 14px;
    line-height: 21px; } }

.list-services__text p {
  margin: 0; }

.help .section__inner {
  margin: 0 0 65px 0; }
  @media screen and (max-width: 575px) {
    .help .section__inner {
      margin: 0 0 25px 0; } }

.help__list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -32px -32px 0; }
  @media screen and (max-width: 575px) {
    .help__list {
      margin: 0 0 -32px 0; } }

.list-help__item {
  margin: 0 32px 32px 0;
  border-radius: 6px;
  padding: 32px;
  width: calc(33.3% - 32px);
  background-color: #F7F7F7; }
  .list-help__item:nth-child(5n + 4) {
    width: calc(50% - 32px); }
    @media screen and (max-width: 575px) {
      .list-help__item:nth-child(5n + 4) {
        width: 100%; } }
  .list-help__item:nth-child(5n + 5) {
    width: calc(50% - 32px); }
    @media screen and (max-width: 575px) {
      .list-help__item:nth-child(5n + 5) {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .list-help__item {
      width: calc(50% - 32px); } }
  @media screen and (max-width: 575px) {
    .list-help__item {
      margin: 0 0 32px 0;
      width: 100%; } }

.list-help__icon {
  display: block;
  margin: 0 0 32px 0;
  width: 48px;
  height: 48px; }
  @media screen and (max-width: 575px) {
    .list-help__icon {
      margin: 0 0 15px 0; } }

.list-help__title {
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #242729; }

.list-help__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #242729; }
  .list-help__text p {
    margin: 0; }

.instruction__inner {
  position: relative;
  border-radius: 8px;
  padding: 56px;
  background-color: #242729;
  overflow: hidden;
  z-index: 1; }
  .instruction__inner::before {
    content: '';
    position: absolute;
    right: 40px;
    top: 17px;
    width: 526px;
    height: 431px;
    background-image: url("../img/image/instruction-img.svg");
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1; }
    @media screen and (max-width: 991px) {
      .instruction__inner::before {
        opacity: .5; } }
    @media screen and (max-width: 575px) {
      .instruction__inner::before {
        display: none; } }
  @media screen and (max-width: 575px) {
    .instruction__inner {
      padding: 25px; } }

.instruction__content {
  width: 100%;
  max-width: 784px; }

.instruction__title {
  margin: 0 0 48px 0;
  font-weight: 600;
  font-size: 58px;
  line-height: 64px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .instruction__title {
      font-size: 46px;
      line-height: 54px; } }
  @media screen and (max-width: 575px) {
    .instruction__title {
      margin: 0 0 30px 0;
      font-size: 27px;
      line-height: 34px; } }

.instruction ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: num; }

.instruction li {
  position: relative;
  margin: 0 0 41px 0;
  padding: 0 0 0 56px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #fff; }
  .instruction li:last-child {
    margin: 0; }
  .instruction li::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 0;
    top: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background-image: url("../img/image/li.svg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 575px) {
      .instruction li::before {
        top: 0;
        width: 26px;
        height: 22px;
        font-size: 14px;
        line-height: 21px; } }
  @media screen and (max-width: 575px) {
    .instruction li {
      margin: 0 0 20px 0;
      padding: 0 0 0 35px;
      font-size: 14px;
      line-height: 21px; } }
  .instruction li a {
    color: #DD0A34;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .instruction li a:hover {
      color: #FF3860; }

.packages .section__inner {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 575px) {
    .packages .section__inner {
      margin: 0 0 25px 0; } }

.packages .title-h2 {
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 733px; }
  @media screen and (max-width: 575px) {
    .packages .title-h2 {
      margin: 0 0 25px 0; } }

@media screen and (max-width: 768px) {
  .list-packages {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 -32px 0; } }

.list-packages__wrapper {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 575px) {
    .list-packages__wrapper {
      margin: 0 0 20px 0; } }

.list-packages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 32px 0 0;
  border-radius: 6px;
  padding: 40px;
  width: calc(50% - 32px);
  background-color: #F7F7F7; }
  @media screen and (max-width: 768px) {
    .list-packages__item {
      margin: 0 0 32px 0;
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .list-packages__item {
      padding: 20px; } }

.list-packages__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 575px) {
    .list-packages__top {
      margin: 0 0 20px 0; } }

.list-packages__icon {
  margin: 0 20px 0 0;
  width: 48px;
  height: 48px; }
  @media screen and (max-width: 575px) {
    .list-packages__icon {
      margin: 0 10px 0 0; } }

.list-packages__title {
  margin: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #242729; }
  @media screen and (max-width: 575px) {
    .list-packages__title {
      font-size: 20px;
      line-height: 27px; } }

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

.list-packages__content li {
  position: relative;
  margin: 0 0 12px 0;
  padding: 0 0 0 24px; }
  .list-packages__content li:last-child {
    margin: 0; }
  .list-packages__content li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background-image: url("../img/image/bullet.svg"); }
  @media screen and (max-width: 575px) {
    .list-packages__content li {
      font-size: 14px;
      line-height: 21px; } }

.list-packages__price {
  margin: 0 0 24px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #242729; }
  @media screen and (max-width: 575px) {
    .list-packages__price {
      font-size: 18px;
      line-height: 24px; } }

.application {
  margin: 0;
  padding: 80px 0 95px 0;
  background-color: #F7F7F7; }
  @media screen and (max-width: 575px) {
    .application {
      padding: 40px 0; } }
  .application .title-h2 {
    margin: 0 0 32px 0; }
    @media screen and (max-width: 575px) {
      .application .title-h2 {
        margin: 0 0 25px 0; } }
  .application .section__inner {
    margin: 0 0 36px 0; }
    @media screen and (max-width: 575px) {
      .application .section__inner {
        margin: 0 0 25px 0; } }
  .application__inner {
    padding: 0 0 0 224px; }
    @media screen and (max-width: 1200px) {
      .application__inner {
        padding: 0; } }
  .application__form {
    width: 100%;
    max-width: 864px; }
  .application .thanks__inner {
    min-height: 456px; }
    @media screen and (max-width: 1200px) {
      .application .thanks__inner {
        padding: 0; } }
    @media screen and (max-width: 575px) {
      .application .thanks__inner {
        min-height: 489px; } }
  .application .input-item {
    margin: 0 32px 0 0;
    width: 100%; }
    .application .input-item:last-child {
      margin: 0; }
    @media screen and (max-width: 575px) {
      .application .input-item {
        margin: 0 0 20px 0; } }

.form__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px 0; }
  .form__group:last-child {
    margin: 0; }
  @media screen and (max-width: 575px) {
    .form__group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 20px 0; } }

.form__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media screen and (max-width: 360px) {
    .form__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .form__bottom .btn {
    margin: 0 20px 0 0; }
    @media screen and (max-width: 360px) {
      .form__bottom .btn {
        margin: 0 0 20px 0; } }

.policy-text {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #B0B0B0; }
  .policy-text a {
    color: #DD0A34;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
    .policy-text a:hover {
      color: #FF3860; }

.input {
  border: 1px solid #E5E7EF;
  border-radius: 6px;
  padding: 19px 20px;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #242729; }
  .input::-webkit-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .input::-moz-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .input:-ms-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .input::-ms-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .input::placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .input:focus-visible {
    outline: none; }
  @media screen and (max-width: 575px) {
    .input {
      padding: 10px; } }

.textarea {
  border: 1px solid #E5E7EF;
  border-radius: 6px;
  padding: 19px 20px;
  width: 100%;
  min-height: 120px;
  resize: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #242729; }
  .textarea::-webkit-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .textarea::-moz-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .textarea:-ms-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .textarea::-ms-input-placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .textarea::placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #B0B0B0; }
  .textarea:focus-visible {
    outline: none; }
  @media screen and (max-width: 575px) {
    .textarea {
      padding: 10px;
      min-height: 100px; } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  padding: 52px;
  width: 100%;
  height: 100%;
  max-width: 816px;
  background-color: #F7F7F7;
  z-index: 1001;
  -webkit-transform: translate(200%, 0);
      -ms-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear; }
  .modal::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 374px;
    height: 267px;
    background-image: url("../img/image/modal-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .modal::before {
        opacity: .5; } }
  @media screen and (max-width: 575px) {
    .modal {
      padding: 25px; } }
  @media screen and (max-width: 575px) {
    .modal__inner {
      overflow: auto;
      max-height: 100%; }
      .modal__inner::-webkit-scrollbar {
        display: none; } }
  .modal--vis {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .modal__top {
    margin: 0 0 38px 0; }
    @media screen and (max-width: 575px) {
      .modal__top {
        margin: 0 0 25px 0; } }
  .modal__sub-title {
    margin: 0 0 24px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DD0A34; }
    @media screen and (max-width: 575px) {
      .modal__sub-title {
        width: 80%; } }
  .modal .input-item {
    margin: 0 32px 32px 0;
    width: calc(50% - 32px); }
    @media screen and (max-width: 575px) {
      .modal .input-item {
        margin: 0 0 20px 0;
        width: 100%; }
        .modal .input-item:last-child {
          margin: 0; } }

.form-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -32px 0 0; }
  @media screen and (max-width: 575px) {
    .form-modal__inner {
      margin: 0 0 32px 0; } }

.form-modal__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 575px) {
    .form-modal__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .form-modal__bottom .btn {
    margin: 0 20px 0 0; }
    @media screen and (max-width: 575px) {
      .form-modal__bottom .btn {
        margin: 0 0 20px 0; } }
  .form-modal__bottom .policy-text {
    color: #CCD2DC; }

.close {
  position: absolute;
  right: 36px;
  top: 36px;
  border-radius: 6px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  cursor: pointer; }
  .close::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background-color: #4B4F5A;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background-color: #4B4F5A;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  @media screen and (max-width: 575px) {
    .close {
      right: 15px;
      top: 15px; } }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 54, 0.5);
  z-index: 1000; }

.policy {
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  max-width: 968px;
  height: auto;
  max-height: 90%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  z-index: 1002;
  overflow: hidden; }
  .policy::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 50px);
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.1%, rgba(255, 255, 255, 0.1)), to(white));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.1) 1.1%, white 100%);
    background: linear-gradient(rgba(255, 255, 255, 0.1) 1.1%, white 100%); }
    @media screen and (max-width: 480px) {
      .policy::before {
        width: calc(100% - 30px); } }
  @media screen and (max-width: 480px) {
    .policy {
      padding: 20px; } }
  .policy::-webkit-scrollbar {
    display: none; }
  .policy::-webkit-scrollbar-thumb {
    display: none; }
  @media screen and (max-width: 768px) {
    .policy {
      border-radius: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none; } }
  .policy.modal--vis {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .policy .close {
    right: 23px;
    top: 23px;
    background-color: transparent;
    z-index: 2; }
    .policy .close::before {
      background-color: #001434;
      border-radius: 2px; }
    .policy .close::after {
      background-color: #001434;
      border-radius: 2px; }
    @media screen and (max-width: 480px) {
      .policy .close {
        right: 7px;
        top: 7px; } }
  .policy__title {
    margin: 0 0 40px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #242729; }
    @media screen and (max-width: 480px) {
      .policy__title {
        margin: 0 0 20px 0;
        max-width: 90%;
        font-size: 20px; } }
    .policy__title p {
      margin: 0; }
  .policy__content {
    padding: 0 10px 43px 0;
    max-height: 70vh;
    overflow: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #242729; }
    @media screen and (max-width: 768px) {
      .policy__content {
        max-height: 80vh; } }
    @media screen and (max-width: 480px) {
      .policy__content {
        max-height: 85vh; } }
    @media screen and (max-width: 340px) {
      .policy__content {
        max-height: 80vh; } }
    .policy__content::-webkit-scrollbar {
      width: 6px;
      background-color: #F7F7F7;
      border-radius: 3px; }
    .policy__content::-webkit-scrollbar-thumb {
      background-color: #242729;
      border-radius: 3px; }
    .policy__content p {
      margin: 0; }

.policy-ovrlay {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 54, 0.5);
  z-index: 1001; }

.footer {
  border-top: 1px solid #E5E7EF;
  padding: 32px 0 35px 0;
  background-color: #F7F7F7; }
  .footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px -20px 0; }
    @media screen and (max-width: 575px) {
      .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .footer__item {
    margin: 0 20px 20px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #B0B0B0; }
    .footer__item p {
      margin: 0; }
  .footer__item--texterra {
    font-weight: 600;
    font-size: 12px;
    color: #ADADAD; }
    .footer__item--texterra p {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

.texterra-icon {
  margin: 0 0 0 7px;
  width: 67px;
  height: 18px; }

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