@font-face {
  font-family: "OpenSansRegular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  src: url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CygreRegular";
  src: url("../fonts/Cygre-Regular.woff2") format("woff2");
  src: url("../fonts/Cygre-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CygreBold";
  src: url("../fonts/Cygre-Bold.woff2") format("woff2");
  src: url("../fonts/Cygre-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  color: #1F1A1C;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (max-width: 650px) {
  body {
    font-size: 16px;
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
p {
  margin: 0;
  cursor: default;
}
@media all and (max-width: 650px) {
  p {
    font-size: 16px !important;
    line-height: 1.1em;
  }
}

button {
  cursor: pointer;
}

span,
div {
  cursor: default;
}
@media all and (max-width: 650px) {
  span,
div {
    font-size: 16px !important;
    line-height: 1.1em;
    line-height: 20px !important;
  }
}

ul, li {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1210px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .container {
    max-width: 300px;
    padding: 0 5px;
  }
}
@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

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

.tac {
  text-align: center;
}

.section-title {
  color: #000;
  font-family: "CygreBold", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  /* 111.111% */
  text-transform: uppercase;
  font-size: calc(25px + 20 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 45px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    line-height: 130% !important;
    margin-top: 0;
    text-align: center;
  }
}
.section-title span {
  color: #4BC56A;
}
@media all and (max-width: 650px) {
  .section-title span {
    font-size: 24px !important;
    line-height: 130% !important;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30%, to {
    left: 110%;
    margin-left: 80px;
  }
}
.btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  color: #123F1D;
  text-align: center;
  font-family: "CygreBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  width: 292px;
  height: 59px;
  border-radius: 13px;
  background: -o-linear-gradient(4deg, #4BC56A -2.55%, #92EFAA 101.68%), #2C73FF;
  background: linear-gradient(86deg, #4BC56A -2.55%, #92EFAA 101.68%), #2C73FF;
}
.btn img {
  width: 13px;
  height: 15px;
}
.btn::after {
  content: "";
  margin-left: 60px;
  width: 15px;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.01)));
  background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.01));
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.01));
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.01s;
  position: absolute;
  left: -90px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
@media all and (max-width: 650px) {
  .btn {
    width: 100% !important;
    height: 50px !important;
    font-size: 14px !important;
  }
}
.btn:hover {
  background: -o-linear-gradient(4deg, #92EFAA -2.55%, #92EFAA 101.68%);
  background: linear-gradient(86deg, #92EFAA -2.55%, #92EFAA 101.68%);
}
.btn:active {
  background: -o-linear-gradient(4deg, #4BC56A -2.55%, #4BC56A 101.68%);
  background: linear-gradient(86deg, #4BC56A -2.55%, #4BC56A 101.68%);
}

input {
  outline: none;
}

label.error {
  display: none !important;
}

input.error {
  display: block;
  color: red !important;
}
input.error::-webkit-input-placeholder {
  color: red !important;
}
input.error::-moz-placeholder {
  color: red !important;
}
input.error:-ms-input-placeholder {
  color: red !important;
}
input.error::-ms-input-placeholder {
  color: red !important;
}
input.error::placeholder {
  color: red !important;
}

.form-transition input.error {
  background: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-anim {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.top-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.down-anim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.down-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.left-anim {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.left-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.right-anim {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 2s;
  transition: opacity 1.5s, -webkit-transform 2s;
  -o-transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s;
  transition: opacity 1.5s, transform 2s, -webkit-transform 2s;
}
.right-anim._active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media all and (max-width: 650px) {
  section .container {
    overflow: visible;
  }
}

.slick-dots li button:before {
  opacity: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
}

.noLink {
  pointer-events: none;
}

.slick-prev:before, .slick-next:before {
  line-height: 1px;
  font-family: inherit;
}

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

.slick-dots li button::before {
  font-size: 0 !important;
  opacity: 0 !important;
}
.slick-dots .slick-dots button:hover {
  font-size: 0 !important;
}
.slick-dots .slick-active button {
  background: #ff005b;
}

.form-section-bottom-text {
  text-align: center;
}
@media all and (max-width: 650px) {
  .form-section-bottom-text {
    text-align: center !important;
  }
}

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

.form-inner {
  position: relative;
  z-index: 4;
  width: auto;
  margin: 0;
}
@media all and (max-width: 650px) {
  .form-inner {
    width: 100%;
  }
}

.form-title {
  color: #FFF;
  font-family: "CygreRegular", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  font-size: calc(22px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .form-title {
    font-size: 32px;
  }
}
@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-title span {
  color: #92EFAA;
  font-family: "CygreBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .form-title span {
    font-size: 18px !important;
    line-height: 130% !important;
  }
}

.form-subtitle {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
}
@media all and (max-width: 650px) {
  .form-subtitle {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center !important;
    margin-bottom: 15px !important;
    text-align: center !important;
  }
}
.form-subtitle span {
  color: #4BC56A;
}

.form-section-wrap {
  max-width: 741px;
  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: 9px;
  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: 215px;
  height: 59px;
  border-radius: 13px;
  background: #FFF;
}
@media all and (max-width: 768px) {
  .form-section-row {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .form-section-row {
    height: 50px !important;
    width: 100%;
  }
}
.form-section-row:focus {
  background: #fff;
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  padding-left: 33px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
    padding-left: 15px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::-moz-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input:-ms-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::-ms-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.form-section-row input::placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
@media all and (max-width: 650px) {
  .form-section-row input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-moz-placeholder {
    font-size: 16px;
  }
  .form-section-row input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::placeholder {
    font-size: 16px;
  }
}

.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: 15px;
  height: 15px;
  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: 15px;
}
.slick-dots li.slick-active button {
  background: #D32112;
  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;
}

.subtitle {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.subtitle span {
  color: #92EFAA;
}
@media all and (max-width: 650px) {
  .subtitle {
    text-align: center !important;
    margin-bottom: 20px !important;
  }
}

.form-wrap {
  border-radius: 13px;
  background: #2C2C2C;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block;
  padding: 28px 25px 39px 22px;
}
@media all and (max-width: 650px) {
  .form-wrap {
    padding: 20px 10px !important;
  }
}
.form-wrap .form-section-wrap {
  max-width: 291px;
}
.form-wrap .form-section-row {
  width: 100%;
  border-radius: 13px;
  border: 1px solid #F2F2F2;
  background: none;
}
.form-wrap .form-section-row input {
  color: #FFF;
}
.form-wrap .form-section-row input::-webkit-input-placeholder {
  color: #FFF;
}
.form-wrap .form-section-row input::-moz-placeholder {
  color: #FFF;
}
.form-wrap .form-section-row input:-ms-input-placeholder {
  color: #FFF;
}
.form-wrap .form-section-row input::-ms-input-placeholder {
  color: #FFF;
}
.form-wrap .form-section-row input::placeholder {
  color: #FFF;
}
.form-wrap .btn {
  width: 100%;
}

.widjet {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  padding: 47px 0;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    z-index: 2;
    padding: 20px 0;
    background: transparent;
  }
}
@media all and (max-width: 650px) {
  .widjet .container {
    max-width: 300px;
  }
}
.widjet .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .widjet .header-inner {
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: none;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
.widjet .logo {
  width: 66px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 60px;
  }
}
@media all and (max-width: 650px) {
  .widjet .header-info {
    display: none;
  }
}
.widjet .name {
  color: #FFF;
  font-family: "CygreBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.widjet .name span {
  color: #4BC56A;
}
.widjet .slogan {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 14.3px */
}
.widjet .header-right {
  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: 1250px) {
  .widjet .header-right {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1050px) {
  .widjet .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.widjet .header-pnone {
  color: #4BC56A;
  text-align: right;
  font-family: "CygreBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 61px;
  position: relative;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
    padding-left: 30px;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-pnone::after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../img/header/tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 37px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone::after {
    width: 25px;
    height: 25px;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
.widjet .header-call {
  color: #123F1D;
  text-align: center;
  font-family: "CygreBold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 203px;
  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: 12px;
  background: -o-linear-gradient(4deg, #4BC56A -2.55%, #92EFAA 101.68%);
  background: linear-gradient(86deg, #4BC56A -2.55%, #92EFAA 101.68%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    font-size: 12px !important;
    width: 145px;
    height: 33px;
  }
}

.offer {
  position: relative;
  padding: 178px 0 123px;
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #131414;
}
@media all and (max-width: 650px) {
  .offer {
    padding: 105px 0 0 0;
    background-image: none;
  }
}
.offer .offer-inner {
  max-width: 871px;
  width: 100%;
  position: relative;
}
.offer .offer-box-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 650px) {
  .offer .offer-box-wrap {
    position: static;
    margin-top: 20px;
  }
}
.offer .offer-box {
  border-radius: 10px;
  border: 0.5px solid #919191;
  background: rgba(90, 90, 90, 0.35);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  width: 191.218px;
  height: 92.568px;
  -webkit-transform: rotate(-3.012deg);
  -ms-transform: rotate(-3.012deg);
  transform: rotate(-3.012deg);
  position: relative;
  padding: 20px 10px 10px 25px;
}
@media all and (max-width: 650px) {
  .offer .offer-box {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    padding: 10px 10px;
    height: auto;
  }
}
.offer .offer-box__img {
  width: 34.807px;
  height: 34.354px;
  position: absolute;
  right: -12px;
  top: -15px;
}
.offer .offer-box__title {
  color: #FFF;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 15.4px */
}
.offer .offer-box__title span {
  color: #4BC56A;
}
@media all and (max-width: 650px) {
  .offer .offer-box__title {
    text-align: center;
  }
  .offer .offer-box__title br {
    display: none;
  }
}
.offer .offer-logo {
  max-width: 366px;
  width: 100%;
  margin-bottom: 27px;
}
@media all and (max-width: 650px) {
  .offer .offer-logo {
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
.offer .section-title {
  font-family: "CygreRegular", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #fff;
  margin-bottom: 47px;
  line-height: 130%;
  text-transform: initial;
  font-size: calc(24px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer .section-title {
    font-size: 34px;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title {
    font-size: 26px !important;
  }
  .offer .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .offer .section-title span {
    display: block;
    font-size: 26px !important;
  }
}
.offer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .offer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.offer .content-img {
  width: 35px;
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  .offer .content-img {
    margin: 0 auto 10px;
    display: none;
  }
}
.offer .content-text {
  color: #FFF;
  font-family: "OpenSansBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 17.6px */
}
@media all and (max-width: 650px) {
  .offer .content-text {
    text-align: center;
  }
  .offer .content-text br {
    display: none;
  }
}
.offer .content-text span {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
}
.offer .offer-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .offer .offer-mob-img {
    display: block;
  }
}

.second {
  position: relative;
  padding: 90px 0 88px;
  z-index: 2;
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .second {
    padding: 35px 0;
  }
}
.second .section-title {
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .second .section-title br {
    display: none;
  }
}
.second .subtitle {
  margin-bottom: 40px;
  color: #000;
  text-align: right;
}
.second .second-wrap {
  position: relative;
  margin-bottom: 95px;
}
@media (max-width: 1400px) {
  .second .second-wrap {
    padding-left: 340px;
  }
}
@media all and (max-width: 992px) {
  .second .second-wrap {
    padding-left: 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-wrap {
    margin-bottom: 20px;
  }
}
.second .second-wrap::after {
  content: "";
  position: absolute;
  left: -375px;
  bottom: 0;
  background-image: url(../img/second/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 608px;
  height: 936px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .second .second-wrap::after {
    left: -260px;
  }
}
@media all and (max-width: 992px) {
  .second .second-wrap::after {
    display: none;
  }
}
.second .second-list {
  max-width: 975px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.second .second-item {
  border-radius: 15px;
  background: #FFF;
  width: 311px;
  height: 320px;
  padding: 35px 10px 10px 29px;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.second .second-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1400px) {
  .second .second-item {
    width: 31%;
  }
}
@media all and (max-width: 1250px) {
  .second .second-item {
    width: 47.5%;
  }
}
@media all and (max-width: 992px) {
  .second .second-item {
    padding: 20px;
    height: auto !important;
  }
}
@media all and (max-width: 650px) {
  .second .second-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    width: 100% !important;
  }
}
.second .second-item:nth-child(7) {
  width: 475px;
  height: 288px;
}
@media (max-width: 1400px) {
  .second .second-item:nth-child(7) {
    width: 47.5%;
  }
}
.second .second-item:nth-child(8) {
  width: 475px;
  height: 288px;
}
@media (max-width: 1400px) {
  .second .second-item:nth-child(8) {
    width: 47.5%;
  }
}
.second .second-item__icon {
  width: 53.192px;
  height: 53.192px;
  margin-bottom: 45px;
}
@media all and (max-width: 992px) {
  .second .second-item__icon {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__icon {
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
  }
}
.second .second-item__title {
  color: #123F1D;
  font-family: "CygreBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-size: calc(22px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .second .second-item__title {
    font-size: 32px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__title {
    font-size: 20px !important;
    line-height: 100% !important;
    margin-bottom: 15px;
  }
}
.second .second-item__text {
  color: #141414;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 22px */
}
@media all and (max-width: 650px) {
  .second .second-item__text br {
    display: none;
  }
}
.second .form-inner {
  padding: 50px 20px 66px 85px;
  background-image: url(../img/second/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media all and (max-width: 992px) {
  .second .form-inner {
    padding: 50px 20px;
  }
}
@media all and (max-width: 650px) {
  .second .form-inner {
    padding: 20px 10px;
  }
}
.second .form-title {
  margin-bottom: 44px;
}
.second .form-subtitle {
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .second .form-subtitle br {
    display: none;
  }
}
.second .form-section-wrap {
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.second .second-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .second .second-mob-img {
    display: block;
  }
}

.third {
  position: relative;
  z-index: 1;
  padding: 84px 0 113px;
}
@media all and (max-width: 650px) {
  .third {
    padding: 35px 0;
  }
}
.third .third-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media all and (max-width: 992px) {
  .third .third-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .third .third-top {
    margin-bottom: 0;
  }
}
.third .section-title {
  margin-bottom: 13px;
}
.third .subtitle {
  font-size: 18px;
  border-radius: 15px;
  background: -o-linear-gradient(4deg, #4BC56A -2.55%, #92EFAA 101.68%), #4BC56A;
  background: linear-gradient(86deg, #4BC56A -2.55%, #92EFAA 101.68%), #4BC56A;
  width: 432px;
  height: 44px;
  color: #000;
  padding-top: 8px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .third .subtitle {
    width: 100%;
    height: auto;
    padding: 10px 5px;
    margin-bottom: 0;
  }
}
.third .third-top-icon {
  width: 66px;
}
.third .third-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .third .third-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.third .third-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.third .third-column._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 992px) {
  .third .third-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (max-width: 650px) {
  .third .third-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 0;
  }
}
.third .third-column:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media all and (max-width: 992px) {
  .third .third-column:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.third .third-img {
  border-radius: 15px;
  overflow: hidden;
}
.third .third-item {
  border-radius: 15px;
  background: #90EEA7;
  max-width: 380px;
  width: 100%;
  height: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}
@media all and (max-width: 992px) {
  .third .third-item {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media all and (max-width: 650px) {
  .third .third-item {
    margin-top: -20px;
    gap: 10px;
    padding: 20px 5px;
  }
}
.third .third-item__title {
  color: #123F1D;
  text-align: center;
  font-family: "CygreBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .third .third-item__title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.third .third-item__text {
  color: #141414;
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
@media all and (max-width: 1250px) {
  .third .third-item__text br {
    display: none;
  }
}

.four {
  position: relative;
  padding: 95px 0 100px;
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .four {
    padding: 35px 0 0 0;
  }
}
.four::after {
  content: "";
  position: absolute;
  right: 0;
  top: -93px;
  background-image: url(../img/four/right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 410px;
  height: 494px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .four::after {
    width: 249px;
    height: 337px;
  }
}
@media all and (max-width: 650px) {
  .four::after {
    width: 100px;
    top: 0;
  }
}
.four::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 514px;
  background-image: url(../img/four/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2165px;
  height: 925px;
  z-index: 1;
  height: calc(425px + 500 * (100vw - 1240px) / 680);
}
@media screen and (min-width: 1920px) {
  .four::before {
    height: 925px;
  }
}
@media all and (max-width: 992px) {
  .four::before {
    display: none;
  }
}
.four .four-inner {
  margin-bottom: 119px;
  position: relative;
}
@media all and (max-width: 650px) {
  .four .four-inner {
    margin-bottom: 20px;
  }
}
.four .four-top {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 9px;
  margin-bottom: 85px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .four .four-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.four .four-subtitle {
  color: #000;
  text-align: right;
  font-family: "CygreBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .four .four-subtitle {
    font-size: 20px !important;
    line-height: 100% !important;
    text-align: center;
  }
}
.four .four-title {
  color: #FFF;
  text-align: right;
  font-family: "CygreBold", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 75px */
  text-transform: uppercase;
  border-radius: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-2.55%, #4BC56A), color-stop(101.67%, rgba(146, 239, 169, 0.23)), color-stop(101.68%, rgba(146, 239, 170, 0.02)));
  background: -o-linear-gradient(right, #4BC56A -2.55%, rgba(146, 239, 169, 0.23) 101.67%, rgba(146, 239, 170, 0.02) 101.68%);
  background: linear-gradient(270deg, #4BC56A -2.55%, rgba(146, 239, 169, 0.23) 101.67%, rgba(146, 239, 170, 0.02) 101.68%);
  -webkit-transform: rotate(358deg);
  -ms-transform: rotate(358deg);
  transform: rotate(358deg);
  padding: 33px 42px 23px;
  display: inline-block;
  margin-right: -50px;
  font-size: calc(40px + 35 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .four .four-title {
    font-size: 75px;
  }
}
@media all and (max-width: 650px) {
  .four .four-title {
    font-size: 30px !important;
    line-height: 120% !important;
    margin-right: 0;
    padding: 15px 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.four .four-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: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.four .four-box {
  width: 780px;
  height: 161px;
  border-radius: 15px;
  background: #F8F8F8;
  padding: 29px 39px 10px 10px;
}
@media all and (max-width: 992px) {
  .four .four-box {
    width: 100% !important;
  }
}
@media all and (max-width: 768px) {
  .four .four-box {
    height: auto !important;
    padding: 20px;
  }
}
@media all and (max-width: 650px) {
  .four .four-box {
    padding: 20px 10px;
  }
}
.four .four-box:nth-child(1) .four-box__title {
  color: #141414;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.four .four-box:nth-child(1) .four-box__title span {
  color: #4BC56A;
}
.four .four-box:nth-child(2) {
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  border: 4px solid #4BC56A;
  background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#F8F8F8)), #FFF;
  background: -o-linear-gradient(bottom, #F8F8F8 0%, #F8F8F8 100%), #FFF;
  background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%), #FFF;
  height: 184px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 768px) {
  .four .four-box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.four .four-box:nth-child(2)::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  background-image: url(../img/four/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69.903px;
  height: 61.526px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .four .four-box:nth-child(2)::after {
    top: -20px;
  }
}
.four .four-box:nth-child(2) .four-box-left {
  padding: 46px 27px;
  border-radius: 15px;
  background: -o-linear-gradient(4deg, #4BC56A -2.55%, #92EFAA 101.68%);
  background: linear-gradient(86deg, #4BC56A -2.55%, #92EFAA 101.68%);
  max-width: 295px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .four .four-box:nth-child(2) .four-box-left {
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .four .four-box:nth-child(2) .four-box-left {
    text-align: center;
    padding: 20px 10px;
  }
}
.four .four-box:nth-child(2) .four-box-right {
  padding: 25px 44px 20px 20px;
}
@media all and (max-width: 650px) {
  .four .four-box:nth-child(2) .four-box-right {
    padding: 10px;
  }
}
.four .four-box:nth-child(3) {
  width: 700px;
  height: 192px;
}
.four .four-box__title {
  color: #141414;
  text-align: right;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 19.8px */
}
.four .four-box__title span {
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .four .four-box__title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .four .four-box__title {
    text-align: center;
  }
}
.four .four-bottom {
  border-radius: 15px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 25px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .four .four-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.four .four-bottom-left {
  padding: 46px 10px 49px 44px;
  max-width: 557px;
  width: 100%;
  background-image: url(../img/four/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .four .four-bottom-left {
    padding: 20px 10px;
  }
}
.four .four-bottom__logo {
  width: 275px;
  margin-bottom: 140px;
}
@media all and (max-width: 650px) {
  .four .four-bottom__logo {
    width: 200px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }
}
.four .form-title {
  font-weight: 700;
  color: #000;
  font-size: 34px;
  font-size: calc(16px + 18 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .four .form-title {
    font-size: 34px;
  }
}
.four .form-inner {
  padding: 55px 58px 55px 20px;
  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;
}
@media all and (max-width: 1250px) {
  .four .form-inner {
    padding: 55px 20px 55px 20px;
  }
}
@media all and (max-width: 650px) {
  .four .form-inner {
    padding: 20px 10px;
  }
}
.four .form-section-wrap {
  max-width: 514px;
}
@media all and (max-width: 768px) {
  .four .form-section-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.four textarea {
  border-radius: 15px;
  border: 1px solid #000;
  height: 140px;
  width: 100%;
  resize: none;
  outline: none;
  border: none;
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  padding-top: 23px;
  padding-left: 33px;
  border: 1px solid #000;
}
@media all and (max-width: 650px) {
  .four textarea {
    font-size: 16px;
    height: 100px;
  }
}
.four textarea::-webkit-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::-moz-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.four textarea:-ms-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::-ms-input-placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.four textarea::placeholder {
  color: #444;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
@media all and (max-width: 650px) {
  .four textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-moz-placeholder {
    font-size: 16px;
  }
  .four textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .four textarea::placeholder {
    font-size: 16px;
  }
}
.four .form-section-row {
  width: 100%;
  border: 1px solid #000;
}
.four .btn {
  width: 100%;
}
.four .four-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .four .four-mob-img {
    display: block;
    margin-top: 20px;
  }
}

.five {
  position: relative;
  z-index: 2;
  padding: 112px 0 90px 0;
  position: relative;
  background-image: url(../img/five/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .five {
    padding: 35px 0;
  }
}
.five .container {
  max-width: 1440px;
}
@media all and (max-width: 650px) {
  .five .container {
    max-width: 300px;
  }
}
.five .section-title {
  color: #fff;
  margin-left: 126px;
}
@media all and (max-width: 1250px) {
  .five .section-title {
    margin-left: 0;
  }
}
.five .five-subtitle {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-align: right;
  margin-top: -20px;
}
@media all and (max-width: 1250px) {
  .five .five-subtitle {
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  .five .five-subtitle {
    text-align: center;
  }
}
.five .five-subtitle span {
  color: #92EFAA;
}
.five .five-img {
  width: 84px;
  margin: -40px auto 45px;
}
@media all and (max-width: 1250px) {
  .five .five-img {
    margin-top: 20px;
  }
}
@media all and (max-width: 650px) {
  .five .five-img {
    width: 50px;
    margin-bottom: 20px;
  }
}
.five .five-inner {
  background-image: url(../img/five/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 84px 134px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  -webkit-box-shadow: -3px 0px 25px -12px rgba(190, 116, 116, 0.25);
  box-shadow: -3px 0px 25px -12px rgba(190, 116, 116, 0.25);
}
@media all and (max-width: 1250px) {
  .five .five-inner {
    padding: 50px 20px;
  }
}
@media all and (max-width: 992px) {
  .five .five-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 650px) {
  .five .five-inner {
    padding: 20px 10px;
  }
}
.five .five-item {
  width: 360px;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .five .five-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .five .five-item {
    width: 100%;
  }
}
.five .five-item:nth-child(2) .five-item__title span {
  color: #4BC56A;
}
.five .five-item:nth-child(3) .five-item__title span {
  color: #4BC56A;
}
.five .five-item__top {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.five .five-item__title {
  color: #DCDCDC;
  font-family: "CygreBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  position: absolute;
  bottom: 79px;
  left: 27px;
}
@media all and (max-width: 992px) {
  .five .five-item__title {
    font-size: 20px;
  }
}
.five .five-item__title span {
  font-size: 32px;
}
@media all and (max-width: 992px) {
  .five .five-item__title span {
    font-size: 26px;
  }
}
.five .five-item__content {
  border-radius: 20px;
  background: #2C2C2C;
  -webkit-box-shadow: -3px 0px 25px -12px rgba(190, 116, 116, 0.25);
  box-shadow: -3px 0px 25px -12px rgba(190, 116, 116, 0.25);
  padding: 24px 25px 35px 29px;
  margin-top: -55px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .five .five-item__content {
    padding: 20px 10px;
  }
}
.five .five-item__text {
  color: #FFF;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 17px;
}
.five .five-item__text span {
  color: #4BC56A;
}
.five .form-section-wrap {
  max-width: 100%;
  gap: 11px;
}
.five .form-section-row {
  width: 100%;
  background: none;
  border-radius: 13px;
  border: 1px solid #FFF;
}
.five .form-section-row input {
  color: #FFF;
}
.five .form-section-row input::-webkit-input-placeholder {
  color: #FFF;
}
.five .form-section-row input::-moz-placeholder {
  color: #FFF;
}
.five .form-section-row input:-ms-input-placeholder {
  color: #FFF;
}
.five .form-section-row input::-ms-input-placeholder {
  color: #FFF;
}
.five .form-section-row input::placeholder {
  color: #FFF;
}
.five .btn {
  width: 100%;
  text-transform: uppercase;
}

.six {
  padding: 90px 0 116px;
  position: relative;
  z-index: 3;
  background-image: url(../img/six/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.six::after {
  content: "";
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-image: url(../img/six/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 255px;
  height: 420px;
  z-index: 1;
}
@media all and (max-width: 992px) {
  .six::after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: 315px;
  }
}
@media all and (max-width: 650px) {
  .six::after {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .six {
    padding: 35px 0 0 0;
  }
}
.six .six-logo {
  width: 173px;
  margin-bottom: 44px;
}
@media all and (max-width: 650px) {
  .six .six-logo {
    margin: 0 auto 20px;
  }
}
.six .section-title {
  margin-bottom: 65px;
  color: #fff;
}
.six .six-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 46px;
  row-gap: 27px;
  padding-left: 24px;
}
@media all and (max-width: 1250px) {
  .six .six-list {
    -webkit-column-gap: 28px;
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media all and (max-width: 650px) {
  .six .six-list {
    padding-left: 0;
  }
}
.six .six-item {
  width: 280px;
  height: 130px;
  border-radius: 15px;
  background: #FFF;
  position: relative;
  padding: 36px 10px 10px 46px;
  opacity: 0;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.six .six-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 992px) {
  .six .six-item {
    width: 47%;
  }
}
@media all and (max-width: 650px) {
  .six .six-item {
    width: 100%;
    padding: 20px 10px !important;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.six .six-item:nth-child(1) {
  padding-top: 60px;
}
.six .six-item:nth-child(4), .six .six-item:nth-child(5) {
  padding-top: 43px;
}
.six .six-item__number {
  color: #FFF;
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 88.889% */
  text-transform: uppercase;
  width: 45px;
  height: 45px;
  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;
  background-image: url(../img/six/1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -21px;
  top: -17px;
}
.six .six-item__text {
  color: var(--bg, #121111);
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.16px;
}
.six .six-item__text span {
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
}
.six .six-bottom {
  margin-top: -20px;
}
@media all and (max-width: 650px) {
  .six .six-bottom {
    margin-top: 20px;
  }
}
.six .six-bottom__img {
  width: 90px;
  margin-bottom: 10px;
  margin-left: auto;
}
@media all and (max-width: 650px) {
  .six .six-bottom__img {
    margin: 0 auto 20px;
    width: 50px;
  }
}
.six .six-bottom__text {
  color: #FFF;
  font-family: "CygreRegular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 31px;
  text-align: right;
  font-size: calc(18px + 6 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .six .six-bottom__text {
    font-size: 24px;
  }
}
@media all and (max-width: 650px) {
  .six .six-bottom__text {
    text-align: center;
    margin-bottom: 20px;
  }
  .six .six-bottom__text br {
    display: none;
  }
}
.six .six-bottom__text span {
  font-family: "CygreBold", sans-serif;
  color: #92EFAA;
}
.six .six-btn {
  margin-left: auto;
  width: 346px;
  text-transform: uppercase;
}
.six .six-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .six .six-mob-img {
    display: block;
    height: 300px;
    margin-top: 20px;
  }
}
.six .six-mob-img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.last {
  position: relative;
  padding: 152px 0 115px;
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1250px) {
  .last {
    padding: 80px 0 50px;
  }
}
@media all and (max-width: 650px) {
  .last {
    padding: 35px 0 0 0;
    background-position: left;
  }
}
.last .last-img {
  width: 420px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-left: -30px;
  margin-bottom: 28px;
}
@media all and (max-width: 650px) {
  .last .last-img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
.last .last-title {
  color: #000;
  font-family: "CygreRegular", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 44.2px */
  margin-bottom: 25px;
  font-size: calc(24px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .last .last-title {
    font-size: 34px;
  }
}
@media all and (max-width: 650px) {
  .last .last-title {
    font-size: 22px !important;
    line-height: 100% !important;
    text-align: center;
    margin-bottom: 15px;
  }
  .last .last-title br {
    display: none;
  }
}
.last .last-title span {
  color: #4BC56A;
  font-family: "CygreBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .last .last-title span {
    font-size: 22px !important;
    line-height: 100% !important;
    display: block;
  }
}
.last .content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 27px;
}
@media all and (max-width: 992px) {
  .last .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media all and (max-width: 650px) {
  .last .content {
    margin-top: 20px;
    gap: 15px;
  }
}
.last .content-img {
  width: 34px;
  margin-bottom: 9px;
}
@media all and (max-width: 650px) {
  .last .content-img {
    display: none;
  }
}
.last .content-text {
  color: #000;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
}
.last .content-text span {
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .last .content-text {
    max-width: 400px;
  }
  .last .content-text br {
    display: none;
  }
}
@media all and (max-width: 992px) and (max-width: 650px) {
  .last .content-text {
    text-align: center;
    width: 100%;
  }
}
.last .content-right {
  margin-bottom: 27px;
}
@media all and (max-width: 992px) {
  .last .content-right {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.last .last-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .last .last-mob-img {
    display: block;
    margin-top: 20px;
  }
}

.footer {
  position: static;
  padding: 50px 0;
  background: #2C2C2C;
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
.footer .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    row-gap: 50px;
    -webkit-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 .politica {
  color: #1538BA;
  text-align: center;
  font-family: "Exo2Bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .footer .header-pnone {
    font-size: 18px;
    padding-left: 35px;
  }
}
.footer .header-pnone:after {
  display: block;
  top: -10px;
  background-image: url(../img/footer/tell.svg);
}
@media all and (max-width: 650px) {
  .footer .header-pnone:after {
    width: 25px;
    height: 25px;
    top: -4px;
  }
}
@media all and (max-width: 650px) {
  .footer .header-right {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer .header-call {
  width: 223px;
  height: 59px;
}
@media all and (max-width: 650px) {
  .footer .header-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 650px) {
  .footer .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media all and (max-width: 650px) {
  .footer .header-info {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(27, 27, 27, 0.6);
  -webkit-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.modal.active {
  z-index: 999;
  opacity: 1;
}
.modal .modal-top {
  position: relative;
}
@media all and (max-width: 650px) {
  .modal .modal-top {
    padding-top: 10px;
  }
}
.modal .modal-politika .modal-top__title {
  text-align: center;
  font-family: "OpenSansBold", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .modal-top__title {
    font-size: 22px;
  }
}
.modal .modal-politika .modal-content {
  background: #fff;
}
.modal .clouse {
  position: absolute;
  background: url(../img/modals/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 19px;
  cursor: pointer;
  z-index: 20;
}
@media all and (max-width: 650px) {
  .modal .clouse {
    top: 8px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.modal .form-section-row {
  margin-bottom: 8px;
  background: none;
  border: 1px solid rgb(72, 71, 71);
  width: 100%;
}
.modal .form-section-row::after {
  width: 24px;
  height: 24px;
  left: 18px;
}
.modal .form-section-row input {
  color: #000;
}
.modal .form-section-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.modal .form-section-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 650px) {
  .modal .form-section-row {
    height: 50px;
  }
}
.modal .modal-content-inner {
  position: relative;
  background-color: white;
  width: auto;
  z-index: 20;
  max-width: 450px;
  width: 100%;
  border-radius: 10px;
}
@media all and (max-width: 992px) {
  .modal .modal-content-inner {
    height: auto;
    max-width: 850px;
    max-width: 80%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  .modal .modal-content-inner {
    top: 0;
    overflow: scroll;
    height: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .modal .modal-content-inner {
    top: 0;
    overflow: scroll;
    height: 100%;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content-inner {
    width: 300px;
    height: auto;
    position: relative;
  }
}
.modal .modal-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  background: #F8F8F8;
  border-radius: 10px;
}
@media all and (max-width: 992px) {
  .modal .modal-content {
    padding: 45px 25px 54px 25px;
  }
}
@media all and (max-width: 768px) {
  .modal .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-content {
    padding: 20px 10px 20px 12px;
  }
}
.modal .modal-content .inp {
  max-width: 100%;
}
.modal .modal-content-info {
  z-index: 1;
  width: 100%;
}
.modal .modal-content__img {
  width: 365px;
  top: 40%;
  left: 8%;
  position: absolute;
}
@media all and (max-width: 768px) {
  .modal .modal-content__img {
    display: none;
  }
}
.modal .modal-content__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.modal .modal-phone-img {
  width: 468px;
  height: 341px;
  bottom: 43px;
  left: -12%;
  top: 109px;
}
.modal .modal-content__img-big {
  width: 506px;
  top: 38%;
  left: -5%;
  position: absolute;
}
.modal .modal-top__title {
  color: #1B1B1B;
  font-family: "OpenSansBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 34.5px */
  margin-bottom: 20px;
}
.modal .modal-top__title span.reg {
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .modal .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-top__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.modal .small-titleForm {
  font-size: 22px;
}
.modal .modal-politika {
  padding-top: 20px;
  position: absolute;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.modal .modal-politika .clouse {
  background: url(../img/modals/close.svg);
  position: static;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .clouse {
    background-size: contain;
  }
}
.modal .modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal .modal-politika {
    width: 80%;
  }
}
.modal .modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal .modal-politika {
    width: 320px;
  }
}
.modal .modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "OpenSansRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.modal .modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal .modal-politika div {
    font-size: 12px !important;
  }
}
.modal .modal-politika .btn {
  width: 450px;
  margin: 0 auto;
}
.modal .form-bottom {
  color: #1A1A18;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .modal .form-bottom {
    margin-top: 10px !important;
  }
}
.modal .form-bottom a {
  margin-left: 5px;
  color: #1A1A18;
  text-decoration: underline;
}
.modal .modal-politika,
.modal .modal1,
.modal .modal2,
.modal .modal3,
.modal .modal4 {
  display: none;
}
.modal .modal-politika.active,
.modal .modal1.active,
.modal .modal2.active,
.modal .modal3.active,
.modal .modal4.active {
  display: block;
}
.modal .btn {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (max-width: 650px) {
  .modal .btn {
    height: 55px;
  }
}
.modal .form-section-bottom {
  margin-top: 27px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #181818;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom {
    margin-top: 15px;
  }
}
.modal .form-section-bottom .form-section-bottom-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal .form-section-bottom .form-section-bottom-text {
  text-align: start;
  color: #000;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom .form-section-bottom-text {
    font-size: 12px !important;
  }
}
.modal .form-section-bottom a {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 650px) {
  .modal .form-section-bottom a {
    text-decoration: underline;
  }
}
.modal .form-section-bottom a:hover {
  text-decoration: underline;
}
.modal .sectionForm {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .modal .sectionForm {
    max-width: 100%;
  }
}
.modal .form-inputs {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.offerOk {
  position: relative;
  margin-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 0 70px;
  background-image: none;
}
@media all and (max-width: 650px) {
  .offerOk {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 130px 0 150px;
  }
}
.offerOk::after {
  display: none;
}
.offerOk .offer-left {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.offerOk .offer-left::after {
  display: none;
}
.offerOk .offer-inner {
  padding: 0;
  max-width: 100%;
}
.offerOk .offer-inner::before {
  display: none;
}
.offerOk .offer-inner::after {
  display: none;
}
.offerOk .btn-wrap {
  width: 300px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .offerOk .btn-wrap {
    width: 100% !important;
  }
}
.offerOk .btn {
  width: 300px;
  height: 60px;
}
@media all and (max-width: 650px) {
  .offerOk .btn {
    width: 100% !important;
  }
}
.offerOk::before {
  display: none;
}
.offerOk .offer-form__text {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
  color: #fff;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title span {
  text-transform: uppercase;
}
@media all and (max-width: 650px) {
  .offerOk .section-title span {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title::after {
  display: none;
}
.offerOk .thanks-subtitle {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 42px;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-subtitle {
    margin-bottom: 20px;
    line-height: 25px;
  }
}
.offerOk .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  max-width: 840px;
  width: 100%;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media all and (max-width: 650px) {
  .offerOk .about {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
.offerOk .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 650px) {
  .offerOk .about-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
}
.offerOk .about-item-img {
  width: 80px;
  height: 83px;
  margin-right: 10px;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-img {
    margin-right: 0;
  }
}
.offerOk .about-item-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .mestnoPlace {
  margin-right: 35px;
}
@media all and (max-width: 650px) {
  .offerOk .mestnoPlace {
    margin-right: 0;
  }
}
.offerOk .about-item-top {
  font-size: 16px;
}
.offerOk .about-item-top .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top .row {
    display: inline;
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .offerOk .about-item-top {
    text-align: center;
  }
}
.offerOk .about-item-bottom {
  color: #fff;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .offerOk .about-item-bottom {
    text-align: center;
  }
}
.offerOk .thanks-info {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  max-width: 626px;
  width: 100%;
}
.offerOk .thanks-info .row {
  display: block;
}
@media all and (max-width: 650px) {
  .offerOk .thanks-info .row {
    display: inline;
  }
}
.offerOk .slogan_thanks-info {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 47px;
}
@media all and (max-width: 650px) {
  .offerOk .slogan_thanks-info {
    margin-bottom: 20px;
    text-align: center;
  }
}
.offerOk .sait-logo {
  max-width: 85px;
  height: 40px;
  margin-left: 10px;
}
.offerOk .google {
  position: relative;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.offerOk .google img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 992px) {
  .offerOk .revies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.offerOk .revies-item.first {
  margin-right: 112px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.first {
    margin-right: 0;
  }
}
.offerOk .revies-item.first .revies-item-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-bottom:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.first .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.first .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second {
  margin-right: 162px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .offerOk .revies-item.second {
    margin-right: 0;
  }
}
.offerOk .revies-item.second .revies-item-top a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-top a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offerOk .revies-item.second .revies-item-bottom {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offerOk .revies-item.second .revies-item-bottom img {
  width: 60px;
  height: 30px;
  display: block;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .revies-item.feeting .revies-item-top {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.offerOk .revies-item.feeting .revies-item-bottom {
  font-weight: 300;
  text-decoration: none;
}
.offerOk .revies-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.offerOk .vk {
  width: 27px;
  height: 27px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.offerOk .revies-item-bottom {
  font-size: 13px;
  text-decoration: underline;
}
.offerOk .revies-item-bottom span {
  font-size: 13px;
  text-decoration: underline;
}
@-webkit-keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes vkFrame {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.offerOk .thanks-company {
  position: absolute;
  top: -31%;
  right: -29%;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company {
    position: static;
  }
}
.offerOk .thanks-company-wrapper {
  position: relative;
}
.offerOk .thanks-company-info {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offerOk .heading__block {
  position: relative;
}
.offerOk .thanks-company-img {
  height: 1052px;
  max-width: 1052px;
  width: 100%;
}
@media screen and (max-width: 1880px) {
  .offerOk .thanks-company-img {
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .offerOk .thanks-company-img {
    height: 660px;
    max-width: 817px;
  }
}
@media all and (max-width: 650px) {
  .offerOk .thanks-company-img {
    height: 386px;
    max-width: 817px;
    margin-top: -43px;
  }
  .offerOk .thanks-company-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
}
.offerOk .thanks-company-img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.offerOk .thanks-company-avtor {
  width: 244px;
  height: 34px;
  background-color: #2856a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offerOk .thanks-company-doljnost {
  height: 34px;
  width: 244px;
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  margin-left: 15px;
}
.offerOk .last-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 650px) {
  .offerOk .last-bottom {
    bottom: 20px;
  }
}

.footerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.headerThanks .header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerThanks .header-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}