@font-face {
  font-family: "JostLight";
  src: url("../fonts/Jost-Light.woff2") format("woff2");
  src: url("../fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostRegular";
  src: url("../fonts/Jost-Regular.woff2") format("woff2");
  src: url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostMedium";
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  src: url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostSemiBold";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2");
  src: url("../fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AngleciaProDisplayRegular";
  src: url("../fonts/AngleciaProDisplay-Regular.woff2") format("woff2");
  src: url("../fonts/AngleciaProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KatherinePlus";
  src: url("../fonts/KatherinePlus.woff2") format("woff2");
  src: url("../fonts/KatherinePlus.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: var(--2, #080805);
  font-family: "JostLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 19.8px */
  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: #080805;
  text-align: center;
  font-family: "AngleciaProDisplayRegular", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  /* 60.9px */
  letter-spacing: -1.16px;
  text-transform: uppercase;
  font-size: calc(30px + 28 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 58px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0;
  }
}
.section-title span {
  color: var(--1, #FF0076);
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 24px !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: #665425;
  text-align: center;
  font-family: "JostSemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 17.6px */
  text-transform: uppercase;
  width: 287px;
  height: 60px;
  border-radius: 8px;
  background: #F8C146;
  -webkit-box-shadow: 0px -3px 0px 0px #AD965B inset, 0px -12px 8.8px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 5.8px 0px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px -3px 0px 0px #AD965B inset, 0px -12px 8.8px 0px rgba(255, 255, 255, 0.25) inset, 0px 4px 5.8px 0px rgba(255, 255, 255, 0.4) inset;
}
.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: 14px !important;
  }
}
.btn:hover {
  background: #e6b95a;
}
.btn:active {
  background: #ad8327;
}

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;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 30.8px */
}
.form-title span {
  color: var(--1, #FF0076);
}
@media all and (max-width: 650px) {
  .form-title span {
    font-size: 18px !important;
    line-height: 130% !important;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}

.form-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
@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-subtitle span {
  color: var(--1, #FF0076);
}

.form-section-wrap {
  max-width: 833px;
  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: 10px;
  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: 271px;
  height: 60px;
  border-radius: 8px;
  background: #FFF;
}
@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:focus {
  background: #fff;
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: #000;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
  padding-left: 21px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::-moz-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input:-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
@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 {
  color: #A0A0A0;
  text-align: center;
  font-family: "JostLight", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 13.2px */
  margin-top: 16px;
}
@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 {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@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: #FF0076;
  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;
}

.second-bg {
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.seven-bg {
  background-image: url(../img/seven/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.subtitle {
  color: #FFF;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 28.6px */
}
.subtitle span {
  color: var(--1, #FF0076);
}

@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;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    z-index: 2;
    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;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.widjet .logo {
  width: 186px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 80px;
  }
}
.widjet .header-info {
  color: #FFF;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.widjet .header-info span {
  color: #FFF;
  font-family: "JostMedium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 17.6px */
  display: block;
  bottom: 5px;
}
@media all and (max-width: 768px) {
  .widjet .header-info {
    display: none;
  }
}
.widjet .header-right {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.widjet .header-pnone {
  color: #FFF;
  text-align: right;
  font-family: "JostSemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 19.8px */
  position: relative;
  padding-left: 32px;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-pnone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/header/tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.widjet .header-call {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  line-height: 110%;
  /* 17.6px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.offer {
  position: relative;
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
}
@media all and (max-width: 650px) {
  .offer {
    background-position: left;
  }
}
.offer .offer-inner {
  padding: 249px 0 150px;
  position: relative;
  z-index: 1;
}
.offer .offer-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../img/offer/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 290px;
  z-index: -1;
  display: none;
}
@media all and (max-width: 650px) {
  .offer .offer-inner::after {
    display: block;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-inner {
    padding: 150px 0 80px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 75px 0 15px 0;
  }
}
.offer .section-title {
  font-size: 76px;
  color: #fff;
  text-align: start;
  line-height: 105%;
}
@media all and (max-width: 1300px) {
  .offer .section-title {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  .offer .section-title {
    font-size: 45px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title {
    text-align: center;
  }
}
.offer .section-title span {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.offer .section-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--1, #FF0076);
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
}
.offer .form-title {
  text-align: start;
  margin-bottom: 48px;
}
@media all and (max-width: 1300px) {
  .offer .form-title {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .offer .form-title {
    max-width: 350px;
  }
}
.offer .offer-content {
  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;
}
@media all and (max-width: 768px) {
  .offer .offer-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.offer .line {
  width: 76.5px;
  height: 1px;
  background: var(--1, #FF0076);
  margin-bottom: 44px;
}
@media all and (max-width: 650px) {
  .offer .line {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.offer .form-subtitle {
  margin-bottom: 26px;
  text-align: start;
}
.offer .form-section-wrap {
  max-width: 287px;
}
.offer .form-section-row {
  width: 100%;
}
.offer .btn {
  width: 100%;
}
.offer .form-bottom {
  text-align: start;
}
.offer .offer-box {
  max-width: 364px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid #555;
  background: rgba(8, 8, 5, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
  padding: 76px 24px 24px;
  margin-top: 90px;
}
@media all and (max-width: 992px) {
  .offer .offer-box {
    max-width: 240px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-box {
    max-width: 100%;
    margin-top: 0;
    padding-right: 5px;
    padding-left: 15px;
  }
}
.offer .offer-box__img {
  width: 303px;
  height: 186px;
  position: absolute;
  left: -17px;
  top: -110px;
}
@media all and (max-width: 992px) {
  .offer .offer-box__img {
    width: 200px;
    height: 100px;
    top: -50px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-box__img {
    width: 150px;
    height: auto;
    top: -20px;
  }
}
.offer .offer-box__text {
  color: #FFF;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media all and (max-width: 992px) {
  .offer .offer-box__text br {
    display: none;
  }
}
.offer .offer-box__text span {
  color: #FF0076;
}
.offer .offer-avtor {
  margin-bottom: 30px;
}
.offer .offer-videos {
  width: 166px;
  margin-bottom: 46px;
  display: block;
}
@media all and (max-width: 992px) {
  .offer .offer-videos {
    width: 80px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-videos {
    margin-bottom: 20px;
  }
}
.offer .avtor-name {
  border-radius: 8px;
  background: -o-linear-gradient(356deg, rgba(135, 27, 84, 0.8) -8.6%, rgba(24, 23, 23, 0.8) 113.03%);
  background: linear-gradient(94deg, rgba(135, 27, 84, 0.8) -8.6%, rgba(24, 23, 23, 0.8) 113.03%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 310px;
  width: 100%;
  padding: 17px;
  color: #FFF;
  text-align: right;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.offer .avtor-name span {
  color: #FFF4F9;
  text-align: right;
  font-family: "KatherinePlus", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .offer .avtor-name span {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .offer .avtor-name span {
    font-size: 26px !important;
  }
}

.second {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .second .second-overflow {
    padding: 0 15px;
  }
}
.second .second-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF4F9));
  background: -o-linear-gradient(top, #FFF 0%, #FFF4F9 100%);
  background: linear-gradient(180deg, #FFF 0%, #FFF4F9 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.second .second-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/second/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 338px;
  height: 393px;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .second .second-wrap::after {
    width: 238px;
    height: 293px;
  }
}
@media all and (max-width: 650px) {
  .second .second-wrap::after {
    z-index: -1;
    width: 138px;
    height: 193px;
  }
}
@media all and (max-width: 650px) {
  .second .second-wrap {
    border-radius: 20px;
  }
}
.second .second-inner {
  padding: 120px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .second .second-inner {
    padding: 35px 0;
  }
}
.second .section-title {
  margin-bottom: 73px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .second .section-title {
    font-size: 20px !important;
  }
}
@media all and (max-width: 650px) {
  .second .section-title span {
    font-size: 20px !important;
  }
}
.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;
}
@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: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.second .second-img {
  max-width: 510px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.second .right {
  max-width: 640px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .second .right {
    max-width: 100%;
  }
}
.second .second-texts {
  padding: 37px 20px 31px 36px;
  border-radius: 14px;
  border: 1px solid #FF0076;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  position: relative;
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .second .second-texts {
    background: #fff;
  }
}
.second .second-texts::after {
  content: "";
  position: absolute;
  left: 36px;
  top: -31px;
  background-image: url(../img/second/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .second .second-texts::after {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 20px;
  }
}
@media all and (max-width: 650px) {
  .second .second-texts {
    padding: 30px 20px 20px;
  }
}
.second .second-text {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.second .second-text._active {
  opacity: 1;
}
@media all and (max-width: 1300px) {
  .second .second-text br {
    display: none;
  }
}
.second .second-text:last-child {
  color: var(--2, #080805);
  font-family: "JostMedium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}
.second .second-text:last-child span {
  color: var(--1, #FF0076);
}
.second .form-subtitle {
  color: var(--2, #080805);
  font-size: 30px;
  margin-bottom: 24px;
}
.second .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.second textarea {
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  height: 200px;
  width: 50%;
  resize: none;
  outline: none;
  padding-top: 20px;
  color: #000;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
  padding-left: 21px;
}
@media all and (max-width: 768px) {
  .second textarea {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .second textarea {
    height: 100px;
    font-size: 16px;
  }
}
.second textarea::-webkit-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.second textarea::-moz-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.second textarea:-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.second textarea::-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.second textarea::placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
@media all and (max-width: 650px) {
  .second textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .second textarea::-moz-placeholder {
    font-size: 16px;
  }
  .second textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .second textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .second textarea::placeholder {
    font-size: 16px;
  }
}
.second .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}
@media all and (max-width: 768px) {
  .second .input {
    width: 100%;
  }
}
.second .form-section-row {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D0D0D0;
}
.second .btn {
  width: 100%;
}
.second .form-bottom {
  text-align: start;
}

.third {
  position: relative;
  z-index: 1;
}
.third .third-inner {
  padding: 134px 0 136px;
  position: relative;
}
@media all and (max-width: 992px) {
  .third .third-inner {
    padding: 100px 0;
  }
}
@media all and (max-width: 768px) {
  .third .third-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner {
    padding: 35px 0;
  }
}
.third .section-title {
  margin-bottom: 20px;
  color: #FFF;
}
@media all and (max-width: 650px) {
  .third .section-title {
    font-size: 16px !important;
  }
  .third .section-title br {
    display: none;
  }
}
.third .subtitle {
  margin-bottom: 75px;
}
@media all and (max-width: 650px) {
  .third .subtitle {
    margin-bottom: 20px;
  }
}
.third .third-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media all and (max-width: 1300px) {
  .third .third-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .third .third-list {
    display: block;
    margin-bottom: 50px;
  }
}
.third .third-item {
  width: 380px;
  height: 160px;
  border-radius: 14px;
  background: var(--1, #FF0076);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 10px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 650px) {
  .third .third-item {
    opacity: 0;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  }
  .third .third-item._active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media all and (max-width: 1300px) {
  .third .third-item {
    width: 31%;
  }
}
@media all and (max-width: 768px) {
  .third .third-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .third .third-item {
    width: 100%;
    margin: 0 10px;
    height: 100px;
  }
}
.third .third-item__title {
  color: #FFF;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 46.2px */
  margin-bottom: 14px;
}
@media all and (max-width: 1300px) {
  .third .third-item__title {
    font-size: 34px;
  }
}
@media all and (max-width: 992px) {
  .third .third-item__title {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .third .third-item__title {
    font-size: 22px !important;
    line-height: 100% !important;
    margin-bottom: 10px;
  }
}
.third .third-item__text {
  color: #FFF;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}
.third .line {
  width: 76.5px;
  height: 1px;
  background: var(--1, #FF0076);
  margin: 0 auto;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .third .line {
    margin-bottom: 10px;
  }
}
.third .form-title {
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .third .form-title span {
    display: block;
  }
}
.third .form-subtitle {
  margin-bottom: 30px;
}
.third .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .third .form-section-wrap {
    max-width: 100%;
  }
}
.third .row {
  width: 33%;
}

.four {
  position: relative;
  background: #080805;
}
.four .four-inner {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.four .four-inner::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: 0;
  background-image: url(../img/four/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1154px;
  height: 1154px;
  z-index: -1;
}
@media all and (max-width: 650px) {
  .four .four-inner::after {
    width: 387px;
    height: 374px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.four .four-inner::before {
  content: "";
  position: absolute;
  right: -130px;
  top: 0;
  background-image: url(../img/four/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 1440px;
  height: 1460px;
  z-index: -2;
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 35px 0 250px;
  }
}
.four .section-title {
  margin-bottom: 20px;
  color: #fff;
}
@media all and (max-width: 650px) {
  .four .section-title {
    font-size: 20px !important;
  }
}
.four .subtitle {
  margin-bottom: 84px;
}
@media all and (max-width: 650px) {
  .four .subtitle {
    margin-bottom: 20px;
  }
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media all and (max-width: 650px) {
  .four .four-list {
    margin-bottom: 20px;
  }
}
.four .four-item {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF4F9));
  background: -o-linear-gradient(top, #FFF 0%, #FFF4F9 100%);
  background: linear-gradient(180deg, #FFF 0%, #FFF4F9 100%);
  overflow: hidden;
  padding-bottom: 26px;
}
@media (min-width: 650px) {
  .four .four-item {
    opacity: 0;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  }
  .four .four-item._active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media all and (max-width: 1300px) {
  .four .four-item {
    width: 31%;
  }
}
@media all and (max-width: 768px) {
  .four .four-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .four .four-item {
    width: 100%;
    margin: 0 10px;
    height: auto;
  }
}
.four .four-item__img {
  margin-bottom: 26px;
}
@media all and (max-width: 650px) {
  .four .four-item__img {
    margin-bottom: 20px;
  }
}
.four .four-item__title {
  color: var(--2, #080805);
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 24.2px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media all and (max-width: 1300px) {
  .four .four-item__title {
    font-size: 18px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__title {
    font-size: 18px !important;
  }
}
.four .four-item__text {
  color: #6F6F6F;
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
}
@media all and (max-width: 1300px) {
  .four .four-item__text {
    font-size: 18px;
  }
  .four .four-item__text br {
    display: none;
  }
}
@media all and (max-width: 1050px) {
  .four .four-item__text {
    font-size: 16px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__text {
    padding: 0 10px;
  }
}
.four .form-inner {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
}
.four .form-subtitle {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 24px;
  text-align: start;
}
.four .form-section-wrap {
  max-width: 100%;
}
@media all and (max-width: 1300px) {
  .four .form-section-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.four textarea {
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #FFF;
  height: 85px;
  width: 100%;
  resize: none;
  outline: none;
  padding-top: 20px;
  color: #000;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
  padding-left: 21px;
}
@media all and (max-width: 768px) {
  .four textarea {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .four textarea {
    height: 100px;
    font-size: 16px;
  }
}
.four textarea::-webkit-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::-moz-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.four textarea:-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::-ms-input-placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::placeholder {
  color: #858585;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
}
@media all and (max-width: 650px) {
  .four textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-moz-placeholder {
    font-size: 16px;
  }
  .four textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::placeholder {
    font-size: 16px;
  }
}
.four .row {
  width: 253px;
}
@media all and (max-width: 1300px) {
  .four .row {
    width: 32%;
  }
}
.four .form-bottom {
  text-align: start;
}

.five {
  position: relative;
  z-index: 2;
  position: relative;
  background-image: url(../img/five/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.five .five-inenr {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .five .five-inenr {
    padding: 60px 0;
  }
}
.five .five-inenr::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 155px;
  background-image: url(../img/five/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 825px;
  height: 1099px;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .five .five-inenr::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .five .five-inenr::after {
    width: 318px;
    height: 400px;
    bottom: -40px;
    display: block;
  }
}
@media all and (max-width: 650px) {
  .five .five-inenr {
    padding: 35px 0 300px;
  }
}
.five .section-title {
  margin-bottom: 20px;
  color: #fff;
}
.five .subtitle {
  margin-bottom: 130px;
}
@media all and (max-width: 768px) {
  .five .subtitle {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .five .subtitle {
    margin-bottom: 20px;
  }
}
.five .five-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 180px;
  -moz-column-gap: 180px;
  column-gap: 180px;
  row-gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media all and (max-width: 1300px) {
  .five .five-list {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media all and (max-width: 768px) {
  .five .five-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    display: block;
    margin-bottom: 50px;
  }
}
.five .five-item {
  width: 310px;
  height: 133px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px;
  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;
  -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.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.five .five-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 992px) {
  .five .five-item:nth-child(7), .five .five-item:nth-child(1) {
    margin-left: 80px;
  }
  .five .five-item:nth-child(2), .five .five-item:nth-child(8) {
    margin-right: 80px;
  }
}
@media all and (max-width: 768px) {
  .five .five-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .five .five-item {
    width: 100%;
    margin: 0 10px;
  }
}
.five .five-item__img {
  width: 32px;
  margin-bottom: 18px;
}
.five .five-item__text {
  color: var(--2, #080805);
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
.five .line {
  width: 76.5px;
  height: 1px;
  background: var(--1, #FF0076);
  margin: 0 auto;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .five .line {
    margin-bottom: 20px;
  }
}
.five .form-title {
  margin-bottom: 20px;
}
.five .form-subtitle {
  margin-bottom: 30px;
}
.five .btn {
  width: 271px;
  margin: 0 auto;
}

.six {
  position: relative;
  z-index: 3;
  background: #080805;
}
@media all and (max-width: 650px) {
  .six .six-overflow {
    padding: 0 15px;
  }
}
.six .six-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF4F9));
  background: -o-linear-gradient(top, #FFF 0%, #FFF4F9 100%);
  background: linear-gradient(180deg, #FFF 0%, #FFF4F9 100%);
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 650px) {
  .six .six-wrap {
    border-radius: 20px;
  }
}
.six .six-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/six/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 595px;
  height: 665px;
  z-index: -1;
}
@media all and (max-width: 650px) {
  .six .six-wrap::after {
    width: 314px;
    height: 351px;
  }
}
.six .six-inenr {
  padding: 128px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .six .six-inenr {
    padding: 20px 0;
  }
}
.six .section-title {
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .six .section-title {
    font-size: 18px !important;
  }
}
@media all and (max-width: 650px) {
  .six .section-title span {
    font-size: 18px !important;
  }
}
.six .subtitle {
  margin-bottom: 80px;
  color: var(--2, #080805);
}
@media all and (max-width: 650px) {
  .six .subtitle {
    margin-bottom: 20px;
  }
  .six .subtitle br {
    display: none;
  }
}
.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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.six .six-item {
  max-width: 380px;
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--1, #FF0076);
  background: #FFF;
  padding: 44px 20px;
  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: 992px) {
  .six .six-item {
    max-width: 45%;
  }
}
@media all and (max-width: 650px) {
  .six .six-item {
    padding: 20px 10px;
    max-width: 100%;
  }
}
.six .six-item__title {
  color: var(--2, #080805);
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 37.4px */
  margin-bottom: 25px;
}
@media all and (max-width: 1300px) {
  .six .six-item__title {
    font-size: 28px;
  }
}
@media all and (max-width: 650px) {
  .six .six-item__title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.six .six-item__img {
  width: 140px;
  margin-bottom: 25px;
}
@media all and (max-width: 650px) {
  .six .six-item__img {
    margin-bottom: 20px;
    width: 80px;
  }
}
.six .six-item__text {
  color: #6F6F6F;
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .six .six-item__text {
    margin-bottom: 20px;
  }
}
.six .btn {
  max-width: 259px;
  width: 100%;
}

.seven {
  position: relative;
  z-index: 3;
}
.seven .seven-inner {
  padding: 130px 0 182px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .seven .seven-inner {
    padding: 60px 0;
  }
}
.seven .seven-inner::after {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  background-image: url(../img/seven/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 945px;
  height: 1179px;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .seven .seven-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-inner::after {
    width: 400px;
    height: 400px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-inner {
    padding: 35px 0 270px;
  }
}
.seven .section-title {
  margin-bottom: 20px;
  color: #fff;
}
.seven .subtitle {
  margin-bottom: 100px;
}
@media all and (max-width: 768px) {
  .seven .subtitle {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .seven .subtitle {
    margin-bottom: 20px;
  }
}
.seven .seven-content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 106px;
}
@media all and (max-width: 1300px) {
  .seven .seven-content {
    max-width: 600px;
  }
}
@media all and (max-width: 992px) {
  .seven .seven-content {
    max-width: 450px;
  }
}
@media all and (max-width: 768px) {
  .seven .seven-content {
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-content {
    margin-bottom: 20px;
  }
}
.seven .seven-list {
  margin-bottom: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .seven .seven-list {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-list {
    margin-bottom: 20px;
  }
}
.seven .seven-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 26px;
  width: 45%;
  -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;
}
.seven .seven-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 1300px) {
  .seven .seven-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-item {
    width: 100%;
    gap: 15px;
  }
}
.seven .seven-item__img {
  width: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 1300px) {
  .seven .seven-item__img {
    width: 27px;
  }
}
.seven .seven-item__text {
  color: #FFF;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
@media all and (max-width: 1300px) {
  .seven .seven-item__text br {
    display: none;
  }
}
.seven .form-title {
  margin-bottom: 30px;
  color: #FFF;
  text-align: start;
}
.seven .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media all and (max-width: 992px) {
  .seven .form-section-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .seven .form-section-wrap {
    max-width: 100%;
  }
}
.seven .row {
  width: 33%;
}
@media all and (max-width: 992px) {
  .seven .row {
    width: 100%;
  }
}
.seven .form-bottom {
  text-align: start;
  color: #A0A0A0;
}
.seven .avtor__name {
  border-radius: 8px;
  background: -o-linear-gradient(356deg, rgba(24, 23, 23, 0.8) -8.6%, rgba(135, 27, 84, 0.8) 113.03%);
  background: linear-gradient(94deg, rgba(24, 23, 23, 0.8) -8.6%, rgba(135, 27, 84, 0.8) 113.03%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 310px;
  width: 100%;
  padding: 17px;
  color: #FFF;
  text-align: right;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  /* 17.6px */
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 740px;
}
@media all and (max-width: 992px) {
  .seven .avtor__name {
    max-width: 240px;
  }
}
@media all and (max-width: 768px) {
  .seven .avtor__name {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .seven .avtor__name {
    display: block;
    top: auto;
    bottom: 20px;
    font-size: 13px !important;
    left: auto;
    right: 0;
  }
}
.seven .avtor__name span {
  color: #FFF4F9;
  text-align: right;
  font-family: "KatherinePlus", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media all and (max-width: 992px) {
  .seven .avtor__name span {
    font-size: 24px !important;
  }
}
@media all and (max-width: 650px) {
  .seven .avtor__name span {
    font-size: 20px !important;
  }
}
.seven .seven-slide {
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}

.last {
  position: relative;
}
.last .last-inenr {
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}
.last .last-inenr::after {
  content: "";
  position: absolute;
  right: -325px;
  bottom: 0;
  background-image: url(../img/last/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1176px;
  height: 883px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .last .last-inenr::after {
    width: 976px;
    height: 683px;
  }
}
@media all and (max-width: 992px) {
  .last .last-inenr::after {
    right: -500px;
  }
}
@media all and (max-width: 650px) {
  .last .last-inenr::after {
    width: 500px;
    height: 380px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 650px) {
  .last .last-inenr {
    padding: 35px 0 300px;
  }
}
.last .section-title {
  margin-bottom: 16px;
  text-align: start;
  color: #fff;
}
.last .section-title span {
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.last .section-title span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--1, #FF0076);
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
}
.last .form-title {
  margin-bottom: 26px;
  text-align: start;
}
@media all and (max-width: 650px) {
  .last .form-title {
    text-align: start !important;
  }
}
.last .line {
  width: 76.5px;
  height: 1px;
  background: var(--1, #FF0076);
  margin-bottom: 29px;
}
@media all and (max-width: 650px) {
  .last .line {
    margin-bottom: 20px;
  }
}
.last .form-subtitle {
  text-align: start;
  margin-bottom: 23px;
}
@media all and (max-width: 650px) {
  .last .form-subtitle {
    text-align: start !important;
  }
}
.last .form-section-wrap {
  max-width: 564px;
  margin: 0;
}
.last .form-section-row {
  width: 277px;
}
.last .btn {
  width: 277px;
}
.last .form-bottom {
  text-align: start;
  margin-top: 0;
  padding-left: 20px;
}
@media all and (max-width: 768px) {
  .last .form-bottom {
    padding: 0;
  }
  .last .form-bottom br {
    display: none;
  }
}

.footer {
  position: static;
  padding: 15px 0;
  background: #000;
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
.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;
  }
}
.footer .logo {
  width: 136px;
}
.footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 650px) {
  .footer .footer-left {
    -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;
  }
}
.footer .footer-info {
  color: #FFF;
  font-family: "JostMedium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 19.8px */
  margin-bottom: 5px;
}
.footer .politica {
  color: #B4B4B4;
  font-size: 16px;
  font-style: normal;
  line-height: 110%;
  /* 17.6px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .footer .header-pnone {
    font-size: 18px;
  }
}
.footer .header-pnone:after {
  display: block;
}
@media all and (max-width: 650px) {
  .footer .header-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.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: "JostRegular", 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: "JostRegular", 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: "JostRegular", 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 .modal5,
.modal .modal-politika,
.modal .modal1,
.modal .modal2,
.modal .modal3,
.modal .modal4 {
  display: none;
}
.modal .modal5.active,
.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: "JostRegular", 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;
}
.offerOk .section-title span::after {
  display: none;
}
@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;
}