@font-face {
  font-family: "JostLight";
  src: url("../fonts/Jost-Light.woff2") format("woff2");
  src: url("../fonts/Jost-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostRegular";
  src: url("../fonts/Jost-Regular.woff2") format("woff2");
  src: url("../fonts/Jost-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostMedium";
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  src: url("../fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostSemiBold";
  src: url("../fonts/Jost-SemiBold.woff2") format("woff2");
  src: url("../fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JostBold";
  src: url("../fonts/Jost-Bold.woff2") format("woff2");
  src: url("../fonts/Jost-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: "JostRegular", 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;
  }
}

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

.tac {
  text-align: center;
}

.section-title {
  color: #181818;
  font-family: "JostBold", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-size: calc(30px + 12 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 42px;
  }
}
@media all and (max-width: 650px) {
  .section-title {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    line-height: 100% !important;
    margin-top: 0;
    text-align: center;
  }
}

@-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;
  color: #F0F0F0;
  text-align: center;
  font-family: "JostSemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  width: 240px;
  height: 60px;
  border-radius: 7px;
  background: -o-radial-gradient(50% 0%, 112.5% 112.5%, #FF2BA7 0%, #9E1CA4 100%);
  background: radial-gradient(112.5% 112.5% at 50% 0%, #FF2BA7 0%, #9E1CA4 100%);
  -webkit-box-shadow: 0px 2px 0px 0px #FF2BA7;
  box-shadow: 0px 2px 0px 0px #FF2BA7;
}
.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: 60px;
    font-size: 14px !important;
  }
}
.btn:hover {
  background: -o-radial-gradient(50% 0%, 112.5% 112.5%, #FF2BA7 0%, #FF2BA7 100%);
  background: radial-gradient(112.5% 112.5% at 50% 0%, #FF2BA7 0%, #FF2BA7 100%);
}
.btn:active {
  background: -o-radial-gradient(50% 0%, 112.5% 112.5%, #9E1CA4 0%, #9E1CA4 100%);
  background: radial-gradient(112.5% 112.5% at 50% 0%, #9E1CA4 0%, #9E1CA4 100%);
}

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: #181818;
  font-family: "JostBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 118.75% */
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 110% !important;
  }
  .form-title br {
    display: none;
  }
}

.form-subtitle {
  color: #454545;
  font-family: "JostRegular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  margin-bottom: 24px;
}
@media all and (max-width: 650px) {
  .form-subtitle {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
}
.form-subtitle span {
  font-family: "CirceRegular", sans-serif;
  font-weight: 400;
}

.form-section-wrap {
  max-width: 744px;
  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: 12px;
}
@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: 240px;
  height: 60px;
  border-radius: 7px;
  background: #fff;
}
@media all and (max-width: 768px) {
  .form-section-row {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .form-section-row {
    height: 55px;
    width: 100%;
  }
}

.form-section-row input {
  width: 100%;
  height: 100%;
  border: none;
  line-height: 100%;
  /* 16px */
  background: transparent;
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  padding-left: 22px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
}
.form-section-row input::-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
}
.form-section-row input:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
}
.form-section-row input::-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
}
.form-section-row input::placeholder {
  color: rgba(69, 69, 69, 0.5);
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
}
@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: -34px;
}
@media all and (max-width: 768px) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots li {
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-dots li button {
  background: #E3E6ED;
  width: 100%;
  height: 100%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #B91914;
}

.rotate {
  color: #181818;
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  border-radius: 7px;
  background: #FFC700;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  display: inline-block;
  padding: 5px 15px;
}

.wrap-bg {
  background-image: url(../img/six/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.widjet {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 23px;
}
@media all and (max-width: 650px) {
  .widjet {
    height: auto;
    padding: 10px 0;
    z-index: 2;
  }
}
.widjet .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .widjet .header-inner {
    height: auto;
    border: none;
    padding: 0;
  }
}
.widjet .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 84px;
}
.widjet .logo {
  width: 208px;
  height: 43px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 100px;
    height: auto;
  }
}
.widjet .header__info {
  color: #454545;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
@media all and (max-width: 992px) {
  .widjet .header__info {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .widjet .header__info {
    display: none;
  }
}
.widjet .header__info span {
  font-family: "JostSemiBold", sans-serif;
  font-weight: 600;
}
.widjet .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 1250px) {
  .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;
  }
}
@media all and (max-width: 992px) {
  .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: end;
  }
}
.widjet .header-pnone {
  color: #454545;
  font-family: "JostSemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 137.5% */
  position: relative;
  padding-left: 30px;
}
.widjet .header-pnone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background: url(../img/header/call.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone::after {
    display: none;
  }
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    padding-left: 0;
    font-size: 15px;
  }
}
.widjet .header-call {
  color: #454545;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 137.5% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}
@media all and (max-width: 650px) {
  .widjet .header-call {
    display: none;
  }
}
.widjet .header-call:hover {
  text-decoration: underline;
}

.offer {
  position: relative;
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 251px 0 101px 0;
  background-color: #FFD9F7;
}
@media all and (max-width: 650px) {
  .offer {
    padding: 80px 0 35px 0;
    background-position: left;
    background-image: url(../img/offer/bg1.jpg);
  }
}
@media all and (max-width: 650px) {
  .offer .container {
    text-align: center;
  }
}
.offer .section-title {
  font-size: 46px;
  position: relative;
  z-index: 2;
  font-size: calc(30px + 16 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer .section-title {
    font-size: 46px;
  }
}
.offer .subtitle {
  font-size: 36px;
  padding: 20px 20px;
  margin-left: 94px;
  margin-top: -30px;
  border-radius: 17px;
  margin-bottom: 58px;
}
@media all and (max-width: 650px) {
  .offer .subtitle {
    margin-left: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 7px;
  }
}
.offer .form-subtitle {
  margin-bottom: 34px;
}
.offer .form-section-wrap {
  width: 240px;
}
@media all and (max-width: 650px) {
  .offer .form-section-wrap {
    width: 100%;
  }
}
.offer .last-mob-img {
  display: none;
}
@media all and (max-width: 650px) {
  .offer .last-mob-img {
    margin-top: 20px;
    display: block;
  }
}

.second {
  position: relative;
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 112px 0 71px;
}
@media all and (max-width: 650px) {
  .second {
    padding: 35px 0;
    margin-top: 0;
  }
}
@media all and (max-width: 650px) {
  .second .container {
    text-align: center;
  }
}
.second .second-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .second .second-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.second .section-title {
  margin-bottom: 20px;
  text-align: start;
}
@media all and (max-width: 992px) {
  .second .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .second .section-title {
    text-align: center;
  }
}
.second .subtitle {
  color: #181818;
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  margin-bottom: 10px;
}
@media all and (max-width: 650px) {
  .second .subtitle {
    text-align: center;
  }
}
.second .rotate {
  margin-bottom: 135px;
}
@media all and (max-width: 650px) {
  .second .rotate {
    margin-bottom: 20px;
  }
}
.second .form-subtitle {
  margin-bottom: 20px;
}
.second .form-title {
  margin-bottom: 40px;
}
.second .form-section-wrap {
  max-width: 240px;
}
@media all and (max-width: 992px) {
  .second .form-section-wrap {
    max-width: 100%;
  }
}
@media all and (max-width: 992px) {
  .second .second-left {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 650px) {
  .second .second-left {
    margin-bottom: 0;
  }
}
.second .second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 581px;
  width: 100%;
  gap: 20px;
}
@media all and (max-width: 1250px) {
  .second .second-list {
    max-width: 530px;
  }
}
@media all and (max-width: 992px) {
  .second .second-list {
    max-width: 100%;
  }
}
.second .second-item {
  width: 280px;
  height: 260px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  padding: 35px 5px 5px 40px;
  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 all and (max-width: 1250px) {
  .second .second-item {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .second .second-item {
    width: 100%;
    padding: 20px 10px;
    height: auto;
  }
}
@media all and (max-width: 1250px) {
  .second .second-item-last {
    width: 45%;
  }
}
@media all and (max-width: 650px) {
  .second .second-item-last {
    width: 100%;
  }
}
@media all and (max-width: 1250px) {
  .second .second-item-last .second-item {
    width: 100%;
  }
}
.second .second-item__img {
  width: 46px;
  height: 46px;
  margin-bottom: 30px;
}
@media all and (max-width: 1250px) {
  .second .second-item__img {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__img {
    margin: 0 auto 10px;
    width: 46px;
    height: 46px;
  }
}
.second .second-item__title {
  color: #454545;
  font-family: "JostBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
@media all and (max-width: 1250px) {
  .second .second-item__title {
    font-size: 22px;
  }
}
@media all and (max-width: 650px) {
  .second .second-item__title {
    font-size: 20px !important;
  }
}
.second .second-item__text {
  color: #454545;
  font-family: "JostRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}
.second .second-info {
  color: #9E1CA4;
  font-family: "JostLight", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  margin-top: 12px;
}

.third {
  background-image: url(../img/first/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 0 0;
}
@media all and (max-width: 650px) {
  .third {
    padding: 35px 0;
    background-position: left;
  }
}
.third .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.third .subtitle {
  color: #181818;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  margin-bottom: 16px;
}
.third .third-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .third .third-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner {
    margin-bottom: 30px;
    gap: 0;
  }
}
.third .third-row {
  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;
}
.third .third-row:nth-child(1) .third-item:nth-child(1) {
  margin-bottom: 73px;
}
.third .third-row:nth-child(1) .third-item:nth-child(2) {
  margin-bottom: 40px;
}
.third .third-row:nth-child(2) {
  margin-top: 33px;
  margin-left: 75px;
}
@media all and (max-width: 1250px) {
  .third .third-row:nth-child(2) {
    margin-left: 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-row:nth-child(2) {
    margin-top: 0;
  }
}
.third .third-row:nth-child(2) .third-item:nth-child(1) {
  margin-bottom: 31px;
}
.third .third-row:nth-child(2) .third-item:nth-child(2) {
  margin-bottom: 75px;
}
.third .third-row:nth-child(2) .third-item__img {
  height: 185px;
  width: 185px;
}
@media all and (max-width: 992px) {
  .third .third-row:nth-child(2) .third-item__img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 800px) {
  .third .third-row:nth-child(2) .third-item__img {
    height: 185px;
    width: 185px;
  }
}
.third .third-row:nth-child(3) .third-item:nth-child(1) {
  margin-bottom: 27px;
}
.third .third-row:nth-child(3) .third-item:nth-child(2) {
  margin-bottom: 33px;
}
.third .third-row:nth-child(3) .third-item:nth-child(3) .third-item__text {
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media all and (max-width: 650px) {
  .third .third-item {
    margin-bottom: 20px !important;
  }
}
.third .third-item__icon {
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
  margin: 0 auto 12px;
}
.third .third-item__text {
  color: #454545;
  text-align: center;
  font-family: "JostRegular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.third .third-item__text._active {
  opacity: 1;
}
.third .third-item__text span {
  font-family: "JostSemiBold", sans-serif;
  font-weight: 600;
}
@media all and (max-width: 992px) {
  .third .third-item__text br {
    display: none;
  }
}
.third .third-item__img {
  width: 243px;
  height: 252px;
  border-radius: 50%;
  overflow: hidden;
}
@media all and (max-width: 992px) {
  .third .third-item__img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 800px) {
  .third .third-item__img {
    height: 185px;
    width: 185px;
  }
}
.third .third-bottom {
  padding: 0 20px 52px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  margin: 0 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .third .third-bottom {
    padding: 0 10px 20px;
    margin: 0;
  }
}
.third .rotate {
  margin-bottom: 15px;
  margin-top: -20px;
}
.third .third-bottom-info {
  color: #181818;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  margin-bottom: 30px;
}
@media all and (max-width: 650px) {
  .third .third-bottom-info br {
    display: none;
  }
}
.third .form-subtitle {
  margin-bottom: 20px;
}
.third .form-title {
  margin-bottom: 30px;
}
.third .form-section-wrap {
  margin: 0 auto;
}
.third .form-section-row {
  border-radius: 7px;
  background: #F0F0F0;
}

.four {
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 230px 0 107px;
  margin-top: -150px;
}
@media all and (max-width: 650px) {
  .four {
    padding: 35px 0;
    margin-top: 0;
  }
}
.four .section-title {
  margin-left: 100px;
  margin-bottom: 40px;
}
@media all and (max-width: 1250px) {
  .four .section-title {
    margin-left: 0;
  }
}
.four .four-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .four .four-inner {
    margin-bottom: 20px;
  }
}
.four .four-item {
  width: 280px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}
.four .four-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media all and (max-width: 1250px) {
  .four .four-item {
    width: 31% !important;
  }
}
@media all and (max-width: 992px) {
  .four .four-item {
    width: 47% !important;
  }
}
@media all and (max-width: 650px) {
  .four .four-item {
    width: 100% !important;
  }
}
.four .four-item:nth-child(1) {
  padding: 30px 10px 30px 35px;
  border-radius: 10px;
  background: -o-linear-gradient(296deg, #FFCB00 16.18%, #F07C00 108.75%);
  background: linear-gradient(154deg, #FFCB00 16.18%, #F07C00 108.75%);
}
.four .four-item:nth-child(1) .four-item__text {
  color: #181818;
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
}
@media all and (max-width: 650px) {
  .four .four-item:nth-child(1) .four-item__text {
    text-align: center;
  }
}
.four .four-item:nth-child(2), .four .four-item:nth-child(5) {
  width: 380px;
}
.four .four-item:nth-child(2) .four-item-top, .four .four-item:nth-child(5) .four-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.four .four-item:nth-child(2) .four-item__number, .four .four-item:nth-child(5) .four-item__number {
  font-size: 30px;
  margin-bottom: 11px;
}
.four .four-item:nth-child(4) .four-item__line, .four .four-item:nth-child(6) .four-item__line {
  margin-bottom: 12px;
}
.four .four-item:not(.img_four-item) {
  padding: 26px 10px 10px 28px;
}
@media all and (max-width: 650px) {
  .four .four-item:not(.img_four-item) {
    padding: 20px 10px !important;
  }
}
.four .four-item-top {
  margin-bottom: 12px;
}
@media all and (max-width: 992px) {
  .four .four-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.four .four-item__number {
  color: #FF2BA7;
  font-family: "JostBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
  margin-bottom: 2px;
}
.four .four-item__line {
  width: 2px;
  height: 18px;
  background: #FF2BA7;
}
.four .four-item__title {
  color: #454545;
  font-family: "JostBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 126.667% */
}
@media all and (max-width: 992px) {
  .four .four-item__title {
    font-size: 25px;
    line-height: 100%;
  }
}
.four .four-item__text {
  color: #454545;
  font-family: "JostRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
@media all and (max-width: 992px) {
  .four .four-item__text br {
    display: none;
  }
}
.four .four-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 150px;
  margin-left: 100px;
}
@media all and (max-width: 1250px) {
  .four .four-bottom {
    margin-left: 0;
  }
}
@media all and (max-width: 992px) {
  .four .four-bottom {
    gap: 100px;
  }
}
@media all and (max-width: 768px) {
  .four .four-bottom {
    gap: 50px;
  }
}
@media all and (max-width: 650px) {
  .four .four-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.four .form-subtitle {
  margin-bottom: 20px;
}
.four .btn {
  cursor: pointer;
}
.four .four-item__img {
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 1250px) {
  .four .four-item__img {
    width: 100%;
    height: 100%;
  }
  .four .four-item__img img {
    width: 100%;
    height: 100%;
  }
}

.five {
  padding: 110px 0 115px 0;
  background-image: url(../img/five/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media all and (max-width: 650px) {
  .five {
    padding: 35px 0;
  }
}
.five .section-title {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 768px) {
  .five .section-title br {
    display: none;
  }
}
.five .rotate {
  margin-bottom: 10px;
}
.five .subtitle {
  color: #181818;
  text-align: center;
  font-family: "JostMedium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  margin-bottom: 42px;
}
@media all and (max-width: 650px) {
  .five .subtitle {
    margin-bottom: 20px;
  }
}
.five .five-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .five .five-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.five .five-item {
  width: 280px;
  height: 320px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 650px) {
  .five .five-item {
    height: auto;
    gap: 15px;
    padding-bottom: 20px;
  }
}
.five .five-item:nth-child(2) .five-item__top {
  border-radius: 10px;
  background: #FFD8F9;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
}
.five .five-item:nth-child(3) .five-item__top {
  border-radius: 10px;
  background: #CDF0ED;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
}
.five .five-item__top {
  width: 100%;
  height: 110px;
  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: #454545;
  text-align: center;
  font-family: "JostBold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  border-radius: 10px;
  background: #FFE4D8;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 650px) {
  .five .five-item__top {
    font-size: 20px !important;
    height: 60px;
  }
}
.five .five-item__text {
  color: #454545;
  text-align: center;
  font-family: "JostLight", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 122.222% */
}
.five .btn {
  cursor: pointer;
  width: 200px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.five .btn._active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media all and (max-width: 650px) {
  .five .btn {
    width: 200px !important;
  }
}

.six {
  padding: 110px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .six {
    padding: 35px 0;
  }
}
.six .section-title {
  margin: 0 0 60px 100px;
}
@media all and (max-width: 992px) {
  .six .section-title {
    margin: 0 0 60px 0;
  }
}
.six .six-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 992px) {
  .six .six-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.six .six-item {
  width: 380px;
  height: 400px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 38px 56px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 10px 10px 44px;
}
@media all and (max-width: 1250px) {
  .six .six-item {
    padding: 20px 10px 10px 20px;
  }
}
@media all and (max-width: 650px) {
  .six .six-item {
    width: 100%;
    text-align: center;
    height: auto;
  }
}
.six .six-item__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 25px;
}
@media all and (max-width: 650px) {
  .six .six-item__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    margin: 0 auto 15px;
  }
}
.six .six-item__title {
  color: #454545;
  font-family: "JostBold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 95% */
  margin-bottom: 5px;
}
@media all and (max-width: 650px) {
  .six .six-item__title {
    font-size: 20px !important;
  }
}
.six .rotate {
  margin-bottom: 24px;
  padding: 5px 10px;
}
.six .six-item__texts {
  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) {
  .six .six-item__texts {
    gap: 10px;
  }
}
.six .six-item__text {
  color: #454545;
  font-family: "JostRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding-left: 10px;
  position: relative;
}
@media all and (max-width: 650px) {
  .six .six-item__text {
    text-align: start;
  }
}
.six .six-item__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 3px;
  background: #000;
}

.last {
  padding: 0 0 70px 0;
  position: relative;
}
@media all and (max-width: 650px) {
  .last {
    padding: 35px 0 35px 0;
    background-position: left;
  }
}
.last .section-title {
  text-align: start;
  margin-bottom: 50px;
}
@media all and (max-width: 650px) {
  .last .section-title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.last .form-subtitle {
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.last .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-right: 33px;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 51px;
}
@media all and (max-width: 1250px) {
  .last .form-inner {
    padding-right: 0;
  }
}
@media all and (max-width: 650px) {
  .last .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
}
.last .form-section-row {
  border-radius: 7px;
  background: #FFF;
}
.last .last-img {
  border-radius: 10px;
  overflow: hidden;
}
.last .form-section-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 650px) {
  .last .form-section-wrap {
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .last .form-section-inner {
    width: 100%;
  }
}

.footer {
  position: static;
  padding: 0 0 44px 0;
}
@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-align: end;
  -ms-flex-align: end;
  align-items: end;
  height: auto;
  padding: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
@media all and (max-width: 992px) {
  .footer .header-inner {
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .footer .header-inner {
    -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;
    text-align: center;
  }
}
.footer .header-left {
  gap: 92px;
}
@media all and (max-width: 1250px) {
  .footer .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media all and (max-width: 992px) {
  .footer .header-left {
    -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: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media all and (max-width: 768px) {
  .footer .header-left {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer .header__info {
  font-size: 16px;
}
@media all and (max-width: 992px) {
  .footer .header__info {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .footer .header__info {
    text-align: center;
  }
}
.footer .header__info .year {
  font-family: "JostLight", sans-serif;
  font-weight: 300;
}
.footer .politica {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer .politica:hover {
  text-decoration: underline;
}
@media all and (max-width: 1250px) {
  .footer .politica {
    padding: 0 10px;
  }
}
@media (max-width: 800px) {
  .footer .politica {
    text-align: center;
  }
}
.footer .logo {
  width: 208px;
  height: auto;
}
@media all and (max-width: 650px) {
  .footer .logo {
    width: 140px;
    height: auto;
    margin: 0 auto 10px;
  }
}
@media all and (max-width: 768px) {
  .footer .header-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  .footer .header-pnone {
    padding-left: 30px;
  }
  .footer .header-pnone::after {
    display: block;
  }
}
@media all and (max-width: 650px) {
  .footer .header-call {
    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: "JostBold", 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: "JostBold", 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: 400;
}
@media all and (max-width: 768px) {
  .modal .modal-top__title {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .modal .modal-top__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.modal .small-titleForm {
  font-size: 22px;
}
.modal .modal-politika {
  padding-top: 20px;
  position: absolute;
  top: 0;
  overflow: scroll;
  height: 100%;
  max-width: 850px;
  margin: 40px 0;
}
.modal .modal-politika .clouse {
  background: url(../img/modals/close.svg);
  position: static;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 650px) {
  .modal .modal-politika .clouse {
    background-size: contain;
  }
}
.modal .modal-politika::after {
  display: none;
}
@media all and (max-width: 992px) {
  .modal .modal-politika {
    width: 80%;
  }
}
.modal .modal-politika::-webkit-scrollbar {
  width: 0;
}
@media all and (max-width: 650px) {
  .modal .modal-politika {
    width: 320px;
  }
}
.modal .modal-politika .modal-politika-text {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: "JostRegular", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.modal .modal-politika .modal-politika-text.fat {
  padding-left: 0;
  padding-left: 10px;
}
@media all and (max-width: 650px) {
  .modal .modal-politika div {
    font-size: 12px !important;
  }
}
.modal .modal-politika .btn {
  width: 450px;
  margin: 0 auto;
}
.modal .form-bottom {
  color: #1A1A18;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media all and (max-width: 650px) {
  .modal .form-bottom {
    margin-top: 10px !important;
  }
}
.modal .form-bottom a {
  margin-left: 5px;
  color: #1A1A18;
  text-decoration: underline;
}
.modal .modal-politika,
.modal .modal-tel,
.modal .modal1,
.modal .modal-dogovor,
.modal .modal2,
.modal .modal3 {
  display: none;
}
.modal .modal-politika.active,
.modal .modal-tel.active,
.modal .modal1.active,
.modal .modal-dogovor.active,
.modal .modal2.active,
.modal .modal3.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: url(../img/offer/bg1.jpg);
}
@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;
}
.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;
}
@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: "JostMedium", sans-serif;
  font-weight: 500;
  color: #181818;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 650px) {
  .offerOk .section-title {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title #thanksName {
  display: block;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 60px;
  color: #FFC700;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
    margin-bottom: 5px !important;
  }
}
.offerOk .section-title span {
  color: #FFC700;
  font-size: 52px !important;
  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 {
  padding: 20px 0;
}