@charset "UTF-8";
@font-face {
  font-family: "GilroyLight";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroyMedium";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroySemiBold";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GilroyExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonologueDEMO-Regular";
  src: url("../fonts/MonologueDEMO-Regular.woff2") format("woff2");
  src: url("../fonts/MonologueDEMO-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFDinTextCompProMedium";
  src: url("../fonts/PFDinTextCompPro-Medium.woff2") format("woff2");
  src: url("../fonts/PFDinTextCompPro-Medium.woff") format("woff");
  font-weight: 500;
  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: #FFF;
  font-family: "GilroyMedium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  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: 360px;
    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: #FFF;
  text-align: center;
  font-family: "MonologueDEMO-Regular", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .section-title {
    font-size: 70px;
  }
}
@media all and (max-width: 992px) {
  .section-title {
    font-size: 50px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
.section-title span {
  color: #F6D593;
}
.section-title span.bg {
  color: #fff;
  position: relative;
  display: inline-block;
}
.section-title span.bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/second/t.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: -1;
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 32px !important;
    line-height: 130% !important;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  width: 306px;
  height: 69px;
  border-radius: 8px;
  background: -o-linear-gradient(335deg, #E81919 15.65%, #F2194A 84.15%);
  background: linear-gradient(115deg, #E81919 15.65%, #F2194A 84.15%);
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.6) inset, 0px 3.955px 25.71px 0px rgba(255, 255, 255, 0.56) inset;
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.6) inset, 0px 3.955px 25.71px 0px rgba(255, 255, 255, 0.56) 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: -o-linear-gradient(335deg, #E81919 15.65%, #E81919 84.15%);
  background: linear-gradient(115deg, #E81919 15.65%, #E81919 84.15%);
}
.btn:active {
  background: -o-linear-gradient(335deg, #F2194A 15.65%, #F2194A 84.15%);
  background: linear-gradient(115deg, #F2194A 15.65%, #F2194A 84.15%);
}

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: "GilroyBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
.form-title span {
  color: #F6D593;
}
@media all and (max-width: 650px) {
  .form-title span {
    font-size: 22px !important;
    line-height: 130% !important;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}

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

.form-section-wrap {
  max-width: 938px;
  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: 306px;
  height: 69px;
  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: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  padding-left: 24px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.form-section-row input::-moz-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.form-section-row input:-ms-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.form-section-row input::-ms-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.form-section-row input::placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@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: #C0C0C0;
  font-family: "GilroyRegular", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 12px */
  margin-top: 30px;
}
@media all and (max-width: 650px) {
  .form-bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
    margin-top: 15px;
    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;
    margin-top: 8px;
  }
}
.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: #E81919;
  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;
}

.form-info__bottom {
  display: none;
  font-size: 12px;
  color: #000;
  text-align: start;
  margin-top: 10px;
  color: red;
}
.form-info__bottom.error {
  display: block;
}
@media all and (max-width: 650px) {
  .form-info__bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
  }
}

.label {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
.form-allert {
  position: relative;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  margin-right: 5px;
}
@media all and (max-width: 650px) {
  .form-allert {
    font-size: 12px !important;
    line-height: 100% !important;
  }
}
.form-allert::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: red;
  border: 1px solid #fff;
  width: calc(100% + 35px);
  border-radius: 4px;
  height: 150%;
  z-index: -2;
  display: none;
}
@media all and (max-width: 650px) {
  .form-allert::after {
    height: 25px;
  }
}
.form-allert::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  border-radius: 5px;
  width: calc(100% + 35px);
  height: 120%;
  z-index: -2;
  display: none;
}
@media all and (max-width: 650px) {
  .form-allert::before {
    height: 30px;
  }
}
.form-allert.error {
  margin-right: 10px;
  color: #fff;
}
.form-allert.error::before {
  display: block;
}
.form-allert.error::after {
  display: block;
}

.form-bottom.error [type=checkbox]:not(:checked) + label:before,
.form-bottom.error [type=checkbox]:checked + label:before {
  border: 1px solid #fff;
}

label {
  position: relative;
  z-index: 2;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: transparent;
  border-radius: 0.2em;
  -webkit-transition: all 0.275s;
  -o-transition: all 0.275s;
  transition: all 0.275s;
  z-index: 2;
}

[type=checkbox]:checked + label:before {
  background: #07f;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:after {
  color: #777;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
.subtitle {
  color: #FFF;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media all and (max-width: 992px) {
  .subtitle {
    font-size: 24px;
  }
}
@media all and (max-width: 650px) {
  .subtitle {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.subtitle span {
  color: #F6D593;
}
@media all and (max-width: 650px) {
  .subtitle span {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}

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

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

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

@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phase {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@keyframes tilt {
  0% {
    -webkit-transform: rotateX(-30deg);
    transform: rotateX(-30deg);
  }
  25% {
    -webkit-transform: rotateX(30deg);
    transform: rotateX(30deg);
  }
  50% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
  }
  75% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 10%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}
@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(15%, 0, 0) rotateZ(10deg);
    transform: translate3d(15%, 0, 0) rotateZ(10deg);
  }
  100% {
    -webkit-transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
    transform: translate3d(-15%, 0, 0) rotateZ(-10deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
}
.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    z-index: 2;
  }
}
@media all and (max-width: 650px) {
  .widjet .container {
    max-width: 360px;
  }
}
.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 .logo {
  width: 117px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 80px;
  }
}
.widjet .header-info {
  color: #B7B2B3;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.widjet .header-info span {
  color: #FFF;
  font-family: "GilroyBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 768px) {
  .widjet .header-info {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-call {
  color: #FFF;
  text-align: center;
  font-family: "GilroySemiBold", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.3%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  width: 141px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background: -o-linear-gradient(335deg, #E81919 15.65%, #F2194A 84.15%);
  background: linear-gradient(115deg, #E81919 15.65%, #F2194A 84.15%);
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.6) inset, 0px 3.955px 25.71px 0px rgba(255, 255, 255, 0.56) inset;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.6) inset, 0px 3.955px 25.71px 0px rgba(255, 255, 255, 0.56) inset;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widjet .header-call:hover {
  background: -o-linear-gradient(335deg, #E81919 15.65%, #E81919 84.15%);
  background: linear-gradient(115deg, #E81919 15.65%, #E81919 84.15%);
}
.widjet .header-call:active {
  background: -o-linear-gradient(335deg, #F2194A 15.65%, #F2194A 84.15%);
  background: linear-gradient(115deg, #F2194A 15.65%, #F2194A 84.15%);
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    width: 135px;
    height: 35px;
    font-size: 11px !important;
  }
}
.widjet .descp {
  font-size: 12px !important;
  padding: 3px 0;
  background: -o-linear-gradient(335deg, #E81919 15.65%, #F2194A 84.15%);
  background: linear-gradient(115deg, #E81919 15.65%, #F2194A 84.15%);
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  display: none;
}
@media all and (max-width: 650px) {
  .widjet .descp {
    display: block;
  }
}

.offer {
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #04060F;
}
.offer .offer-inner {
  padding: 183px 0 126px;
  position: relative;
  z-index: 1;
}
.offer .offer-inner::after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: 0;
  background-image: url(../img/offer/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 866px;
  height: 950px;
  z-index: -1;
  pointer-events: none;
}
@media all and (max-width: 1300px) {
  .offer .offer-inner::after {
    width: 812px;
    height: 856px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-inner::after {
    width: 740px;
    height: 801px;
    right: -300px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-inner::after {
    height: 450px;
    width: 450px;
    right: -100px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner::after {
    width: 320px;
    height: 320px;
    right: auto;
    left: 55%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 768px) {
  .offer .offer-inner {
    padding-bottom: 410px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 135px 0 315px 0;
  }
}
.offer .section-title {
  margin-bottom: 20px;
  text-align: start;
  font-family: "PFDinTextCompProMedium";
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  /* 120px */
  letter-spacing: -4.8px;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .offer .section-title {
    font-size: 80px;
  }
}
@media all and (max-width: 992px) {
  .offer .section-title {
    font-size: 60px;
  }
}
@media all and (max-width: 768px) {
  .offer .section-title {
    letter-spacing: 1px;
  }
}
.offer .section-title span {
  font-family: "MonologueDEMO-Regular";
  font-weight: 400;
  font-size: 80px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-top: -5px;
}
@media all and (max-width: 1300px) {
  .offer .section-title span {
    font-size: 60px;
  }
}
@media all and (max-width: 992px) {
  .offer .section-title span {
    font-size: 50px;
  }
}
.offer .section-title span.bg::after {
  background-image: url(../img/offer/t.svg);
  width: 494px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .offer .section-title span.bg::after {
    width: 377px;
    height: 82px;
  }
}
@media all and (max-width: 992px) {
  .offer .section-title span.bg::after {
    width: 321px;
    height: 70px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title span.bg::after {
    width: 220px;
    height: 51px;
  }
}
.offer .offer-info {
  color: #FFF;
  font-family: "GilroyMedium", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 32px;
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.offer .offer-info span {
  color: #F6D593;
  font-family: "GilroySemiBold", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 1300px) {
  .offer .offer-info span {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info span {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
.offer .offer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 119px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 992px) {
  .offer .offer-bottom {
    gap: 40px;
  }
}
.offer .left {
  max-width: 310px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .offer .left {
    max-width: 100%;
  }
}
.offer .offer-subtitle {
  margin-bottom: 36px;
}
@media all and (max-width: 650px) {
  .offer .offer-subtitle {
    margin-bottom: 20px;
  }
}
.offer .form-inner {
  max-width: 100%;
  width: 100%;
}
.offer .form-section-wrap {
  max-width: 100%;
  width: 100%;
}
.offer .form-section-row {
  width: 100%;
}
.offer .btn {
  width: 100%;
}
.offer .form-bottom {
  margin-top: 20px;
}
.offer .offer-text {
  border-radius: 60px 60px 0px 60px;
  background: -o-linear-gradient(179deg, #C12323 3.23%, #9E1A1A 93.74%);
  background: linear-gradient(271deg, #C12323 3.23%, #9E1A1A 93.74%);
  color: #FFF;
  text-align: center;
  font-family: "GilroyMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-top: 90px;
  width: 324px;
  height: 116px;
  padding: 29px 20px;
  text-align: center;
}
.offer .offer-text span {
  font-family: "GilroyExtraBold", sans-serif;
  font-weight: 800;
}
@media all and (max-width: 650px) {
  .offer .offer-text span {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-text {
    position: absolute;
    bottom: 100px;
    left: 0;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-text {
    font-size: 20px !important;
    line-height: 120% !important;
    height: auto;
    padding: 20px;
    bottom: 10px;
  }
}

.second {
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second .second-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .second .second-inner {
    padding: 110px 0;
  }
}
@media all and (max-width: 992px) {
  .second .second-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .second .second-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-inner {
    padding: 35px 0 300px;
  }
}
.second .second-inner::after {
  content: "";
  position: absolute;
  left: -259px;
  bottom: -96px;
  background-image: url(../img/second/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 1783.573px;
  height: 1354.845px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .second .second-inner::after {
    width: 1483.573px;
    height: 1154.845px;
  }
}
@media all and (max-width: 650px) {
  .second .second-inner::after {
    width: 800px;
    height: 600px;
    bottom: -170px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.second .section-title {
  margin-bottom: 137px;
}
@media all and (max-width: 650px) {
  .second .section-title {
    margin-bottom: 50px !important;
  }
}
.second .second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 85px;
  -webkit-column-gap: 180px;
  -moz-column-gap: 180px;
  column-gap: 180px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media all and (max-width: 1050px) {
  .second .second-list {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
@media all and (max-width: 992px) {
  .second .second-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .second .second-list {
    row-gap: 40px;
    margin-bottom: 20px;
  }
}
.second .second-item {
  width: 380px;
  height: 192px;
  border-radius: 20px;
  background: #02020D;
  position: relative;
  padding: 64px 20px 20px 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.second .second-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 992px) {
  .second .second-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .second .second-item {
    width: 100%;
    height: auto;
    padding: 40px 20px 20px 20px;
  }
}
.second .second-item__title {
  color: #FFF;
  text-align: center;
  font-family: "GilroyBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 22px;
  background: -o-linear-gradient(357deg, #233CC1 -2.32%, #1A379E 120.98%), -o-linear-gradient(357deg, #3D31C5 -2.65%, #0A0083 121.87%), -o-linear-gradient(357deg, #2329C1 -2.65%, #020774 121.87%);
  background: linear-gradient(93deg, #233CC1 -2.32%, #1A379E 120.98%), linear-gradient(93deg, #3D31C5 -2.65%, #0A0083 121.87%), linear-gradient(93deg, #2329C1 -2.65%, #020774 121.87%);
  -webkit-box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  -webkit-backdrop-filter: blur(24.7660598755px);
  backdrop-filter: blur(24.7660598755px);
  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;
  width: 140px;
  height: 44px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -18px;
}
.second .second-item__text {
  text-align: center;
}
.second .second-arrow {
  width: 47px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.second .form-subtitle {
  margin-bottom: 16px;
}
.second .second-info {
  color: #FFF;
  text-align: center;
  font-family: "GilroyBold", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 1300px) {
  .second .second-info {
    font-size: 34px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-info {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .second .second-info {
    font-size: 26px;
  }
}
.second .second-info span {
  color: #F6D593;
}

.third {
  background-image: url(../img/third/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.third .third-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .third .third-inner {
    padding: 110px 0;
  }
}
@media all and (max-width: 992px) {
  .third .third-inner {
    padding: 80px 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 230px;
  }
}
.third .third-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/third/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 1920px;
  height: 1670px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .third .third-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner::after {
    width: 470px;
    height: 418px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    bottom: -120px;
    top: auto;
  }
}
.third .third-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 102px;
}
@media all and (max-width: 768px) {
  .third .third-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .third .third-top {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 650px) {
  .third .third-top {
    margin-bottom: 20px;
    gap: 0;
  }
}
.third .section-title {
  text-align: start;
}
@media all and (max-width: 1300px) {
  .third .section-title {
    font-size: 60px;
  }
}
@media all and (max-width: 992px) {
  .third .section-title {
    font-size: 40px;
  }
}
@media all and (max-width: 768px) {
  .third .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .third .section-title {
    text-align: center;
    width: 100%;
  }
  .third .section-title br {
    display: block;
  }
}
.third .section-title span:not(.bg) {
  margin-left: 161px;
  color: #FFF;
}
@media all and (max-width: 1300px) {
  .third .section-title span:not(.bg) {
    margin-left: 130px;
  }
}
@media all and (max-width: 1050px) {
  .third .section-title span:not(.bg) {
    margin-left: 110px;
  }
}
@media all and (max-width: 992px) {
  .third .section-title span:not(.bg) {
    margin-left: 0;
  }
}
.third .section-title span.bg {
  font-size: 80px;
  margin-left: 30px;
}
@media all and (max-width: 1300px) {
  .third .section-title span.bg {
    font-size: 60px;
  }
}
@media all and (max-width: 992px) {
  .third .section-title span.bg {
    font-size: 40px;
    margin-left: 15px;
  }
}
.third .section-title span.bg::after {
  background-image: url(../img/third/t.svg);
  width: 287.308px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .third .section-title span.bg::after {
    width: 221.308px;
    height: 89px;
  }
}
@media all and (max-width: 992px) {
  .third .section-title span.bg::after {
    width: 137.308px;
    height: 49px;
  }
}
@media all and (max-width: 650px) {
  .third .section-title span.bg::after {
    width: 114.308px;
    height: 42px;
  }
}
@media all and (max-width: 650px) {
  .third .subtitle {
    margin-bottom: 20px !important;
    text-align: center;
    width: 100%;
  }
}
.third .third__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 22px;
  -webkit-column-gap: 180px;
  -moz-column-gap: 180px;
  column-gap: 180px;
  margin-bottom: 180px;
}
@media all and (max-width: 1050px) {
  .third .third__list {
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
}
@media all and (max-width: 992px) {
  .third .third__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .third .third__list {
    display: block;
    margin-bottom: 50px;
  }
}
.third .third-item {
  width: 380px;
  height: 192px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 22px;
  background: -o-linear-gradient(344deg, rgba(38, 39, 91, 0.9) 0.96%, rgba(2, 2, 13, 0.9) 96.31%);
  background: linear-gradient(106deg, rgba(38, 39, 91, 0.9) 0.96%, rgba(2, 2, 13, 0.9) 96.31%);
  -webkit-box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  -webkit-backdrop-filter: blur(24.7660598755px);
  backdrop-filter: blur(24.7660598755px);
  position: relative;
}
@media all and (max-width: 992px) {
  .third .third-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .third .third-item {
    height: auto;
    padding: 30px 20px 20px 20px;
    margin: 0 10px;
  }
}
.third .third-item__icon {
  width: 31px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.third .third-item__title {
  color: #FFF;
  text-align: center;
  font-family: "MonologueDEMO-Regular", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media all and (max-width: 1300px) {
  .third .third-item__title {
    font-size: 42px;
  }
}
@media all and (max-width: 1050px) {
  .third .third-item__title {
    font-size: 38px;
  }
}
@media all and (max-width: 992px) {
  .third .third-item__title {
    font-size: 34px;
  }
}
@media all and (max-width: 650px) {
  .third .third-item__title {
    font-size: 28px !important;
    line-height: 120% !important;
  }
}
.third .third-item__text {
  text-align: center;
}
.third .third-arrow {
  width: 47px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.third .form-title {
  margin-bottom: 16px;
}
.third .form-subtitle {
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: "GilroyMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.third .form-inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.third .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.third .row {
  width: 33%;
}
.third .form-bottom {
  text-align: center;
}
@media all and (max-width: 650px) {
  .third .form-bottom {
    margin-top: 20px;
  }
}

.four {
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .four {
    position: relative;
    z-index: 1;
  }
}
.four .four-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .four .four-inner {
    padding: 110px 0;
  }
}
@media all and (max-width: 992px) {
  .four .four-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .four .four-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 35px 0;
  }
}
.four .section-title {
  margin-bottom: 177px;
}
@media all and (max-width: 768px) {
  .four .section-title {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 650px) {
  .four .section-title {
    margin-bottom: 40px !important;
  }
}
.four .section-title span.bg {
  margin-left: 20px;
}
.four .section-title span.bg::after {
  background-image: url(../img/four/t.svg);
  width: 357.5px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .four .section-title span.bg::after {
    width: 290.5px;
    height: 87px;
  }
}
@media all and (max-width: 992px) {
  .four .section-title span.bg::after {
    width: 208.5px;
    height: 60px;
  }
}
@media all and (max-width: 650px) {
  .four .section-title span.bg::after {
    width: 155.5px;
    height: 52px;
  }
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media all and (max-width: 992px) {
  .four .four-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 150px;
  }
}
@media all and (max-width: 768px) {
  .four .four-list {
    row-gap: 100px;
  }
}
@media all and (max-width: 650px) {
  .four .four-list {
    margin-bottom: 20px;
    row-gap: 40px;
  }
}
.four .four-item {
  width: 380px;
  height: 392px;
  border-radius: 22px;
  background: -o-linear-gradient(310deg, rgba(244, 243, 243, 0.8) 1.33%, rgba(255, 255, 255, 0.8) 98.73%);
  background: linear-gradient(140deg, rgba(244, 243, 243, 0.8) 1.33%, rgba(255, 255, 255, 0.8) 98.73%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 1;
  padding: 108px 20px 20px 20px;
}
@media all and (max-width: 1300px) {
  .four .four-item {
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .four .four-item {
    width: 47%;
  }
}
@media all and (max-width: 768px) {
  .four .four-item {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .four .four-item {
    width: 100%;
  }
}
.four .four-item:nth-child(1) .four-item__img {
  width: 295px;
}
@media all and (max-width: 1300px) {
  .four .four-item:nth-child(1) .four-item__img {
    width: 250px;
  }
}
@media all and (max-width: 768px) {
  .four .four-item:nth-child(1) .four-item__img {
    width: 200px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item:nth-child(1) .four-item__img {
    width: 120px;
  }
}
.four .four-item:nth-child(2) .four-item__img {
  width: 257px;
}
@media all and (max-width: 1300px) {
  .four .four-item:nth-child(2) .four-item__img {
    width: 210px;
  }
}
@media all and (max-width: 768px) {
  .four .four-item:nth-child(2) .four-item__img {
    width: 170px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item:nth-child(2) .four-item__img {
    width: 120px;
  }
}
.four .four-item:nth-child(3) .four-item__img {
  width: 260px;
}
@media all and (max-width: 1300px) {
  .four .four-item:nth-child(3) .four-item__img {
    width: 230px;
  }
}
@media all and (max-width: 768px) {
  .four .four-item:nth-child(3) .four-item__img {
    width: 160px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item:nth-child(3) .four-item__img {
    width: 120px;
  }
}
.four .four-item__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -114px;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .four .four-item__img {
    top: -70px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__img {
    top: -40px;
  }
}
.four .four-item__number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 53px;
  z-index: -2;
}
@media all and (max-width: 650px) {
  .four .four-item__number {
    width: 50px;
  }
}
.four .four-item__title {
  color: #02020D;
  text-align: center;
  font-family: "MonologueDEMO-Regular", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 1300px) {
  .four .four-item__title {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .four .four-item__title {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .four .four-item__title {
    font-size: 26px !important;
    line-height: 120% !important;
  }
}
.four .four-item__text {
  color: #02020D;
  font-family: "GilroyMedium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 1300px) {
  .four .four-item__text br {
    display: none;
  }
}
.four .four-item__text span {
  font-family: "GilroyBold", sans-serif;
  font-weight: 700;
}
.four .four-bottom {
  border-radius: 22px;
  background: -o-linear-gradient(344deg, #26275B 0.96%, #02020D 96.31%);
  background: linear-gradient(106deg, #26275B 0.96%, #02020D 96.31%);
  -webkit-box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  box-shadow: 0px 1.997px 3.994px 0px rgba(39, 39, 39, 0.11), 0px 1.997px 8.03px 0px rgba(255, 255, 255, 0.42) inset;
  -webkit-backdrop-filter: blur(24.7660598755px);
  backdrop-filter: blur(24.7660598755px);
  padding: 50px;
  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;
  gap: 20px;
}
@media all and (max-width: 768px) {
  .four .four-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .four .four-bottom {
    padding: 20px;
  }
}
.four .avatar {
  width: 329px;
  border-radius: 50%;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .four .avatar {
    width: 250px;
  }
}
.four .right {
  max-width: 710px;
  width: 100%;
}
.four .form-title {
  margin-bottom: 34px;
  text-align: start;
}
.four .form-inner {
  max-width: 100%;
  width: 100%;
}
.four .form-section-wrap {
  max-width: 100%;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.four textarea {
  width: 50%;
  border-radius: 8px;
  background: #FFF;
  height: 227px;
  resize: none;
  outline: none;
  padding-top: 20px;
  color: #000;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  padding-left: 24px;
}
@media all and (max-width: 650px) {
  .four textarea {
    font-size: 16px;
    height: 100px;
  }
}
.four textarea::-webkit-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.four textarea::-moz-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.four textarea:-ms-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.four textarea::-ms-input-placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.four textarea::placeholder {
  color: #6D6D6D;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
@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;
  }
}
@media all and (max-width: 768px) {
  .four textarea {
    width: 100%;
  }
}
.four .inputs {
  width: 50%;
  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;
}
@media all and (max-width: 768px) {
  .four .inputs {
    width: 100%;
  }
}
.four .form-section-row {
  width: 100%;
}
.four .btn {
  width: 100%;
}
.four .form-bottom {
  margin-top: 20px;
}

.five {
  background-image: url(../img/five/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.five .five-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
.five .five-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 62%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/five/3.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1920px;
  height: 1670px;
  z-index: -1;
  pointer-events: none;
}
@media all and (max-width: 650px) {
  .five .five-inner::after {
    width: 700px;
    height: 400px;
    right: auto;
    left: 70%;
    bottom: -100px;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 1300px) {
  .five .five-inner {
    padding: 110px 0;
  }
}
@media all and (max-width: 992px) {
  .five .five-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .five .five-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .five .five-inner {
    padding: 35px 0 220px;
  }
}
.five .section-title {
  margin-bottom: 167px;
}
@media all and (max-width: 768px) {
  .five .section-title {
    font-size: 38px;
  }
}
@media all and (max-width: 650px) {
  .five .section-title {
    font-size: 26px !important;
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 650px) {
  .five .section-title span.bg {
    font-size: 26px !important;
  }
}
.five .section-title span.bg::after {
  background-image: url(../img/five/t.svg);
  width: 793.808px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .five .section-title span.bg::after {
    width: 649.808px;
    height: 88px;
  }
}
@media all and (max-width: 992px) {
  .five .section-title span.bg::after {
    width: 463.808px;
    height: 62px;
  }
}
@media all and (max-width: 650px) {
  .five .section-title span.bg::after {
    width: 245.808px;
    height: 35px;
  }
}
.five .five-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 243px;
}
@media all and (max-width: 768px) {
  .five .five-list {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.five .five-item {
  position: relative;
  border-radius: 60px 60px 0px 60px;
  background: -o-linear-gradient(179deg, #C12323 3.23%, #9E1A1A 93.74%);
  background: linear-gradient(271deg, #C12323 3.23%, #9E1A1A 93.74%);
  width: 314px;
  height: 210px;
  padding: 20px 10px 20px 35px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 650px) {
  .five .five-item {
    width: 100%;
    padding: 20px;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    padding-left: 40px;
  }
}
.five .five-item:nth-child(2) {
  margin-top: 77px;
  border-radius: 60px 60px 60px 0px;
  background: -o-linear-gradient(179deg, #C12323 3.23%, #9E1A1A 93.74%);
  background: linear-gradient(271deg, #C12323 3.23%, #9E1A1A 93.74%);
}
.five .five-item:nth-child(2) .five-item__img {
  top: -53px;
  right: 20px;
}
@media all and (max-width: 650px) {
  .five .five-item:nth-child(2) {
    margin-top: 30px;
  }
}
.five .five-item__img {
  width: 113px;
  top: -48px;
  position: absolute;
  right: 13px;
}
@media all and (max-width: 1300px) {
  .five .five-item__img {
    width: 80px;
    top: -20px;
  }
}
.five .five-item__title {
  color: #FFF;
  font-family: "MonologueDEMO-Regular", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media all and (max-width: 1300px) {
  .five .five-item__title {
    font-size: 40px;
  }
}
@media all and (max-width: 992px) {
  .five .five-item__title {
    font-size: 34px;
  }
}
@media all and (max-width: 650px) {
  .five .five-item__title {
    font-size: 26px !important;
    line-height: 100% !important;
  }
}
@media all and (max-width: 1300px) {
  .five .five-item__text br {
    display: none;
  }
}
.five .arrow {
  width: 47px;
  margin: 0 auto;
  margin-bottom: 37px;
}
.five .five-subtitle {
  color: #FFF;
  font-family: "GilroyBold", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 1300px) {
  .five .five-subtitle {
    font-size: 34px;
  }
}
@media all and (max-width: 1050px) {
  .five .five-subtitle {
    font-size: 30px;
  }
}
@media all and (max-width: 992px) {
  .five .five-subtitle {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .five .five-subtitle br {
    display: none;
  }
}
.five .five-subtitle span {
  color: #F6D593;
}

.six {
  background-image: url(../img/six/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .six {
    position: relative;
    z-index: 2;
  }
}
.six .six-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
.six .six-inner::after {
  content: "";
  position: absolute;
  left: 195px;
  top: 273px;
  background-image: url(../img/six/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 123.338px;
  height: 125.814px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .six .six-inner::after {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-inner::after {
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 992px) {
  .six .six-inner::after {
    width: 50px;
    height: 50px;
    left: 147px;
    top: 207px;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner::after {
    display: none;
  }
}
.six .six-inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 109px;
  background-image: url(../img/six/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 333px;
  height: 332px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .six .six-inner::before {
    width: 290px;
    height: 290px;
  }
}
@media all and (max-width: 1050px) {
  .six .six-inner::before {
    width: 240px;
    height: 240px;
  }
}
@media all and (max-width: 992px) {
  .six .six-inner::before {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 768px) {
  .six .six-inner::before {
    width: 120px;
    height: 120px;
    top: 20px;
    right: 20px;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner::before {
    width: 90px;
    height: 90px;
    top: 80px;
  }
}
@media all and (max-width: 1300px) {
  .six .six-inner {
    padding: 110px 0;
  }
}
@media all and (max-width: 992px) {
  .six .six-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .six .six-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner {
    padding: 35px 0;
  }
}
.six .section-title {
  margin-bottom: 25px;
  text-align: start;
}
.six .section-title span.bg {
  margin-left: 378px;
}
@media all and (max-width: 1300px) {
  .six .section-title span.bg {
    margin-left: 250px;
  }
}
@media all and (max-width: 650px) {
  .six .section-title span.bg {
    margin-left: 0;
  }
}
.six .section-title span.bg::after {
  background-image: url(../img/six/t.svg);
  width: 477.308px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .six .section-title span.bg::after {
    width: 402.308px;
    height: 89px;
  }
}
@media all and (max-width: 992px) {
  .six .section-title span.bg::after {
    width: 273.308px;
    height: 59px;
  }
}
@media all and (max-width: 650px) {
  .six .section-title span.bg::after {
    width: 179.308px;
    height: 45px;
  }
}
.six .subtitle {
  margin-bottom: 80px;
  margin-left: 351px;
}
@media all and (max-width: 992px) {
  .six .subtitle {
    margin-left: 250px;
  }
}
@media all and (max-width: 650px) {
  .six .subtitle {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.six .six-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}
@media all and (max-width: 992px) {
  .six .six-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .six .six-list {
    margin-bottom: 20px;
  }
}
.six .six-item {
  width: 280px;
  height: 211px;
  position: relative;
  border-radius: 20px;
  background: #02020D;
  padding: 20px 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 all and (max-width: 1050px) {
  .six .six-item {
    height: auto;
  }
}
@media all and (max-width: 650px) {
  .six .six-item {
    width: 100%;
  }
}
.six .six-item__img {
  width: 31px;
  margin-bottom: 26px;
}
.six .six-item__text {
  text-align: center;
}
@media all and (max-width: 1050px) {
  .six .six-item__text br {
    display: none;
  }
}
.six .six-arrow {
  width: 47px;
  margin: 0 auto;
  margin-bottom: 37px;
}
.six .form-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "GilroyMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
.six .form-subtitle span {
  color: #F6D593;
}
.six .form-inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
.six .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.six .row {
  width: 33%;
}
.six .form-bottom {
  text-align: center;
}
@media all and (max-width: 650px) {
  .six .form-bottom {
    margin-top: 20px;
  }
}

.last {
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.last .last-inner {
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .last .last-inner {
    padding: 90px 0;
  }
}
.last .last-inner::after {
  content: "";
  position: absolute;
  left: -279px;
  bottom: 0;
  background-image: url(../img/last/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 1042px;
  height: 955px;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  .last .last-inner::after {
    height: 765px;
  }
}
@media all and (max-width: 992px) {
  .last .last-inner::after {
    height: 635px;
  }
}
@media all and (max-width: 768px) {
  .last .last-inner::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner::after {
    width: 400px;
    height: 400px;
    display: block;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -120px;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner {
    padding: 35px 0 300px;
  }
}
.last .last-wrapper {
  padding-left: 501px;
}
@media all and (max-width: 1300px) {
  .last .last-wrapper {
    padding-left: 400px;
  }
}
@media all and (max-width: 992px) {
  .last .last-wrapper {
    padding-left: 200px;
  }
}
@media all and (max-width: 768px) {
  .last .last-wrapper {
    padding-left: 0;
  }
}
.last .section-title {
  margin-bottom: 32px;
  text-align: start;
  font-family: "PFDinTextCompProMedium";
  font-weight: 500;
  font-size: 120px;
  line-height: 100%;
  /* 120px */
  letter-spacing: -4.8px;
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .last .section-title {
    font-size: 80px;
  }
}
@media all and (max-width: 992px) {
  .last .section-title {
    font-size: 60px;
    letter-spacing: 2.2px;
  }
}
@media all and (max-width: 768px) {
  .last .section-title {
    letter-spacing: 1px;
  }
}
@media all and (max-width: 650px) {
  .last .section-title br {
    display: none;
  }
}
.last .section-title span.bg {
  font-family: "MonologueDEMO-Regular";
  font-weight: 400;
  font-size: 80px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-top: -5px;
}
@media all and (max-width: 1300px) {
  .last .section-title span.bg {
    font-size: 60px;
  }
}
@media all and (max-width: 992px) {
  .last .section-title span.bg {
    font-size: 50px;
  }
}
.last .section-title span.bg::after {
  background-image: url(../img/last/t.svg);
  width: 660.808px;
  height: 105px;
}
@media all and (max-width: 1300px) {
  .last .section-title span.bg::after {
    width: 536.808px;
    height: 91px;
  }
}
@media all and (max-width: 992px) {
  .last .section-title span.bg::after {
    width: 444.808px;
    height: 69px;
  }
}
@media all and (max-width: 650px) {
  .last .section-title span.bg::after {
    width: 299.808px;
    height: 46px;
  }
}
.last .last-subtitle {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  margin-bottom: 22px;
}
@media all and (max-width: 992px) {
  .last .last-subtitle {
    font-size: 24px;
  }
}
.last .form-inner {
  max-width: 100%;
  width: 100%;
}
.last .form-section-wrap {
  max-width: 100%;
}
.last .form-section-row {
  width: 306px;
}
@media all and (max-width: 1300px) {
  .last .form-section-row {
    width: 47%;
  }
}
.last .btn {
  width: 306px;
}
@media all and (max-width: 1300px) {
  .last .btn {
    width: 47%;
  }
}
.last .form-bottom {
  padding-left: 20px;
  margin-top: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  .last .form-bottom {
    padding-left: 0;
  }
  .last .form-bottom br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .form-bottom {
    margin-top: 12px;
  }
}

.footer {
  position: static;
  padding: 18px 0;
  background: #060606;
}
@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;
}
@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 .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 650px) {
  .footer .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer .logo {
  width: 103px;
}
.footer .footer-text {
  color: #FFF;
  font-family: "GilroyBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .politica {
  color: #B7B2B3;
  text-align: center;
  font-family: "GilroyRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .footer .header-call {
    width: 80%;
  }
}

.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-top {
  position: relative;
}
@media all and (max-width: 650px) {
  .modal-top {
    padding-top: 10px;
  }
}

@media all and (max-width: 650px) {
  .fancybox-slide > * {
    padding: 10px 0 0 0;
  }
}

.modal-politika .modal-top__title {
  text-align: center;
  font-size: 35px;
  line-height: 120%;
}
@media all and (max-width: 650px) {
  .modal-politika .modal-top__title {
    font-size: 22px;
  }
}
.modal-politika .modal-content {
  background: #fff;
}

.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) {
  .clouse {
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}

.modal-content-inner {
  position: relative;
  background-color: white;
  width: auto;
  z-index: 20;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
  display: none;
}
.modal-content-inner .form-info__bottom {
  text-align: center;
}
.modal-content-inner .fancybox-button svg {
  display: none;
}
.modal-content-inner .btn {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 650px) {
  .modal-content-inner .btn {
    height: 55px;
  }
}
.modal-content-inner .form-section-row {
  margin-bottom: 8px;
  background: none;
  border: 1px solid rgb(72, 71, 71);
  width: 100%;
}
.modal-content-inner .form-section-row::after {
  width: 24px;
  height: 24px;
  left: 18px;
}
.modal-content-inner .form-section-row input {
  color: #000;
}
.modal-content-inner .form-section-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal-content-inner .form-section-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 650px) {
  .modal-content-inner .form-section-row {
    height: 50px;
  }
}
.modal-content-inner .form-bottom {
  color: #1A1A18;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .modal-content-inner .form-bottom {
    margin-top: 10px !important;
  }
}
.modal-content-inner .form-bottom a {
  color: #1A1A18;
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .modal-content-inner {
    width: 300px;
    height: auto;
    position: relative;
  }
}

.fancybox-content {
  padding: 20px;
}
@media all and (max-width: 650px) {
  .fancybox-content {
    padding: 0;
  }
}

.modal-content {
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
@media all and (max-width: 768px) {
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .modal-content {
    padding: 20px 10px 20px 12px;
  }
}
.modal-content .inp {
  max-width: 100%;
}

.modal-content-info {
  z-index: 1;
  width: 100%;
}

.modal-content__img {
  width: 365px;
  top: 40%;
  left: 8%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .modal-content__img {
    display: none;
  }
}
.modal-content__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-phone-img {
  width: 468px;
  height: 341px;
  bottom: 43px;
  left: -12%;
  top: 109px;
}
.modal-content__img-big {
  width: 506px;
  top: 38%;
  left: -5%;
  position: absolute;
}

.modal-top__title {
  color: #1B1B1B;
  font-size: 22px;
  font-style: normal;
  line-height: 110%;
  /* 34.5px */
  margin-bottom: 20px;
}
.modal-top__title span.reg {
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal-top__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.small-titleForm {
  font-size: 22px;
}

.modal-politika {
  padding-top: 20px;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.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-politika .clouse {
    background-size: contain;
  }
}
.modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal-politika {
    width: 80%;
  }
}
.modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal-politika {
    width: 320px;
  }
}
.modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}
.modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal-politika div {
    font-size: 12px !important;
  }
}
.modal-politika .btn {
  width: 450px;
  margin: 0 auto;
}

.modal5,
.modal-politika,
.modal1,
.modal2,
.modal3,
.modal4 {
  display: none;
}
.modal5.active,
.modal-politika.active,
.modal1.active,
.modal2.active,
.modal3.active,
.modal4.active {
  display: block;
}

.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) {
  .form-section-bottom {
    margin-top: 15px;
  }
}
.form-section-bottom .form-section-bottom-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-section-bottom .form-section-bottom-text {
  text-align: start;
  color: #000;
}
@media all and (max-width: 650px) {
  .form-section-bottom .form-section-bottom-text {
    font-size: 12px !important;
  }
}
.form-section-bottom a {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 650px) {
  .form-section-bottom a {
    text-decoration: underline;
  }
}
.form-section-bottom a:hover {
  text-decoration: underline;
}

.sectionForm {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .sectionForm {
    max-width: 100%;
  }
}

.form-inputs {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#modalcoocke {
  max-width: 550px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  -webkit-box-shadow: 0 0 10px 1px #929090;
  box-shadow: 0 0 10px 1px #929090;
  z-index: 998;
}
@media all and (max-width: 1300px) {
  #modalcoocke {
    padding: 20px;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    padding: 10px;
    bottom: 10px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#modalcoocke .modal-content {
  overflow: visible;
  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) {
  #modalcoocke .modal-content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#modalcoocke .modal-top__title {
  font-size: 14px;
  text-align: start;
  margin-right: 20px;
  line-height: 120%;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  #modalcoocke .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .modal-top__title {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 12px !important;
    margin-bottom: 10px;
    line-height: 100% !important;
  }
}
#modalcoocke .modal-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  #modalcoocke .modal-content {
    gap: 0;
  }
}
#modalcoocke .btn {
  max-width: 210px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  padding: 0;
  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-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#modalcoocke .btn:active {
  top: 0;
}
@media all and (max-width: 1300px) {
  #modalcoocke .btn {
    max-width: 170px;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .btn {
    width: 120px;
    height: 34px !important;
    font-size: 14px;
    min-height: auto;
  }
}
@media all and (max-width: 650px) {
  #modalcoocke .btn::before {
    display: none;
  }
}

.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-weight: 400;
}
.offerOk .left {
  max-width: none;
}
.offerOk .section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 38px;
  font-size: 40px;
  letter-spacing: 1px;
  font-family: "GilroyBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .offerOk .section-title {
    font-size: 26px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title span {
  font-size: 40px;
  display: inline;
  font-family: "GilroyBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title::after {
  display: none;
}

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