@charset "UTF-8";
@font-face {
  font-family: "ActayRegular";
  src: url("../fonts/Actay-Regular.woff2") format("woff2");
  src: url("../fonts/Actay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ActayWideBold";
  src: url("../fonts/ActayWide-Bold.woff2") format("woff2");
  src: url("../fonts/ActayWide-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UnboundedRegular";
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2");
  src: url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UnboundedBlack";
  src: url("../fonts/Unbounded-Black.woff2") format("woff2");
  src: url("../fonts/Unbounded-Black.woff") format("woff");
  font-weight: 800;
  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(--black, #060504);
  font-family: "ActayRegular", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 24.7px */
  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: 1244px;
  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: #060504;
  font-family: "UnboundedBlack", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 56px */
  text-transform: uppercase;
  font-size: calc(30px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 40px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 22px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
.section-title span {
  color: var(--orange, #FFB333);
}
.section-title span.color2 {
  color: var(--red, #B52D07);
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 22px !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: #000;
  text-align: center;
  font-family: "ActayRegular", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 26.6px */
  width: 224px;
  height: 52px;
  border-radius: 50px;
  background: var(--orange, #FFB333);
}
.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: #f3b13f;
}
.btn:active {
  background: #cf8a13;
}

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: var(--white, #FFF);
  text-align: center;
  font-family: "UnboundedBlack", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
}
@media all and (max-width: 1300px) {
  .form-title {
    font-size: 18px;
  }
}
@media all and (max-width: 1050px) {
  .form-title {
    font-size: 16px;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 14px !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: var(--white, #FFF);
  text-align: center;
  font-family: "ActayRegular", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 24.7px */
}
@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: 686px;
  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: 224px;
  height: 52px;
  border-radius: 50px;
  border: 1px solid var(--stroke, #9F9F9F);
  -webkit-backdrop-filter: blur(8.3999996185px);
  backdrop-filter: blur(8.3999996185px);
}
@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: #fff;
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  padding-left: 24px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: var(--stroke, #9F9F9F);
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.form-section-row input::-moz-placeholder {
  color: var(--stroke, #9F9F9F);
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.form-section-row input:-ms-input-placeholder {
  color: var(--stroke, #9F9F9F);
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.form-section-row input::-ms-input-placeholder {
  color: var(--stroke, #9F9F9F);
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.form-section-row input::placeholder {
  color: var(--stroke, #9F9F9F);
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
@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: #AFAFAF;
  text-align: center;
  font-family: "ActayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.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: 15px;
    text-align: center !important;
  }
}
.form-bottom a {
  text-decoration: underline;
  -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;
  color: #AF630A;
}
@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: #FFB333;
  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: 130%;
  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: var(--black, #060504);
  font-family: "ActayRegular", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 24.7px */
}

@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: static;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding: 20px 0 26px;
  background: #B52D07;
  -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;
    padding: 10px 0 0 0;
  }
}
@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 .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: 187px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 120px;
  }
}
.widjet .header-info {
  color: var(--white, #FFF);
  line-height: 120%;
  /* 22.8px */
}
@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: #000;
  text-align: center;
  line-height: 140%;
  /* 26.6px */
  width: 293px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--orange, #FFB333);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widjet .header-call:hover {
  background: #f3b13f;
}
.widjet .header-call:active {
  background: #cf8a13;
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    width: 135px;
    height: 35px;
    font-size: 13px !important;
  }
}
.widjet .descp {
  font-size: 12px !important;
  padding: 3px 0;
  background: var(--orange, #FFB333);
  width: 100%;
  text-align: center;
  color: #000;
  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: #000;
}
.offer .offer-inner {
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .offer .offer-inner {
    padding: 40px 0;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 35px 0 35px 0;
  }
}
.offer .offer-img {
  position: absolute;
  width: 674px;
  bottom: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 1300px) {
  .offer .offer-img {
    width: 500px;
    z-index: -1;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-img {
    right: -150px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-img {
    width: 400px;
    right: -200px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-img {
    width: 325px;
    right: -150px;
  }
}
.offer .section-title {
  margin-bottom: 30px;
  color: #FFF;
}
@media all and (max-width: 650px) {
  .offer .section-title {
    font-size: 20px !important;
    text-align: start;
  }
  .offer .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title span {
    font-size: 20px !important;
  }
}
.offer .offer-info {
  margin-bottom: 80px;
  color: var(--white, #FFF);
  font-size: 30px;
  line-height: 130%;
  /* 39px */
}
@media all and (max-width: 1300px) {
  .offer .offer-info {
    font-style: 26px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-info {
    font-size: 22px;
  }
}
@media all and (max-width: 768px) {
  .offer .offer-info {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 100% !important;
    text-align: start;
    padding-right: 50px;
  }
  .offer .offer-info br {
    display: none;
  }
}
.offer .offer-bottom {
  max-width: 730px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--white, #FFF);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 60px;
}
@media all and (max-width: 768px) {
  .offer .offer-bottom {
    padding: 20px;
  }
}
.offer .form-title {
  margin-bottom: 30px;
}
.offer .form-inner {
  max-width: 610px;
  width: 100%;
}
.offer .form-section-wrap {
  max-width: 100%;
}
.offer .form-section-row {
  width: 298px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.offer .btn {
  width: 100%;
}

.second .second-inner {
  padding: 150px 0;
  position: relative;
}
@media all and (max-width: 1300px) {
  .second .second-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .second .second-inner {
    padding: 100px 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;
  }
}
.second .second-logo {
  position: absolute;
  width: 247px;
  left: -247px;
  bottom: 150px;
}
@media all and (max-width: 768px) {
  .second .second-logo {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .second .section-title {
    max-width: 250px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .second .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.second .second-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 80px;
  margin-top: -100px;
}
@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;
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media all and (max-width: 650px) {
  .second .second-content {
    margin-bottom: 20px;
  }
}
.second .second-img {
  max-width: 704px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.second .second-list {
  max-width: 500px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (max-width: 1300px) {
  .second .second-list {
    max-width: 400px;
  }
}
@media all and (max-width: 992px) {
  .second .second-list {
    max-width: 300px;
  }
}
@media all and (max-width: 768px) {
  .second .second-list {
    max-width: 100%;
  }
}
.second .second-item {
  margin-bottom: 10px;
  z-index: 1;
  padding: 20px 20px 20px 40px;
  position: relative;
  -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: 650px) {
  .second .second-item {
    padding-left: 20px;
  }
}
.second .second-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0px 0px 6px;
  background: #F5F5F5;
  width: 1000%;
  height: 100%;
  z-index: -1;
}
.second .second-item:last-child {
  margin-bottom: 0;
}
.second .second-item:nth-child(even) .second-item__title {
  color: var(--orange, #FFB333);
}
.second .second-item__title {
  color: var(--red, #B52D07);
  font-family: "UnboundedBlack", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media all and (max-width: 1300px) {
  .second .second-item__title {
    font-size: 18px;
  }
}
@media all and (max-width: 1050px) {
  .second .second-item__title {
    font-size: 16px;
  }
}
.second .second-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .second .second-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.second .left {
  border-radius: 6px;
  background: var(--black, #060504);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 60px;
  max-width: 704px;
  width: 100%;
}
@media all and (max-width: 1300px) {
  .second .left {
    padding: 40px;
  }
}
@media all and (max-width: 992px) {
  .second .left {
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .second .left {
    padding: 20px;
    max-width: 100%;
  }
}
.second .form-title {
  margin-bottom: 30px;
}
.second .form-subtitle {
  margin-bottom: 30px;
}
.second .form-inner {
  max-width: 100%;
  width: 100%;
}
.second .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media all and (max-width: 992px) {
  .second .form-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.second .row {
  width: 33%;
}
@media all and (max-width: 992px) {
  .second .row {
    width: 100%;
  }
}
.second .second-bottom-img {
  border-radius: 6px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
}
@media all and (max-width: 1300px) {
  .second .second-bottom-img {
    max-width: 400px;
  }
}
@media all and (max-width: 992px) {
  .second .second-bottom-img {
    max-width: 300px;
  }
}
@media all and (max-width: 768px) {
  .second .second-bottom-img {
    max-width: 100%;
  }
}

.third {
  background: #F5F5F5;
}
.third .third-inner {
  padding: 150px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
@media all and (max-width: 1300px) {
  .third .third-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .third .third-inner {
    padding: 100px 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner {
    padding: 35px 0;
  }
}
.third .left {
  max-width: 704px;
  width: 100%;
}
.third .section-title {
  margin-bottom: 60px;
}
.third .third-item {
  margin-bottom: 10px;
  padding: 40px 20px 40px 0;
  position: relative;
  z-index: 1;
}
.third .third-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px 0px 0px 6px;
  background: #fff;
  width: 1000%;
  height: 100%;
  z-index: -1;
}
@media all and (max-width: 650px) {
  .third .third-item {
    padding: 20px;
  }
}
.third .third-item:last-child {
  margin-bottom: 0;
}
.third .third-item__title {
  color: var(--orange, #FFB333);
  font-family: "UnboundedBlack", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 56px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media all and (max-width: 1300px) {
  .third .third-item__title {
    font-size: 36px;
  }
}
@media all and (max-width: 1050px) {
  .third .third-item__title {
    font-size: 32px;
  }
}
@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: 18px !important;
    line-height: 130% !important;
  }
}
.third .right {
  max-width: 500px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .third .right {
    max-width: 100%;
  }
}
.third .third-img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.third .third-texts {
  border-radius: 6px;
  background: var(--red, #B52D07);
  padding: 40px;
}
@media all and (max-width: 650px) {
  .third .third-texts {
    padding: 20px;
  }
}
.third .third-text {
  margin-bottom: 14px;
  color: var(--white, #FFF);
}
.third .third-text:last-child {
  margin-bottom: 0;
  font-family: "ActayWideBold", sans-serif;
  font-weight: 6700;
}

.four {
  background: #fff;
}
.four .four-inner {
  padding: 150px 0;
  position: relative;
}
@media all and (max-width: 1300px) {
  .four .four-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .four .four-inner {
    padding: 100px 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 35px 0;
  }
}
.four .section-title {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .four .section-title {
    text-align: start;
  }
}
.four .subtitle {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .four .subtitle {
    margin-bottom: 20px;
  }
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .four .four-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .four .four-list {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.four .four-item {
  border-radius: 6px;
  background: #F5F5F5;
  padding: 30px;
  width: 33%;
  -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;
}
.four .four-item._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@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__img {
  width: 28px;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .four .four-item__img {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1300px) {
  .four .four-item__text br {
    display: none;
  }
}
.four .four-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.four .four-slide {
  width: 296px;
  border-radius: 6px;
  overflow: hidden;
}
@media all and (max-width: 1300px) {
  .four .four-slide {
    width: 240px;
  }
}
@media all and (max-width: 1050px) {
  .four .four-slide {
    width: 225px;
  }
}
@media all and (max-width: 992px) {
  .four .four-slide {
    width: 31%;
  }
}
@media all and (max-width: 768px) {
  .four .four-slide {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .four .four-slide {
    width: 100%;
    height: 250px;
  }
}
.four .four-slide.long {
  width: 398px;
}
@media all and (max-width: 1300px) {
  .four .four-slide.long {
    width: 323px;
  }
}
@media all and (max-width: 1050px) {
  .four .four-slide.long {
    width: 303px;
  }
}
@media all and (max-width: 992px) {
  .four .four-slide.long {
    width: 31%;
  }
}
@media all and (max-width: 768px) {
  .four .four-slide.long {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .four .four-slide.long {
    width: 100%;
  }
}

.five {
  background: #F5F5F5;
}
.five .five-inner {
  padding: 158px 0 150px;
  position: relative;
}
@media all and (max-width: 1300px) {
  .five .five-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .five .five-inner {
    padding: 100px 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;
  }
}
.five .five-logo {
  position: absolute;
  width: 230px;
  left: -230px;
  bottom: 150px;
}
.five .section-title {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .five .section-title {
    font-size: 19px !important;
  }
  .five .section-title br {
    display: none;
  }
}
.five .subtitle {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .five .subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.five .five-content {
  position: relative;
}
@media all and (max-width: 650px) {
  .five .five-content {
    width: 100%;
  }
}
.five .five-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .five .five-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    grid-template-columns: 1fr;
    display: block;
    margin-bottom: 50px;
    width: 100%;
  }
}
.five .five-item {
  border-radius: 0px 6px 6px 0px;
  background: var(--white, #FFF);
  border-radius: 6px;
  overflow: hidden;
  -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);
}
.five .five-item.opacity {
  opacity: 0;
}
@media all and (max-width: 992px) {
  .five .five-item.opacity {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .five .five-item.image {
    display: none;
  }
}
.five .five-item:not(.image) {
  padding: 20px 40px;
}
@media all and (max-width: 650px) {
  .five .five-item:not(.image) {
    padding: 20px;
  }
}
@media all and (max-width: 650px) {
  .five .five-item {
    margin: 0 10px;
  }
}
.five .five-item__title {
  color: var(--red, #B52D07);
  font-family: "UnboundedBlack", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 28px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media all and (max-width: 1300px) {
  .five .five-item__title {
    font-size: 18px;
  }
}
@media all and (max-width: 992px) {
  .five .five-item__title {
    font-size: 16px;
  }
}
.five .five-item__title.color {
  color: var(--orange, #FFB333);
}
@media all and (max-width: 1050px) {
  .five .five-item__text {
    font-size: 17px;
    line-height: 110%;
  }
}
@media all and (max-width: 992px) {
  .five .five-item__text {
    font-size: 15px;
  }
}
.five .five-bottom {
  max-width: 806px;
  width: 100%;
  border-radius: 6px;
  background: var(--black, #060504);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 55px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1300px) {
  .five .five-bottom {
    max-width: 655px;
    bottom: -20px;
  }
}
@media all and (max-width: 1050px) {
  .five .five-bottom {
    max-width: 615px;
    bottom: -40px;
  }
}
@media all and (max-width: 992px) {
  .five .five-bottom {
    padding: 40px;
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .five .five-bottom {
    padding: 20px;
  }
}
.five .form-title {
  margin-bottom: 30px;
}
.five .form-inner {
  max-width: 686px;
  width: 100%;
}
.five .form-section-wrap {
  max-width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.five .row {
  width: 33%;
}
.six .six-inner {
  padding: 150px 0;
  position: relative;
}
@media all and (max-width: 1300px) {
  .six .six-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .six .six-inner {
    padding: 100px 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: 50px;
}
.six .subtitle {
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .six .subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
}
.six .six-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .six .six-list {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 650px) {
  .six .six-list {
    margin-bottom: 20px;
  }
}
.six .six-item {
  border-radius: 6px;
  background: #F5F5F5;
  padding: 30px;
  position: relative;
}
.six .six-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 0px 0px 6px;
  background: #F5F5F5;
  width: 1000%;
  height: 100%;
  z-index: -1;
}
.six .six-item:nth-child(odd)::after {
  display: none;
}
@media all and (max-width: 768px) {
  .six .six-item:nth-child(odd)::after {
    display: block;
  }
}
.six .six-item__img {
  width: 28px;
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .six .six-item__img {
    width: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1300px) {
  .six .six-item__text br {
    display: none;
  }
}
.six .six-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .six .six-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.six .left {
  width: 50%;
  padding: 60px;
  border-radius: 6px;
  background: var(--black, #060504);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
@media all and (max-width: 1300px) {
  .six .left {
    padding: 50px;
  }
}
@media all and (max-width: 992px) {
  .six .left {
    padding: 30px;
  }
}
@media all and (max-width: 768px) {
  .six .left {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .six .left {
    padding: 20px;
  }
}
.six .form-inner {
  max-width: 482px;
  width: 100%;
}
.six .form-section-wrap {
  max-width: 100%;
}
.six .form-section-row {
  width: 234px;
}
@media all and (max-width: 1300px) {
  .six .form-section-row {
    width: 100%;
  }
}
.six .btn {
  width: 100%;
}
.six .six-img {
  width: 50%;
  border-radius: 6px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .six .six-img {
    width: 100%;
  }
}

.last {
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .last {
    background-position: 55%;
  }
}
.last .last-inner {
  padding: 150px 0 150px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .last .last-inner {
    padding: 120px 0;
  }
}
@media all and (max-width: 1050px) {
  .last .last-inner {
    padding: 100px 0;
  }
}
@media all and (max-width: 992px) {
  .last .last-inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 768px) {
  .last .last-inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 650px) {
  .last .last-inner {
    padding: 35px 0;
  }
}
.last .section-title {
  margin-bottom: 50px;
  color: #FFF;
}
@media all and (max-width: 650px) {
  .last .section-title {
    font-size: 20px !important;
    text-align: start;
  }
  .last .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .section-title span {
    font-size: 20px !important;
  }
}
.last .last-bottom {
  max-width: 730px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--white, #FFF);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 60px;
}
@media all and (max-width: 992px) {
  .last .last-bottom {
    padding: 30px;
  }
}
@media all and (max-width: 768px) {
  .last .last-bottom {
    padding: 20px;
  }
}
.last .form-title {
  margin-bottom: 30px;
}
.last .form-inner {
  max-width: 610px;
  width: 100%;
}
.last .form-section-wrap {
  max-width: 100%;
}
.last .form-section-row {
  width: 298px;
  border-radius: 50px;
  border: 1px solid var(--stroke, #9F9F9F);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.last .btn {
  width: 298px;
}

.footer {
  position: static;
  padding: 20px 0;
  background: #B52D07;
}
@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;
  gap: 10px;
}
@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-text {
  color: var(--white, #FFF);
}
.footer .politica {
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  /* 19.2px */
  -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;
  opacity: 0.6;
}
.footer .politica:hover {
  opacity: 1;
}
@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;
}
.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 .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 38px;
}
@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;
  }
}
@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;
}