@font-face {
  font-family: 'Halvar';
  src: url("../fonts/Pragmatica-Light.eot");
  src: url("../fonts/Pragmatica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Pragmatica-Light.woff2") format("woff2"), url("../fonts/Pragmatica-Light.woff") format("woff"), url("../fonts/Pragmatica-Light.ttf") format("truetype"), url("../fonts/Pragmatica-Light.svg#Pragmatica-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Halvar';
  src: url("../fonts/Pragmatica-Book.eot");
  src: url("../fonts/Pragmatica-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica-Book.woff") format("woff"), url("../fonts/Pragmatica-Book.ttf") format("truetype"), url("../fonts/Pragmatica-Book.svg#Pragmatica-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Halvar';
  src: url("../fonts/HalvarBreitCY-Md.eot");
  src: url("../fonts/HalvarBreitCY-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HalvarBreitCY-Md.woff2") format("woff2"), url("../fonts/HalvarBreitCY-Md.woff") format("woff"), url("../fonts/HalvarBreitCY-Md.ttf") format("truetype"), url("../fonts/HalvarBreitCY-Md.svg#HalvarBreitCY-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Halvar';
  src: url("../fonts/Pragmatica-Medium.eot");
  src: url("../fonts/Pragmatica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pragmatica-Medium.woff2") format("woff2"), url("../fonts/Pragmatica-Medium.woff") format("woff"), url("../fonts/Pragmatica-Medium.ttf") format("truetype"), url("../fonts/Pragmatica-Medium.svg#Pragmatica-Medium") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

html {
  overflow-x: hidden;
  height: auto; }
  html.no-scroll {
    overflow-y: hidden; }
  html body {
    height: 100%; }

*:focus {
  outline: 0 !important; }

html,
body {
  min-height: 100vh;
  font-weight: normal;
  -webkit-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #2d2d2d;
  overflow-x: hidden;
  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;
  font-family: "Halvar", Arial, sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  html input,
  html textarea,
  html select,
  html button,
  body input,
  body textarea,
  body select,
  body button {
    font-family: "Halvar", Arial, sans-serif; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  .container--header {
    max-width: 1370px; }
    @media (max-width: 767px) {
      .container--header {
        padding: 0 10px; } }

p {
  margin: 0; }

h1,
.h1 {
  font-style: normal;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 92px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    h1,
    .h1 {
      font-size: 84px; } }
  @media (max-width: 991px) {
    h1,
    .h1 {
      font-size: 72px; } }
  @media (max-width: 585px) {
    h1,
    .h1 {
      font-size: 50px; } }

h2,
.h2 {
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  padding-bottom: 70px;
  margin: 0; }
  @media (max-width: 767px) {
    h2,
    .h2 {
      font-size: 27px;
      line-height: 1.3;
      padding-bottom: 50px; } }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

input {
  border: 1px solid #878787;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  color: #2d2d2d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  font-weight: 400; }
  @media (max-width: 585px) {
    input {
      height: 45px; } }

a {
  text-decoration: none;
  color: #2d2d2d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    text-decoration: none; }

.link-orange {
  color: #ff640d; }

.btn {
  font-weight: 700;
  font-size: 15px;
  background-color: #ff640d;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #ff640d;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 16px 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center; }
  .btn:hover {
    background-color: #fff;
    color: #ff640d;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn--header {
    padding: 10px 32px;
    font-weight: 400; }
    @media (max-width: 585px) {
      .btn--header {
        font-size: 14px;
        padding: 5px 19px; } }
  .btn--black {
    border-color: #2d2d2d;
    background-color: #fff;
    color: #2d2d2d; }
    .btn--black:hover {
      background-color: #2d2d2d;
      color: #fff; }
  .btn--white {
    border-color: #fff;
    background-color: #fff;
    color: #2d2d2d; }
    .btn--white:hover {
      background-color: #ff640d;
      color: #fff; }

.main {
  padding-top: 80px; }

.inputholder-error {
  display: none;
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: red; }

.inputholder:not(:last-child) {
  margin-bottom: 25px; }
  @media (max-width: 585px) {
    .inputholder:not(:last-child) {
      margin-bottom: 15px; } }

.inputholder p {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  display: block; }

.inputholder--error .inputholder-error {
  display: block; }

.inputholder--error input {
  border-color: red; }

.inputholder--error .checkbox-block {
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px; }

.inputholder .checkbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .inputholder .checkbox-block input {
    height: 20px;
    width: 20px;
    border: 1.5px solid #2d2d2d;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    margin: 0;
    margin-right: 10px; }
  .inputholder .checkbox-block a {
    color: #ff640d; }

.inputholder__message {
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.55;
  color: #fff; }
  .inputholder__message--error {
    background: #f95d51;
    font-size: 20px; }
  .inputholder__message--thanks {
    background-color: #62c584;
    font-size: 16px;
    font-weight: 400; }
  @media (max-width: 585px) {
    .inputholder__message {
      margin-bottom: 15px;
      font-size: 15px;
      padding: 10px; } }

.iti {
  width: 100%; }

.iti__flag {
  background-image: url("../img/image/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/image/flags@2x.png"); } }

.iti--separate-dial-code .iti__selected-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: none; }

.iti__selected-dial-code {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  right: -6px; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: none; }

.iti__selected-flag {
  padding-left: 20px; }

.m-150 {
  margin: 150px 0; }
  @media (max-width: 767px) {
    .m-150 {
      margin: 70px 0; } }

.iti__country-list {
  white-space: inherit; }

.header {
  padding: 18px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 5; }
  .header a:hover {
    color: #ff640d;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.header__logo {
  height: 20px; }
  .header__logo img {
    pointer-events: none; }

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__nav {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400; }
  @media (max-width: 1300px) {
    .header__nav {
      display: none; } }

.header__nav-ul {
  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; }
  .header__nav-ul li {
    cursor: pointer; }
    .header__nav-ul li:hover {
      color: #ff640d;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .header__nav-ul li.link-active {
      color: #ff640d;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .header__nav-ul li:not(:last-child) {
    margin-right: 35px; }

.header__info-phone {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700; }
  .header__info-phone span {
    color: #666666;
    font-size: 14px;
    font-weight: 400; }

.header__info {
  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; }

.header__info-phone {
  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; }
  @media (max-width: 585px) {
    .header__info-phone {
      display: none; } }

.header__info-auth {
  margin-left: 55px;
  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; }
  @media (max-width: 585px) {
    .header__info-auth {
      margin: 0; } }
  .header__info-auth .btn {
    margin-left: 20px; }
    @media (max-width: 585px) {
      .header__info-auth .btn {
        margin-left: 10px; } }

.footer {
  padding: 29px 0; }

.footer__info-link {
  color: #878787;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400; }
  .footer__info-link--bold {
    color: #2d2d2d;
    font-weight: 700; }
  @media (max-width: 1200px) {
    .footer__info-link:not(:last-child) {
      margin-bottom: 10px; } }
  @media (max-width: 585px) {
    .footer__info-link {
      font-size: 14px; } }

.footer__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; }
  @media (max-width: 585px) {
    .footer__wrapper {
      -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; } }

.footer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .footer__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  @media (max-width: 767px) {
    .footer__info {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 52%;
          -ms-flex: 0 0 52%;
              flex: 0 0 52%; } }
  @media (max-width: 585px) {
    .footer__info {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.footer__policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .footer__policy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      text-align: right; } }
  @media (max-width: 767px) {
    .footer__policy {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44%;
          -ms-flex: 0 0 44%;
              flex: 0 0 44%; } }
  @media (max-width: 585px) {
    .footer__policy {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      text-align: left;
      margin-top: 10px; } }

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2d2d2d;
  opacity: .95;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); }

.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  border-radius: 15px;
  background-color: #Fff;
  max-width: 560px;
  padding: 50px 45px 40px 45px;
  max-height: 90%;
  overflow-y: auto; }
  @media (max-width: 585px) {
    .modal {
      width: 90%;
      padding: 20px;
      padding-top: 35px; } }
  .modal__title {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.23;
    margin-bottom: 40px; }
    @media (max-width: 585px) {
      .modal__title {
        font-size: 26px;
        margin-bottom: 27px; } }
  .modal__wrapper {
    width: 100%; }
  .modal__wrapper-thanks {
    display: none; }
  .modal .btn {
    width: 100%;
    font-size: 16px; }

.close {
  width: 23px;
  height: 23px;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  cursor: pointer; }
  @media (max-width: 585px) {
    .close {
      width: 15px;
      height: 15px;
      right: 15px;
      top: 15px; } }
  .close:hover svg {
    fill: #2d2d2d; }
  .close svg {
    width: 23px;
    height: 23px; }
    @media (max-width: 585px) {
      .close svg {
        width: 15px;
        height: 15px; } }

#up {
  cursor: pointer; }

.main-banner {
  padding: 89px 0px;
  background-image: url("../img/image/banner-bg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat; }
  @media (max-width: 585px) {
    .main-banner {
      padding: 60px 0px; } }
  .main-banner__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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-banner__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 508px;
        -ms-flex: 0 0 508px;
            flex: 0 0 508px;
    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; }
    @media (max-width: 1200px) {
      .main-banner__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 464px;
            -ms-flex: 0 0 464px;
                flex: 0 0 464px; } }
    @media (max-width: 767px) {
      .main-banner__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .main-banner__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 550px);
        -ms-flex: 0 0 calc(100% - 550px);
            flex: 0 0 calc(100% - 550px); }
    @media (max-width: 1200px) {
      .main-banner__img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 348px);
            -ms-flex: 0 0 calc(100% - 348px);
                flex: 0 0 calc(100% - 348px); } }
    @media (max-width: 767px) {
      .main-banner__img {
        display: none; } }
    .main-banner__img img {
      width: 100%; }
  .main-banner__ul {
    color: #666666;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 36px;
    margin-bottom: 60px;
    margin-top: 30px; }
    @media (max-width: 1200px) {
      .main-banner__ul {
        font-size: 20px;
        line-height: 1.2; } }
    @media (max-width: 585px) {
      .main-banner__ul {
        font-size: 16px;
        margin-bottom: 30px; } }
    .main-banner__ul li {
      position: relative; }
      .main-banner__ul li::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img/image/banner-check.png");
        background-size: contain;
        top: 7px;
        left: -36px;
        pointer-events: none; }
        @media (max-width: 585px) {
          .main-banner__ul li::before {
            top: 0; } }
      .main-banner__ul li:not(:last-child) {
        margin-bottom: 4px; }
        @media (max-width: 585px) {
          .main-banner__ul li:not(:last-child) {
            margin-bottom: 7px; } }
  .main-banner__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 585px) {
      .main-banner__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .main-banner__buttons .btn {
      max-width: 248px;
      width: 100%; }
      @media (max-width: 420px) {
        .main-banner__buttons .btn {
          max-width: 100%; } }
    .main-banner__buttons .btn--black {
      max-width: 191px;
      margin-left: 20px; }
      @media (max-width: 585px) {
        .main-banner__buttons .btn--black {
          margin-left: 0;
          margin-top: 10px; } }
      @media (max-width: 420px) {
        .main-banner__buttons .btn--black {
          max-width: 100%; } }

.advantages {
  margin: 105px 0; }
  @media (max-width: 767px) {
    .advantages {
      margin: 70px 0; } }
  .advantages__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .advantages__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-bottom: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2%; }
    @media (max-width: 1200px) {
      .advantages__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
    @media (max-width: 767px) {
      .advantages__item {
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 30px; } }
    .advantages__item:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 1200px) {
        .advantages__item:nth-child(3n) {
          margin-right: 2%; } }
      @media (max-width: 767px) {
        .advantages__item:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 1200px) {
      .advantages__item:nth-child(2n) {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .advantages__item:last-child {
        margin-bottom: 0; } }
  .advantages__img {
    width: 150px;
    height: 150px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .advantages__img {
        width: 120px;
        height: 120px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
            -ms-flex: 0 0 120px;
                flex: 0 0 120px; } }
    .advantages__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .advantages__content {
    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; }
    .advantages__content p {
      font-size: 24px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .advantages__content p {
          font-size: 22px;
          margin-bottom: 10px; } }
    .advantages__content span {
      color: #666666;
      font-size: 16px;
      line-height: 1.55;
      font-weight: 400; }
      @media (max-width: 767px) {
        .advantages__content span {
          font-size: 14px; } }

.how-return {
  margin-top: 105px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .how-return {
      margin: 70px 0; } }
  .how-return__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;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .how-return__item:not(:last-child) {
      margin-bottom: 40px; }
  .how-return__number {
    width: 41px;
    height: 180px;
    color: #c4c4c4;
    font-size: 28px;
    line-height: 1.55;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 1px solid #ff640d;
    border-radius: 15px;
    margin-right: 15px;
    background-color: #f9f9f9; }
  .how-return__number-wrapper {
    position: absolute;
    width: 180px;
    height: 41px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-90deg) translate(-68px, -71px);
        -ms-transform: rotate(-90deg) translate(-68px, -71px);
            transform: rotate(-90deg) translate(-68px, -71px); }
    .how-return__number-wrapper span {
      display: block; }
  .how-return__img {
    width: 180px;
    height: 180px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .how-return__img {
        margin-right: 0; } }
    .how-return__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .how-return__content {
    max-width: 340px;
    width: 100%; }
    @media (max-width: 767px) {
      .how-return__content {
        margin-top: 20px; } }
    .how-return__content p {
      font-size: 28px;
      line-height: 1.15;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .how-return__content p {
          font-size: 21px;
          margin-bottom: 10px; } }
    .how-return__content span {
      font-size: 16px;
      line-height: 1.55;
      font-weight: 400; }

.steps {
  padding: 50px 0;
  background-image: url("../img/image/steps.png");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden; }
  .steps__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style-type: none;
    counter-reset: my-counter;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .steps p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 150px;
    width: 100%; }
    @media (max-width: 1200px) {
      .steps p {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .steps p {
        font-size: 19px;
        margin-bottom: 10px; } }
  .steps span {
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }
    @media (max-width: 767px) {
      .steps span {
        font-size: 14px; } }
  .steps .btn {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .steps .btn {
        margin-top: 40px; } }
    @media (max-width: 420px) {
      .steps .btn {
        max-width: 100%;
        width: 100%; } }
  .steps__item {
    padding-left: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media (max-width: 1200px) {
      .steps__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (max-width: 767px) {
      .steps__item {
        padding-left: 70px; } }
    .steps__item:not(:last-child) {
      margin-right: 2%; }
      @media (max-width: 1200px) {
        .steps__item:not(:last-child) {
          margin-right: 0;
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .steps__item:not(:last-child) {
          margin-bottom: 30px; } }
    .steps__item::before {
      content: counter(my-counter);
      counter-increment: my-counter;
      left: 0;
      position: absolute;
      top: -5px;
      width: 60px;
      height: 60px;
      color: #ff640d;
      font-size: 36px;
      line-height: 1.4;
      font-weight: 500;
      text-align: center;
      -webkit-box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
              box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
      background-color: #fff;
      border-radius: 15px;
      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;
      pointer-events: none; }
      @media (max-width: 767px) {
        .steps__item::before {
          height: 50px;
          width: 50px;
          font-size: 30px; } }

.tariffs__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.tariffs p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: 200px;
  width: 100%; }
  @media (max-width: 767px) {
    .tariffs p {
      font-size: 21px; } }

.tariffs span {
  font-size: 32px;
  line-height: 1.55;
  font-weight: 700; }

.tariffs .btn {
  padding: 10px 25px; }

.tariffs__stage {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #eaeaea;
  border-radius: 15px;
  padding: 0 12px; }

.tariffs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
  border-radius: 15px;
  padding: 35px 30px;
  height: 320px;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .tariffs__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  @media (max-width: 767px) {
    .tariffs__item {
      padding: 20px;
      padding-top: 40px; } }
  .tariffs__item:not(:last-child) {
    margin-right: 2%; }
    @media (max-width: 1200px) {
      .tariffs__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px; } }

.tariffs__img {
  width: 360px;
  height: 320px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }
  @media (max-width: 1200px) {
    .tariffs__img {
      width: 436px;
      height: 386px; } }
  @media (max-width: 767px) {
    .tariffs__img {
      right: -40px;
      width: 360px;
      height: 320px; } }
  .tariffs__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.faq__wrapper {
  max-width: 760px;
  width: 100%; }

.faq__icon {
  width: 24px;
  height: 24px;
  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;
  cursor: pointer;
  margin: 0 8px;
  position: relative; }
  @media (max-width: 767px) {
    .faq__icon {
      width: 20px;
      height: 20px; } }
  .faq__icon::before {
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 40px;
    height: 40px;
    content: '';
    background-color: #f9f9f9;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .faq__icon::before {
        display: none; } }
  .faq__icon--rotate svg {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .faq__icon svg {
    width: 24px;
    height: 24px;
    fill: #2d2d2d;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media (max-width: 767px) {
      .faq__icon svg {
        width: 36px;
        height: 36px; } }

.faq__btn {
  padding: 25px 0;
  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;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .faq__btn {
      padding: 20px 0; } }
  .faq__btn:hover .faq__icon::before {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.faq__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .faq__title {
      font-size: 17px; } }

.faq__item {
  border-top: 1px solid #eaeaea; }
  .faq__item:last-child {
    border-bottom: 1px solid #eaeaea; }

.faq__desc {
  padding-bottom: 25px;
  line-height: 1.55;
  display: none; }

.around-the-clock {
  background-color: #ff640d;
  padding: 55px 0; }
  @media (max-width: 767px) {
    .around-the-clock {
      padding: 50px 0; } }
  .around-the-clock__wrapper {
    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; }
  .around-the-clock .h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    padding-bottom: 40px; }
    @media (max-width: 1200px) {
      .around-the-clock .h2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 767px) {
      .around-the-clock .h2 {
        font-size: 22px;
        line-height: 1.4; } }
  .around-the-clock__img {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1200px) {
      .around-the-clock__img {
        position: relative;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .around-the-clock__img {
        width: 121px; } }
    @media (max-width: 767px) {
      .around-the-clock__img img {
        width: 100%; } }
  @media (max-width: 1200px) {
    .around-the-clock .btn {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  @media (max-width: 420px) {
    .around-the-clock .btn {
      width: 100%; } }

.reviews__box {
  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; }
  @media (max-width: 1200px) {
    .reviews__box {
      -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; } }

.reviews__item {
  border-radius: 15px;
  overflow: hidden;
  height: 309px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
  position: relative; }
  @media (max-width: 1200px) {
    .reviews__item {
      height: 382px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media (max-width: 767px) {
    .reviews__item {
      height: 281px; } }
  @media (max-width: 585px) {
    .reviews__item {
      height: 157px;
      max-width: 280px;
      width: 100%;
      margin: 0 auto; } }
  .reviews__item iframe {
    height: 100%;
    width: 100%; }
  @media (max-width: 1200px) {
    .reviews__item:first-child {
      margin-bottom: 30px; } }

.reviews__item-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  cursor: pointer; }

.reviews__item-video {
  height: 100%; }

.reviews__item-icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 70px;
  height: 70px; }
  .reviews__item-icon svg {
    width: 70px;
    height: 70px; }

.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    .about__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .about__item:not(:last-child) {
    margin-right: 2%; }
    @media (max-width: 767px) {
      .about__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px; } }

.about__content {
  -webkit-box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
          box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (max-width: 420px) {
    .about__content {
      font-size: 14px;
      padding: 15px; } }

.about__img {
  height: 230px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .about__img {
      height: 160px; } }
  @media (max-width: 767px) {
    .about__img {
      height: 280px; } }
  @media (max-width: 420px) {
    .about__img {
      height: 180px; } }
  .about__img img {
    width: 100%;
    -o-object-position: top;
       object-position: top; }

.about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.trust {
  margin-top: 150px;
  margin-bottom: 105px; }
  @media (max-width: 767px) {
    .trust {
      margin-top: 70px;
      margin-bottom: 60px; } }
  .trust__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .trust__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    margin-right: 4%;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
            box-shadow: 0px 10px 35px 0px rgba(64, 70, 89, 0.1);
    border-radius: 15px;
    margin-bottom: 4%;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .trust__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32%;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%;
        margin-right: 2%;
        margin-bottom: 2%; } }
    @media (max-width: 767px) {
      .trust__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        margin-bottom: 4%;
        margin-right: 4%; } }
    .trust__item:nth-child(4n) {
      margin-right: 0; }
      @media (max-width: 1200px) {
        .trust__item:nth-child(4n) {
          margin-right: 2%; } }
      @media (max-width: 767px) {
        .trust__item:nth-child(4n) {
          margin-right: 0; } }
    @media (max-width: 1200px) {
      .trust__item:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .trust__item:nth-child(3n) {
        margin-right: 4%; } }
    @media (max-width: 767px) {
      .trust__item:nth-child(2n) {
        margin-right: 0; } }
    .trust__item img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      height: min-intrinsic; }

.bottom-form {
  padding: 60px 0;
  background-image: url(../img/image/form-bottom-bg.png);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 105px; }
  @media (max-width: 767px) {
    .bottom-form {
      margin-top: 60px;
      padding: 50px 0; } }
  .bottom-form__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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .bottom-form__wrapper::before {
      position: absolute;
      content: '';
      background-image: url(../img/image/form-bottom-before.png);
      width: 120px;
      height: 103px;
      bottom: -88px;
      left: 55%;
      background-size: contain;
      pointer-events: none;
      -webkit-transform: rotate(290deg);
          -ms-transform: rotate(290deg);
              transform: rotate(290deg); }
      @media (max-width: 1200px) {
        .bottom-form__wrapper::before {
          width: 104px;
          height: 90px;
          bottom: -86px;
          left: 72%; } }
      @media (max-width: 767px) {
        .bottom-form__wrapper::before {
          display: none; } }
  .bottom-form__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 456px;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
    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; }
    @media (max-width: 767px) {
      .bottom-form__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .bottom-form__img {
    position: absolute;
    width: 478px;
    right: 0;
    bottom: -161px; }
    @media (max-width: 1200px) {
      .bottom-form__img {
        width: 345px;
        right: -166px;
        bottom: 0; } }
    @media (max-width: 767px) {
      .bottom-form__img {
        display: none; } }
    .bottom-form__img::before, .bottom-form__img::after {
      position: absolute;
      content: '';
      background-image: url(../img/image/form-bottom-coin.png);
      width: 60px;
      height: 75px;
      background-size: contain;
      pointer-events: none; }
      @media (max-width: 1200px) {
        .bottom-form__img::before, .bottom-form__img::after {
          width: 47px;
          height: 58px; } }
    .bottom-form__img::before {
      right: 98px;
      top: 8px;
      -webkit-transform: rotate(56deg);
          -ms-transform: rotate(56deg);
              transform: rotate(56deg); }
      @media (max-width: 1200px) {
        .bottom-form__img::before {
          right: 66px;
          top: 8px; } }
    .bottom-form__img::after {
      top: 54px;
      left: -102px;
      -webkit-transform: rotate(323deg);
          -ms-transform: rotate(323deg);
              transform: rotate(323deg); }
      @media (max-width: 1200px) {
        .bottom-form__img::after {
          left: -27px; } }
    .bottom-form__img img {
      width: 100%; }
  .bottom-form .h2 {
    padding-bottom: 20px; }
  .bottom-form__desc {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 30px; }
  @media (max-width: 585px) {
    .bottom-form .btn {
      width: 100%; } }
  .bottom-form__thanks {
    display: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    min-height: 292px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 585px) {
      .bottom-form__thanks {
        min-height: auto; } }

/*# sourceMappingURL=style.css.map */


#DISABLING {position: absolute; z-index: 9999; margin: 0px; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; opacity: 0;}
#resultContainer {position: fixed; display: none; z-index: 9999;}
.resultContainer {background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; border-radius: 4px; margin-bottom: 20px; padding: 15px}

#ProgressContainer {position: fixed; z-index: 999; top: 0px; left: 0px; visibility: hidden; display: none;    }
