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

@font-face {
  font-family: "Klein Text";
  src: url("../fonts/Klein-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klein Text";
  src: url("../fonts/Klein-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Klein Text";
  src: url("../fonts/Klein-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Klein Text";
  src: url("../fonts/KleinText-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Klein Text";
  src: url("../fonts/KleinText-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

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: 'Klein Text', sans-serif;
  --container-width: 1300px;
}

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

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

.section {
  position: relative;
}

.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: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

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

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

.hover-language a:hover {
  color: #333333;
  text-decoration: underline;
}

.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: #4E175C;
}

.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: #4E175C;
}

.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: #4E175C;
}

.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;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 7px 0px;
}

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

.main-header-logo {
  width: 108px;
  display: block;
}

.main-header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-header-btn {
  border-radius: 8px;
  border: 1px solid #4E175C;
  width: 172px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4E175C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-header-btn:hover {
  background: #4E175C;
  color: #ffffff;
}

.main-menu ul {
  display: flex;
}

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

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

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

.mobile-header-bg {
  display: none;
}

.mobile-header {
  display: none;
}

.page-container {
  padding-top: 65px;
}

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

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

.hero-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 90% center;
  object-position: 90% center;
}

.hero-bg:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(31, 31, 31, 0.18) 86.41%, rgba(217, 217, 217, 0) 100%);
}

.hero-title {
  color: #FFF;
  font-size: 43px;
  font-style: normal;
  font-weight: 900;
  line-height: 141%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.hero-title strong {
  color: #FF7F14;
  font-weight: 900;
}

.hero-subtitle {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.5%;
  margin-bottom: 30px;
}

.hero-btn {
  border-radius: 8px;
  background: #FF7F14;
  width: 187px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-btn:hover {
  background: #eb6a00;
}

.hero-slogan {
  border-radius: 8px;
  background: rgba(163, 163, 163, 0.2);
  padding: 16px 20px;
  margin-bottom: 30px;
  width: 450px;
  max-width: 100%;
}

.hero-slogan-slick {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}

.hero-slogan-slide {
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  min-height: 60px;
}

.hero-slogan-slide-wrap {
  width: 100%;
}

.slick-dots {
  position: static;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -4px;
  padding-left: 10px;
  margin-right: -4px;
}

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

.slick-dots li {
  border-radius: 8px;
  border: 1px solid #F0E8F3;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-left: 4px;
  margin-right: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.slick-dots li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  opacity: 0;
  background: #896593;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

.m-2 {
  position: relative;
  padding-top: 100px;
}

.section-title {
  color: #313031;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.section-title strong {
  color: #FF7F14;
}

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

.m-2-item {
  width: calc(33.33% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.m-2-item-icon {
  width: 128px;
  height: 128px;
  border-radius: 100%;
  border: 1px solid #4E4250;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-2-item-icon img {
  width: 66px;
  height: 66px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 90%;
  max-height: 90%;
}

.m-2-item-title {
  color: #313031;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
  text-transform: uppercase;
}

.m-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-3:before {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  left: 0px;
  background-image: url("../images/m-3-left-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 865px;
}

.m-3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 120px;
  right: 0px;
  background-image: url("../images/m-3-right-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  height: 702px;
}

.m-3-text {
  color: #636363;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 60px;
}

.m-3-text p {
  margin-bottom: 30px;
}

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

.m-3-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}

.m-3-item {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 18px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}

.m-3-item:hover {
  box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.1);
}

.m-3-item-header {
  border-radius: 15px;
  background: #322C33;
  padding: 10px 10px 20px 10px;
  position: relative;
}

.m-3-item-header:before {
  content: '';
  display: block;
  width: 12px;
  height: 54px;
  position: absolute;
  bottom: -27px;
  left: 15px;
  background-image: url("../images/m-3-item-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-3-item-header:after {
  content: '';
  display: block;
  width: 12px;
  height: 54px;
  position: absolute;
  bottom: -27px;
  right: 15px;
  background-image: url("../images/m-3-item-header-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-3-item-header-icon {
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.m-3-item-header-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-3-item-title {
  color: #FF7F14;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.5%;
}

.m-3-item-list {
  padding: 15px 20px 30px 20px;
  color: #313031;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.m-3-item-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.m-3-item-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.m-3-item-big {
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  border: 1px solid #B7B7B7;
}

.m-3-item-big-title {
  color: #4E175C;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 132.5%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  width: 326px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-3-item-big-title:after {
  content: '';
  display: block;
  background: #FF7F14;
  width: 120px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}

.m-3-item-big-text {
  color: #313031;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 132.5%;
  margin-bottom: 32px;
  width: 304px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-3-item-btn {
  display: flex;
  width: 225px;
  max-width: 100%;
  height: 62px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background: #FF7F14;
}

.m-4 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-4 .section-title {
  color: #ffffff;
}

.m-4-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.m-4-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.m-4-left {
  width: calc(50% - 100px);
  position: relative;
}

.m-4-left-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% + 35px);
}

.m-4-left-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}

.m-4-left-image:before {
  content: '';
  display: block;
  position: absolute;
  top: -22px;
  left: -22px;
  width: 100%;
  height: calc(100% - 6px);
  background: #3A323C;
}

.m-4-right {
  width: calc(50% - 20px);
}

.m-4-right-text {
  color: #DBDBDB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 40px;
}

.m-4-right-text p {
  margin-bottom: 30px;
}

.m-4-right-text p:last-child {
  margin-bottom: 0px;
}

.m-4-right-sub-title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 165%;
  margin-bottom: 40px;
}

.m-4-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
  margin-top: -30px;
  margin-left: -25px;
  margin-right: -25px;
}

.m-4-list-item {
  width: calc(33.33% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  padding: 17px 10px;
  position: relative;
}

.m-4-list-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-image: url("../images/m-4-icon-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-4-list-item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-image: url("../images/m-4-icon-bg-bot.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-4-list-item-title {
  color: #FF7F14;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 165%;
  margin-bottom: 11px;
}

.m-4-list-item-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
}

.m-4-right-bottom-text {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
}

.m-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.m-5 .slick-dots {
  justify-content: center;
  margin-top: 0px;
}

.m-5:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 41px;
  left: calc(50% - 680px);
  width: 87px;
  height: 169px;
  background-image: url("../images/m-5-slide-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.m-5-box {
  background-color: #FFF;
  background-image: url("../images/m-5-bg-box.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  border: 1px dashed #D9D9D9;
  width: 100%;
}

.m-5-slide-top {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F3F3F3;
}

.m-5-slide-top-image {
  width: 68px;
  height: 68px;
  min-width: 68px;
  margin-right: 20px;
}

.m-5-slide-top-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-5-slide-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #4E175C;
}

.m-5-slide-job {
  font-size: 16px;
  color: #322C33;
  line-height: 1.3;
}

.m-5-slide-body-view {
  font-size: 16px;
  line-height: 1.3;
  color: #686269;
}

.m-5-slide-body-view p {
  margin-top: 20px;
}

.m-5-slide-body-view p:first-child {
  margin-bottom: 0px;
}

.m-5-slide-body-hide-text {
  display: none;
  font-size: 16px;
  line-height: 1.3;
  color: #686269;
}

.m-5-slide-body-hide-text p {
  margin-bottom: 20px;
}

.m-5-slide-body-hide-text p:last-child {
  margin-bottom: 0px;
}

.m-5-slide-body.active .m-5-slide-body-hide-text {
  display: inline;
}

.m-5-slide-body.active .m-5-slide-body-view .dots {
  display: none;
}

.m-5-btn {
  color: #FF7F14;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline !important;
}

.m-5-btn:hover {
  text-decoration: none !important;
}

.m-5-slick {
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px;
}

.m-5-slide {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.m-5-slide-wrap {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  width: 100%;
}

.slick-prev {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  padding: 0px;
  left: -70px;
  background-color: #F8F8F8;
  background-image: url("../images/slick-prev-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev:hover {
  background-image: url("../images/slick-prev-arrow-hover.svg");
}

.slick-next {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  padding: 0px;
  right: -70px;
  background-color: #F8F8F8;
  background-image: url("../images/slick-next-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next:hover {
  background-image: url("../images/slick-next-arrow-hover.svg");
}

.m-6 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
	display: none;
}

.m-6 .section-title {
  color: #ffffff;
}

.m-6-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.m-6-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.m-6-left {
  width: 40%;
}

.m-6-right {
  width: calc(60% - 120px);
}

.m-6-right-slick {
  margin-left: -15px;
  margin-right: -15px;
}

.m-6-right-slide {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.m-5-right-slide-wrap {
  width: 100%;
  position: relative;
}

.m-5-right-slide-wrap:hover:after {
  opacity: 1;
}

.m-5-right-slide-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.25s;
  box-shadow: drop-shadow(0px 18px 20px rgba(0, 0, 0, 0.1));
  background-image: url("../images/m-6-icon-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m-5-right-slide-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  border-radius: 15px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
}

.m-6-left-title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 165%;
  margin-bottom: 30px;
}

.m-6-left-text {
  color: #DBDBDB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}

.m-6-left-text p {
  margin-bottom: 30px;
}

.m-6-left-text p:last-child {
  margin-bottom: 0px;
}

.m-6-btn {
  display: flex;
  border-radius: 8px;
  background: #FF7F14;
  width: 225px;
  height: 62px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.m-6-btn:hover {
  background: #eb6a00;
}

.m-7 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-7-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.m-7-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-7-afte-title {
  margin-top: -20px;
  color: #686269;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 201%;
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.m-7-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
  justify-content: center;
}

.m-7-item {
  width: 400px;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  position: relative;
}

.m-7-item-count {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  line-height: 47px;
  background: #FCF4EF;
  border: 1px solid #BEBEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4E175C;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 201%;
  text-transform: uppercase;
}

.m-7-item-body {
  padding: 30px 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
	background: #fcf4ef;
	border-radius: 10px;
	border: 1px solid #bebebe;
  justify-content: space-between;
	height: initial;
	min-height: 100%;
}

.m-7-item-icon {
  margin-top: 51px;
  width: 61px;
  min-width: 61px;
  height: 61px;
  margin-right: 25px;
}

.m-7-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m-7-item-title {
  color: #FF7F14;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 201%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.m-7-item-text {
  color: #686269;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132.5%;
}

.m-8 {
  padding: 100px 0px;
  position: relative;
}

.m-8 .section-title {
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 132.5%;
}

.m-8-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.m-8-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

.m-8-column {
  width: calc(50% - 30px);
  position: relative;
}

.m-8-column .anhor {
  top: -120px;
}

.m-8-column-text {
  color: #DBDBDB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 201%;
  margin-bottom: 40px;
}

.main-form-row-check-cf-7 {
  display: none;
}

.m-8-form {
  width: 100%;
}

.m-8-form input,
.m-8-form textarea {
  display: block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  padding: 14px 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 201%;
  color: #FFFFFF;
  background: transparent;
}

.m-8-form input::-moz-placeholder,
.m-8-form textarea::-moz-placeholder {
  color: #DBDBDB;
}

.m-8-form input:-ms-input-placeholder,
.m-8-form textarea:-ms-input-placeholder {
  color: #DBDBDB;
}

.m-8-form input::placeholder,
.m-8-form textarea::placeholder {
  color: #DBDBDB;
}

.m-8-form textarea {
  height: 165px;
}

.m-8-form-row {
  display: flex;
  justify-content: space-between;
}

.m-8-form-row-col {
  width: calc(50% - 10px);
}

.m-8-form-item {
  margin-bottom: 20px;
}

.m-8-form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-form-row-check-cf-7 {
  display: none;
}

.main-row-checkbox-politik-label {
  display: flex;
  align-items: flex-start;
  color: #DBDBDB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-row-checkbox-politik-label a {
  color: #FF7F14;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.main-row-checkbox-politik-label a:hover {
  text-decoration: none;
}

.main-form-row-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-form-row-checkbox.active .main-row-checkbox-triger:after {
  opacity: 1;
}

.main-row-checkbox-triger {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #BABABA;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.main-row-checkbox-triger:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/chack-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8ex;
  height: 6px;
  opacity: 0;
}

.m-8-btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FF7F14;
  width: 150px;
  height: 62px;
  min-width: 150px;
  margin-left: 20px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.m-8-btn-form:hover {
  background: #eb6a00;
}

.m-8-right-item {
  border-radius: 15px;
  background: #545254;
  box-shadow: 0px 4px 11.8px 0px rgba(0, 0, 0, 0.1);
  padding: 23px 15px 23px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-8-right-item:last-child {
  margin-bottom: 0px;
}

.m-8-right-item.active .m-8-right-item-header-btn {
  transform: rotate(180deg);
  background-image: url("../images/m-8-right-icon-btn-active.svg");
}

.m-8-right-item.active .m-8-right-item-body {
  max-height: 550px;
  padding-top: 20px;
}

.m-8-right-item-header {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.m-8-right-item-header-btn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-left: 10px;
  border-radius: 100%;
  transition: 0.25s;
  background-color: #F8F8F8;
  background-image: url("../images/m-8-right-icon-btn.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m-8-right-item-body {
  max-height: 0px;
  overflow: hidden;
  color: #DBDBDB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-footer {
  background: #313031;
  padding-top: 30px;
}

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

.main-footer-bot {
  padding: 20px 0px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

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

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

.main-footer-menu ul a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.main-footer-menu ul a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 40px;
  height: 1px;
  background: #FF7F14;
  opacity: 0;
  transition: 0.25s;
}

.main-footer-menu ul a:hover {
  color: #FF7F14;
}

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

.main-footer-btn {
  width: 172px;
  height: 53px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

.main-footer-top-logo {
  margin-right: 20px;
  width: 108px;
  min-width: 108px;
}

.main-footer-top-logo img {
  width: 100%;
  height: auto;
}

.anhor {
  position: absolute;
  top: -100px;
  left: 0px;
}

.remodal-main {
  background: #313031;
  width: 450px;
  max-width: 100%;
}

.remodal-main .remodal-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

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

.remodal-main .m-8-form-row-col {
  width: 100%;
}

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

.remodal-main .main-form-row-checkbox {
  width: 100%;
  margin-bottom: 30px;
}

.remodal-main .main-row-checkbox-politik-label {
  text-align: left;
}

.text-block {
  padding: 100px 0px;
}

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

.text-block-box *:first-child {
  margin-top: 0px;
}

.text-block-box *:last-child {
  margin-bottom: 0px;
}

.text-block-box p {
  margin-bottom: 20px;
}

.text-block-box ul {
  margin-bottom: 20px;
}

.text-block-box ul li {
  list-style-type: disc;
  list-style-position: inside;
  display: list-item;
  margin-bottom: 10px;
}

.text-block-box ul li:last-child {
  margin-bottom: 0px;
}

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

.text-block-box h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
}

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




.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) {
  .m-6-right-slick {
    width: calc(100% - 80px);
    margin-right: auto;
  }
}

@media screen and (max-width: 1200px) {
  .m-3-item,
  .m-3-item-big {
    width: calc(50% - 30px);
  }

  .m-3:before {
    display: none;
  }

  .m-3:after {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .main-footer-menu {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .mobile-header {
    display: block;
    transform: translateX(110%);
    transition: 0.25s;
    background: #ffffff;
    padding: 120px 20px 40px 20px;
    height: 100vh;
    width: 320px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 290;
    max-width: 100%;
  }

  .mobile-header.active {
    transform: translateX(0%);
  }

  .mobile-header-bg {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 280;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: none;
  }

  .mobile-header-bg.active {
    pointer-events: initial;
    opacity: 1;
  }

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

  .header-hambugreg {
    display: block;
    margin-left: 0px;
  }

  .main-header-logo {
    width: 80px;
    margin-right: auto;
  }

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

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

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

  .main-menu a {
    font-size: 20px;
    line-height: 30px;
  }

  .page-container {
    padding-top: 58px;
  }

  .m-2 {
    padding-top: 80px;
  }

  .m-4-flex {
    flex-direction: column-reverse;
  }

  .m-4-right {
    width: 100%;
  }

  .m-4-left-image {
    position: relative;
  }

  .m-4-left {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .m-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-5-slick {
    padding: 40px 20px;
  }

  .slick-prev {
    left: 0px;
    width: 45px;
    height: 45px;
  }

  .slick-next {
    right: 0px;
    width: 45px;
    height: 45px;
  }

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

  .m-6-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .m-6-right-slick {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 0px);
    max-width: calc(100% + 0px);
  }

  .m-6-right-slick .slick-prev {
    left: -10px;
  }

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

  .m-6-right {
    width: 450px;
    display: flex;
    justify-content: center;
    max-width: 100%;
  }

  .m-6-left-title {
    font-size: 20px;
  }

  .m-6-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .m-7,
  .m-6,
  .m-5,
  .m-8 {
    padding: 80px 0px;
  }

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

  .m-8-column {
    width: 650px;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .m-8-column:first-child {
    margin-bottom: 0px;
  }

  .anhor {
    top: -80px;
  }

  .m-8-column .anhor {
    top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-title br {
    display: none;
  }

  .hero-bg:after {
    width: 100%;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-slogan-slide {
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
  }

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

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

  .m-2-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .m-2-item:first-child {
    margin-top: 0px;
  }

  .m-2-item-icon {
    margin-left: 0px;
    margin-right: 20px;
    width: 66px;
    height: 66px;
    min-width: 66px;
    margin-bottom: 0px;
  }

  .m-2-item-icon img {
    width: 40px;
    height: 40px;
  }

  .m-2-flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .m-2-item-title {
    text-align: left;
    font-size: 20px;
  }

  .m-3-item,
  .m-3-item-big {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
  }

  .m-3-item:first-child,
  .m-3-item-big:first-child {
    margin-top: 0px;
  }

  .m-3-flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .m-3-text p {
    margin-bottom: 20px;
  }

  .m-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .m-3-text {
    margin-bottom: 40px;
  }

  .m-4-right-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .m-4-right-text p {
    margin-bottom: 20px;
  }

  .m-4-right-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .m-4-list {
    justify-content: center;
  }

  .m-4-list-item {
    width: calc(50% - 50px);
  }

  .m-4-list {
    margin-bottom: 40px;
  }

  .m-4-right-bottom-text {
    font-size: 20px;
    line-height: 30px;
  }

  .m-4 {
    padding-bottom: 20px;
  }

  .m-7-item-body {
    border: 1px solid #BEBEBE;
    background: #FCF4EF;
    border-radius: 15px;
    height: inherit;
  }

  .m-7-item-count {
    top: -15px;
    left: -15px;
  }

  .m-7-item-icon {
    margin-top: 0px;
  }

  .m-8-form-row-col {
    width: 100%;
  }

  .m-8-form-row {
    flex-direction: column;
  }

  .m-8-form-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-form-row-checkbox {
    width: 100%;
    margin-bottom: 30px;
  }

  .m-8 .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .m-8-form textarea {
    height: 140px;
  }
}

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

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

  .remodal_thanks__icon {
    margin-right: 20px;
  }
}

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

@media screen and (max-width: 374px) {
  .main-header .main-header-btn {
    display: none;
  }
}

.th-block {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}


.main-menu {
  margin-left: auto;
}

.header-phone {
  font-size: 14px;
  color: #313031;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:  20px;
  margin-left: 50px;
}

.header-phone:hover {
  color: #4E175C;
}

.header-phone:before {
  content:'';
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0OF8yNSkiPgo8cGF0aCBkPSJNMTYuODk0NyAxMi43MTI1QzE2Ljg0ODYgMTIuNjc1OSAxMy41IDEwLjI2MjIgMTIuNTgwOSAxMC40MzU1QzEyLjE0MjEgMTAuNTEzMSAxMS44OTEzIDEwLjgxMjQgMTEuMzg3OCAxMS40MTE0QzExLjMwNjggMTEuNTA4MiAxMS4xMTIyIDExLjczOTkgMTAuOTYwOSAxMS45MDQ3QzEwLjY0MjcgMTEuODAxIDEwLjMzMjQgMTEuNjc0NyAxMC4wMzIyIDExLjUyNjhDOC40ODI3OSAxMC43NzI0IDcuMjMwOTMgOS41MjA1OCA2LjQ3NjYyIDcuOTcxMTlDNi4zMjg2MSA3LjY3MTA1IDYuMjAyMjkgNy4zNjA2OSA2LjA5ODYzIDcuMDQyNUM2LjI2NCA2Ljg5MDYzIDYuNDk1NzUgNi42OTYgNi41OTQ3NSA2LjYxMjc1QzcuMTkxIDYuMTEyMTIgNy40OTA4MSA1Ljg2MTI1IDcuNTY4NDQgNS40MjEzN0M3LjcyNzYyIDQuNTEwMTIgNS4zMTU2MiAxLjEzODUgNS4yOTAzMSAxLjEwODEzQzUuMTgwODggMC45NTE3OSA1LjAzODA2IDAuODIxNzM1IDQuODcyMTkgMC43MjczNzFDNC43MDYzMiAwLjYzMzAwNiA0LjUyMTU1IDAuNTc2NjkxIDQuMzMxMjUgMC41NjI1QzMuMzUzNjIgMC41NjI1IDAuNTYyNSA0LjE4MzMxIDAuNTYyNSA0Ljc5MzA2QzAuNTYyNSA0LjgyODUgMC42MTM2ODggOC40MzA3NSA1LjA1NTc1IDEyLjk0OTNDOS41Njk4MSAxNy4zODYzIDEzLjE3MTUgMTcuNDM3NSAxMy4yMDY5IDE3LjQzNzVDMTMuODE3MyAxNy40Mzc1IDE3LjQzNzUgMTQuNjQ2NCAxNy40Mzc1IDEzLjY2ODdDMTcuNDIzNSAxMy40NzkxIDE3LjM2NzUgMTMuMjk1IDE3LjI3MzYgMTMuMTI5NkMxNy4xNzk3IDEyLjk2NDIgMTcuMDUwMyAxMi44MjE4IDE2Ljg5NDcgMTIuNzEyNVoiIGZpbGw9IiM0RTE3NUMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDhfMjUiPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-linkedin {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0OF8xMikiPgo8cGF0aCBkPSJNMjUuNDI2MSAyMy45ODI2VjE4LjEyMDFDMjUuNDI2MSAxNC45Nzg5IDIzLjc0OTMgMTMuNTE3NiAyMS41MTM3IDEzLjUxNzZDMTkuNzEwMSAxMy41MTc2IDE4LjkwMTggMTQuNTA5NyAxOC40NTEyIDE1LjIwNjRWMTMuNzU4M0gxNS4wNTI5QzE1LjA5NzggMTQuNzE3NSAxNS4wNTI5IDIzLjk4MjYgMTUuMDUyOSAyMy45ODI2SDE4LjQ1MTJWMTguMjcyMkMxOC40NTEyIDE3Ljk2NyAxOC40NzMxIDE3LjY2MTkgMTguNTYzOSAxNy40NDQyQzE4LjgwODkgMTYuODMzOSAxOS4zNjc4IDE2LjIwMTcgMjAuMzA2MiAxNi4yMDE3QzIxLjUzNjcgMTYuMjAxNyAyMi4wMjc4IDE3LjEzOTEgMjIuMDI3OCAxOC41MTI4VjIzLjk4MjZIMjUuNDI2MVpNMTEuNDczMSAxMi4zNjI2QzEyLjY1NzYgMTIuMzYyNiAxMy4zOTU5IDExLjU3NzMgMTMuMzk1OSAxMC41OTUxQzEzLjM3NCA5LjU5MjE4IDEyLjY1NzYgOC44Mjk4MyAxMS40OTUgOC44Mjk4M0MxMC4zMzIzIDguODI5ODMgOS41NzMyNCA5LjU5MjE4IDkuNTczMjQgMTAuNTk1MUM5LjU3MzI0IDExLjU3NjIgMTAuMzExNSAxMi4zNjI2IDExLjQ1MTIgMTIuMzYyNkgxMS40NzMxWk0xMy4xNzE3IDIzLjk4MjZWMTMuNzU4M0g5Ljc3NDQ5VjIzLjk4MjZIMTMuMTcxN1oiIGZpbGw9IiMzMTMwMzEiLz4KPHBhdGggZD0iTTE3LjUgMS4wOTM3NUMyNi41NDY0IDEuMDkzNzUgMzMuOTA2MiA4LjQ1MzU5IDMzLjkwNjIgMTcuNUMzMy45MDYyIDI2LjU0NjQgMjYuNTQ2NCAzMy45MDYyIDE3LjUgMzMuOTA2MkM4LjQ1MzU5IDMzLjkwNjIgMS4wOTM3NSAyNi41NDY0IDEuMDkzNzUgMTcuNUMxLjA5Mzc1IDguNDUzNTkgOC40NTM1OSAxLjA5Mzc1IDE3LjUgMS4wOTM3NVpNMTcuNSAwQzcuODM0NTMgMCAwIDcuODM0NTMgMCAxNy41QzAgMjcuMTY1NSA3LjgzNTYyIDM1IDE3LjUgMzVDMjcuMTY0NCAzNSAzNSAyNy4xNjQ0IDM1IDE3LjVDMzUgNy44MzU2MiAyNy4xNjQ0IDAgMTcuNSAwWiIgZmlsbD0iIzMxMzAzMSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE0OF8xMiI+CjxyZWN0IHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-linkedin:hover {
  opacity: 0.8
}

.mobile-soc-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mobile-soc-list a {
  margin-left: 0px;
  margin-right: auto;
  margin-top: 20px;
  font-size:20px;
}
.mobile-soc-list a:before {
  margin-right: 12px;
}
.mobile-soc-list a:first-child {
  margin-top: 0px;
}

.hero {
  position: relative;
}
.hero:after {
  content:'';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
}
.main-footer-bot-contacts {
	text-align: left;
	position: relative;
}
.main-footer-bot-contacts a {
	text-decoration: underline;
	color: #ffffff;
}
.main-footer-bot .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media screen and (max-width: 1260px){
  .header-phone {
    font-size: 0px;
    margin-left: 20px;
  }
  .header-phone:before {
    margin-right: 0px;
  }
  .main-menu a {
    font-size: 14px;
  }
  .main-menu li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px){
  .main-header .header-linkedin {
    display: none;
  }
  .main-header .header-phone {
    display: none;
  }
	.main-footer-bot .wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.main-footer-bot-contacts {
		margin-bottom: 20px;
		text-align: center;
	}
	.main-header-btn {
		width: 125px;
	}
}

