@charset "UTF-8";
@font-face {
  font-family: "InterTightExtraLight";
  src: url("../fonts/InterTight-ExtraLight.woff2") format("woff2");
  src: url("../fonts/InterTight-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightLight";
  src: url("../fonts/InterTight-Light.woff2") format("woff2");
  src: url("../fonts/InterTight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightRegular";
  src: url("../fonts/InterTight-Regular.woff2") format("woff2");
  src: url("../fonts/InterTight-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightMedium";
  src: url("../fonts/InterTight-Medium.woff2") format("woff2");
  src: url("../fonts/InterTight-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightSemiBold";
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2");
  src: url("../fonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightBold";
  src: url("../fonts/InterTight-Bold.woff2") format("woff2");
  src: url("../fonts/InterTight-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InterTightExtraBold";
  src: url("../fonts/InterTight-ExtraBold.woff2") format("woff2");
  src: url("../fonts/InterTight-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  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: 1214px;
  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: 1350px) {
  .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: var(--3, #47413b);
  font-family: "InterTightExtraLight", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 250;
  line-height: 110%;
  /* 70.4px */
  text-transform: uppercase;
  font-size: calc(30px + 34 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 64px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
.section-title span {
  font-family: "InterTightMedium", sans-serif;
  font-weight: 500;
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 28px !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: "InterTightSemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 524px;
  height: 70px;
  border-radius: 35px;
  background: var(--1, #ed1c24);
}
.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: #e6242b;
}
.btn:active {
  background: #831014;
}

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(--3, #47413b);
  font-family: "InterTightMedium", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
@media all and (max-width: 1350px) {
  .form-title {
    font-size: 22px;
  }
}
@media all and (max-width: 992px) {
  .form-title {
    font-size: 19px;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}

.form-subtitle {
  color: var(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 28.6px */
}
@media all and (max-width: 992px) {
  .form-subtitle {
    font-size: 17px;
  }
}
@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: 524px;
  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: 100%;
  height: 70px;
  border: 1px solid var(--3, #47413b);
  opacity: 0.5;
}
@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: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  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(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.form-section-row input::-moz-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.form-section-row input:-ms-input-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.form-section-row input::-ms-input-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.form-section-row input::placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
@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: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 15.6px */
  margin-top: 18px;
}
@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: #ed1c24;
  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: var(--3, #47413b);
  font-family: "InterTightMedium", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
}
@media all and (max-width: 1350px) {
  .subtitle {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .subtitle {
    font-size: 22px;
  }
}
@media all and (max-width: 650px) {
  .subtitle {
    font-size: 20px !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;
}

.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: 4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
  }
}
@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: start;
  -ms-flex-align: start;
  align-items: start;
  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 {
    gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.widjet .logo {
  width: 233px;
}
@media (max-height: 1000px) {
  .widjet .logo {
    width: 150px;
  }
}
@media all and (max-width: 1350px) {
  .widjet .logo {
    width: 130px;
  }
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 90px;
  }
}
@media (max-width: 400px) {
  .widjet .logo {
    width: 80px;
  }
}
.widjet .header-info {
  color: #fff;
  font-family: "InterTightLight", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 58px;
}
@media all and (max-width: 768px) {
  .widjet .header-info {
    display: none;
  }
}
.widjet .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}
@media all and (max-width: 1050px) {
  .widjet .header-right {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px;
  }
}
.widjet .header-pnone {
  color: #fff;
  font-family: "InterTightMedium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@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: "InterTightSemiBold", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 160px;
  height: 44px;
  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: 22px;
  background: var(--1, #ed1c24);
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widjet .header-call:hover {
  background: #e6242b;
}
.widjet .header-call:active {
  background: #831014;
}
@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(--1, #ed1c24);
  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: #a4131a;
  position: relative;
  z-index: 2;
}
.offer .offer-inner {
  padding: 175px 0 0 0;
  position: relative;
}
@media (max-height: 1000px) {
  .offer .offer-inner {
    padding: 140px 0 0 0;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-inner {
    padding: 100px 0 15px 0;
  }
}
.offer .section-title {
  padding-left: 263px;
  font-size: 70px;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-height: 1000px) {
  .offer .section-title {
    font-size: 40px;
    padding-left: 200px;
  }
}
@media all and (max-width: 1350px) {
  .offer .section-title {
    font-size: 40px;
  }
}
@media all and (max-width: 992px) {
  .offer .section-title {
    font-size: 40px;
    padding-left: 210px;
  }
}
@media all and (max-width: 768px) {
  .offer .section-title {
    font-size: 30px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title {
    padding-left: 100px;
    text-align: start;
    font-size: 20px !important;
  }
}
@media (max-width: 400px) {
  .offer .section-title {
    padding-left: 100px;
  }
}
.offer .section-title span {
  display: block;
  text-align: right;
}
@media (max-height: 1000px) {
  .offer .section-title span {
    text-align: start;
    padding-left: 100px;
  }
}
@media all and (max-width: 768px) {
  .offer .section-title span {
    padding-left: 0;
    text-align: right;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title span {
    padding-left: 0;
    text-align: right;
    font-size: 20px !important;
  }
}
.offer .offer-info {
  color: #fff;
  font-family: "InterTightMedium", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 36px */
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-height: 1000px) {
  .offer .offer-info {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1350px) {
  .offer .offer-info {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-info {
    font-size: 20px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-info {
    margin-bottom: 20px;
    text-align: start;
    font-size: 14px !important;
  }
}
.offer .offer-subtitle {
  color: #fff;
  font-family: "InterTightLight", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  position: relative;
  padding-left: 104px;
}
@media (max-height: 1000px) {
  .offer .offer-subtitle {
    font-size: 18px;
    padding-left: 60px;
  }
}
@media all and (max-width: 1350px) {
  .offer .offer-subtitle {
    font-size: 22px;
    padding-left: 100px;
  }
}
@media all and (max-width: 992px) {
  .offer .offer-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .offer .offer-subtitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-subtitle {
    padding-left: 60px;
    font-size: 14px !important;
    margin-bottom: 10px;
  }
}
.offer .offer-subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/offer/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 74.304px;
  height: 74.304px;
  z-index: 1;
}
@media (max-height: 1000px) {
  .offer .offer-subtitle::after {
    width: 44.304px;
    height: 44.304px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-subtitle::after {
    width: 50px;
    height: 50px;
  }
}
.offer .offer-subtitle span {
  font-family: "InterTightSemiBold", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 650px) {
  .offer .offer-subtitle span {
    font-size: 14px !important;
  }
}
.offer .offer-box {
  border-radius: 10px;
  border: 1px solid #fff;
  opacity: 0.6;
  width: 240px;
  height: 60px;
  margin-left: auto;
  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;
  gap: 14px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-height: 1000px) {
  .offer .offer-box {
    width: 200px;
    height: 50px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-box {
    width: 130px;
    margin-bottom: 10px;
    height: 35px;
    gap: 5px;
  }
}
.offer .offer-box:hover {
  opacity: 1;
}
.offer .offer-box__icon {
  width: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}
@media (max-height: 1000px) {
  .offer .offer-box__icon {
    width: 26px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-box__icon {
    width: 14px;
  }
}
.offer .offer-box__text {
  color: #fff;
  font-family: "InterTightLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  pointer-events: none;
}
@media (max-height: 1000px) {
  .offer .offer-box__text {
    font-size: 16px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-box__text {
    font-size: 11px !important;
  }
}
.offer .offer-slide {
  margin: 0 2px;
}
.offer .slick-list {
  overflow: visible;
}
@-webkit-keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}
@keyframes typing-bounce {
  0%, 80%, 100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}
.second {
  background: #f5f3ee;
}

.second-inner {
  position: relative;
  z-index: 1;
  padding: 100px 0 50px;
}
@media all and (max-width: 650px) {
  .second-inner {
    padding: 35px 0;
  }
}
.second-inner textarea {
  color: #000;
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
  border: 1px solid var(--3, #47413b);
  resize: none;
  outline: none;
  padding-top: 20px;
  width: 100%;
  padding-left: 24px;
  height: 120px;
}
@media all and (max-width: 650px) {
  .second-inner textarea {
    font-size: 16px;
  }
}
.second-inner textarea::-webkit-input-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
.second-inner textarea::-moz-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
.second-inner textarea:-ms-input-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
.second-inner textarea::-ms-input-placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
.second-inner textarea::placeholder {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
@media all and (max-width: 650px) {
  .second-inner textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .second-inner textarea::-moz-placeholder {
    font-size: 16px;
  }
  .second-inner textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .second-inner textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .second-inner textarea::placeholder {
    font-size: 16px;
  }
}

.consultation-section {
  color: #3a3633;
  padding: 30px 0 0 0;
}

.consultation-section__inner {
  background-color: #fff;
  position: relative;
  padding: 60px;
  border-radius: 20px;
}
@media all and (max-width: 992px) {
  .consultation-section__inner {
    padding: 20px 20px 40px 20px;
  }
}

.consultation-section__bot-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 14px 0;
  will-change: transform, opacity;
  margin: 0;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media all and (max-width: 992px) {
  .consultation-section__bot-avatar {
    left: 20px;
    top: 20px;
  }
}
@media all and (max-width: 650px) {
  .consultation-section__bot-avatar {
    position: static;
    margin: 0 auto 20px;
  }
}

.consultation-section__bot-avatar div {
  position: relative;
}

.consultation-section__bot-avatar img {
  height: auto;
  width: 80px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .consultation-section__bot-avatar img {
    height: auto;
    width: 80px;
    margin: 0 auto;
  }
}

.consultation-section__bot-avatar span {
  background: #50d450;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  position: absolute;
  -webkit-box-shadow: 0 0 6px rgba(0, 255, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 255, 0, 0.7);
  -webkit-animation: pulseStatus 1.8s infinite ease-out;
  animation: pulseStatus 1.8s infinite ease-out;
  bottom: 8px;
  right: 8px;
}

.consultation-section__chat {
  padding-left: 100px;
  position: relative;
}
@media all and (max-width: 650px) {
  .consultation-section__chat {
    padding-left: 0;
  }
}

.chat {
  border-radius: 20px;
  position: relative;
}

.chat__container {
  color: #303437;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: auto;
  position: relative;
  padding: 0 16px 0 0;
  height: 380px;
  width: 100%;
}

.chat__content {
  width: 900px;
}
@media all and (max-width: 1350px) {
  .chat__content {
    width: 100%;
  }
}

.chat__container .scrollbar-thumb {
  background: #c7bbae;
}

.chat__container .scrollbar-track {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background: #ece5d9;
  border-radius: 30px;
}

.chat__status {
  margin: 14px 0 0 0;
}

.chat__status div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.565);
  gap: 12px;
  padding: 8px 12px;
  border-radius: 14px;
}

.chat__status img {
  height: auto;
  width: 32px;
}

.second-bg-icon {
  width: 836.226px;
  position: absolute;
  z-index: -1;
  right: -600px;
  top: -200px;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .second-bg-icon {
    display: none;
  }
}

.consultation-section__photo {
  display: none;
}

.consultation-section__photo img {
  height: auto;
  width: 230px;
}

.response-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0;
  gap: 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.response-options button {
  font-family: "InterTightLight", sans-serif;
  font-weight: 300;
  background: none;
  color: #6c5444;
  cursor: pointer;
  line-height: 120%;
  outline: none;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  min-width: 28%;
  max-width: 95%;
  min-height: 36px;
  min-height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-height: unset;
  min-width: 20%;
  max-width: 32.7%;
  border-radius: 16px;
  border: 1px solid var(--3, #47413b);
}
@media all and (max-width: 768px) {
  .response-options button {
    font-size: 13px;
  }
}
@media all and (max-width: 650px) {
  .response-options button {
    min-width: 28%;
    max-width: 95%;
    min-height: 40px;
    text-align: left;
  }
}

.response-options button:hover {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 120%;
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
}
@media all and (max-width: 1350px) {
  .message br.hide {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .message {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}

.bot-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 6px 0;
}

.bot-message:last-child {
  margin: 0;
}

.user-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
  margin: 12px 0;
}

.message p {
  margin: 0;
  max-width: 100%;
  padding: 11px;
}
@media all and (max-width: 650px) {
  .message p {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
.message p strong {
  font-family: "InterTightBold", sans-serif;
  font-weight: 700;
}
.message p .table-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}
.message p .table-span span {
  width: 31%;
  padding: 10px;
  border: 0.5px solid #000;
  border-bottom: 0;
}
@media all and (max-width: 650px) {
  .message p .table-span span {
    width: 100%;
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
@media (min-width: 650px) {
  .message p .table-span span:nth-last-child(-n+2) {
    border: 0.5px solid #000;
  }
  .message p .table-span span:nth-last-child(-n+3) {
    border: 0.5px solid #000;
  }
}
.message p .table-span span:last-child {
  border: 0.5px solid #000;
}
.message p .chat-list-item {
  position: relative;
  padding-left: 20px;
  display: block;
}
@media all and (max-width: 650px) {
  .message p .chat-list-item {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}
.message p .chat-list-item .chat-list-item-2 {
  position: relative;
  padding-left: 20px;
  display: block;
}
.message p .chat-list-item .chat-list-item-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 1px solid #47413b;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  z-index: 1;
}
.message p .chat-list-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #47413b;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  z-index: 1;
}

.bot-message strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}

.bot-message p {
  max-width: 100%;
  display: inline-block;
  border-radius: 0 16px 16px 16px;
  background: #f5f3ee;
}

.bot-message p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin: 0 0 10px 0;
}
@media all and (max-width: 650px) {
  .bot-message p span {
    font-size: 12px !important;
    line-height: 120% !important;
  }
}

.bot-message p span span {
  display: block;
  margin: 0;
}

.user-message p {
  color: #fff;
  min-width: 10%;
  border-radius: 16px 16px 0 16px;
  background: var(--3, #47413b);
}

.textarea-container {
  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;
  margin: 20px 0;
}

.textarea-container:last-child {
  margin: 20px 0 0 0;
}

.dynamic-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.dynamic-form input {
  width: 200px;
}
@media all and (max-width: 650px) {
  .dynamic-form input {
    width: 100%;
  }
}
.dynamic-form .btn {
  width: 200px;
  height: 59px;
}
@media all and (max-width: 650px) {
  .dynamic-form .btn {
    width: 100%;
  }
}

.input__field {
  width: 50%;
  height: 59px;
  border: none;
  line-height: 100%;
  background: transparent;
  color: #000;
  font-family: "InterTightLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding-left: 24px;
  border: 1px solid var(--3, #47413b);
  padding: 0 10px 0 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.typing-indicator {
  position: absolute;
  left: 0;
  top: 99%;
  color: #000;
}

.typing-indicator div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  opacity: 0;
  color: #6c5444;
  white-space: nowrap;
  opacity: 1;
  -webkit-animation: fadeEffect 4.5s infinite;
  animation: fadeEffect 4.5s infinite;
  font-style: italic;
  font-size: 13px;
}

.typing-indicator span {
  display: block;
  -webkit-animation: typing-bounce 1.4s infinite ease-in-out;
  animation: typing-bounce 1.4s infinite ease-in-out;
}

.typing-indicator.active {
  opacity: 1;
}

.typing-indicator span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.typing-indicator span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.typing-indicator span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.third {
  background: #f5f3ee;
}
.third .third-inner {
  padding: 50px 0 130px;
  position: relative;
}
@media all and (max-width: 650px) {
  .third .third-inner {
    padding: 35px 0;
  }
}
.third .section-title {
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .third .section-title {
    text-align: center;
  }
}
.third .section-title span {
  display: block;
  padding-left: 229px;
}
@media all and (max-width: 1350px) {
  .third .section-title span {
    padding-left: 160px;
  }
}
@media all and (max-width: 992px) {
  .third .section-title span {
    padding-left: 130px;
  }
}
@media all and (max-width: 650px) {
  .third .section-title span {
    text-align: center;
    padding-left: 0;
  }
}
.third .subtitle {
  padding-left: 229px;
  margin-bottom: 126px;
}
@media all and (max-width: 1350px) {
  .third .subtitle {
    padding-left: 160px;
  }
}
@media all and (max-width: 992px) {
  .third .subtitle {
    padding-left: 130px;
  }
}
@media all and (max-width: 650px) {
  .third .subtitle {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.third .slick-list {
  overflow: visible;
}
.third .third-wrap {
  max-width: 957px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.third .third-slider {
  margin-bottom: 122px;
}
@media all and (max-width: 650px) {
  .third .third-slider {
    margin-bottom: 80px;
  }
}
.third .third-slide {
  margin: 0 2px;
}
.third .third-slide__img {
  margin-bottom: 17px;
}
.third .third-slide__title {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}
.third .third-slide__title span {
  color: var(--3, #47413b);
  font-family: "InterTightSemiBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 28.6px */
}
.third .slick-prev,
.third .slick-next {
  width: 100px;
  height: 44px;
  z-index: 10;
  top: -60px;
}
.third .slick-prev:before,
.third .slick-next:before {
  display: none;
}
.third .slick-next {
  right: -225px;
}
@media all and (max-width: 1350px) {
  .third .slick-next {
    right: 0;
  }
}
.third .slick-prev {
  left: auto;
  right: -100px;
}
@media all and (max-width: 1350px) {
  .third .slick-prev {
    right: 130px;
  }
}
.third .third-subtitle {
  color: var(--3, #47413b);
  font-family: "InterTightMedium", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: 0.26px;
  text-transform: uppercase;
  margin-bottom: 73px;
}
@media all and (max-width: 650px) {
  .third .third-subtitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px !important;
    line-height: 120% !important;
  }
}
.third .third-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .third .third-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.third .third-item {
  width: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  position: relative;
}
@media all and (max-width: 1350px) {
  .third .third-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .third .third-item {
    width: 100%;
    gap: 20px;
  }
}
@media (min-width: 650px) {
  .third .third-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 100px;
  }
}
@media all and (max-width: 650px) {
  .third .third-item:nth-child(2) {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5215686275);
  }
}
.third .third-item:nth-child(2) .third-item__arrow {
  width: 78px;
  position: absolute;
  left: 247px;
  top: -33px;
  bottom: auto;
}
@media all and (max-width: 768px) {
  .third .third-item:nth-child(2) .third-item__arrow {
    width: 50px;
    left: 240px;
  }
}
.third .third-item__title {
  color: var(--3, #47413b);
  font-size: 22px;
  font-family: "InterTightRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media all and (max-width: 650px) {
  .third .third-item__title {
    font-size: 22px !important;
    line-height: 120% !important;
    text-align: center;
  }
}
.third .third-item__arrow {
  width: 78px;
  position: absolute;
  left: 288px;
  bottom: -33px;
}
@media all and (max-width: 768px) {
  .third .third-item__arrow {
    width: 50px;
    left: 240px;
  }
}
@media all and (max-width: 650px) {
  .third .third-item__arrow {
    display: none;
  }
}

.four {
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #47413b;
}
.four .four-inner {
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .four .four-inner {
    padding: 90px 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 .four-top {
  margin-bottom: 72px;
  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;
}
@media all and (max-width: 768px) {
  .four .four-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .four .four-top {
    margin-bottom: 20px;
    gap: 0;
  }
}
.four .section-title {
  color: #fff;
}
@media all and (max-width: 768px) {
  .four .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .four .section-title {
    font-size: 24px !important;
  }
}
@media all and (max-width: 650px) {
  .four .section-title span {
    font-size: 24px !important;
  }
}
.four .four-subtitle {
  color: #fff;
  text-align: right;
  font-family: "InterTightLight", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 28.6px */
  opacity: 0.8;
}
@media all and (max-width: 768px) {
  .four .four-subtitle {
    text-align: start;
  }
  .four .four-subtitle br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .four .four-subtitle {
    text-align: center;
  }
}
.four .four-subtitle span {
  opacity: 0.8;
  font-family: "InterTightSemiBold", sans-serif;
  font-weight: 600;
  opacity: 1;
}
@media all and (max-width: 650px) {
  .four .four-map iframe {
    height: 400px;
  }
}
.four .fouricon-bg {
  position: absolute;
  width: 676px;
  right: -105px;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1420px) {
  .four .fouricon-bg {
    right: 100px;
  }
}
@media all and (max-width: 1350px) {
  .four .fouricon-bg {
    height: 100%;
  }
}
@media all and (max-width: 992px) {
  .four .fouricon-bg {
    display: none;
  }
}

.five {
  background: #fff;
  position: relative;
  z-index: 2;
}
.five .five-inner {
  padding: 130px 0 130px 0;
  position: relative;
}
@media all and (max-width: 992px) {
  .five .five-inner {
    padding: 90px 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 .section-title {
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .five .section-title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .five .section-title {
    font-size: 18px !important;
  }
}
.five .section-title span {
  color: var(--1, #ed1c24);
}
.five .five-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .five .five-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 650px) {
  .five .five-list {
    grid-template-columns: 1fr;
    display: block;
  }
}
.five .five-item {
  min-height: 251px;
  border: 1px solid var(--3, rgba(71, 65, 59, 0.2745098039));
  padding: 20px 20px 20px 50px;
  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: 1350px) {
  .five .five-item {
    padding: 20px;
  }
}
@media all and (max-width: 650px) {
  .five .five-item {
    min-height: auto;
    height: 215px;
    margin: 0 5px;
  }
}
.five .five-item__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}
@media all and (max-width: 1350px) {
  .five .five-item__logo {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media all and (max-width: 992px) {
  .five .five-item__logo {
    width: 70%;
  }
}
@media all and (max-width: 650px) {
  .five .five-item__logo {
    width: 160px;
  }
}
.five .five-item__info {
  color: var(--3, #47413b);
  font-family: "InterTightLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  margin-bottom: 20px;
}
.five .five-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.five .five-item__title {
  color: var(--3, #47413b);
  font-family: "InterTightMedium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
.five .five-item__title.big_title {
  font-size: 26px;
  letter-spacing: 0.26px;
}
@media all and (max-width: 992px) {
  .five .five-item__title.big_title {
    font-size: 18px;
  }
}
.five .five-item__icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.six {
  background: #f5f3ee;
}
.six .six-inner {
  padding: 130px 0 130px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .six .six-inner {
    padding: 90px 0;
  }
}
@media all and (max-width: 768px) {
  .six .six-inner {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner {
    padding: 35px 0;
  }
}
.six .section-title {
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .six .section-title br {
    display: none;
  }
}
.six .form-title {
  margin-bottom: 12px;
}
@media all and (max-width: 992px) {
  .six .form-title br {
    display: none;
  }
}
.six .form-subtitle {
  margin-bottom: 35px;
}
@media all and (max-width: 992px) {
  .six .form-subtitle br {
    display: none;
  }
}
.six .form-inner {
  max-width: 524px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .six .form-inner {
    max-width: 100%;
  }
}
.six .form-section-wrap {
  max-width: 100%;
}
.six .form-section-row {
  width: 100%;
}
.six .btn {
  width: 100%;
}
.six .six-img {
  max-width: 476px;
  width: 100%;
}
@media all and (max-width: 1050px) {
  .six .six-img {
    max-width: 400px;
  }
}
@media all and (max-width: 992px) {
  .six .six-img {
    max-width: 300px;
  }
}
@media all and (max-width: 768px) {
  .six .six-img {
    max-width: 450px;
    margin: 0 auto;
  }
}
.six .six-bg-img {
  position: absolute;
  width: 748px;
  right: -580px;
  top: -223px;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .six .six-bg-img {
    right: -200px;
  }
}
@media all and (max-width: 768px) {
  .six .six-bg-img {
    display: none;
  }
}

.seven {
  padding: 100px 0;
  position: relative;
  background: #F6F8FA;
  z-index: 3;
}
@media all and (max-width: 650px) {
  .seven {
    padding: 35px 0;
  }
}
.seven .section-title {
  text-align: center;
  margin-bottom: 80px;
  text-transform: initial;
}
@media (max-width: 1450px) {
  .seven .seven-slider-wrap {
    margin: 0 40px;
  }
}
@media all and (max-width: 650px) {
  .seven .seven-slider-wrap {
    margin: 0;
  }
}
.seven .seven-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seven .seven-item {
  margin: 0 10px;
  border-radius: 60px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .seven .seven-item {
    border-radius: 30px;
  }
}
.seven .slick-prev,
.seven .slick-next {
  width: 40px;
  height: 40px;
}
.seven .slick-prev:before,
.seven .slick-next:before {
  display: none;
}
.seven .slick-next {
  right: -93px;
}
@media (max-width: 1450px) {
  .seven .slick-next {
    right: -35px;
  }
}
.seven .slick-prev {
  left: -93px;
}
@media (max-width: 1450px) {
  .seven .slick-prev {
    left: -35px;
  }
}

.eight {
  position: relative;
  background-image: url(../img/eight/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.eight .eight-inner {
  padding: 118px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .eight .eight-inner {
    padding: 35px 0 0 0;
  }
}
.eight .eight-inner::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 0;
  background-image: url(../img/eight/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 590px;
  height: 520px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .eight .eight-inner::after {
    height: 300px;
    width: 400px;
  }
}
@media all and (max-width: 768px) {
  .eight .eight-inner::after {
    display: none;
  }
}
.eight .form-title {
  margin-bottom: 40px;
  font-size: 50px;
  font-size: calc(30px + 20 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .eight .form-title {
    font-size: 50px;
  }
}
@media all and (max-width: 650px) {
  .eight .form-title br {
    display: none;
  }
}
.eight .form-subtitle {
  margin-bottom: 40px;
}
.eight .form-section-wrap {
  margin: 0;
  max-width: 680px;
}
@media all and (max-width: 768px) {
  .eight .form-section-wrap {
    max-width: 400px;
  }
}
.eight .form-section-row {
  width: 220px;
}
.eight .btn {
  width: 220px;
}
.eight .eight-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .eight .eight-mob-img {
    display: block;
    margin-top: 20px;
  }
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  width: 99%;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  display: none;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  display: none;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: -46px;
  left: 0;
  width: 1px;
  height: 4px;
  background: #fff;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #B1C1D0;
  pointer-events: none;
  display: none;
  z-index: 1;
}
.irs-grid-pol.color {
  background: #294865;
}
@media all and (max-width: 650px) {
  .irs-grid-pol {
    width: 10px;
    height: 10px;
    top: -25px;
  }
}

.irs-grid-pol.small {
  display: none;
}

.irs-grid-text {
  position: absolute;
  bottom: -1px;
  left: 0;
  white-space: nowrap;
  text-align: center;
  color: var(--1, #030304);
  text-align: center;
  font-family: "SFProDisplayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  margin-left: 12px !important;
  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;
}
@media (max-width: 650px) {
  .irs-grid-text {
    bottom: -8px;
    margin-left: 4px !important;
  }
}
@media all and (max-width: 650px) {
  .irs-grid-text {
    font-size: 13px !important;
  }
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}
@media all and (max-width: 650px) {
  .irs--flat.irs-with-grid {
    height: 40px;
  }
}

.irs--flat .irs-line {
  top: 0px;
  height: 14px;
  border-radius: 10px;
  background: #FFF;
}
@media all and (max-width: 650px) {
  .irs--flat .irs-line {
    height: 10px;
  }
}

.irs--flat .irs-bar {
  top: 0px;
  height: 14px;
  border-radius: 10px;
  background: var(--1, #030304);
}
@media all and (max-width: 650px) {
  .irs--flat .irs-bar {
    height: 10px;
  }
}

.irs--flat .irs-shadow {
  height: 21px;
  bottom: 16px;
}

.irs--flat .irs-handle {
  top: -10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.4));
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.4));
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .irs--flat .irs-handle {
    width: 20px;
    height: 20px;
    border: 0;
    top: -5px;
  }
}

.irs--flat .irs-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background: #fff;
}
@media all and (max-width: 650px) {
  .irs--flat .irs-handle:before {
    width: 10px;
    height: 10px;
  }
}

.irs--flat .irs-handle > i {
  display: none;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.nine {
  background: #F6F8FA;
  padding: 120px 0 153px;
}
@media all and (max-width: 650px) {
  .nine {
    padding: 35px 0;
  }
}
.nine .nine-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px;
}
@media all and (max-width: 1050px) {
  .nine .nine-inner {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .nine .nine-inner {
    -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;
  }
}
.nine .section-title {
  font-size: 50px;
  margin-bottom: 34px;
  color: #1538BA;
  text-transform: initial;
  font-size: calc(30px + 20 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .nine .section-title {
    font-size: 50px;
  }
}
@media all and (max-width: 768px) {
  .nine .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .nine .section-title {
    text-align: center;
  }
}
.nine .nine-subtitle {
  color: #FFF;
  font-family: "Exo2SemiBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 26.4px */
  letter-spacing: 0.44px;
  display: inline-block;
  padding: 16px 14px 20px 18px;
  border-radius: 18px;
  background: #D32112;
  margin-bottom: 38px;
}
@media all and (max-width: 650px) {
  .nine .nine-subtitle {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
  }
}
.nine .nine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 38px;
  padding-left: 11px;
}
@media all and (max-width: 992px) {
  .nine .nine-list {
    padding-left: 0;
  }
}
@media all and (max-width: 650px) {
  .nine .nine-list {
    gap: 20px;
  }
}
.nine .nine-item {
  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) {
  .nine .nine-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    gap: 15px;
  }
}
.nine .nine-item__img {
  width: 40px;
}
.nine .nine-item__text {
  color: #1538BA;
  font-family: "Exo2Medium", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 768px) {
  .nine .nine-item__text br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .nine .nine-right {
    width: 100%;
  }
}
.nine .form-inner {
  max-width: 500px;
  width: 100%;
  background-image: url(../img/nine/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 60px;
  border-radius: 40px;
  position: relative;
}
@media all and (max-width: 992px) {
  .nine .form-inner {
    padding: 50px 20px 20px;
    max-width: 350px;
  }
}
@media all and (max-width: 768px) {
  .nine .form-inner {
    max-width: 500px;
  }
}
@media all and (max-width: 650px) {
  .nine .form-inner {
    padding: 30px 10px 20px;
  }
}
.nine .form-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -49px;
  background-image: url(../img/nine/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 15.895px 15.895px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 15.895px 15.895px rgba(0, 0, 0, 0.4));
  width: 139px;
  height: 79px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .nine .form-inner::after {
    width: 80px;
    height: 80px;
    top: -30px;
  }
}
.nine .form-subtitle {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  line-height: 160%;
}
@media all and (max-width: 992px) {
  .nine .form-subtitle {
    font-size: 20px;
  }
}
.nine .form-section-wrap {
  width: 100%;
  gap: 10px;
}
.nine .form-section-row {
  width: 100%;
}
.nine .btn {
  width: 100%;
}
.nine .form-bottom {
  text-align: center;
  margin-top: 10px;
}
.nine .nine-right {
  padding-top: 62px;
}
@media all and (max-width: 650px) {
  .nine .nine-right {
    padding-top: 25px;
  }
}

.last {
  background: var(--3, #47413b);
}
.last .last-inner {
  padding: 46px 0 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .last .last-inner {
    padding: 35px 0;
    gap: 5px;
  }
}
.last .last-logo {
  width: 128px;
}
@media all and (max-width: 650px) {
  .last .last-logo {
    width: 100px;
  }
}
.last .section-title {
  color: #fff;
  text-align: right;
}
@media all and (max-width: 768px) {
  .last .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .last .section-title {
    font-size: 18px !important;
  }
}
@media all and (max-width: 650px) {
  .last .section-title span {
    font-size: 18px !important;
    display: block;
  }
}

.footer {
  position: static;
  padding: 20px 0;
  background: var(--3, #47413b);
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
.footer .header-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    row-gap: 50px;
    -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-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 650px) {
  .footer .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer .footer-row:nth-child(1) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 56px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4392156863);
}
@media all and (max-width: 650px) {
  .footer .footer-row:nth-child(1) {
    -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;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.footer .footer-phone {
  color: #fff;
  text-align: right;
  font-family: "InterTightMedium", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.footer .footer-text {
  color: #fff;
  text-align: right;
  font-family: "InterTightMedium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  margin-bottom: 24px;
}
@media all and (max-width: 650px) {
  .footer .footer-text {
    text-align: center;
  }
}
.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer .footer-social a {
  width: 55px;
  height: 55px;
  display: block;
}
.footer .footer-info {
  color: #fff;
  font-family: "InterTightLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  opacity: 0.5;
}
.footer .politica {
  color: #fff;
  font-family: "InterTightLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.18px;
  -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;
  opacity: 0.5;
  cursor: pointer;
}
.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;
  font-size: 15px;
  line-height: 110%;
}
.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: 1350px) {
  #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: 1350px) {
  #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;
  color: #fff;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 38px;
  padding-left: 0;
}
@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 {
  padding: 0;
  text-align: center;
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title::after {
  display: none;
}

.header-thanks .logo {
  width: 100px;
}
@media all and (max-width: 650px) {
  .header-thanks .logo {
    width: 60px;
  }
}