@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/fancybox/jquery.fancybox.min.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.css);

@import url(../libs/jQuerryFormStyler/jquery.formstyler.theme.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
}

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: 'Inter', sans-serif;
  --section-padding: 80px;
  --section-padding-mobile: 60px;
  --container-width: 1300px;
  --main-color: #222222;
  --contrast-color: #ffffff;
  --accent-color: #D76701;
  --standart-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.page_container {
  width: 100%;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 400;
}

.main_wrapper {
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: var(--standart-shadow);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language a:hover {
  color: #D64F52;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.main-header {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: 0.25s;
  position: fixed;
  top: 0px;
  z-index: 300;
  left: 0px;
  width: 100%;
}

.main-header.fixed,
.main-header.active {
  background: #847E73;
  padding-top: 15px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.main-menu {
  margin-right: 40px;
}

.main-menu ul {
  display: flex;
}

.main-menu li {
  margin-left: 20px;
  margin-right: 20px;
}

.main-menu li:first-child {
  margin-left: 0px;
}

.main-menu li:last-child {
  margin-right: 0px;
}

.main-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}

.main-menu a:hover {
  color: #EAE7DC;
}

.main-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-right {
  display: flex;
  align-items: center;
}

.main-header-link {
  display: flex;
  align-items: center;
  font-style: normal;
  margin-right: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120.69%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.main-header-link .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-header-btn {
  border: 1px solid #F0F3F4;
  border-radius: 57px;
  width: 233px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.main-header-btn:hover {
  background: #F0F3F4;
  color: #222222;
}

.header-hambugreg {
  display: none;
}

.mobile-menu {
  display: none;
}

body {
  background: #EAE7DC;
}

.page-container {
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  padding-top: 140px;
}

.hero .wrapper {
  position: relative;
  z-index: 20;
}

.hero-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
}

.hero-left {
  width: 50%;
  padding-top: 50px;
}

.hero-pre-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 157.19%;
  text-transform: uppercase;
  color: #E1E0E0;
  margin-bottom: 16px;
}

.hero-pre-title .icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin-right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-title {
  font-style: normal;
  font-weight: 500;
  font-size: 55.3391px;
  line-height: 144.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: floralwhite;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 335px;
}

.hero-title strong {
  font-weight: 800;
}

.hero-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #0099ff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.hero-text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 157.19%;
  color: #E1E0E0;
  margin-bottom: 50px;
}

.hero-btns {
  display: flex;
}

.hero-btns .btn-main {
  margin-right: 34px;
}

.hero-btns a {
  max-width: calc(50% - 17px);
}

.btn-main {
  width: 317px;
  max-width: 100%;
  height: 60px;
  background: linear-gradient(93.59deg, #DD8579 11.78%, #D86357 82.34%);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn-main:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.btn-file {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: 1px solid #F0F3F4;
  border-radius: 57px;
  width: 310px;
  height: 60px;
}

.btn-file .icon {
  background-image: url("../images/btn-file-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  width: 25px;
  min-width: 25px;
  height: 27px;
}

.btn-file:hover {
  background: #8d877b;
  border-color: #8d877b;
}

.hero-right {
  width: 48%;
  position: relative;
}

.hero-right img {
  position: relative;
}

.section-title {
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 144.9%;
  color: #3A4B53;
  margin-bottom: 80px;
}

.section-title strong {
  font-weight: 700;
}

.main-2 {
  padding-bottom: 0px !important;
}

.main-2 .main-2-flex {
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
}

.main-2-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-2-left {
  width: 55%;
  display: flex;
  justify-content: space-between;
}

.main-2-left-image {
  width: 20%;
}

.main-2-left-image img {
  max-width: 100%;
}

.main-2-text-block {
  width: 70%;
}

.main-2-sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 144.9%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #3A4B53;
}

.main-2-sub-title strong {
  font-weight: 800;
}

.main-text {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  color: #12132A;
}

.main-2-right {
  width: 40%;
  text-align: right;
}

.main-2-right img {
  max-width: 100%;
}

.main-3 {
  padding-bottom: 0px !important;
}

.main-3-flex {
  display: flex;
  justify-content: space-between;
}

.main-3-left {
  width: 55%;
  padding-bottom: 100px;
}

.main-3-left .section-title {
  margin-bottom: 50px;
}

.main-3-left .main-text p {
  margin-bottom: 10px;
}

.main-3-left .main-text p:last-child {
  margin-bottom: 0px;
}

.main-3-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

.main-3-right-text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  color: #222222;
  margin-top: 60px;
  margin-bottom: 60px;
}

.main-3-image-bot {
  margin-top: auto;
  display: block;
  position: relative;
  width: 750px;
}

.main-3-image-top {
  width: 503px;
}

.main-4 {
  background: #ffffff;
}

.main-4-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.main-4-slick {
  margin-left: -20px;
  margin-right: -20px;
}

.main-4-slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-4-slide-el {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.main-4-slide-el:first-child {
  min-height: 140px;
}

.main-4-slide-el img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-right: 25px;
}


.main-4-slide-el p {
  width: calc(100% - 125px);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #222222;
}

.main-4-slide-el:last-child {
  margin-bottom: 0px;
}

.slick-prev-btn-place {
  width: 55px;
  height: 55px;
  background: #F8F8F8;
  border-radius: 100%;
  position: absolute;
  transition: 0.25s;
}

.slick-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.slick-prev-btn {
  position: relative;
  width: 77px;
  height: 55px;
  cursor: pointer;
  margin-right: 40px;
}

.slick-prev-btn .slick-prev-btn-place {
  top: 0px;
  left: 0px;
}

.slick-prev-btn svg {
  width: 53px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  transition: 0.25s;
  fill: #D96A5E;
}

.slick-prev-btn:hover .slick-prev-btn-place {
  opacity: 0;
}

.slick-prev-btn:hover svg {
  transform: translate(-10px, -50%);
}

.slick-next-btn {
  position: relative;
  width: 77px;
  height: 55px;
  cursor: pointer;
  margin-left: 40px;
}

.slick-next-btn .slick-prev-btn-place {
  top: 0px;
  right: 0px;
}

.slick-next-btn svg {
  width: 53px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
  transition: 0.25s;
  fill: #D96A5E;
}

.slick-next-btn:hover .slick-prev-btn-place {
  opacity: 0;
}

.slick-next-btn:hover svg {
  transform: translate(10px, -50%);
}

.slick-list-bulets {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-list-bul {
  background: #CED7DA;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 100%;
  transition: 0.25s;
  cursor: pointer;
}

.slick-list-bul.active {
  background: #D96A5E;
}

.main-4-image-bottom {
  width: 245px;
  height: 340px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -240px;
  bottom: -82px;
}

.main-5 {
  position: relative;
}

.main-5 .wrapper {
  position: relative;
  z-index: 20;
}

.main-5 .section-title {
  color: #ffffff;
}

.main-5-wrapper-slick {
  position: relative;
  width: 70%;
}

.main-5-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.main-5-slide-wrapper {
  width: 115px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-5-bg {
  height: 480px;
  width: 100%;
  background-image: url("../images/main-5-bg-slide.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-5-right {
  width: 25%;
  position: relative;
  pointer-events: none;
}

.main-5-image-right {
  width: 859px;
}

.main-5-flex {
  display: flex;
  justify-content: space-between;
}

.main-5-count {
  position: absolute;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  color: #FFFFFF;
  top: 129px;
  left: 36px;
  width: 40px;
}

.main-5-text-box {
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  bottom: -25px;
  left: 19px;
  width: 217px;
  height: 78px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #353535;
  padding-left: 20px;
}

.main-5-right-image {
  width: 856.13px;
  height: 721.31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -220px;
  left: 0px;
  position: absolute;
}

.main-5-slide-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.remodal-fanc {
  background: #fff;
  width: 740px;
  max-width: 100%;
}

.remodal-fanc .main-text {
  text-align: left;
}

.remodal-fanc .section-title {
  margin-bottom: 40px;
}

.main-5-arrows {
  display: flex;
  justify-content: center;
}

.main-5-flex .slick-prev-btn {
  position: absolute;
  left: -90px;
  top: 180px;
}

.main-5-flex .slick-next-btn {
  position: absolute;
  right: -90px;
  top: 180px;
}

.main-5-flex .slick-prev-btn-place {
  background: rgba(248, 248, 248, 0.06);
}

.main-5-flex .main-5-arrows svg {
  fill: #ffffff;
}

.main-6-flex {
  display: flex;
  justify-content: space-between;
}

.main-6-left {
  width: 50%;
}

.main-6-left .section-title {
  margin-bottom: 40px;
  width: calc(100% + 120px);
}

.main-6-left .main-text {
  margin-bottom: 60px;
  padding-right: 60px;
}

.main-6-right {
  width: 50%;
  padding-top: 120px;
}

.main-7 {
  padding-top: 0px !important;
}

.main-7-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -20px;
}

.main-7-el {
  width: calc(50% - 70px);
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 20px;
  background: linear-gradient(201.77deg, rgba(255, 255, 255, 0.1) -16.44%, #F9FFFF 111.13%, rgba(241, 251, 255, 0.01) 161.94%);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 25px 20px;
  padding-left: 70px;
  position: relative;
  display: flex;
  align-items: center;
}

.main-7-el-count {
  background: linear-gradient(130.74deg, #DB8578 -13.95%, #D86357 60.45%);
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 56px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  z-index: 20;
}

.main-7-el-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
}

.main-7-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.main-7-bot-left {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #5E5647;
  width: calc(100% - 400px);
}

.main-7-bot-left .icon {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  min-width: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-7-image {
  width: 153px;
  height: 320px;
  position: absolute;
  left: -180px;
  bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-7-bot {
  width: 560px;
  flex-direction: column;
  margin-left: auto;
  padding-bottom: 40px;
}

.main-7-bot .btn-main {
  margin-right: auto;
}

.main-7-image {
  max-width: 100%;
  left: 0px;
  bottom: -82px;
}

.main-7-bot-left {
  width: 100%;
  margin-bottom: 20px;
}

.main-8 {
  padding-top: 0px !important;
}

.main-8-flex {
  padding-top: 80px;
  border-top: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-8-left {
  width: 48%;
}

.main-8-right {
  width: 48%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.main-8-zoom-block {
  width: 55%;
  display: block;
  position: relative;
}

.main-8-zoom-block img {
  width: 100%;
  height: auto;
}

.main-8-zoom-block-btn {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.25s;
  transform: translate(-50%, 50%);
  transform-origin: center;
}

.main-8-zoom-block-btn:hover {
  transform: translate(-50%, 50%) scale(1.3);
}

.main-8-image-right {
  width: 151px;
  max-width: 40%;
  height: 370px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-9 {
  background: linear-gradient(201.77deg, rgba(255, 255, 255, 0.1) -16.44%, #F9FFFF 111.13%, rgba(241, 251, 255, 0.01) 161.94%);
}

.main-9 .section-title {
  text-align: center;
}

.main-9 .slick-prev-btn-place {
  background: #efebeb;
}

.main-9-slide-wrapper {
  width: 410px;
  height: 410px;
  border-radius: 100%;
  background: linear-gradient(83.37deg, #D4C4A8 -7.69%, #A69A85 -7.69%, #515151 61.53%);
  padding: 6px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-9-slide-container {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #FFFFFF;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.main-9-slide-count {
  position: absolute;
  top: 23px;
  left: 36px;
  background: #FAFCFC;
  box-shadow: 0px 5.63265px 5.63265px rgba(0, 0, 0, 0.09), inset 0px 5.63265px 5.63265px rgba(0, 0, 0, 0.07);
  width: 69px;
  height: 69px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 157.19%;
  text-align: center;
}

.main-9-slide-count p {
  background: linear-gradient(130.74deg, #DB8578 -13.95%, #D86357 60.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.main-9-icon-wrapper {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-9-icon-wrapper svg {
  fill: #DA7165 !important;
  stroke: #DA7165 !important;
  transition: 0.25s;
}

.main-9-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 157.19%;
  text-align: center;
  color: #222222;
  margin-bottom: 10px;
  transition: 0.25s;
}

.main-9-text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 157.19%;
  text-align: center;
  color: #222222;
  transition: 0.25s;
}

.main-9-slide.slick-current .main-9-icon-wrapper svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.main-9-slide.slick-current .main-9-icon-wrapper svg path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.main-9-slide.slick-current .main-9-title {
  color: #ffffff;
}

.main-9-slide.slick-current .main-9-text {
  color: #ffffff;
}

.main-9-slide.slick-current .main-9-slide-container,
.main-9-slide.slick-current .main-9-slide-wrapper {
  background: linear-gradient(88.94deg, #A69A85 -33.97%, #D4C4A8 -33.97%, #515151 184.67%);
}

.main-10 {
  position: relative;
}

.main-10 .wrapper {
  position: relative;
  z-index: 20;
}

.main-10 .section-title {
  color: #ffffff;
}

.main-10-flex {
  display: flex;
  justify-content: space-between;
}

.main-10-left {
  width: 50%;
}

.main-10-right {
  width: 50%;
  position: relative;
}

.main-10-right img {
  position: absolute;
  left: 0px;
  top: 60%;
  transform: translateY(-50%);
}

.form-style {
  width: 420px;
  max-width: 100%;
}

.main-10-row {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.main-10-row input {
  border-bottom: 1px solid #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  background: transparent;
}

.main-10-row input::-moz-placeholder {
  color: #E9E9E9;
}

.main-10-row input:-ms-input-placeholder {
  color: #E9E9E9;
}

.main-10-row input::placeholder {
  color: #E9E9E9;
}

.main-10-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  position: relative;
  z-index: 20;
}

.main-10-bot-right {
  display: flex;
  align-items: center;
}

.main-10-bot-right-link {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 23.4091px;
  line-height: 120.69%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-left: 50px;
}

.main-10-bot-right-link .icon {
  width: 23px;
  min-width: 23px;
  margin-right: 20px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-10 {
  padding-bottom: 20px !important;
}

.main-11-flex {
  padding-top: 80px;
  border-top: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main-11 {
  padding-top: 0px !important;
}


.main-11-left {
  padding-right: 30px;
  width: 30%;
}

.main-11-right {
  width: 70%;
  /*display: flex;
  align-items: flex-end;
  justify-content: space-between;*/
}

.main-11-zoom-block {
  width: 95%;
  display: block;
  position: relative;
}

.main-11-zoom-block img {
  width: 100%;
  height: auto;
}

.main-11-zoom-block-btn {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.25s;
  transform: translate(-50%, 50%);
  transform-origin: center;
}

.main-11-zoom-block-btn:hover {
  transform: translate(-50%, 50%) scale(1.3);
}

.main-11-image-right {
  width: 151px;
  max-width: 40%;
  height: 370px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-11-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.main-11-slick {
  margin-left: -20px;
  margin-right: -20px;
}

.main-11-slide-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-11-slide-el {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.main-11-slide-el:first-child {
  min-height: 140px;
}

.main-11-slide-el img {
  min-width: 100px;
  max-width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-11-slide-el p {
  width: calc(100% - 125px);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #222222;
}

.main-11-slide-el:last-child {
  margin-bottom: 0px;
  width: 400px;
}
.main-11-image-bottom {
  width: 245px;
  height: 340px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -240px;
  bottom: -82px;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
  background: #EAE7DC;
}

.remodal-form .section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.remodal-form .remodal-close {
  background-image: url("../images/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form-wrapper {
  position: relative;
  z-index: 20;
}

.remodal-close {
  z-index: 30;
}

.anhor {
  position: absolute;
  top: -50px;
}

.thanks-page {
  min-height: 100vh;
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
}


/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

.header-contacts-box {
	display: flex;
	flex-direction: column;
}
.header-contacts-box a:first-child {
	margin-bottom: 5px;
}

@media screen and (max-width: 1700px) {
  .main-4-image-bottom {
    left: 0px;
  }

  .main-4-slick-wrapper {
    width: calc(100% - 245px);
    margin-left: auto;
  }
}


@media screen and (max-width: 1500px) {
  .main-5-flex .slick-prev-btn {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .main-5-arrows {
    margin-top: 30px;
  }

  .main-5-flex .slick-next-btn {
    position: relative;
    right: 0px;
    top: 0px;
  }

  .main-7-flex {
    margin-left: -20px;
  }
}

@media screen and (max-width: 1300px) {
  .header-hambugreg {
    display: block;
    margin-left: 0px;
  }

  .header-hambugreg:before {
    background: #ffffff;
  }

  .header-hambugreg:after {
    background: #ffffff;
  }

  .header-hamburger-line {
    background: #ffffff;
  }

  .main-header-right .main-menu {
    display: none;
  }

  .main-header-right .main-header-btn {
    display: none;
  }

  .main-header {
    padding: 10px 0px !important;
  }

  .header-logo {
    height: 50px;
    display: block;
  }

  .header-logo img {
    max-height: 100%;
  }

  .mobile-menu {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile-menu.active {
    display: flex;
  }

  .mobile-menu .main-header-link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .main-menu ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-menu li {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
  }

  .main-menu li:first-child {
    margin-top: 0px;
  }

  .main-menu li a {
    font-size: 20px;
    text-align: center;
  }

  .main-menu {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .main-header {
    max-height: 100vh;
    overflow: auto;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-right img {
    width: 700px;
  }

  .hero-left {
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .hero-wrapper {
    align-items: flex-end;
  }

  .hero {
    padding-top: 120px;
  }

  .main-2-sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .main-3-image-bot {
    width: 550px;
  }

  .main-3-image-top {
    width: 100%;
  }

  .main-6-right img {
    max-width: 100%;
  }

  .main-10-right img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
	.main-10-bot-right-link {
		font-size: 20px;
	}
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    text-align: center;
  }

  .main-2-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-2-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-2-left-image {
    width: 100px;
    min-width: 100px;
    margin-right: 50px;
  }

  .main-2-text-block {
    width: calc(100% - 150px);
  }

  .main-2-right {
    width: 100%;
    text-align: center;
  }

  .main-3-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-3-left {
    width: 100%;
    padding-bottom: 40px;
  }

  .main-3-right {
    padding-top: 0px;
    width: 100%;
  }

  .main-3-image-top {
    width: 550px;
    max-width: 100%;
  }

  .main-3-right {
    justify-content: center;
    align-items: center;
  }

  .main-3-right-text {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-3-image-bot {
    max-width: 100%;
  }

  .main-5-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-5-right {
    width: 100%;
    height: 350px;
  }

  .main-5-right-image {
    height: 550px;
    left: auto;
    right: -450px;
  }

  .main-5-wrapper-slick {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-5 .section-title {
    text-align: center;
  }

  .main-6-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-6-left {
    width: 100%;
  }

  .main-6-left .section-title {
    width: 100%;
  }

  .main-6-left .main-text {
    margin-bottom: 40px;
  }

  .main-6-right {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-6-left .main-text {
    padding-right: 0px;
  }

  .main-7-el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-7-el:first-child {
    margin-top: 0px;
  }

  .main-7-flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
  }

  .main-7-bot {
    width: 400px;
    max-width: 100%;
  }

  .main-7-bot-left {
    font-size: 14px;
    line-height: 24px;
  }

  .main-7-image {
    height: 280px;
  }

  .main-8-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-8-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .main-8-right {
    width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-8 .section-title {
    margin-bottom: 40px;
  }

  .main-9 .slick-navigation {
    margin-top: 40px;
  }

  .main-9-slide .main-9-icon-wrapper svg {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .main-9-slide .main-9-icon-wrapper svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .main-9-slide .main-9-title {
    color: #ffffff;
  }

  .main-9-slide .main-9-text {
    color: #ffffff;
  }

  .main-9-slide .main-9-slide-container,
  .main-9-slide .main-9-slide-wrapper {
    background: linear-gradient(88.94deg, #A69A85 -33.97%, #D4C4A8 -33.97%, #515151 184.67%);
  }

  .main-10-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-10-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-10-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .form-style {
    margin-left: auto;
    margin-right: auto;
  }

  .main-10-right img {
    position: static;
    transform: none;
    max-height: 250px;
  }

  .main-10 .section-title {
    text-align: center;
  }

  .main-10-bot-right {
    display: none;
  }

  .main-10-bot {
    justify-content: center;
    margin-top: 20px;
  }
  .main-11-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-11-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .main-11-right {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-11 .section-title {
    margin-bottom: 40px;
  }
  .main-11-slide-el img {
  min-width: 100px;
  max-width: 357px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
}

@media screen and (max-width: 800px) {
  .main-4-image-bottom {
    width: 150px;
  }

  .main-4-slick-wrapper {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 700px) {
  .main-header-right .main-header-link {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bottom: var(--section-padding-mobile);
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .hero-title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .hero-text {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .hero-btns {
    flex-direction: column;
  }

  .hero-btns a {
    max-width: 100%;
  }

  .hero-btns .btn-main {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-pre-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .hero-pre-title .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
  }

  .hero-left {
    padding-bottom: 20px;
  }

  .hero-right img {
    width: 600px;
  }

  .main-2-left-image {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
  }

  .main-2-text-block {
    width: calc(100% - 90px);
  }

  .main-text {
    font-size: 16px;
    line-height: 24px;
  }

  .main-4-slick-wrapper {
    width: 100%;
  }

  .main-4 .wrapper {
    padding-bottom: 100px;
  }

  .main-4-image-bottom {
    height: 260px;
    width: 170px;
  }

  .slick-list-bulets {
    display: none;
  }

  .main-4-slide-el img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    min-width: 80px;
  }

  .main-4-slide-el p {
    font-size: 15px;
  }

  .main-4-slide-el {
    margin-bottom: 30px;
  }

  .slick-navigation {
    margin-top: 30px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .main-4 .slick-navigation {
    justify-content: flex-end;
  }

  .main-4 .slick-prev-btn {
    margin-right: 20px;
  }

  .main-4 .slick-next-btn {
    margin-left: 20px;
  }

  .main-5 .slick-slider .slick-track {
    overflow: visible;
  }

  .main-5-slick {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  .main-7-bot {
    width: 250px;
  }

  .main-7-bot-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .main-7-bot-left .icon {
    margin-bottom: 5px;
  }

  .main-7-el {
    padding-left: 45px;
    padding-right: 10px;
  }

  .main-8-flex {
    padding-top: 60px;
  }

  .main-8-zoom-block-btn {
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .main-8-zoom-block-btn:hover {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .main-9-slide-wrapper {
    border-radius: 15px;
  }

  .main-9-slide-container {
    border-radius: 15px;
  }

  .main-9-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-9-slick {
    margin-left: -10px;
    margin-right: -10px;
  }

  .main-9-slide-wrapper {
    min-height: 410px;
    height: auto;
  }

  .main-9-slide-container {
    height: auto;
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 410px) {
  .main-7-image {
    left: -35px;
  }

  .main-8-right {
    align-items: center;
  }

  .main-8-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 374px) {
  .hero-right img {
    width: 500px;
  }

  .main-2-left-image {
    display: none;
  }

  .main-2-text-block {
    width: 100%;
  }
main-4-lazy
  .main-4-slide-el p {
    font-size: 14px;
  }

  .main-7-bot {
    width: 210px;
  }

  .main-7-image {
    left: -45px;
  }

  .main-7-bot .btn-main {
    width: calc(100% + 15px);
    max-width: calc(100% + 15px);
    margin-left: -15px;
  }
  .main-4-slide-el img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .main-4-slide-el p {
    width: calc(100% - 60px);
  }
}


.thanks-page {
  padding-top: 0px;
  background: #9e9585;
}
.thanks-page .hero-wrapper {
  align-items: center;
}
@media screen and (max-width: 992px){
  .thanks-page {
    padding-top: 60px;
    align-items: center;
    justify-content: center;
  }
  .thanks-page .hero-right img {
    max-height: 300px;
    object-position: center;
    object-fit: contain;
    max-width: 100%;
  } 
  .thanks-page .hero-left {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .thanks-page .hero-pre-title {
    justify-content: center;
  }
  .thanks-page .hero-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .thanks-page .hero-btns .btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}
