@font-face {
  font-family: "SFProDisplayRegular";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
  src: url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplayBold";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2");
  src: url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BigNoodleTitlingOblique";
  src: url("../fonts/BigNoodleTitlingRUSbyDaymarius.woff2") format("woff2");
  src: url("../fonts/BigNoodleTitlingRUSbyDaymarius.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
p {
  margin: 0;
  cursor: default;
}
@media all and (max-width: 650px) {
  p {
    font-size: 16px !important;
    line-height: 1.1em;
  }
}

button {
  cursor: pointer;
}

span,
div {
  cursor: default;
}
@media all and (max-width: 650px) {
  span,
div {
    font-size: 16px !important;
    line-height: 1.1em;
    line-height: 20px !important;
  }
}

ul, li {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1210px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (max-width: 1300px) {
  .container {
    max-width: 1020px;
  }
}
@media all and (max-width: 1050px) {
  .container {
    max-width: 960px;
  }
}
@media all and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media all and (max-width: 768px) {
  .container {
    max-width: 640px;
  }
}
@media all and (max-width: 650px) {
  .container {
    max-width: 300px;
    padding: 0 5px;
  }
}
@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

@media all and (max-width: 650px) {
  .block {
    display: block;
  }
}

.tac {
  text-align: center;
}

.section-title {
  color: #000;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 60.5px */
  text-transform: uppercase;
  font-size: calc(30px + 25 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 55px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 26px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
.section-title.big {
  font-size: 75px;
}
@media all and (max-width: 1300px) {
  .section-title.big {
    font-size: 48px;
  }
}
@media all and (max-width: 1050px) {
  .section-title.big {
    font-size: 44px;
  }
}
@media all and (max-width: 992px) {
  .section-title.big {
    gsz: 35px;
  }
}
.section-title span {
  color: #FF7C3E;
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 26px !important;
    line-height: 130% !important;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  width: 253px;
  height: 70px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7C3E), to(#FF7C3E)), #F9721C;
  background: -o-linear-gradient(bottom, #FF7C3E 0%, #FF7C3E 100%), #F9721C;
  background: linear-gradient(0deg, #FF7C3E 0%, #FF7C3E 100%), #F9721C;


  background: #F5B01B;
}
.btn img {
  width: 13px;
  height: 15px;
}
.btn::after {
  content: "";
  margin-left: 60px;
  width: 15px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.01s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
@media all and (max-width: 650px) {
  .btn {
    width: 100% !important;
    height: 50px !important;
    font-size: 17px !important;
  }
}
.btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7C3E), to(#FF7C3E)), #F9721C;
  background: -o-linear-gradient(bottom, #FF7C3E 0%, #FF7C3E 100%), #F9721C;
  background: linear-gradient(0deg, #FF7C3E 0%, #FF7C3E 100%), #F9721C;

  background: #F5B01B;
}
.btn:active {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7C3E), to(#FF7C3E)), #F9721C;
  background: -o-linear-gradient(bottom, #FF7C3E 0%, #FF7C3E 100%), #F9721C;
  background: linear-gradient(0deg, #FF7C3E 0%, #FF7C3E 100%), #F9721C;

  background: #F5B01B;
}

input {
  outline: none;
}

label.error {
  display: none !important;
}

input.error {
  display: block;
  color: red !important;
}
input.error::-webkit-input-placeholder {
  color: red !important;
}
input.error::-moz-placeholder {
  color: red !important;
}
input.error:-ms-input-placeholder {
  color: red !important;
}
input.error::-ms-input-placeholder {
  color: red !important;
}
input.error::placeholder {
  color: red !important;
}

.form-transition input.error {
  background: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-anim {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.top-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.down-anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.down-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.left-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.left-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.right-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media all and (max-width: 650px) {
  section .container {
    overflow: visible;
  }
}

.slick-dots li button:before {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.noLink {
  pointer-events: none;
}

.slick-prev:before, .slick-next:before {
  line-height: 1px;
  font-family: inherit;
}

@media all and (max-width: 650px) {
  .mob-row {
    display: block;
  }
}

.slick-dots li button::before {
  font-size: 0 !important;
  opacity: 0 !important;
}
.slick-dots .slick-dots button:hover {
  font-size: 0 !important;
}
.slick-dots .slick-active button {
  background: #ff005b;
}

.form-section-bottom-text {
  text-align: center;
}
@media all and (max-width: 650px) {
  .form-section-bottom-text {
    text-align: center !important;
  }
}

@media all and (max-width: 650px) {
  .form-inputs {
    width: 100%;
  }
}

.form-inner {
  position: relative;
  z-index: 4;
  width: auto;
  margin: 0;
}
@media all and (max-width: 650px) {
  .form-inner {
    width: 100%;
  }
}

.form-title {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}
@media all and (max-width: 1300px) {
  .form-title {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .form-title {
    font-size: 18px;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .form-title span {
    font-size: 22px !important;
    line-height: 130% !important;
  }
}

.form-subtitle {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-subtitle {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
}

.form-section-wrap {
  max-width: 749px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 0;
  gap: 8px;
  text-align: center;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .form-section-wrap {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .form-section-wrap {
    gap: 8px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px !important;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .form-section-wrap .btn {
    width: 100% !important;
  }
}

.form-section-row {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 70px;
  border-radius: 30px;
  background: #F5F5F5;
}
@media all and (max-width: 768px) {
  .form-section-row {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .form-section-row {
    height: 50px !important;
    width: 100%;
  }
}
.form-section-row.row {
  width: 33%;
}
.form-section-row:focus {
  background: #fff;
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 34px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-moz-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input:-ms-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-ms-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-section-row input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-moz-placeholder {
    font-size: 16px;
  }
  .form-section-row input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::placeholder {
    font-size: 16px;
  }
}

.form-bottom {
  margin-top: 24px;
}
@media all and (max-width: 650px) {
  .form-bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
    margin-top: 8px;
    text-align: center !important;
  }
}
.form-bottom a {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .form-bottom a {
    font-size: 12px !important;
    line-height: 100% !important;
    display: block;
  }
}
.form-bottom a:hover {
  text-decoration: underline;
}

.overflow-inner {
  overflow: hidden;
}

.slick-dots {
  z-index: 1;
  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;
  text-align: start;
  bottom: -56px;
}
@media all and (max-width: 768px) {
  .slick-dots {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li button {
  background: grey;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  height: 10px;
}
.slick-dots li.slick-active button {
  background: #D32112;
  height: 100%;
}

.form-section-row.tell.validate {
  display: block;
  border: 1px solid red;
}
.form-section-row.tell.validate input {
  color: red !important;
}
.form-section-row.tell.validate input::-webkit-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::-moz-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input:-ms-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::-ms-input-placeholder {
  color: red !important;
}
.form-section-row.tell.validate input::placeholder {
  color: red !important;
}

.subtitle {
  color: #000;
  text-align: center;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}
.info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 39px;
  height: 3px;
  background: #FF7C3E;
  z-index: 1;
}

@media all and (max-width: 650px) {
  .wrap-slider.overflow .slick-list {
    overflow: visible;
  }
}

br.mob-br {
  display: none;
}
@media all and (max-width: 650px) {
  br.mob-br {
    display: block !important;
  }
}

.preload__box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}

.preload__box .flex {
  width: 100%;
  height: 100%;
}

#floatingCirclesG {
  position: relative;
  width: 112px;
  height: 112px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 20px;
  width: 20px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.992s;
  -o-animation-duration: 0.992s;
  -ms-animation-duration: 0.992s;
  -webkit-animation-duration: 0.992s;
  -moz-animation-duration: 0.992s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 45px;
  animation-delay: 0.3695s;
  -o-animation-delay: 0.3695s;
  -ms-animation-delay: 0.3695s;
  -webkit-animation-delay: 0.3695s;
  -moz-animation-delay: 0.3695s;
}

#frotateG_02 {
  left: 13px;
  top: 13px;
  animation-delay: 0.496s;
  -o-animation-delay: 0.496s;
  -ms-animation-delay: 0.496s;
  -webkit-animation-delay: 0.496s;
  -moz-animation-delay: 0.496s;
}

#frotateG_03 {
  left: 45px;
  top: 0;
  animation-delay: 0.6125s;
  -o-animation-delay: 0.6125s;
  -ms-animation-delay: 0.6125s;
  -webkit-animation-delay: 0.6125s;
  -moz-animation-delay: 0.6125s;
}

#frotateG_04 {
  right: 13px;
  top: 13px;
  animation-delay: 0.739s;
  -o-animation-delay: 0.739s;
  -ms-animation-delay: 0.739s;
  -webkit-animation-delay: 0.739s;
  -moz-animation-delay: 0.739s;
}

#frotateG_05 {
  right: 0;
  top: 45px;
  animation-delay: 0.8655s;
  -o-animation-delay: 0.8655s;
  -ms-animation-delay: 0.8655s;
  -webkit-animation-delay: 0.8655s;
  -moz-animation-delay: 0.8655s;
}

#frotateG_06 {
  right: 13px;
  bottom: 13px;
  animation-delay: 0.992s;
  -o-animation-delay: 0.992s;
  -ms-animation-delay: 0.992s;
  -webkit-animation-delay: 0.992s;
  -moz-animation-delay: 0.992s;
}

#frotateG_07 {
  left: 45px;
  bottom: 0;
  animation-delay: 1.1085s;
  -o-animation-delay: 1.1085s;
  -ms-animation-delay: 1.1085s;
  -webkit-animation-delay: 1.1085s;
  -moz-animation-delay: 1.1085s;
}

#frotateG_08 {
  left: 13px;
  bottom: 13px;
  animation-delay: 1.235s;
  -o-animation-delay: 1.235s;
  -ms-animation-delay: 1.235s;
  -webkit-animation-delay: 1.235s;
  -moz-animation-delay: 1.235s;
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.99);
  }
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.99);
  }
}
.form-section-inner {
  position: relative;
}

.preload__box .flex.align-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widjet {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding: 80px 0;
}
@media all and (max-width: 992px) {
  .widjet {
    padding: 20px 0;
  }
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    z-index: 2;
    padding: 20px 0;
    background: transparent;
  }
}
@media all and (max-width: 650px) {
  .widjet .container {
    max-width: 300px;
  }
}
.widjet .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .widjet .header-inner {
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: none;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 650px) {
  .widjet .header-left {
    gap: 10px;
  }
}
.widjet .logo {
  width: 50px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 40px;
  }
}
.widjet .header-name {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.widjet .header-name span {
  color: #FBBB25;
}
.widjet .header-info {
  color: #E0E0E0;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .widjet .header-info {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-call {
  color: #FFF;
  text-align: center;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  width: 197px;
  height: 52px;
  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;
  border-radius: 30px;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    width: 135px;
    height: 40px;
  }
}

.offer {
  position: relative;
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #748599;
}
.offer .offer-inner {
  padding: 237px 0 135px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .offer .offer-inner {
    padding: 135px 0 55px;
  }
}
.offer .offer-inner::after {
  content: "";
  position: absolute;
  right: -198px;
  bottom: 0;
  background-image: url(../img/offer/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 709px;
  height: 806.317px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .offer .offer-inner::after {
    width: 500px;
    height: 565px;
    right: -100px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner::after {
    width: 270px;
    height: 300px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 95px 0 315px 0;
  }
}
.offer .offer-logo {
  width: 287px;
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .offer .offer-logo {
    width: 180px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-logo {
    width: 100px;
  }
}
.offer .offer-top {
  color: #FFF;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 51.75px */
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media all and (max-width: 1300px) {
  .offer .offer-top {
    font-size: 35px;
  }
}
@media all and (max-width: 1050px) {
  .offer .offer-top {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-top br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-top {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.offer .section-title {
  color: #3A3A3A;
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .offer .section-title {
    text-align: center;
    margin-left: 20px;
    font-size: 28px !important;
  }
}
.offer .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#FFC949), to(#F49E02));
  background: -o-linear-gradient(right, #FFC949 0%, #F49E02 100%);
  background: linear-gradient(270deg, #FFC949 0%, #F49E02 100%);
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
}
.offer .offer-info {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
  padding-left: 182px;
}
@media all and (max-width: 992px) {
  .offer .offer-info {
    padding-left: 100px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.offer .offer-info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/offer/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 103px;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .offer .offer-info::after {
    width: 100px;
    height: 60px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    margin-bottom: 20px;
  }
}
.offer .offer-info span {
  color: #FCBF3A;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .offer .offer-info span {
    font-size: 28px;
  }
}
@media all and (max-width: 1050px) {
  .offer .offer-info span {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-info span {
    font-size: 20px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info span {
    font-size: 24px !important;
    line-height: 100% !important;
  }
}
.offer .form-inner {
  border-radius: 20px;
  background: #FFF;
  max-width: 810px;
  width: 100%;
  padding: 28px;
}
@media all and (max-width: 650px) {
  .offer .form-inner {
    padding: 20px 10px;
  }
}
.offer .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .offer .form-section-wrap {
    max-width: 100%;
  }
}
.second {
  position: relative;
  z-index: 2;
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second .second-inner {
  padding: 120px 0 90px;
  position: relative;
}
.second .second-inner::after {
  content: "";
  position: absolute;
  left: -140px;
  top: 57px;
  background-image: url(../img/second/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 132px;
  height: 132px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .second .second-inner {
    padding: 35px 0;
  }
}
.second .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media all and (max-width: 1300px) {
  .second .second-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .second .second-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .second .second-content {
    margin-bottom: 20px;
  }
}
.second .left {
  max-width: 570px;
  width: 100%;
}
.second .info {
  margin-bottom: 5px;
  color: #000;
}
.second .section-title {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .second .section-title {
    text-align: start;
  }
}
.second .second-list {
  border-radius: 25px;
  background: #F7F7F7;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 48px;
}
@media all and (max-width: 992px) {
  .second .second-list {
    padding: 20px 10px;
  }
}
.second .second-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 47%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.second .second-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 1300px) {
  .second .second-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .second .second-item {
    padding-left: 10px;
  }
}
.second .second-item__img {
  width: 39px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 992px) {
  .second .second-item__img {
    width: 30px;
  }
}
.second .second-item__title {
  color: #000;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 75% */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media all and (max-width: 1300px) {
  .second .second-item__title {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__title {
    font-size: 23px !important;
    line-height: 120% !important;
  }
}
.second .second-item__text {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.second .second-img {
  max-width: 550px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .second .second-img {
    max-width: 250px;
  }
}
@media all and (max-width: 768px) {
  .second .second-img {
    max-width: 500px;
  }
}
.second .second-arrow {
  width: 36px;
  margin: 0 auto;
  margin-bottom: 42px;
}
@media all and (max-width: 650px) {
  .second .second-arrow {
    margin-bottom: 20px;
    width: 26px;
  }
}
.second .second-bottom {
  background-image: url(../img/second/form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #748599;
  border-radius: 30px;
  padding: 48px 20px 38px 348px;
}
@media all and (max-width: 992px) {
  .second .second-bottom {
    padding-left: 150px;
  }
}
.second .second-bottom::after {
  content: "";
  position: absolute;
  left: -38px;
  bottom: 45px;
  background-image: url(../img/second/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 401px;
  height: 430px;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .second .second-bottom::after {
    width: 300px;
    height: 300px;
    left: -100px;
  }
}
@media all and (max-width: 650px) {
  .second .second-bottom::after {
    width: 200px;
    height: 200px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .second .second-bottom {
    padding: 20px 10px 200px;
  }
}
.second .form-subtitle {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: -0.24px;
  margin-bottom: 20px;
}
.second .form-title {
  color: #FFF;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 109.091% */
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media all and (max-width: 1300px) {
  .second .form-title {
    font-size: 45px;
  }
}
@media all and (max-width: 992px) {
  .second .form-title {
    font-size: 35px;
  }
}
.second .form-title span {
  color: #F5B01B;
}
.second .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
.second .row {
  width: 33%;
}

.third {
  position: relative;
  z-index: 1;
  background: #748599;
}
.third .third-inner {
  padding: 80px 0 98px;
  position: relative;
}
@media all and (max-width: 650px) {
  .third .third-inner {
    padding: 35px 0;
  }
}
.third .third-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media all and (max-width: 768px) {
  .third .third-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 650px) {
  .third .third-top {
    gap: 0;
  }
}
.third .info {
  margin-bottom: 5px;
}
.third .section-title {
  color: #fff;
}
@media all and (max-width: 650px) {
  .third .section-title {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }
}
.third .third-logo {
  width: 180px;
}
.third .third-box {
  padding: 28px 38px;
  background-image: url(../img/third/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media all and (max-width: 650px) {
  .third .third-box {
    margin-bottom: 20px;
    padding: 20px 10px 20px 20px;
    border-radius: 20px;
  }
}
.third .third-box__img {
  width: 76px;
  margin-bottom: 94px;
}
@media all and (max-width: 650px) {
  .third .third-box__img {
    margin-bottom: 20px;
    width: 40px;
  }
}
.third .third-box__text {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media all and (max-width: 1300px) {
  .third .third-box__text br {
    display: none;
  }
}
.third .third-box__text span {
  color: #F4AC16;
}
.third .third-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media all and (max-width: 1300px) {
  .third .third-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media all and (max-width: 768px) {
  .third .third-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.third .third-row.bottom-row {
  border-radius: 30px;
  background: -o-linear-gradient(186deg, #FFC949 46.73%, #F49E02 83.89%), #F5F5F5;
  background: linear-gradient(264deg, #FFC949 46.73%, #F49E02 83.89%), #F5F5F5;
  padding: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 42px;
}
@media all and (max-width: 650px) {
  .third .third-row.bottom-row {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 13px;
  }
}
.third .third-row__img {
  max-width: 380px;
  width: 100%;
}
.third .third-row__texts {
  padding: 44px 20px 34px 59px;
  border-radius: 30px;
  background: #F5F5F5;
  max-width: 780px;
  width: 100%;
  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;
}
@media all and (max-width: 650px) {
  .third .third-row__texts {
    padding: 20px 10px;
    border-radius: 20px;
    padding-left: 20px;
  }
}
.third .third-row__text {
  color: #000;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}
@media all and (max-width: 1300px) {
  .third .third-row__text br {
    display: none;
  }
}
.third .third-row__left {
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#F5F5F5)), #F5F5F5;
  background: -o-linear-gradient(bottom, #F5F5F5 0%, #F5F5F5 100%), #F5F5F5;
  background: linear-gradient(0deg, #F5F5F5 0%, #F5F5F5 100%), #F5F5F5;
  max-width: 525px;
  width: 100%;
  padding: 29px 20px 20px 36px;
}
.third .third-row__left span {
  font-family: "SFProDisplayBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 1300px) {
  .third .third-row__left {
    width: 50%;
  }
  .third .third-row__left br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .third .third-row__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .third .third-row__left {
    padding: 20px;
    border-radius: 13px;
  }
}
.third .third-row__right {
  color: #000;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #000;
}
@media all and (max-width: 1300px) {
  .third .third-row__right {
    width: 50%;
  }
  .third .third-row__right br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .third .third-row__right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
}
.third .third-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 650px) {
  .third .third-bottom {
    margin-bottom: 0px;
  }
}
.third .third-bottom__arrow {
  max-width: 402px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .third .third-bottom__arrow {
    max-width: 250px;
  }
}
@media all and (max-width: 650px) {
  .third .third-bottom__arrow {
    display: none;
  }
}
.third .form-subtitle {
  margin-bottom: 4px;
  text-align: right;
}
.third .form-title {
  text-align: right;
}
.third .form-inner {
  padding: 33px 48px;
  border-radius: 25px;
  background: #FFF;
}
@media all and (max-width: 650px) {
  .third .form-inner {
    padding: 20px 10px;
  }
}
.third .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1082px;
}
@media all and (max-width: 992px) {
  .third .form-section-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.third textarea {
  border-radius: 30px;
  background: #F5F5F5;
  padding-top: 26px;
  resize: none;
  outline: none;
  height: 149px;
  border: 0;
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 34px;
}
@media all and (max-width: 650px) {
  .third textarea {
    font-size: 16px;
    height: 100px;
  }
}
.third textarea::-webkit-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.third textarea::-moz-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.third textarea:-ms-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.third textarea::-ms-input-placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.third textarea::placeholder {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .third textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .third textarea::-moz-placeholder {
    font-size: 16px;
  }
  .third textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .third textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .third textarea::placeholder {
    font-size: 16px;
  }
}
.third .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}
.third .form-section-row {
  width: 262px;
}
@media all and (max-width: 1300px) {
  .third .form-section-row {
    width: 48%;
  }
}
@media all and (max-width: 992px) {
  .third .form-section-row {
    width: 100%;
  }
}
.third .btn {
  width: 100%;
}
.third .row {
  width: 50%;
}
@media all and (max-width: 768px) {
  .third .row {
    width: 100%;
  }
}

.four {
  position: relative;
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media all and (max-width: 650px) {
  .four {
    padding: 10px 0;
  }
}
.four .four-wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
}
@media all and (max-width: 650px) {
  .four .four-wrap {
    padding: 20px 0;
    max-width: 300px;
  }
}
.four .four-inner {
  padding: 48px 0 73px;
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 20px 10px;
  }
}
.four .four-content {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 1300px) {
  .four .four-content {
    max-width: 400px;
  }
}
@media all and (max-width: 992px) {
  .four .four-content {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 650px) {
  .four .four-content {
    margin-bottom: 20px;
  }
}
.four .four-content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  background-image: url(../img/four/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 73.022px;
  height: 90.982px;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .four .four-content::after {
    width: 50px;
    height: 70px;
    bottom: -30px;
  }
}
@media all and (max-width: 650px) {
  .four .four-content::after {
    bottom: 0px;
    width: 40px;
    height: 50px;
  }
}
.four .info {
  margin-bottom: 5px;
  color: #000;
}
.four .info::after {
  background: #000;
}
@media all and (max-width: 650px) {
  .four .section-title {
    text-align: start;
    font-size: 28px !important;
  }
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 992px) {
  .four .four-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
@media all and (max-width: 650px) {
  .four .four-list {
    row-gap: 20px;
  }
}
.four .four-item {
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 992px) {
  .four .four-item:nth-child(2) {
    margin-top: 84px;
  }
  .four .four-item:nth-child(2) .four-item__bottom {
    height: 276px;
  }
  .four .four-item:nth-child(3) {
    margin-top: 155px;
  }
  .four .four-item:nth-child(3) .four-item__bottom {
    height: 203px;
  }
  .four .four-item:nth-child(4) {
    margin-top: 232px;
  }
  .four .four-item:nth-child(4) .four-item__bottom {
    height: 126px;
  }
}
@media all and (max-width: 992px) {
  .four .four-item {
    gap: 20px;
    max-width: 47%;
  }
}
@media all and (max-width: 650px) {
  .four .four-item {
    max-width: 100%;
  }
}
.four .four-item__content {
  border-radius: 18.362px;
  background: -webkit-gradient(linear, left bottom, left top, from(#748599), to(#748599));
  background: -o-linear-gradient(bottom, #748599 0%, #748599 100%);
  background: linear-gradient(0deg, #748599 0%, #748599 100%);
  position: relative;
  height: 220px;
  padding: 79px 10px 20px 35px;
}
.four .four-item__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -26px;
  background-image: url(../img/four/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .four .four-item__content {
    padding-left: 20px;
    height: auto;
  }
}
.four .four-item__img {
  width: 146px;
  position: absolute;
  left: 30px;
  top: -87px;
}
@media all and (max-width: 992px) {
  .four .four-item__img {
    width: 100px;
    top: -40px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__img {
    width: 80px;
    top: -10px;
  }
}
.four .four-item__title {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  .four .four-item__title {
    font-size: 22px !important;
    line-height: 120% !important;
  }
}
.four .four-item__text {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 13.221px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 18.509px */
}
.four .four-item__text span {
  font-family: "SFProDisplayBold", sans-serif;
  font-weight: 700;
}
.four .four-item__bottom {
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.46%, rgba(255, 255, 255, 0.02)), color-stop(48.3%, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.75)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.02) 2.46%, rgba(255, 255, 255, 0.35) 48.3%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 2.46%, rgba(255, 255, 255, 0.35) 48.3%, rgba(255, 255, 255, 0.75) 100%);
  height: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .four .four-item__bottom {
    height: 200px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__bottom {
    height: 100px;
    padding-bottom: 20px;
  }
}
.four .four-item__number {
  color: #F49E03;
  text-align: center;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 77px */
  opacity: 0.2;
  margin-top: auto;
}
@media all and (max-width: 650px) {
  .four .four-item__number {
    font-size: 40px !important;
    line-height: 100% !important;
  }
}

.five {
  position: relative;
  z-index: 2;
}
.five .five-inner {
  padding: 75px 0 90px 0;
  position: relative;
  z-index: 1;
}
.five .five-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 92px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/five/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1569px;
  height: 1106px;
  z-index: -1;
}
@media all and (max-width: 650px) {
  .five .five-inner::after {
    width: 500px;
    height: 500px;
    top: 150px;
  }
}
@media all and (max-width: 650px) {
  .five .five-inner {
    padding: 35px 0;
  }
}
.five .section-title {
  margin-bottom: 47px;
  text-align: center;
}
.five .five-columns {
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .five .five-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .five .five-columns {
    margin-bottom: 20px;
  }
}
.five .five-list {
  border-radius: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7C3E), to(#FF7C3E)), -webkit-gradient(linear, left bottom, left top, from(#F09E3F), to(#F09E3F)), #FFF;
  background: -o-linear-gradient(bottom, #FF7C3E 0%, #FF7C3E 100%), -o-linear-gradient(bottom, #F09E3F 0%, #F09E3F 100%), #FFF;
  background: linear-gradient(0deg, #FF7C3E 0%, #FF7C3E 100%), linear-gradient(0deg, #F09E3F 0%, #F09E3F 100%), #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: 20px;
  padding: 40px 20px 20px 35px;
  max-width: 380px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .five .five-list {
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    padding: 20px 10px;
    border-radius: 14px;
  }
}
.five .five-list:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(#748599), to(#748599)), -webkit-gradient(linear, left bottom, left top, from(#F09E3F), to(#F09E3F)), #FFF;
  background: -o-linear-gradient(bottom, #748599 0%, #748599 100%), -o-linear-gradient(bottom, #F09E3F 0%, #F09E3F 100%), #FFF;
  background: linear-gradient(0deg, #748599 0%, #748599 100%), linear-gradient(0deg, #F09E3F 0%, #F09E3F 100%), #FFF;
}
.five .five-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media all and (max-width: 650px) {
  .five .five-item {
    gap: 15px;
  }
}
.five .five-item__img {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 650px) {
  .five .five-item__img {
    width: 20px;
  }
}
.five .five-item__text {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
@media all and (max-width: 992px) {
  .five .five-item__text br {
    display: none;
  }
}
.five .five-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 79px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 650px) {
  .five .five-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }
}
.five .form-title {
  color: #000;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  margin-bottom: 19px;
}
@media all and (max-width: 1300px) {
  .five .form-title {
    font-size: 30px;
  }
}
.five .form-subtitle {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  margin-bottom: 28px;
}
@media all and (max-width: 650px) {
  .five .form-subtitle br {
    display: none;
  }
}
.five .five-bottom__arrow {
  width: 169px;
}
@media all and (max-width: 650px) {
  .five .five-bottom__arrow {
    display: none;
  }
}
.five .right {
  max-width: 380px;
  width: 100%;
  border-radius: 25px;
  background: #F5F5F5;
  padding: 12px 20px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .five .right {
    padding-bottom: 20px;
  }
}
.five .five-bottom__img {
  max-width: 328px;
  width: 100%;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .five .five-bottom__img {
    margin-bottom: 20px;
  }
}
.five .btn {
  max-width: 310px;
  width: 100%;
}

.six {
  position: relative;
  z-index: 3;
}
.six .six-inner {
  padding: 0 0 90px;
  text-align: center;
  position: relative;
}
@media all and (max-width: 650px) {
  .six .six-inner {
    padding: 35px 0;
  }
}
.six .section-title {
  color: #000;
  margin-bottom: 20px;
  display: inline-block;
  z-index: 1;
}
.six .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, from(#FFC949), to(#F49E02));
  background: -o-linear-gradient(right, #FFC949 0%, #F49E02 100%);
  background: linear-gradient(270deg, #FFC949 0%, #F49E02 100%);
  width: calc(100% + 40px);
  height: 120%;
  z-index: -1;
}
.six .subtitle {
  margin-bottom: 21px;
  color: #000;
}
.six .arrow {
  width: 23px;
  margin: 0 auto 20px;
}
.six .six-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .six .six-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.six .six-item {
  border-radius: 20px;
  background: #F5F5F5;
  max-width: 380px;
  width: 100%;
  padding: 11px 12px 20px;
}
@media all and (max-width: 992px) {
  .six .six-item {
    max-width: 45%;
  }
}
@media all and (max-width: 650px) {
  .six .six-item {
    max-width: 100%;
    padding: 20px 10px;
  }
}
.six .six-item:nth-child(2) .six-item__top {
  background: -webkit-gradient(linear, right top, left top, from(#FFC949), to(#F49E02)), #B7DAEE;
  background: -o-linear-gradient(right, #FFC949 0%, #F49E02 100%), #B7DAEE;
  background: linear-gradient(270deg, #FFC949 0%, #F49E02 100%), #B7DAEE;
}
.six .six-item:nth-child(3) .six-item__top {
  background: -webkit-gradient(linear, left bottom, left top, from(#FF7C3E), to(#FF7C3E)), -webkit-gradient(linear, left bottom, left top, from(#87D07E), to(#87D07E)), #095D6D;
  background: -o-linear-gradient(bottom, #FF7C3E 0%, #FF7C3E 100%), -o-linear-gradient(bottom, #87D07E 0%, #87D07E 100%), #095D6D;
  background: linear-gradient(0deg, #FF7C3E 0%, #FF7C3E 100%), linear-gradient(0deg, #87D07E 0%, #87D07E 100%), #095D6D;
}
.six .six-item__top {
  border-radius: 20px;
  background: #FFF;
  padding: 22px 20px 15px 25px;
  height: 162px;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .six .six-item__top {
    padding: 20px 10px 10px 20px;
    margin-bottom: 20px;
    height: auto;
  }
}
.six .six-item__info {
  width: 107.364px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid #000;
  margin-bottom: 49px;
}
@media all and (max-width: 650px) {
  .six .six-item__info {
    margin-bottom: 30px;
  }
}
.six .six-item__title {
  color: #000;
  font-family: "BigNoodleTitlingOblique", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: start;
}
@media all and (max-width: 1300px) {
  .six .six-item__title {
    font-size: 35px;
  }
}
@media all and (max-width: 992px) {
  .six .six-item__title {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .six .six-item__title {
    font-size: 26px !important;
    line-height: 100% !important;
  }
}
.six .form-section-wrap {
  max-width: 310px;
  width: 100%;
}
.six .row {
  width: 100%;
}
.six .form-section-row {
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  height: 70px;
}
.six .six-item__text {
  color: #000;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.six .six-item__text span {
  text-align: center;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.last {
  position: relative;
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.last::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF7C3E;
  width: 100%;
  height: 17px;
  z-index: 1;
}
.last .last-inner {
  padding: 135px 0 119px;
  position: relative;
}
@media all and (max-width: 768px) {
  .last .last-inner {
    padding: 80px 0;
  }
}
.last .last-inner::after {
  content: "";
  position: absolute;
  left: -67px;
  bottom: 122px;
  background-image: url(../img/last/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 584px;
  height: 610px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .last .last-inner::after {
    width: 450px;
    height: 450px;
  }
}
@media all and (max-width: 992px) {
  .last .last-inner::after {
    left: -200px;
  }
}
@media all and (max-width: 768px) {
  .last .last-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner::after {
    width: 250px;
    height: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    display: block;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner {
    padding: 35px 0 300px;
  }
}
.last .last-content {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
@media all and (max-width: 1300px) {
  .last .last-content {
    max-width: 450px;
  }
}
@media all and (max-width: 768px) {
  .last .last-content {
    max-width: 100%;
  }
}
.last .section-title {
  color: #fff;
  margin-bottom: 15px;
}
@media all and (max-width: 650px) {
  .last .section-title {
    text-align: start;
  }
}
.last .section-title span {
  font-size: 75px;
  color: #fff;
}
@media all and (max-width: 1300px) {
  .last .section-title span {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  .last .section-title span {
    font-size: 45px;
  }
}
.last .last-info {
  border-radius: 18px;
  background: -o-linear-gradient(186deg, #FFC949 46.73%, #F49E02 83.89%), #F5F5F5;
  background: linear-gradient(264deg, #FFC949 46.73%, #F49E02 83.89%), #F5F5F5;
  max-width: 526px;
  width: 100%;
  padding: 16px 10px 19px 26px;
  color: #000;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  /* 138.462% */
  margin-bottom: 43px;
}
@media all and (max-width: 1300px) {
  .last .last-info {
    font-size: 20px;
  }
}
@media all and (max-width: 650px) {
  .last .last-info {
    margin-bottom: 20px;
  }
}
.last .last-subtitle {
  color: #FFF;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 31px;
  position: relative;
  padding-left: 74px;
}
@media all and (max-width: 650px) {
  .last .last-subtitle {
    padding-left: 50px;
  }
}
.last .last-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/last/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 57px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .last .last-subtitle::after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 650px) {
  .last .last-subtitle {
    margin-bottom: 20px;
  }
}
.last .last-subtitle span {
  color: #FFF;
  font-family: "SFProDisplayBold", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 92.308% */
}
.last .form-inner {
  background: rgba(242, 242, 242, 0.2);
  padding: 25px 20px;
  border-radius: 20px;
}
@media all and (max-width: 650px) {
  .last .form-inner {
    padding: 20px 10px;
  }
}
.last .form-section-wrap {
  max-width: 560px;
}
.last .form-section-row {
  width: 270px;
  border-radius: 30px;
  background: #FFF;
}
@media all and (max-width: 1300px) {
  .last .form-section-row {
    width: 48%;
  }
}
@media all and (max-width: 992px) {
  .last .form-section-row {
    width: 100%;
  }
}
.last .btn {
  width: 100%;
}

.footer {
  position: static;
  padding: 20px 0;
  background: #fff;
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
@media (max-width: 1100px) {
  .footer {
    background: none;
  }
}
.footer .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    row-gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media all and (max-width: 650px) {
  .footer .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
@media all and (max-width: 768px) {
  .footer .header-content {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .footer .header-content {
    text-align: center;
  }
}
.footer .header-name {
  color: #000000;
}
.footer .header-info {
  color: #000000;
}
@media all and (max-width: 650px) {
  .footer .header-info {
    text-align: center;
    display: block;
  }
}
.footer .logo {
  width: 160px;
}
.footer .header-call {
  border: 1px solid #000000;
  color: #000000;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 27, 27, 0.6);
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  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;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.modal.active {
  z-index: 999;
  opacity: 1;
}
.modal .modal-top {
  position: relative;
}
@media all and (max-width: 650px) {
  .modal .modal-top {
    padding-top: 10px;
  }
}
.modal .modal-politika .modal-top__title {
  text-align: center;
  font-family: "SFProDisplayRegular", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .modal-top__title {
    font-size: 22px;
  }
}
.modal .modal-politika .modal-content {
  background: #fff;
}
.modal .clouse {
  position: absolute;
  background: url(../img/modals/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 19px;
  cursor: pointer;
  z-index: 20;
}
@media all and (max-width: 650px) {
  .modal .clouse {
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.modal .form-section-row {
  margin-bottom: 8px;
  background: none;
  border: 1px solid rgb(72, 71, 71);
  width: 100%;
}
.modal .form-section-row::after {
  width: 24px;
  height: 24px;
  left: 18px;
}
.modal .form-section-row input {
  color: #000;
}
.modal .form-section-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 650px) {
  .modal .form-section-row {
    height: 50px;
  }
}
.modal .modal-content-inner {
  position: relative;
  background-color: white;
  width: auto;
  z-index: 20;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
}
@media all and (max-width: 650px) {
  .modal .modal-content-inner {
    width: 300px;
    height: auto;
    position: relative;
  }
}
.modal .modal-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  background: #F8F8F8;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  .modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content {
    padding: 20px 10px 20px 12px;
  }
}
.modal .modal-content .inp {
  max-width: 100%;
}
.modal .modal-content-info {
  z-index: 1;
  width: 100%;
}
.modal .modal-content__img {
  width: 365px;
  top: 40%;
  left: 8%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .modal .modal-content__img {
    display: none;
  }
}
.modal .modal-content__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.modal .modal-phone-img {
  width: 468px;
  height: 341px;
  bottom: 43px;
  left: -12%;
  top: 109px;
}
.modal .modal-content__img-big {
  width: 506px;
  top: 38%;
  left: -5%;
  position: absolute;
}
.modal .modal-top__title {
  color: #1B1B1B;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 34.5px */
  margin-bottom: 20px;
}
.modal .modal-top__title span.reg {
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .modal .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-top__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.modal .small-titleForm {
  font-size: 22px;
}
.modal .modal-politika {
  padding-top: 20px;
  position: absolute;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.modal .modal-politika .clouse {
  background: url(../img/modals/close.svg);
  position: static;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .clouse {
    background-size: contain;
  }
}
.modal .modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal .modal-politika {
    width: 80%;
  }
}
.modal .modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal .modal-politika {
    width: 320px;
  }
}
.modal .modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "SFProDisplayRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.modal .modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal .modal-politika div {
    font-size: 12px !important;
  }
}
.modal .modal-politika .btn {
  width: 450px;
  margin: 0 auto;
}
.modal .form-bottom {
  color: #1A1A18;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .modal .form-bottom {
    margin-top: 10px !important;
  }
}
.modal .form-bottom a {
  margin-left: 5px;
  color: #1A1A18;
  text-decoration: underline;
}
.modal .modal-politika,
.modal .modal1,
.modal .modal2,
.modal .modal3,
.modal .modal4 {
  display: none;
}
.modal .modal-politika.active,
.modal .modal1.active,
.modal .modal2.active,
.modal .modal3.active,
.modal .modal4.active {
  display: block;
}
.modal .btn {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 650px) {
  .modal .btn {
    height: 55px;
  }
}
.modal .form-section-bottom {
  margin-top: 27px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #181818;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom {
    margin-top: 15px;
  }
}
.modal .form-section-bottom .form-section-bottom-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal .form-section-bottom .form-section-bottom-text {
  text-align: start;
  color: #000;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom .form-section-bottom-text {
    font-size: 12px !important;
  }
}
.modal .form-section-bottom a {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom a {
    text-decoration: underline;
  }
}
.modal .form-section-bottom a:hover {
  text-decoration: underline;
}
.modal .sectionForm {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .modal .sectionForm {
    max-width: 100%;
  }
}
.modal .form-inputs {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.offerOk {
  position: relative;
  margin-top: 0;
  height: 100%;
  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;
  padding: 150px 0 70px;
  background-image: none;
}
@media all and (max-width: 650px) {
  .offerOk {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 130px 0 150px;
  }
}
.offerOk::after {
  display: none;
}
.offerOk .offer-left {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.offerOk .offer-left::after {
  display: none;
}
.offerOk .offer-inner {
  padding: 0;
  max-width: 100%;
}
.offerOk .offer-inner::before {
  display: none;
}
.offerOk .offer-inner::after {
  display: none;
}
.offerOk .btn-wrap {
  width: 300px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .offerOk .btn-wrap {
    width: 100% !important;
  }
}
.offerOk .btn {
  width: 300px;
  height: 60px;
}
@media all and (max-width: 650px) {
  .offerOk .btn {
    width: 100% !important;
  }
}
.offerOk::before {
  display: none;
}
.offerOk .offer-form__text {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "SFProDisplayRegular", sans-serif;
  font-weight: 400;
  color: #fff;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 60px;
  color: #DD2B1C;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title span {
  color: #DD2B1C;
  font-size: 48px !important;
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title::after {
  display: none;
}
.offerOk .thanks-subtitle {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 42px;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-subtitle {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
.offerOk .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  max-width: 840px;
  width: 100%;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media all and (max-width: 650px) {
  .offerOk .about {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
.offerOk .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 650px) {
  .offerOk .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
}
.offerOk .about-item-img {
  width: 80px;
  height: 83px;
  margin-right: 10px;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-img {
    margin-right: 0;
  }
}
.offerOk .about-item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .mestnoPlace {
  margin-right: 35px;
}
@media all and (max-width: 650px) {
  .offerOk .mestnoPlace {
    margin-right: 0;
  }
}
.offerOk .about-item-top {
  font-size: 16px;
}
.offerOk .about-item-top .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top .row {
    display: inline;
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top {
    text-align: center;
  }
}
.offerOk .about-item-bottom {
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-bottom {
    text-align: center;
  }
}
.offerOk .thanks-info {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  max-width: 626px;
  width: 100%;
}
.offerOk .thanks-info .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-info .row {
    display: inline;
  }
}
.offerOk .slogan_thanks-info {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 47px;
}
@media all and (max-width: 650px) {
  .offerOk .slogan_thanks-info {
    margin-bottom: 20px;
    text-align: center;
  }
}
.offerOk .sait-logo {
  max-width: 85px;
  height: 40px;
  margin-left: 10px;
}
.offerOk .google {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.offerOk .google img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 992px) {
  .offerOk .revies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.offerOk .revies-item.first {
  margin-right: 112px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.first {
    margin-right: 0;
  }
}
.offerOk .revies-item.first .revies-item-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-bottom:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.first .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second {
  margin-right: 162px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.second {
    margin-right: 0;
  }
}
.offerOk .revies-item.second .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second .revies-item-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-bottom img {
  width: 60px;
  height: 30px;
  display: block;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies-item.feeting .revies-item-top {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.offerOk .revies-item.feeting .revies-item-bottom {
  font-weight: 300;
  text-decoration: none;
}
.offerOk .revies-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.offerOk .vk {
  width: 27px;
  height: 27px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.offerOk .revies-item-bottom {
  font-size: 13px;
  text-decoration: underline;
}
.offerOk .revies-item-bottom span {
  font-size: 13px;
  text-decoration: underline;
}
@-webkit-keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.offerOk .thanks-company {
  position: absolute;
  top: -31%;
  right: -29%;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company {
    position: static;
  }
}
.offerOk .thanks-company-wrapper {
  position: relative;
}
.offerOk .thanks-company-info {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offerOk .heading__block {
  position: relative;
}
.offerOk .thanks-company-img {
  height: 1052px;
  max-width: 1052px;
  width: 100%;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company-img {
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .offerOk .thanks-company-img {
    height: 660px;
    max-width: 817px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .thanks-company-img {
    height: 386px;
    max-width: 817px;
    margin-top: -43px;
  }
  .offerOk .thanks-company-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
}
.offerOk .thanks-company-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .thanks-company-avtor {
  width: 244px;
  height: 34px;
  background-color: #2856a2;
  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;
}
.offerOk .thanks-company-doljnost {
  height: 34px;
  width: 244px;
  background-color: #e8e8e8;
  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;
  color: #000;
  margin-left: 15px;
}
.offerOk .last-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 650px) {
  .offerOk .last-bottom {
    bottom: 20px;
  }
}

.footerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.headerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}