@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: 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: 'Poppins', 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;
}

.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("../images/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 {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  padding: 29px 0px;
  position: absolute;
  z-index: 300;
}

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

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

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

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

.main-menu a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

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

.header-btns {
  display: flex;
  align-items: center;
  margin-left: 133px;
}

.header-modal {
  width: 163px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  background: #FF7D03;
  border-radius: 6px;
}

.header-modal:hover {
  background: #4f4f4f;
}

.header-call {
  background-color: #FF7D03;
  border-radius: 6px;
  width: 59px;
  height: 59px;
  background-position: center;
  background-repeat: no-repeat;
}

.header-call:hover {
  background-color: #4f4f4f;
}

.header-hambugreg {
  display: none;
}

.mobile-nav {
  display: none;
}

.home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 141px;
  padding-bottom: 57px;
}

.home-container {
  width: 785px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  color: #000000;
  margin-bottom: 26px;
}

.home-text {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 35px;
}

.home-btn {
  background: #FF7D03;
  border-radius: 6px;
  width: 265px;
  height: 59px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-btn:hover {
  transform: translateY(-5px);
}

.m_2_btn {
  margin-top: 78px;
}

.main-btn {
  background: #FF7D03;
  border-radius: 6px;
  width: 338px;
  min-height: 59px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
}

.main-btn:hover {
  transform: translateY(-5px);
}

.m_2_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1186px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.m_2_el {
  width: calc(50% - 50px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}

.m_2_el_image {
  width: 300px;
  min-width: 300px;
  margin-right: 20px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m_2_el_title {
  width: 1px;
  flex-grow: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #000000;
}

.m_3 {
  position: relative;
  padding-top: 175px;
  padding-bottom: 83px;
}

.m_3_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 33px;
  text-align: center;
}

.m_3_sub_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 33px;
}

.m_3_text {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 71px;
  color: #FC8D27;
}

.m_3_flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -83px;
}

.m_3_el {
  width: calc(33.333% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m_3_el_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.m_3_el_title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-bottom: 11px;
}

.m_3_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
}

.m_4 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 95px;
}

.m_4_title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 57px;
}

.m_4_btn {
  background: #FF7D03;
  border-radius: 6px;
  width: 521px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
}

.m_4_btn:hover {
  transform: translateY(-5px);
}

.m_5 {
  position: relative;
  padding-top: 165px;
}

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

.m_5_left {
  width: 50%;
}

.m_5_right {
  width: 50%;
}

.m_5_right iframe {
  width: 100%;
  height: 300px;
}

.m_5_before_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 10px;
}

.m_5_title {
  font-style: normal;
  font-weight: 600;
  font-size: 62px;
  line-height: 93px;
  color: #000000;
}

.m_5_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -40px;
  margin-right: -80px;
  margin-left: -80px;
}

.m_5_el {
  width: calc(33.333% - 160px);
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m_5_el_icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}

.m_5_el_title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.m_5_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
}

.m_6 {
  padding-top: 197px;
  position: relative;
}

.m_6_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m_6_left {
  width: 500px;
  min-width: 500px;
  margin-right: 80px;
}

.m_6_left img {
  max-width: 100%;
  height: auto;
  display: block;
}

.m_6_right {
  width: 1px;
  flex-grow: 2;
}

.m_6_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 18px;
}

.m_6_sub_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 32px;
}

.m_6_right_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m_6_rdopdauns {
  width: 50%;
}

.m_6_photo {
  width: 46%;
  height: 232px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.m_6_block {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 18px;
  margin-bottom: 18px;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
}

.m_6_block:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 13px;
  height: 13px;
  transform-origin: center;
  transition: 0.25s;
  background-image: url("../images/m_6_drop_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_6_block.active .m_6_block_text {
  max-height: 200px;
  padding-top: 11px;
}

.m_6_block.active:before {
  transform: rotate(-90deg);
}

.m_6_block_text {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #4F4F4F;
}

.m_6_block_header {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}

.m_6_btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m_6_btns a {
  max-width: calc(50% - 20px);
}

.m_6_right_btn {
  background: #4f4f4f;
}

.m_7 {
  position: relative;
  padding-top: 182px;
  padding-bottom: 140px;
}

.m_7_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FF7D03;
  margin-bottom: 33px;
}

.m_7_after_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 92px;
}

.m_7_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-left: -25px;
  margin-right: -25px;
}

.m_7_el {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  max-width: 100%;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.m_7_el img {
  max-width: 100%;
  display: block;
  max-height: 60px;
}

.m_8 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  position: relative;
  padding-bottom: 196px;
}

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

.m_8_left {
  width: 772px;
  min-width: 772px;
  margin-right: 20px;
}

.m_8_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 12px;
}

.m_8_after_title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.m_8_left_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  width: 558px;
  max-width: 100%;
  color: #FFFFFF;
}

.m_9 {
  position: relative;
  z-index: 20;
  margin-top: -121px;
}

.m_9_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}

.m_9_el {
  width: calc(25% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m_9_el_icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 13px;
}

.m_9_el_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
}

.m_9_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
}

.m_10 {
  padding-top: 168px;
  position: relative;
}

.m_10_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 33px;
  text-align: center;
}

.m_10_after_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 82px;
}

.m_10_slide_wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.m_10_slide_wrapper img {
  max-width: 100%;
}

.m_10_btn {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.m_10_btn a {
  width: 360px;
  max-width: 100%;
}

.m_11 {
  position: relative;
  padding-top: 194px;
  padding-bottom: 90px;
}

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

.m_11_title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FF7D03;
  margin-bottom: 33px;
}

.m_11_after_title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 44px;
}

.m_11_left {
  width: 50%;
}

.m_11_right {
  width: 40%;
}

.m_11_map {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.m_11_map iframe {
  width: 100%;
  height: 320px;
}

.m_11_row {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

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

.m_11_row:last-child {
  margin-bottom: 0px;
}

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

.form-style button {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 30px;
}

.form-style input {
  display: block;
  width: 100%;
  background: #F9F9F9;
  border: 1px solid #BABABA;
  border-radius: 11px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 15px 20px;
}

.form_row {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.form_row label,
.form_row .form-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

.jq-selectbox__select-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.jq-selectbox {
  background: #F9F9F9;
  border: 1px solid #BABABA;
  border-radius: 11px;
  margin-bottom: 0px;
}

.remodal .jq-selectbox__dropdown {
  width: 458px !important;
  top: 49px !important;
  left: 0px !important;
}

.m_11_right_title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 10px;
}

.m_11_right_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  margin-bottom: 20px;
}

.main-footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 36px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 23px;
}

.footer-top-el {
  width: calc(25% - 50px);
}

.footer-top-el .main-btn {
  width: 221px;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.footer_left_text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 38px;
  margin-bottom: 37px;
}

.footer_soc_links {
  display: flex;
}

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

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

.footer-top-el-title {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.footer-top-el-row {
  display: flex;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-top-el-row:last-child {
  margin-bottom: 0px;
}

.footer-top-el-row .icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.foter-top-el-right-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bot-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer-bot-copy {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}

.anhor {
  position: absolute;
  top: 70px;
}

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

.remodal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 48px;
  color: #000000;
  margin-bottom: 20px;
}

.remodal_text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 26px;
}

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




.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: 1300px) {
  .header-btns {
    margin-left: 40px;
  }

  .m_6_left {
    width: 400px;
    min-width: 400px;
    margin-right: 45px;
  }
}

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

  .header-right .header-btns {
    display: none;
  }

  .header-hambugreg {
    display: block;
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    padding-top: 20px;
    width: 100%;
  }

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

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

  .main-header.active {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }

  .main-menu ul {
    flex-direction: column;
  }

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

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

  .header-btns {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .header-modal {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

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

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

  .m_2_btn {
    margin-top: 40px;
  }

  .m_3_el {
    margin-top: 40px;
    width: calc(50% - 80px);
  }

  .m_3_flex {
    width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
  }

  .m_5_title {
    font-size: 48px;
    line-height: 64px;
  }

  .m_6_flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_6_right {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .m_6_title {
    text-align: center;
  }

  .m_6_sub_title {
    text-align: center;
  }

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

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

  .m_8_left {
    margin-left: auto;
    margin-right: auto;
    min-width: 1px;
    margin-bottom: 40px;
  }

  .m_8_title {
    text-align: center;
  }

  .m_8_after_title {
    text-align: center;
  }

  .m_8_left_text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .m_9_el {
    width: calc(50% - 80px);
    margin-top: 40px;
  }

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

  .m_9_el:nth-child(2) {
    margin-top: 0px;
  }

  .m_9_wrapper {
    flex-wrap: wrap;
  }
}

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

  .home-title {
    font-size: 26px;
    line-height: 46px;
  }

  .home-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .m_3 {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .m_3_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .m_3_sub_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .m_3_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .m_4_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }

  .m_4 {
    padding: 70px 0px;
  }

  .m_5 {
    padding-top: 70px;
  }

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

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

  .m_5_before_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }

  .m_5_title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .m_5_title br {
    display: none;
  }

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

  .m_5_flex {
    margin-left: 0px;
    margin-right: 0px;
  }

  .m_5_el {
    width: 350px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .m_6 {
    padding-top: 70px;
  }

  .m_6_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }

  .m_6_sub_title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px;
  }

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

  .m_6_rdopdauns {
    width: 100%;
  }

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

  .m_6_btns a {
    max-width: 100%;
  }

  .m_6_btns a:first-child {
    margin-bottom: 20px;
  }

  .m_6_photo {
    width: 338px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_6_left {
    width: 450px;
    max-width: 100%;
    min-width: 1px;
  }

  .m_7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .m_7_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .m_7_after_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .m_7_el img {
    max-height: 40px;
  }

  .m_8 {
    padding-top: 70px;
  }

  .m_8_left {
    max-width: 100%;
  }

  .m_8_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .m_8_after_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .m_10 {
    padding-top: 70px;
  }

  .m_10_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .m_10_after_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .m_11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .m_11_title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: center;
  }

  .m_11_after_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
  }

  .m_11_right {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m_11_right_title {
    text-align: center;
  }

  .m_11_right_text {
    text-align: center;
  }

  .footer-top {
    flex-wrap: wrap;
  }

  .footer-top-el {
    width: calc(50% - 50px);
    margin-top: 40px;
  }

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

  .footer-top-el:nth-child(2) {
    margin-top: 0px;
  }

  .main-footer {
    padding-bottom: 20px;
    padding-top: 70px;
  }

  .anhor {
    top: 0px;
  }
}

@media screen and (max-width: 700px) {
  .m_3_el {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@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;
  }

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

  .m_2_el_image {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 350px;
    margin-bottom: 20px;
  }

  .m_2_el_title {
    width: 100%;
  }

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

  .m_5_right iframe {
    height: 250px;
  }

  .m_5_wrapper {
    margin-bottom: 40px;
  }

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

  .m_8_right {
    max-width: 100%;
  }

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

  .remodal .jq-selectbox__dropdown {
    width: 320px !important;
  }

  .footer-top-el {
    width: 100%;
  }

  .footer-top-el:nth-child(2) {
    margin-top: 40px;
  }

  .footer-bot {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .m_9_el:nth-child(2) {
    margin-top: 40px;
  }
}





.btn_go_top {
	position: fixed;
	z-index: 200;
	right: 20px;
	bottom: 20px;
	border-radius: 100%;
	background: #FF7D03;
	display: flex;
	width: 50px;
	height: 50px;
	transition: 0.25s;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btn_go_top:after {
	content:'';
	width: 12px;
	height: 12px;
	transform: rotate(-135deg);
	border-bottom: 2px solid #ffffff;
	position: relative;
	top: 3px;
	border-right: 2px solid #ffffff;
}
@media screen and (max-width: 1200px){
	.m_2_wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.m_2_el {
		width: calc(50% - 5px);
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.m_2_el_image {
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		height: 250px;
	}
	.m_2_el_image {
		min-width: 1px;
	}
	.m_2_el_title {
		font-size: 16px;
		line-height: 24px;
	}
	.m_2_el_title {
		width: 100%;
		text-align: center;
	}
	.m_2_wrapper {
		width: 550px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}