@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: 60px;
  --section-padding-mobile: 40px;
  --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;
}

.hero .slick-track {
  display: flex;
}
.hero-slide  {
  height: inherit;
}

.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 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  padding: 15px 0px;
  background: #FFFFFF;
}

.main-header.fixed,
.main-header.active {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

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

.logo {
  display: flex;
  align-items: center;
}

.logo .logo_icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-right: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.logo:hover .logo_icon {
  transform: scale(1.2);
}

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

.main-menu ul {
  display: flex;
  align-items: center;
}

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

.main-menu ul li a {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.main-menu ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #E50041;
  transition: 0.25s;
  opacity: 0;
}

.main-menu ul li a:hover:after {
  opacity: 1;
}

.header-btn {
  width: 159px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E50041;
  border: 1px solid #E50041;
  border-radius: 4px;
  margin-left: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-btn:hover {
  background: #ffffff;
  color: #E50041;
}

.header-hambugreg {
  display: none;
}

.mobile-menu {
  display: none;
}

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

.hero {
  padding-top: 130px;
  padding-bottom: 120px;
}

.hero-slick {
  margin-bottom: 0px !important;
  background: #FFFFFF;
  border-radius: 18px;
}

.hero-slide-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 55px;
}

.hero-slide-left {
  width: 440px;
  position: relative;
  z-index: 20;
  padding-top: 42px;
  padding-bottom: 50px;
}

.hero-slide-right {
  margin-left: auto;
  width: calc(100% - 460px);
}

.hero-slide-right-main-box {
  position: relative;
  width: 506px;
  max-width: 100%;
  background: #E50041;
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: center;
  height: 100%;
  border-radius: 0px 18px 18px 0px;
}

.hero-slide-right-logo {
  height: calc(100% - 60px);
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-slide-right-logo img {
  max-width: 100%;
  max-height: 100%;
}

.hero-slide-main-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -287px;
  display: flex;
  align-items: center;
  width: 660px;
  height: 100%;
}

.hero-slide-main-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.hero-slide-title {
  font-style: normal;
  font-weight: 900;
  font-size: 62px;
  line-height: 106.82%;
  color: #000000;
  margin-bottom: 22px;
}

.hero-slide-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 22px;
  width: 350px;
  max-width: 100%;
}

.hero-slide-info {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 116.42%;
  color: #222222;
  margin-bottom: 40px;
  width: 320px;
  max-width: 100%;
}

.hero-slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E50041;
  border-radius: 4px;
  width: 188px;
  height: 61px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #E50041;
}

.hero-slide-btn .icon {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  position: relative;
}

.hero-slide-btn .icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-btn-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
  transition: 0.25s;
}

.hero-slide-btn .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/btn_hero_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
  opacity: 0;
  transition: 0.25s;
}

.hero-slide-btn:hover {
  background: #E50041;
  color: #ffffff;
}

.hero-slide-btn:hover .icon:before {
  opacity: 0;
}

.hero-slide-btn:hover .icon:after {
  opacity: 1;
}

.slick-dots {
  bottom: -25px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  background: #BCBCBC;
  border-radius: 12px;
  width: 23px;
  height: 4px;
  margin-left: 4px;
  margin-right: 4px;
  transition: 0.25s;
}

.slick-dots li.slick-active {
  background: #E50041;
  width: 65px;
}

.section-title {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 121.82%;
  color: #000000;
  text-transform: uppercase;
}

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

.section-title span {
  color: #E50041;
}

.m_2_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -4px;
}

.m_2_el {
  width: calc(25% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px;
  padding: 55px 28px 40px 21px;
  background: #FFFFFF;
  border-radius: 14px;
}

.m_2_el:hover .m_2_el_icon_box {
  background: #E50041;
}

.m_2_el:hover .m_2_el_icon_static {
  opacity: 0;
}

.m_2_el:hover .m_2_el_icon_hover {
  opacity: 1;
}

.m_2_el_icon_box {
  border: 1.4px solid #E50041;
  border-radius: 7px;
  width: 75px;
  height: 75px;
  position: relative;
  transition: 0.25s;
  display: flex;
  transition: 0.25s;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

.m_2_el_icon_static {
  width: 54px;
  height: 54px;
  transition: 0.25s;
}

.m_2_el_icon_static img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_2_el_icon_hover {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  transition: 0.25s;
  opacity: 0;
}

.m_2_el_icon_hover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_2_el_title {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 116.42%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 11px;
}

.m_2_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 132.62%;
  color: #222222;
}

.m_3 {
  padding-top: 17px;
}

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

.m_3_left {
  width: calc(50% - 3px);
  padding-top: 85px;
  padding-bottom: 66px;
  position: relative;
  background: #E50041;
  border-radius: 14px;
  display: flex;
  align-items: center;
}

.m_3_left img {
  width: 100%;
  height: auto;
}

.m_3_right {
  width: calc(50% - 3px);
  padding: 60px;
  background: #FFFFFF;
  border: 2px solid #E50041;
  border-radius: 14px;
}

.m_3_left_zoom_icon {
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 20;
  background: #FFFFFF;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  cursor: pointer;
}

.m_3_left_zoom_icon .icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_3_left_zoom_icon:hover {
  transform: scale(1.2);
}

.m_3_right_list {
  margin-bottom: 40px;
}

.m_3_right_list ul li {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #222222;
  padding-left: 30px;
  margin-bottom: 20px;
}

.m_3_right_list ul li:last-child {
  margin-bottom: 0px;
}

.m_3_right_list ul li:before {
  content: '';
  display: block;
  background-image: url("../images/m_3_list_arrow.svg");
  width: 11px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0px;
}

.main-btn {
  width: 222px;
  height: 61px;
  background: #FFFFFF;
  border: 1px solid #E50041;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #E50041;
}

.main-btn:hover {
  background: #E50041;
  color: #ffffff;
}

.m_4_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -15px;
  margin-right: -15px;
}

.m_4_el {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.m_4_el_icon {
  background: #E50041;
  border-radius: 7px;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
}

.m_4_el_icon img {
  display: block;
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_4_el_line {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 1px;
  position: relative;
  background: #000000;
  margin-bottom: 23px;
}

.m_4_el_line:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 37px;
  height: 4px;
  background: #E50041;
  transform: translateX(-50%);
}

.m_4 {
  padding-top: 90px;
}

.m_4 .section-title {
  text-align: center;
}

.m_4_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 132.62%;
  text-align: center;
  color: #222222;
  width: 280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m_5 {
  padding-top: 53px;
}

.m_5 .main-btn {
  width: 279px;
  max-width: 100%;
}

.m_5_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 14px;
  position: relative;
  padding: 63px 45px 55px 40px;
}

.m_5_wrapper .section-title {
  margin-bottom: 20px;
}

.m_5_text {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #000000;
  width: 535px;
  max-width: 100%;
  margin-bottom: 55px;
}

.m_5_left_box {
  width: 700px;
  max-width: 100%;
}

.m_5_right_box {
  position: absolute;
  top: 55%;
  right: 40px;
  width: 641px;
  height: 387px;
  transform: translateY(-50%);
}

.m_5_right_box img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_6 {
  padding-top: 35px;
  padding-bottom: 56px;
}

.m_6_slick {
  margin-left: -2px;
  margin-right: -2px;
}

.m_6_slide {
  padding-left: 2px;
  padding-right: 2px;
}

.m_6_slide_wrapper {
  width: 100%;
  height: 327px;
}

.m_6_slide_wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.m_7 {
  padding-top: 100px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  display: block;
  padding: 0px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E50041;
  transition: 0.25s;
  border-radius: 100%;
  opacity: 1 !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #E50041;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
  opacity: 1;
}

.slick-prev {
  z-index: 99;
  left: -75px;
}

.slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 9px;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  background-image: url("../images/slick_arrow_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 9px;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.25s;
  background-image: url("../images/slick_arrow_hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.slick-next {
  right: -75px;
  z-index: 99;
}

.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 9px;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.25s;
  background-image: url("../images/slick_arrow_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 9px;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  background-image: url("../images/slick_arrow_hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.m_7_count_flex {
  display: flex;
  align-items: center;
  width: calc(100% + 40px);
  margin-left: -40px;
  margin-bottom: 20px;
}

.m_7_count {
  width: 40px;
  min-width: 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 132.62%;
  color: #E50041;
}

.m_7_count_line_wrapper {
  width: calc(100% - 40px);
}

.m_7_count_line_wrapper {
  overflow: hidden;
}

.m_7_count_line {
  width: 100%;
  height: 1px;
  background: #E50041;
}

.m_7_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.m_7_left {
  width: 590px;
}

.m_7_right {
  width: calc(100% - 690px);
  position: relative;
}

.m_7_right_bg_text {
  position: absolute;
  top: 0px;
  left: 0px;
  font-style: normal;
  font-weight: 900;
  font-size: 146.858px;
  line-height: 121.82%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.m_7_right_image {
  position: relative;
  z-index: 20;
  width: 100%;
}

.m_7_right_image img {
  max-width: 100%;
  height: auto;
}

.m_7_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 142.62%;
  color: #000000;
}

.m_7_bottom {
  margin-top: 112px;
  display: flex;
  justify-content: space-between;
}

.m_7_bottom_left {
  width: 50%;
  background: #FFFFFF;
  border: 2px solid #E50041;
  border-radius: 14px;
  padding: 28px 45px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 132.62%;
  color: #000000;
}

.m_7_bottom_left p {
  margin-bottom: 20px;
}

.m_7_bottom_left ul li {
  position: relative;
  padding-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 132.62%;
  color: #000000;
}

.m_7_bottom_left ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000000;
}

.m_7_bottom_right {
  width: 35%;
}

.m_7_bottom_right_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 142.62%;
  color: #000000;
  width: 330px;
  max-width: 100%;
  margin-bottom: 20px;
}

.m_7_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E50041;
  border: 1px solid #E50041;
  border-radius: 4px;
  width: 220px;
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.m_7_btn:hover {
  color: #E50041;
  background: #ffffff;
}

.m_8 {
  padding-top: 110px;
}

.m_8_text_bottom {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 121.82%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 100px;
}

.m_9 {
  padding-top: 80px;
}

.m_9_wrapper {
  position: relative;
  background: #E50041;
  border-radius: 14px;
  padding: 57px 50px 90px 50px;
}

.m_9_box {
  width: 590px;
  max-width: 100%;
}

.m_9_box .section-title {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 35px;
}

.m_9_image {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 460px;
}

.m_9_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_10 {
  padding-top: 110px;
}

.m_10 .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.m_10_text_after_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 142.62%;
  text-align: center;
  color: #000000;
  width: 610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.form-style {
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-style input,
.form-style textarea {
  width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding: 15px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.form-style textarea {
  height: 140px;
}

.form-btn {
  display: block;
  width: 100%;
  height: 61px;
  background: #E50041;
  border: 1px solid #E50041;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 45px;
}

.form-btn:hover {
  background: #ffffff;
  color: #E50041;
}

.m_11 {
  padding-top: 76px;
}

.m_11_wrapper {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
}

.m_11_left {
  width: 50%;
}

.m_11_left img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.m_11_right {
  width: calc(50% - 100px);
}

.m_11_right .section-title {
  margin-bottom: 20px;
}

.m_11_after_title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 132.62%;
  color: #222222;
  margin-bottom: 40px;
}

.m_11_row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #222222;
}

.m_11_row .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_11_soc_links {
  padding-top: 15px;
  display: flex;
}

.m_11_soc_links a {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.m_11_soc_links a:hover {
  transform: scale(1.2);
}

.m_11_soc_links a:last-child {
  margin-top: 0px;
}

.main-footer {
  background: #F5F5F5;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #121212;
  padding-top: 20px;
  padding-bottom: 20px;
}

.remodal-form {
  padding: 33px 0px 0px 0px;
  background: transparent;
  width: 800px;
  max-width: 100%;
}

.remodal-form-wrapper {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  border-top: 22px solid #E50041;
  padding-top: 36px;
}

.remodal-close {
  background: #FFFFFF;
  border-radius: 12px 12px 0px 0px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  transition: 0.25s;
}

.form-style-bg-white {
  width: 535px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.form-style-bg-white textarea {
  margin-bottom: 0px;
}

.form-style-bg-silver {
  padding: 25px 0px 60px 0px;
  background: #F5F5F5;
}

.form-style-bg-width {
  width: 535px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.form-style-interest-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
  text-align: left;
}

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

.remodal-close:hover {
  background: #E50041;
}

.remodal-close:hover .remodal-close-btn-icon {
  opacity: 0;
}

.remodal-close:hover .remodal-close-btn-icon-hover {
  opacity: 1;
}

.remodal-close-btn-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/remodal_close_btn_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.remodal-close-btn-icon-hover {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/remodal_close_btn_icon_hover.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  opacity: 0;
}

.remodal-title {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 121.82%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

.remodal-after-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 142.62%;
  text-align: center;
  color: #000000;
  width: 614px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.thanks-page {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #ffffff;
  z-index: 9999999999;
  overflow: auto;
}

.thanks-page .wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0px;
}

.thanks-page-icon {
  width: 350px;
  height: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.thanks-page-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.thanks-page-title {
  font-style: normal;
  font-weight: 900;
  font-size: 62px;
  line-height: 106.82%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.thanks-page-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 40px;
  text-align: 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;
}
 */

@media screen and (max-width: 1500px) {
  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .m_7_count_flex {
    width: 100%;
    margin-left: 0px;
  }
}

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

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

  .mobile-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }

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

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

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

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

  .main-menu ul li a {
    text-align: center;
  }

  .main-menu ul li a:after {
    display: none;
  }

  .hero-slide-main-image {
    left: -250px;
  }

  .m_5_right_box {
    right: 10px;
  }

  .m_5_text {
    width: 475px;
  }

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

  .m_7_left {
    width: 100%;
  }

  .m_7_right {
    margin-top: 20px;
    width: 550px;
    max-width: 100%;
  }

  .m_7_flex {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .hero-slide-main-image {
    left: -150px;
    width: 550px;
  }

  .hero-slide-title {
    font-size: 48px;
  }

  .hero-slide-flex {
    padding-left: 30px;
  }

  .m_3_right {
    padding: 40px 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .m_2_el {
    padding: 30px 20px;
  }

  .m_4_el {
    width: calc(50% - 30px);
  }

  .m_5_right_box {
    position: static;
    width: 100%;
    transform: none;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_5_right_box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

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

  .m_5_left_box {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_5_left_box .section-title {
    text-align: center;
  }

  .m_5_text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .m_5 .main-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .m_5_wrapper {
    padding: 40px 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .m_9_wrapper {
    width: 660px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    padding-bottom: 10px;
  }

  .m_9_image {
    position: static;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_9_image img {
    width: 100%;
    height: auto;
  }

  .m_9_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m_9_box .section-title {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-slick .slick-track {
    display: flex;
  }

  .hero-slide {
    display: flex;
    flex-direction: column;
    height: inherit;
  }

  .hero-slide-flex {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-grow: 2;
  }

  .hero-slide-right {
    margin-top: auto;
  }

  .hero-slide-right {
    width: 100%;
  }

  .hero-slide-right-main-box {
    width: 100%;
    border-radius: 0px 0px 18px 18px;
  }

  .hero-slide-main-image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-slick {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-slide-flex {
    padding-left: 0px;
  }

  .hero-slide-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-slide-title {
    font-size: 36px;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-slide-right-main-box {
    height: 450px;
  }

  .hero-slide-right-logo {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 130px;
  }

  .section-title {
    font-size: 26px;
  }

  .m_2_el {
    width: calc(50% - 4px);
  }

  .m_3_flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .m_3_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .m_3_left {
    width: 100%;
  }

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

  .m_7_bottom_left {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .m_7_bottom_right {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .m_7_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .m_7_bottom {
    margin-top: 60px;
  }

  .m_7 {
    padding-top: 60px;
  }

  .m_6 {
    padding-bottom: 16px;
  }

  .m_8_text_bottom {
    font-size: 28px;
    margin-top: 80px;
  }

  .m_11_wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    padding-bottom: 20px;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_11_right {
    width: 100%;
    margin-bottom: 40px;
  }

  .m_11_left {
    width: 100%;
  }

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

  .remodal-title {
    font-size: 24px;
  }

  .remodal-after-title {
    margin-bottom: 30px;
  }

  .remodal-form-wrapper {
    border-width: 10px;
    padding-top: 15px;
    border-radius: 12px 0px 12px 12px;
  }

  .remodal-form {
    padding-top: 45px;
  }
}

@media screen and (max-width: 800px) {
  .m_7_right_bg_text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bot: 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;
  }

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

@media screen and (max-width: 500px) {
  .header-hambugreg {
    margin-left: 15px;
  }

  .header-btn {
    width: 140px;
    height: 44px;
  }

  .hero-slide-right-main-box {
    height: 250px;
  }

  .m_2_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }

  .m_2_el:first-child {
    margin-top: 0px;
  }

  .m_2_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .m_2_el_icon_box {
    margin-bottom: 20px;
  }

  .m_3_right {
    padding: 30px 20px;
  }

  .m_3_right {
    margin-bottom: 10px;
  }

  .m_3 {
    padding-top: 10px;
  }

  .section-title {
    font-size: 24px;
  }

  .hero {
    padding-bottom: 100px;
  }

  .m_4_flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m_4_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m_4_el:first-child {
    margin-top: 0px;
  }

  .m_5_right_box {
    height: 250px;
  }

  .m_8_text_bottom {
    font-size: 24px;
  }

  .thanks-page-title {
    font-size: 48px;
  }

  .thanks-page-icon {
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
  }
}

.anhor {
  position: absolute;
  top: -70px;
}
.m_11 {
  position: relative;
}
.m_7 {
  position: relative;
}

.form-style-interest-checkboxs .wpcf7-form-control{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: -12px;
}
.form-style-interest-checkboxs .wpcf7-list-item {
  width: 48%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 12px;
}
.form-style-interest-checkboxs .wpcf7-list-item  label {
  display: flex;
  align-items: center;
}
.form-style-interest-checkboxs .wpcf7-list-item-label{
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: left;
}
.form-style-interest-checkboxs .jq-checkbox {
  background: #FFFFFF;
  border: 1px solid #000000;
  width: 16px;
  height: 16px;
  transition: 0.25s;
  min-width: 16px;
  margin-right: 10px;
  box-shadow: none;
}
.form-style-interest-checkboxs .jq-checkbox.checked .jq-checkbox__div {
  display: none !important;
}
.form-style-interest-checkboxs .jq-checkbox.checked {
  background: #E50041;
}

@media screen and (max-width: 992px){
  .form-style-interest-checkboxs .wpcf7-list-item {
    width: 100%;
    margin-top: 5px;
  }
  .form-style-interest-checkboxs .wpcf7-list-item:first-child {
    margin-top: 0px;
  }
  .form-style-interest-checkboxs .wpcf7-form-control {
    margin-top: 0px;
  }
  .main-menu ul li a {
    font-size: 18px;
  }
  .main-menu ul li {
    margin-top: 40px;
  }
  .mobile-menu{
    padding-top: 40px;
  }
}
@media screen and (max-width: 374px){
  .header-btn {
    margin-left: 0px;
    width: 110px;
  }
}


.hero-slide {
  height: 462px;
}
@media screen and (max-width: 1200px){
  .hero-slide {
    height: 432px;
  }
}
@media screen and (max-width: 992px){
  .hero-slide {
    height: 787px;
  }
}
@media screen and (max-width: 992px){
  .hero-slide {
    height: auto;
  }
}