@font-face {
  font-family: "RalewayRegular";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  src: url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayMedium";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  src: url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewaySemiBold";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  src: url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayBold";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
  src: url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RalewayExtraBold";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2");
  src: url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

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

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

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

button {
  cursor: pointer;
}

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

ul, li {
  margin: 0;
}

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

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

button {
  cursor: pointer;
}

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

.container {
  max-width: 1210px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 15px;
  margin: 0 auto;
}
@media all and (max-width: 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: #313131;
  font-family: "RalewayRegular", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: calc(30px + 20 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 50px;
  }
}
@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 {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
}
@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;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  width: 240px;
  height: 65px;
  border-radius: 91px;
  background: -o-linear-gradient(358deg, #D3B97A -1.15%, #788F52 84.93%);
  background: linear-gradient(92deg, #D3B97A -1.15%, #788F52 84.93%);
}
.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(358deg, #D3B97A -1.15%, #D3B97A 84.93%);
  background: linear-gradient(92deg, #D3B97A -1.15%, #D3B97A 84.93%);
}
.btn:active {
  background: -o-linear-gradient(358deg, #788F52 -1.15%, #788F52 84.93%);
  background: linear-gradient(92deg, #788F52 -1.15%, #788F52 84.93%);
}

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: #313131;
  font-family: "RalewayRegular", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: calc(20px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .form-title {
    font-size: 30px;
  }
}
@media all and (max-width: 650px) {
  .form-title {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 130% !important;
    letter-spacing: 0px;
    text-align: center !important;
  }
  .form-title br {
    display: none;
  }
}
.form-title span {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
}

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

.form-section-wrap {
  max-width: 748px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 0;
  gap: 10px;
  text-align: center;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .form-section-wrap {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  .form-section-wrap {
    gap: 8px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 8px !important;
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .form-section-wrap .btn {
    width: 100% !important;
  }
}

.form-section-row {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 65px;
  border-radius: 91px;
  border: 1px solid #D7D5CE;
  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: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 25px;
}
@media all and (max-width: 650px) {
  .form-section-row input {
    font-size: 16px;
  }
}
.form-section-row input::-webkit-input-placeholder {
  color: #574A40;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-moz-placeholder {
  color: #574A40;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input:-ms-input-placeholder {
  color: #574A40;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::-ms-input-placeholder {
  color: #574A40;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-section-row input::placeholder {
  color: #574A40;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .form-section-row input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-moz-placeholder {
    font-size: 16px;
  }
  .form-section-row input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-section-row input::placeholder {
    font-size: 16px;
  }
}

.form-bottom {
  margin-top: 24px;
}
@media all and (max-width: 650px) {
  .form-bottom {
    text-align: center;
    font-size: 12px !important;
    line-height: 100% !important;
    margin-top: 8px;
    text-align: center !important;
  }
}
.form-bottom a {
  text-decoration: underline;
}
@media all and (max-width: 650px) {
  .form-bottom a {
    font-size: 12px !important;
    line-height: 100% !important;
    display: block;
  }
}
.form-bottom a:hover {
  text-decoration: underline;
}

.overflow-inner {
  overflow: hidden;
}

.slick-dots {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: start;
  bottom: -56px;
}
@media all and (max-width: 768px) {
  .slick-dots {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .slick-dots {
    bottom: -30px;
  }
}
.slick-dots li {
  width: 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: #313131;
  text-align: center;
  font-family: "RalewayRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media all and (max-width: 650px) {
  .wrap-slider.overflow .slick-list {
    overflow: visible;
  }
}

.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: 31px 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 .logo {
  width: 96px;
}
@media all and (max-width: 650px) {
  .widjet .logo {
    width: 60px;
  }
}
.widjet .header-info {
  color: #FFF;
  font-family: "RalewayRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 768px) {
  .widjet .header-info {
    display: none;
  }
}
.widjet .header-info span {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
}
.widjet .header-pnone {
  color: #FFF;
  font-family: "RalewayMedium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 53px;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone {
    font-size: 14px;
    padding-left: 30px;
  }
}
.widjet .header-pnone span {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
  pointer-events: none;
}
.widjet .header-pnone:hover {
  text-decoration: underline;
}
.widjet .header-pnone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/header/tell.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  z-index: 1;
}
@media all and (max-width: 650px) {
  .widjet .header-pnone::after {
    width: 20px;
    height: 20px;
  }
}

.offer {
  position: relative;
  padding: 201px 0 407px;
  background-image: url(../img/offer/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #431A18;
}
@media all and (max-width: 650px) {
  .offer {
    padding: 95px 0 15px 0;
    background-image: url(../img/last/bg1.jpg);
  }
}
.offer .offer-top {
  color: #FFF;
  text-align: center;
  font-family: "RalewayRegular", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 19px;
  font-size: calc(20px + 10 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1920px) {
  .offer .offer-top {
    font-size: 30px;
  }
}
@media all and (max-width: 650px) {
  .offer .offer-top {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offer .section-title {
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}
.offer .section-title span {
  color: #D3B97A;
}
@media all and (max-width: 650px) {
  .offer .section-title {
    font-size: 30px !important;
  }
}
.offer .form-subtitle {
  margin-bottom: 35px;
  color: #fff;
}
@media all and (max-width: 650px) {
  .offer .form-subtitle br {
    display: none;
  }
}
.offer .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.offer .row {
  width: 240px;
}
@media all and (max-width: 1250px) {
  .offer .row {
    width: 31%;
  }
}

.second {
  position: relative;
  z-index: 2;
  background-image: url(../img/second/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.second .second-wrap {
  padding: 100px 0 83px;
  padding-left: 100px;
  position: relative;
}
@media all and (max-width: 1250px) {
  .second .second-wrap {
    padding-left: 0;
  }
}
@media all and (max-width: 650px) {
  .second .second-wrap {
    padding: 35px 0 0 0;
  }
}
.second .second-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 315px;
  background-image: url(../img/second/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 508px;
  height: 880px;
  z-index: 1;
}
@media all and (max-width: 1250px) {
  .second .second-wrap::after {
    left: -100px;
  }
}
@media all and (max-width: 992px) {
  .second .second-wrap::after {
    width: 260px;
  }
}
@media all and (max-width: 650px) {
  .second .second-wrap::after {
    display: none;
  }
}
.second .second-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: 167px;
}
@media all and (max-width: 650px) {
  .second .second-inner {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.second .second-list {
  max-width: 580px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 650px) {
  .second .second-list {
    display: block;
  }
}
.second .second-item {
  width: 280px;
  height: 250px;
  padding: 30px 20px 20px 40px;
  border-radius: 20px;
  background: #FFF;
  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 {
    padding: 20px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 10px;
  }
}
.second .second-item__img {
  width: 60px;
  margin-bottom: 36px;
}
@media all and (max-width: 650px) {
  .second .second-item__img {
    margin-bottom: 20px;
    width: 40px;
  }
}
.second .second-item__title {
  color: #D3B97A;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  font-size: calc(20px + 12 * (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;
  }
}
.second .second-item__text {
  color: #646463;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 650px) {
  .second .second-item__text {
    text-align: center;
  }
}
.second .form-subtitle {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.second .form-title {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.second .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.second .row {
  width: 240px;
}
@media all and (max-width: 1250px) {
  .second .row {
    width: 31%;
  }
}
.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: 100px 0 105px;
  background-image: url(../img/third/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .third {
    padding: 35px 0;
  }
}
.third .third-inner {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 1250px) {
  .third .third-inner {
    padding-left: 0;
  }
}
@media all and (max-width: 650px) {
  .third .third-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.third .section-title {
  margin-bottom: 40px;
  color: #fff;
}
.third .third-texts {
  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;
}
.third .third-text {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.third .third-text._active {
  opacity: 1;
}
@media all and (max-width: 1250px) {
  .third .third-text {
    max-width: 480px;
    width: 100%;
  }
  .third .third-text br {
    display: none;
  }
}
.third .third-text span {
  font-family: "RalewaySemiBold", sans-serif;
  font-weight: 600;
}
.third .third__img {
  max-width: 481px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .third .third__img {
    max-width: 300px;
  }
}

.four {
  position: relative;
  background-image: url(../img/four/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.four .four-inner {
  padding: 100px 0 614px;
  position: relative;
}
@media all and (max-width: 1250px) {
  .four .four-inner {
    padding-bottom: 505px;
  }
}
.four .four-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/four/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 1402px;
  height: 1012px;
  z-index: 1;
}
@media all and (max-width: 1250px) {
  .four .four-inner::after {
    width: 753px;
    height: 550px;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner::after {
    width: 386px;
    height: 280px;
  }
}
@media all and (max-width: 650px) {
  .four .four-inner {
    padding: 35px 0;
    padding-bottom: 300px;
  }
}
.four .section-title {
  margin-bottom: 30px;
  text-align: center;
}
.four .subtitle {
  margin-bottom: 88px;
}
@media all and (max-width: 650px) {
  .four .subtitle {
    margin-bottom: 20px;
  }
}
.four .four-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 100px;
}
@media all and (max-width: 992px) {
  .four .four-list {
    padding: 0;
  }
}
@media all and (max-width: 650px) {
  .four .four-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.four .four-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;
  border-radius: 20px;
  padding: 44px 38px;
  width: 280px;
  position: relative;
  background-image: url(../img/four/11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 1250px) {
  .four .four-item {
    position: relative;
    z-index: 2;
  }
}
@media all and (max-width: 650px) {
  .four .four-item {
    padding: 20px 10px;
  }
}
.four .four-item__title {
  color: #D3B97A;
  text-align: center;
  font-family: "RalewaySemiBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 22.5px;
  background: #F7F4EF;
  padding: 4px 17px;
  display: inline-block;
}
.four .four-item__info {
  color: #646463;
  margin-top: 20px;
}
.four .four-item__info span {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
}
.four .four-item__line {
  width: 62px;
  height: 1px;
  background: #DCDCDC;
  margin: 20px auto;
}
.four .four-item__text {
  color: #A1A1A1;
  text-align: center;
  font-family: "RalewayRegular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.four .btn {
  max-width: 240px;
  width: 100%;
}

.five {
  position: relative;
  z-index: 2;
  padding: 100px 0 125px 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 .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
@media all and (max-width: 650px) {
  .five .section-title br {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .five .five-img {
    display: none;
  }
}
.five .five-slider {
  display: none;
}
@media all and (max-width: 650px) {
  .five .five-slider {
    display: block;
  }
}
.five .five-slide {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;
}

.six {
  padding: 100px 0 120px;
  position: relative;
  z-index: 3;
  background-image: url(../img/six/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .six {
    padding: 35px 0;
  }
}
.six .six-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 38px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media all and (max-width: 1250px) {
  .six .six-inner {
    padding-right: 0;
  }
}
@media all and (max-width: 650px) {
  .six .six-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.six .six-left {
  max-width: 500px;
  width: 100%;
}
.six .section-title {
  margin-bottom: 66px;
}
@media all and (max-width: 650px) {
  .six .section-title {
    display: none;
  }
}
.six .section-title.mob {
  display: none;
}
@media all and (max-width: 650px) {
  .six .section-title.mob {
    display: block;
  }
}
.six .six-content {
  border-radius: 20px;
  background: #FFF;
  padding: 23px 19px 37px 36px;
}
@media all and (max-width: 992px) {
  .six .six-content {
    padding: 20px 10px;
  }
}
@media all and (max-width: 650px) {
  .six .six-content {
    padding: 20px 10px;
  }
}
.six .six-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media all and (max-width: 650px) {
  .six .six-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.six .six-top__img {
  width: 150px;
}
@media all and (max-width: 992px) {
  .six .six-top__img {
    width: 80px;
  }
}
.six .six-top__info {
  color: #313131;
  font-family: "RalewayRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media all and (max-width: 992px) {
  .six .six-top__info {
    font-size: 16px;
  }
}
@media all and (max-width: 650px) {
  .six .six-top__info {
    text-align: center;
  }
  .six .six-top__info br {
    display: none;
  }
}
.six .six-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;
}
.six .six-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}
.six .six-item._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.six .six-item__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
}
.six .six-item__text {
  color: #646463;
}
.six .btn {
  width: 100%;
}

.last {
  position: relative;
  padding: 100px 0 0;
  background-image: url(../img/last/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 650px) {
  .last {
    padding: 35px 0;
  }
}
.last .section-title {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 768px) {
  .last .section-title br {
    display: none;
  }
}
.last .form-subtitle {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.last .form-inner {
  margin-bottom: 100px;
}
@media all and (max-width: 650px) {
  .last .form-inner {
    margin-bottom: 30px;
  }
}
.last .form-section-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.last .row {
  width: 240px;
}
@media all and (max-width: 1250px) {
  .last .row {
    width: 31%;
  }
}

.footer {
  position: static;
  padding: 55px 0;
}
@media all and (max-width: 650px) {
  .footer {
    padding: 20px 0;
    position: relative;
  }
}
@media (max-width: 1100px) {
  .footer {
    background: none;
  }
}
.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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media all and (max-width: 650px) {
  .footer .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.footer .footer-info {
  color: #FFF;
  font-family: "RalewayRegular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-info span:not(.year) {
  font-family: "RalewayBold", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 650px) {
  .footer .footer-info {
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .footer .header-pnone {
    font-size: 18px;
  }
}
.footer .header-pnone:after {
  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: "RalewaySemiBold", sans-serif;
  font-weight: 600;
  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: "RalewaySemiBold", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  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: "RalewayRegular", 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: 400px;
  margin: 0 auto;
}
@media all and (max-width: 650px) {
  .offerOk .btn-wrap {
    width: 100% !important;
  }
}
.offerOk .btn {
  width: 400px;
  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: "RalewayRegular", sans-serif;
  font-weight: 400;
  color: #fff;
}
.offerOk .section-title {
  max-width: 938px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 60px;
  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;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 60px;
  color: #DD2B1C;
}
@media all and (max-width: 650px) {
  .offerOk .section-title #thanksName {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}
.offerOk .section-title span {
  color: #DD2B1C;
  font-size: 48px !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 {
  background-color: #431A18;
}