@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  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: "MontserratMedium", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  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: 1250px) {
  body {
    background-repeat: repeat;
  }
}
@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: 1170px;
  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: 650px) {
  .container {
    max-width: 300px;
  }
}

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

.section-title {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "MontserratMedium", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 54.6px */
  letter-spacing: 0.84px;
  font-size: calc(28px + 13 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 42px;
  }
}
.section-title span {
  font-family: "MontserratBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 22px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
  }
}

.center {
  margin: 0 auto;
}

.tac {
  text-align: center;
}

@-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.1s;
  -o-transition: background-image 0.1s;
  transition: background-image 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  overflow: hidden;
  padding-left: 23px;
  padding-right: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
  width: 204px;
  height: 204px;
  border-radius: 3000px;
  background: var(--Yellow, #FFDE5A);
}
.btn svg {
  overflow: visible;
}
.btn svg .arrow {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 650px) {
  .btn svg {
    width: 30px;
  }
}
.btn::after {
  content: "";
  margin-left: 60px;
  width: 15px;
  height: 350px;
  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: -150px;
  top: -65px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -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: 150px;
    height: 150px;
    font-size: 14px !important;
  }
}
.btn:hover {
  color: rgba(0, 0, 0, 0.5);
}
.btn:active {
  color: rgba(0, 0, 0, 0.5);
  background: #FFF0AB;
}

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;
}

.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(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;
}
.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 screen and (max-width: 1520px) {
  section .container {
    overflow: hidden;
  }
}
@media all and (max-width: 650px) {
  section .container {
    overflow: inherit;
  }
}

.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;
}

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

.form-inner {
  max-width: 555px;
  width: 100%;
}
.form-section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 992px) {
  .form-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
@media all and (max-width: 650px) {
  .form-section-wrap {
    gap: 15px;
  }
}

.form_subtitle {
  color: #000;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .form_subtitle {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .form_subtitle {
    margin-bottom: 0;
  }
}

.form-section-row {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 36px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
@media all and (max-width: 992px) {
  .form-section-row {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .form-section-row {
    height: 55px;
    margin-bottom: 0;
  }
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: #000;
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.form-section-row input::-moz-placeholder {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.form-section-row input:-ms-input-placeholder {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.form-section-row input::-ms-input-placeholder {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
.form-section-row input::placeholder {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
@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-section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media all and (max-width: 650px) {
  .form-section-bottom {
    margin-top: 20px;
  }
}
.form-section-bottom .form-section-bottom-text {
  color: rgba(96, 96, 98, 0.5);
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
@media all and (max-width: 650px) {
  .form-section-bottom .form-section-bottom-text {
    font-size: 12px !important;
  }
}
.form-section-bottom .form-section-bottom-text a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media all and (max-width: 650px) {
  .form-section-bottom .form-section-bottom-text a {
    text-decoration: underline;
    display: block;
    font-size: 12px !important;
  }
}

.form-ok {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.widjet {
  position: absolute;
  width: 100%;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.widjet .header-inner {
  height: 144px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
  }
}
.widjet .logo {
  display: block;
  width: 172px;
  height: 62px;
  z-index: 2;
}
.widjet .logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    max-width: 100px;
    height: auto;
    margin-right: 0;
  }
}
.widjet .header__info {
  color: #000;
  text-align: center;
  font-family: "MontserratRegular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 25.5px */
}
@media all and (max-width: 992px) {
  .widjet .header__info {
    display: none;
  }
}

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

.header-social-img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
@media all and (max-width: 650px) {
  .header-social-img {
    display: none;
  }
}

.header-social-right {
  color: #000;
  text-align: right;
  font-family: "MontserratMedium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.header-social-right:hover {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .header-social-right {
    font-size: 16px;
    margin-top: 7px;
  }
}

.offer {
  padding: 220px 0 168px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .offer {
    padding: 60px 0 35px;
  }
}
@media screen and (max-width: 1520px) {
  .offer .container {
    overflow: visible;
  }
}
.offer .offer-line {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.offer .offer-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -294px;
  /* top: -12%; */
  background-image: url(../img/offer/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* max-width: 2160px; */
  width: 100%;
  height: 990px;
}
@media all and (max-width: 1250px) {
  .offer .offer-line::before {
    height: 778px;
    bottom: 165px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-line::before {
    bottom: 340px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-line::before {
    bottom: 290px;
  }
}
.offer .offer-inner {
  position: relative;
  z-index: 2;
}
.offer .offer-inner::before {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -24%;
  background-image: url(../img/offer/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 615px;
  height: 387px;
  width: calc(500px + 115 * (100vw - 1250px) / 670);
  height: calc(287px + 100 * (100vw - 1250px) / 670);
}
@media screen and (min-width: 1920px) {
  .offer .offer-inner::before {
    width: 615px;
    height: 387px;
  }
}
@media screen and (max-width: 1520px) {
  .offer .offer-inner::before {
    right: 0;
  }
}
@media all and (max-width: 1250px) {
  .offer .offer-inner::before {
    display: none;
  }
}
.offer .offer-mob-img {
  display: none;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
}
@media all and (max-width: 1250px) {
  .offer .offer-mob-img {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-mob-img {
    margin: 0 auto 30px;
  }
}
.offer .section-title {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "MontserratMedium", sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 67.6px */
  text-transform: uppercase;
  position: relative;
  text-align: start;
  margin-bottom: 60px;
  letter-spacing: 0px;
  font-size: calc(30px + 22 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer .section-title {
    font-size: 52px;
  }
}
.offer .section-title span {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "MontserratBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .offer .section-title span {
    font-size: 26px !important;
    margin-bottom: 20px !important;
    line-height: 100% !important;
  }
}
.offer .section-title .subtitle {
  color: #000;
  font-family: "MontserratMedium", sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  text-transform: initial;
  position: absolute;
  right: 25px;
  top: 18px;
  letter-spacing: 0;
}
@media all and (max-width: 1250px) {
  .offer .section-title .subtitle {
    display: none;
  }
}
@media all and (max-width: 1250px) {
  .offer .section-title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title {
    font-size: 26px;
    margin-bottom: 20px !important;
    line-height: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title br {
    display: none;
  }
}
.offer .mob-subtitle {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 1250px) {
  .offer .mob-subtitle {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .offer .mob-subtitle {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1250px) {
  .offer .form-inner {
    margin: 0 auto;
  }
}

.second {
  position: relative;
  padding: 75px 0 130px;
}
@media all and (max-width: 1250px) {
  .second {
    padding: 35px 0 130px;
  }
}
@media all and (max-width: 992px) {
  .second {
    padding: 35px 0 100px;
  }
}
@media all and (max-width: 650px) {
  .second {
    padding: 35px 0 60px;
  }
}
.second .container {
  max-width: 1440px;
  width: 100%;
}
@media all and (max-width: 650px) {
  .second .container {
    max-width: 300px;
  }
}
.second .second-inner {
  padding: 128px 0 150px;
  border-radius: 50px;
  background: #1F1F1F;
}
@media all and (max-width: 650px) {
  .second .second-inner {
    padding: 20px 10px;
    border-radius: 20px;
  }
}
.second .section-title {
  margin-bottom: 88px;
  color: #fff;
}
.second .second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
}
@media all and (max-width: 1250px) {
  .second .second-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 650px) {
  .second .second-list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1250px) {
  .second .second-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.second .second-left .second-box:nth-child(2) {
  background: #FFDE5A;
}
.second .second-left .second-box:nth-child(2) .second-box__title,
.second .second-left .second-box:nth-child(2) .second-box__text {
  color: #262626;
}
.second .second-box {
  border-radius: 30px;
  border: 2px solid rgba(96, 96, 98, 0.1);
  width: 360px;
  height: 186px;
  background: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.second .second-box:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 650px) {
  .second .second-box {
    height: 120px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 0;
    padding: 0 10px;
  }
}
.second .second-box._active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.second .second-box__title {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "MontserratBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FFDE5A;
}
@media all and (max-width: 650px) {
  .second .second-box__title {
    text-align: center;
    margin-bottom: 5px;
  }
}
.second .second-box__text {
  color: #000;
  font-family: "MontserratMedium", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  color: #fff;
}
@media all and (max-width: 650px) {
  .second .second-box__text {
    text-align: center;
  }
}
.second .second-img {
  width: 360px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: -20px;
}
@media all and (max-width: 650px) {
  .second .second-img {
    height: 350px;
    margin-top: 0;
  }
  .second .second-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.second-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 0 150px;
}
@media all and (max-width: 992px) {
  .second-bottom {
    -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) {
  .second-bottom {
    gap: 20px;
    padding: 0;
  }
}

.second-form .form-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 992px) {
  .second-form .form-section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.second-form .form-section-bottom {
  margin-top: 45px;
}

.second-bottom-title {
  color: #fff;
  font-family: "MontserratBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  .second-bottom-title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .second-bottom-title {
    margin-bottom: 0px;
    font-size: 18px !important;
  }
}

.second-bottom-subtitle {
  color: #fff;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
}
@media all and (max-width: 992px) {
  .second-bottom-subtitle {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .second-bottom-subtitle {
    text-align: center;
    display: none;
  }
}

.form-inner.white .second-bottom-title,
.form-inner.white .second-bottom-subtitle,
.form-inner.white .form_subtitle {
  color: #fff;
}
.form-inner.white .form-section-row {
  border-bottom: 1px solid #fff;
}
.form-inner.white .form-section-row input {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-row input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-row input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-row input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-row input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-row input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-bottom-text {
  color: rgba(255, 255, 255, 0.3);
}
.form-inner.white .form-section-bottom-text a {
  color: rgba(255, 255, 255, 0.3);
}

.third {
  padding-bottom: 130px;
}
@media all and (max-width: 650px) {
  .third {
    padding-bottom: 65px;
  }
}
.third .third-overflow {
  overflow: hidden;
}
.third .third-top-inner {
  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) {
  .third .third-top-inner {
    -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;
  }
}
.third .third-top-left {
  padding-top: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 650px) {
  .third .third-top-left {
    padding-top: 0;
  }
}
.third .section-title {
  margin-bottom: 80px;
  text-align: start;
}
@media all and (max-width: 992px) {
  .third .section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .third .section-title {
    margin-bottom: 20px;
  }
}
.third .third-top-box {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.third .third-top-box:last-child {
  margin-bottom: 0;
}
.third .third-top-box._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 650px) {
  .third .third-top-box {
    margin-bottom: 20px;
  }
}
.third .third-top__title {
  color: #000;
  font-family: "MontserratBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 15px;
}
@media all and (max-width: 992px) {
  .third .third-top__title {
    text-align: center;
  }
}
.third .third-top__text {
  color: #000;
  font-family: "MontserratMedium", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
}
@media all and (max-width: 992px) {
  .third .third-top__text {
    text-align: center;
  }
}
.third .third-top-right {
  max-width: 555px;
  width: 100%;
  height: 685px;
}
@media all and (max-width: 650px) {
  .third .third-top-right {
    height: auto;
  }
}
.third .third-top-right img {
  -o-object-fit: contain;
  object-fit: contain;
}
.third .third-line {
  padding: 50px 0 113px;
  background: url(../img/third/1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -31px;
}
@media all and (max-width: 992px) {
  .third .third-line {
    background-position: -186px center;
  }
}
@media all and (max-width: 650px) {
  .third .third-line {
    background-position: -380px center;
  }
}
.third .third-line-title {
  color: #000;
  font-family: "MontserratBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}
@media all and (max-width: 992px) {
  .third .third-line-title {
    text-align: center;
  }
}
.third .third-bottom {
  margin-top: -40px;
}
@media all and (max-width: 650px) {
  .third .third-bottom {
    margin-top: -75px;
  }
}
.third .third-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 650px) {
  .third .third-bottom-list {
    gap: 20px;
  }
}
.third .third-bottom-box {
  border-radius: 30px;
  width: 359.5px;
  padding: 40px;
  background: #1F1F1F;
}
.third .third-bottom-box:nth-child(2) {
  background: #FFDE5A;
}
.third .third-bottom-box:nth-child(2) .third-bottom-box__title,
.third .third-bottom-box:nth-child(2) .third-bottom-box__text {
  color: #1F1F1F;
}
@media all and (max-width: 650px) {
  .third .third-bottom-box {
    height: auto;
    padding: 20px 10px;
    border-radius: 15px;
  }
}
.third .third-bottom-box__title {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "MontserratBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  margin-bottom: 15px;
}
@media all and (max-width: 650px) {
  .third .third-bottom-box__title {
    text-align: center;
  }
}
.third .third-bottom-box__text {
  color: #fff;
  font-family: "MontserratMedium", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
}
@media all and (max-width: 650px) {
  .third .third-bottom-box__text {
    text-align: center;
  }
}

.open {
  padding-bottom: 120px;
}
@media all and (max-width: 650px) {
  .open {
    padding-bottom: 70px;
  }
}
.open .section-title {
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .open .section-title br {
    display: none;
  }
}
.open .subtitle {
  color: #000;
  text-align: center;
  font-family: "MontserratBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 25.5px */
  margin-bottom: 70px;
}
@media all and (max-width: 650px) {
  .open .subtitle {
    margin-bottom: 20px;
  }
}
.open .open-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 95px;
}
@media all and (max-width: 992px) {
  .open .open-list {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 650px) {
  .open .open-list {
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.open .open-box {
  width: 360px;
}
@media all and (max-width: 650px) {
  .open .open-box {
    border: 2px solid rgba(96, 96, 98, 0.1);
    padding: 20px 10px;
    border-radius: 15px;
  }
}
.open .open-box__number {
  border-radius: 20px;
  background: #FFDE5A;
  color: #000;
  text-align: center;
  font-family: "MontserratBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  max-width: 74px;
  height: 68px;
  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;
  margin: 0 auto 40px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.open .open-box__number._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 650px) {
  .open .open-box__number {
    border-radius: 10px;
    max-width: 50px;
    height: 50px;
    margin: 0 auto 15px;
  }
}
.open .open-box__text {
  color: #000;
  text-align: center;
  font-family: "MontserratSemiBold", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 25.5px */
}
.open .second-bottom-title {
  margin-bottom: 30px;
}
@media all and (max-width: 1250px) {
  .open .second-bottom-title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .open .second-bottom-title {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .open .second-bottom-subtitle br {
    display: none;
  }
}
@media all and (max-width: 1250px) {
  .open .second-bottom-subtitle {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .open .second-bottom-subtitle {
    display: block;
  }
}
@media all and (max-width: 1250px) {
  .open .form_subtitle {
    text-align: center;
  }
}
.open .second-bottom-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.open .second-bottom {
  border-radius: 50px;
  background: #1F1F1F;
  padding: 71px 150px 84px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media all and (max-width: 1250px) {
  .open .second-bottom {
    -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) {
  .open .second-bottom {
    padding: 20px 10px;
    max-width: 300px;
    border-radius: 20px;
  }
}

.school {
  padding-bottom: 120px;
  position: relative;
}
@media all and (max-width: 650px) {
  .school {
    padding-bottom: 70px;
  }
}
.school::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  background: url(../img/school/1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 2864px;
  width: 0;
  height: 625px;
  -webkit-transition: width 1.5s;
  -o-transition: width 1.5s;
  transition: width 1.5s;
}
@media all and (max-width: 650px) {
  .school::after {
    height: 200px;
    top: 39%;
  }
}
.school._active::after {
  width: 100%;
}
.school .section-title {
  margin-bottom: 80px;
}
.school .school-img {
  position: relative;
  width: 100%;
  z-index: 2;
}

.size {
  padding-bottom: 120px;
}
@media all and (max-width: 650px) {
  .size {
    padding-bottom: 60px;
  }
}
.size .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .size .section-title br {
    display: none;
  }
}
.size .second-bottom {
  margin-bottom: 30px;
  padding: 50px;
  border-radius: 30px;
  border: 2px solid rgba(96, 96, 98, 0.1);
  background: #FFF;
  border-radius: 50px;
  background: var(--Black, #1F1F1F);
}
.size .second-bottom:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 650px) {
  .size .second-bottom {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
@media all and (max-width: 650px) {
  .size .second-bottom-left {
    width: 100%;
  }
}
.size .second-bottom-title {
  color: #fff;
  font-family: "MontserratBold", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 29.9px */
  border-radius: 20px;
  background: #262626;
  width: 335px;
  height: 76px;
  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;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media all and (max-width: 650px) {
  .size .second-bottom-title {
    max-width: 100%;
    height: 55px;
    border-radius: 10px;
  }
}
.size .second-bottom-title._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 650px) {
  .size .form_subtitle br {
    display: none;
  }
}

.last {
  position: relative;
}
.last::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  background: url(../img/last/1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 2864px;
  width: 100%;
  height: 655px;
  z-index: -2;
  height: calc(300px + 355 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .last::after {
    height: 655px;
  }
}
@media all and (max-width: 992px) {
  .last::after {
    top: 42%;
  }
}
@media all and (max-width: 650px) {
  .last::after {
    height: 167px;
    top: 71%;
  }
}
.last .last-inner {
  margin-bottom: 80px;
}
@media all and (max-width: 650px) {
  .last .last-inner {
    margin-bottom: 20px;
  }
}
.last .section-title {
  text-align: start;
  margin-bottom: 60px;
}
@media all and (max-width: 992px) {
  .last .section-title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .last .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .form_subtitle br {
    display: none;
  }
}
.last .last-img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.last .last-img._active {
  opacity: 1;
}
@media all and (max-width: 992px) {
  .last .form-inner {
    margin: 0 auto;
  }
}

.footer {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 992px) {
  .footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1520px) {
  .footer .container {
    overflow: visible;
  }
}
.footer .header-inner {
  height: 142px;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    gap: 20px;
  }
}
.footer .logo {
  width: 172px;
  height: 62px;
}
@media all and (max-width: 650px) {
  .footer .logo {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 650px) {
  .footer .header-social-right {
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  .footer .header__info-text {
    margin-bottom: 20px;
  }
}
.footer .header__info {
  color: rgba(96, 96, 98, 0.5);
  text-align: center;
  font-family: "MontserratRegular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.footer .header__info a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media all and (max-width: 992px) {
  .footer .header__info {
    display: block;
  }
}
.footer .header-social-img {
  margin-right: 5px;
  margin-top: 5px;
}
@media all and (max-width: 650px) {
  .footer .header-social-img {
    display: block;
  }
}

.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: "MontserratSemiBold", sans-serif;
  font-weight: 600;
}
.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 {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid rgba(149, 84, 161, 0.2);
  background: #FFF;
  width: 100%;
}
.modal .form-section-row::after {
  width: 24px;
  height: 24px;
  left: 18px;
}
.modal .form-section-row input {
  color: rgba(43, 43, 43, 0.5);
}
.modal .form-section-row input::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.modal .form-section-row input::-moz-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.modal .form-section-row input:-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.modal .form-section-row input::-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}
.modal .form-section-row input::placeholder {
  color: rgba(43, 43, 43, 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: 992px) {
  .modal .modal-content-inner {
    height: auto;
    max-width: 850px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .modal .modal-content-inner {
    top: 0;
    overflow: scroll;
    height: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .modal .modal-content-inner {
    top: 0;
    overflow: scroll;
    height: 100%;
  }
}
@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: 992px) {
  .modal .modal-content {
    padding: 45px 25px 54px 25px;
  }
}
@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: "MontserratSemiBold", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 34.5px */
  margin-bottom: 20px;
}
.modal .modal-top__title span.reg {
  font-weight: 400;
}
@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: "MontserratRegular", 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: 204px;
  height: 204px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .btn {
    width: 150px;
    height: 150px;
  }
}
.modal .modal-phone,
.modal .modal-politika,
.modal .modal-plan,
.modal .modal-zal1,
.modal .modal-zal2 {
  display: none;
}
.modal .modal-phone.active,
.modal .modal-politika.active,
.modal .modal-plan.active,
.modal .modal-zal1.active,
.modal .modal-zal2.active {
  display: block;
}
.modal .btn {
  width: 100%;
  color: #323232;
}
@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;
}
.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;
}
@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;
  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;
}
.offerOk::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* top: -12%; */
  background-image: url(../img/offer/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* max-width: 2160px; */
  width: 100%;
  height: 982px;
}
@media all and (max-width: 650px) {
  .offerOk::after {
    height: 850px;
    bottom: -35px;
  }
}
.offerOk .offer-inner::before {
  display: none;
}
.offerOk .btn {
  margin: 0 auto;
}
.offerOk::before {
  display: none;
}
.offerOk .offer-form__text {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "MontserratMedium", sans-serif;
  color: #000;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px;
    line-height: 130% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 60px;
  font-weight: 800;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 130% !important;
    margin-bottom: 5px !important;
  }
}
.offerOk .section-title span {
  color: #FFD600;
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 130% !important;
  }
}
.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;
}

.footer-thanks {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}
@media all and (max-width: 650px) {
  .footer-thanks .footer-tel {
    margin-bottom: 0;
  }
}

.noLink {
  pointer-events: none;
}

.loaderArea {
  background: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

.loader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

.loader:before,
.loader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid #FFDE5A;
  border-radius: 10px;
  position: absolute;
  top: 0;
}

.loader:before {
  -webkit-animation: animate 2s infinite linear;
  animation: animate 2s infinite linear;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0) skew(0);
    transform: rotate(0) skew(0);
  }
  100% {
    -webkit-transform: rotate(180deg) skew(360deg);
    transform: rotate(180deg) skew(360deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0) skew(0);
    transform: rotate(0) skew(0);
  }
  100% {
    -webkit-transform: rotate(180deg) skew(360deg);
    transform: rotate(180deg) skew(360deg);
  }
}
.loader:after {
  -webkit-animation: animate2 2s infinite linear;
  animation: animate2 2s infinite linear;
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: rotate(0) skew(0);
    transform: rotate(0) skew(0);
  }
  100% {
    -webkit-transform: rotate(-180deg) skew(-360deg);
    transform: rotate(-180deg) skew(-360deg);
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: rotate(0) skew(0);
    transform: rotate(0) skew(0);
  }
  100% {
    -webkit-transform: rotate(-180deg) skew(-360deg);
    transform: rotate(-180deg) skew(-360deg);
  }
}