@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: 'Gilroy', 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("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-language-with-flags {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 20;
}

.header-language-with-flags:hover .lang-wrap-hover {
  transform: translateX(-50%) scaleY(1);
  pointer-events: inherit;
  opacity: 1;
}

.lang-wrap-active .lang-item {
  display: none;
  width: 28px;
  height: 28px;
}

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

.lang-wrap-active img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.lang-wrap-hover {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  transform: translateX(-50%) scaleY(0);
  width: 86px;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
  transform-origin: top center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.lang-wrap-hover ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lang-wrap-hover ul .lang-item {
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.lang-wrap-hover ul .current-lang {
  display: none;
}

.lang-wrap-hover ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main-header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  background: #ffffff;
  width: 100%;
}

.main-header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 20;
  background: #ffffff;
}

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

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

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

.header-slogan {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #121212;
  width: 175px;
  max-width: 100%;
  margin-left: 15px;
}

.header-language-with-flags {
  margin-left: 50px;
}

.header-search-wrapper {
  position: relative;
}

.header-search-wrapper.open .header-search-form-wrapper {
  opacity: 1;
  pointer-events: inherit;
}

.header-search-btn-open {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header-search-form-wrapper {
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 365px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}

.header-search-form-wrapper form {
  width: 100%;
}

.header-search-form-wrapper form input {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 50px 15px 20px;
  color: #000000;
}

.header-search-form-wrapper form .header-search-btn-submit {
  width: 50px;
  height: 100%;
  background: transparent;
  background-image: url("../images/header-search-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
}

.main-header-bot {
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.07);
  padding: 0px;
  background: #ffffff;
}

.main-header-menu > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0px;
}

.main-header-menu > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 0px 25px 0px;
  transform: translateY(5px);
}

.main-header-menu > ul > li:first-child .sub-menu {
  left: -10px;
  transform: translate(0px, 100%);
}

.main-header-menu > ul > li.menu-item-has-children:after {
  content: '';
  display: block;
  width: 8px;
  height: 4px;
  background-image: url("../images/header-menu-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.main-header-menu > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 5px;
  background: #FFBD21;
  opacity: 0;
  transition: 0.25s;
}

.main-header-menu > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #121212;
}

.sub-menu {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 200px;
  padding: 15px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 15px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.sub-menu li {
  padding: 5px 0px;
}

.sub-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #121212;
}

.sub-menu a:hover {
  color: #FFBD21;
}

.hero-slide {
  position: relative;
}

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

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

.hero-slide.slick-current img {
  -webkit-animation: hero-image 5s linear 0s 1 normal forwards;
  animation: hero-image 5s linear 0s 1 normal forwards;
}

@-webkit-keyframes hero-image {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes hero-image {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.hero-slide-wrapper {
  position: relative;
  z-index: 20;
  padding-top: 60px;
  padding-bottom: 160px;
}

.hero-slide-title {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFBD21;
  margin-bottom: 20px;
}

.hero-slide-text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.hero-slide-text strong {
  font-weight: 700;
  color: #B32AC2;
}

.hero-slide-text p {
  margin-bottom: 50px;
}

.hero-slide-text ul li {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
  padding-left: 44px;
}

.hero-slide-text ul li:last-child {
  margin-bottom: 0px;
}

.hero-slide-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/hero-list-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0px;
}

.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFBD21;
  box-shadow: 0px 26px 32px -16px rgba(0, 0, 0, 0.32);
  border-radius: 69px;
  width: 245px;
  height: 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

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

body {
  background: #FCFCFC;
}

.main-content-box {
  position: relative;
  z-index: 20;
}

.page-container {
  padding-top: 143px;
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: hidden;
}

.hero-slide-content {
  width: 550px;
  max-width: 100%;
}

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

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

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

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

.hero .slick-dots {
  width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: flex-start;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  max-width: 100%;
}

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

.m_2_block {
  padding-top: 80px;
}

.m_2_flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  position: relative;
  z-index: 20;
}

.absolute-lines {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.absolute-lines .wrapper {
  min-height: 100%;
  position: relative;
}

.absolute-line-1 {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #ECECEC;
}

.absolute-line-2 {
  position: absolute;
  top: 0px;
  right: 255px;
  width: 1px;
  height: 100%;
  background: #ECECEC;
}

.absolute-line-3 {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 1px;
  height: 100%;
  background: #ECECEC;
}

.absolute-line-4 {
  position: absolute;
  top: 0px;
  left: 254px;
  width: 1px;
  height: 100%;
  background: #ECECEC;
}

.section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #B32AC2;
  margin-bottom: 40px;
  padding-left: 2px;
}

.main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

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

.main-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 30px;
}

.main-text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

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

.main-text ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}

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

.main-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  background: #B32AC2;
  width: 10px;
  height: 10px;
}

.main-text img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.m_2_left {
  width: calc(50% - 10px);
}

.m_2_right {
  width: calc(50% - 10px);
}

.m_2_right_row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 45px;
}

.m_2_right_white {
  width: 234px;
  top: 0px;
  right: 21px;
  height: 100%;
  background: #ffffff;
  position: absolute;
}

.m_2_right_row_text {
  width: 235px;
  padding-right: 10px;
  padding-left: 20px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.m_2_right_row_text:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 50px;
  width: 1px;
  transform: translateY(-50%);
  background: #A5A5A5;
}

.m_2_right_row_count {
  font-style: normal;
  font-weight: 600;
  font-size: 81px;
  line-height: 81px;
  text-align: right;
  color: #B32AC2;
  padding-right: 20px;
}

.m_3 {
  padding-top: 70px;
  overflow: hidden;
}

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

.m_3_content {
  padding-bottom: 70px;
}

.m_3_flex {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-top: -25px;
  margin-left: -15px;
  margin-right: -15px;
}

.m_3_item {
  width: calc( (100% / 6) - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 25px;
}

.m_3_item:hover .m_3_icon_wrapper {
  background: #FFBD21;
}

.m_3_item:hover .m_3_icon_static {
  opacity: 0;
}

.m_3_item:hover .m_3_icon_hover {
  opacity: 1;
}

.m_3_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
  height: 155px;
  transition: 0.25s;
}

.m_3_icon_static,
.m_3_icon_hover {
  width: 70px;
  height: 70px;
  transition: 0.25s;
}

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

.m_3_icon_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.m_3_item_text {
  margin-top: 11px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.m_3_item_last {
  display: none !important;
  margin-top: 25px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 20px;
  width: calc( (100% / 6 * 4) - 20px);
  position: relative;
}

.m_3_item_last img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 250px;
}

.m_4 .wrapper {
  padding-top: 85px;
}

.m_4_content {
  padding-bottom: 60px;
}

.m_4_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -60px;
}

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

.m_4_el:hover .m_4_el_image:before {
  filter: grayscale(0.4);
}

.m_4_el:hover .m_4_el_image img {
  transform: scale(1.1);
}

.m_4_el:hover .m_4_el_name {
  color: #FFBD21;
}

.m_4_el_image {
  width: 100%;
  overflow: hidden;
  height: 330px;
	display: block;
  position: relative;
}

.m_4_el_image:before {
  content: '';
  display: block;
  position: absolute;
  width: 84px;
  height: 76px;
  background-image: url("../images/m_4_image_top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  left: 17px;
  z-index: 20;
  filter: grayscale(1);
  transition: 0.25s;
}

.m_4_el_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.25s;
}

.m_4_el_name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  padding-top: 5px;
  color: #B32AC2;
  padding-bottom: 5px;
  padding-left: 20px;
  border-left: 3px solid #FFBD21;
  margin-top: 30px;
  transition: 0.25s;
  margin-bottom: 15px;
}

.m_4_el_desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 28px;
}

.m_4_el_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.m_4_el_btn svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transition: 0.25s;
  stroke: #000000;
}

.m_4_el_btn:hover {
  color: #FFBD21;
}

.m_4_el_btn:hover svg {
  stroke: #FFBD21;
}

.m_4_bg_white {
  position: absolute;
  top: 0px;
  left: 21px;
  height: calc(100% - 1px);
  width: calc(100% - 277px);
  background: #ffffff;
  z-index: -1;
}

.m_5 {
  padding-top: 144px;
  padding-bottom: 110px;
  overflow: hidden;
}

.m_5_content {
  padding-left: 2px;
}

.m_5_slick {
  margin-left: -15px;
  width: calc(100% + 15px);
}

.m_5_slide {
  width: 807px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.37;
  transition: 0.25s;
}

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

.m_5_slide.slick-current {
  opacity: 1;
}

.m_5_slide_navigation {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.m_5_slick_prev,
.m_5_slick_next {
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.m_5_slick_prev svg,
.m_5_slick_next svg {
  width: 100%;
  height: 100%;
  transition: 0.25s;
  stroke: #BCBCBC;
}

.m_5_slick_prev:hover svg,
.m_5_slick_next:hover svg {
  stroke: #FFBD21;
}

.m_5_slick_dots {
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.m_5_slick_dot {
  background: #BCBCBC;
  border-radius: 12px;
  width: 23px;
  height: 4px;
  transition: 0.25s;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
}

.m_5_slick_dot.active {
  background: #FFBD21;
  width: 64px;
}

.main-footer {
  position: relative;
  z-index: 20;
  background: #FFFFFF;
  border-top: 1px solid #DEDEDE;
}

.main-footer_content {
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 2px;
  justify-content: space-between;
}

.footer-el-3 {
  width: 235px;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 30px;
  padding-top: 3px;
}

.footer_el_3_flex {
  display: flex;
}

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

.footer-el-3-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-el-3-links a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 12px;
}

.footer-el-3-links a:last-child {
  margin-bottom: 0px;
}

.footer-el-3-links a:hover {
  color: #FFBD21;
}

.footer-copy {
  position: absolute;
  top: 102px;
  left: 4px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.footer-el-2 {
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: auto;
}

.footer-el-2-link {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin-right: 60px;
}

.footer-el-2-link .icon {
  width: 24px;
min-width: 24px;
  height: 24px;
  margin-right: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.footer-el-2-link:hover {
  color: #FFBD21;
}

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

.footer_el_soc_links a {
  width: 25px;
  height: 25px;
  margin-right: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
  transform-origin: center;
}

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

.footer_el_soc_links a:last-child {
  margin-right: 0px;
}

.main-content-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content-box footer {
  margin-top: auto;
}

.main-hero {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  min-height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-hero .hero-slide-text {
  width: 520px;
  max-width: 100%;
  margin-bottom: 0px;
}

.main-hero .hero-slide-title {
  margin-bottom: 10px;
}

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

.hero-2 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.hero-2 .m_4_el_image:before {
  display: none;
}

.main-hero-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.main-hero-breadcrumbs a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.main-hero-breadcrumbs a:hover {
  color: #FFBD21;
}

.main-hero-breadcrumbs .sep {
  padding-left: 5px;
  padding-right: 5px;
}

.his-1 {
  padding-top: 56px;
  padding-bottom: 120px;
}

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

.his-1-menu {
  width: 235px;
  padding-right: 10px;
  overflow: hidden;
}

.his-1-content-bix {
  width: calc(100% - 235px);
  padding-left: 0px;
}

.his-1-menu {
  padding-top: 10px;
}

.his-1-menu li {
  margin-bottom: 4px;
  display: flex;
}

.his-1-menu li:last-child {
  margin-bottom: 0px;
}

.his-1-menu li a {
  padding-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #B32AC2;
  padding-top: 5px;
  padding-bottom: 5px;
}

.his-1-menu li a:hover {
  color: #FFBD21;
}

.his-1-menu li.current-menu-item a,
.his-1-menu li.current_page_item a
 {
  padding-left: 20px;
  border-left: 3px solid #FFBD21;
  font-weight: 600;
  color: #B32AC2 !important;
}

.his-1-quote {
  margin-bottom: 10px;
  position: relative;
}

.his-1-quote:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 30px;
  height: 30px;
  background-image: url("../images/his-1-qoute-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.his-1-quote-text {
  position: relative;
  padding-left: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 6px;
}

.his-1-qoute-author {
  margin-left: auto;
  width: 235px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #B8B8B8;
}

.his-1-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.his-1-row:last-child {
  margin-bottom: 0px;
}

.his-1-row-image {
  padding-top: 20px;
}

.his-1-row-image {
  width: 235px;
}

.his-1-row-image img {
  width: 100%;
  height: auto;
  display: block;
}

.his-1-row-content {
  width: calc(100% - 235px);
  padding-right: 10px;
  padding-left: 30px;
}

.his-1-row-year {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 49px;
  color: #9C2CA9;
  margin-bottom: 11px;
}

.his-1-list li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 20px;
}

.his-1-list li:last-child {
  margin-bottom: 0px;
}

.his-1-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -37px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FFBD21;
}

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

.owner-1-left {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-right: -35px;
}

.owner-1-right {
  width: 235px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.owner-1-item {
  width: 274px;
  margin-right: 35px;
  max-width: calc(50% - 35px);
  margin-top: 40px;
}

.owner-1-photo {
  width: 100%;
  height: 350px;
}

.owner-1-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.owner-1-name {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.owner-quote-icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.owner-quote-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}

.owner-quote-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: right;
}

.manag-1-conteiner {
  width: calc(100% - 235px);
}

.manag-1-flex {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
}

.manag-1-el {
  width: calc(33.333% - 10px);
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.manag-1-el-image {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}

.manag-1-el-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.manag-1-el-name {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.manag-1-el-job {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.main-text-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFBD21;
  box-shadow: 0px 26px 32px -16px rgba(0, 0, 0, 0.32);
  border-radius: 69px;
  max-width: 100%;
  padding: 16px 48px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.main-text-email p {
  margin-bottom: 0px;
}

.main-text-email:hover {
  box-shadow: 0px 0px 0px -16px rgba(0, 0, 0, 0.32);
}

.main-text-email .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-image: url("../images/carier_email_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.act-1-flex {
  display: flex;
}

.act-1-left {
  width: calc(100% - 235px);
}

.act-1-left .main-text {
  padding-right: 10px;
}

.act-1-left .main-text img {
  width: calc(100% + 10px);
}

.act-1-right {
  width: 235px;
}

.act-1-image {
  margin-bottom: 110px;
}

.act-1-image:last-child {
  margin-bottom: 0px;
}

.act-1-image img {
  width: 100%;
  height: auto;
  display: block;
}

.news-1-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-1-item:last-child {
  margin-bottom: 0px;
}

.news-1-item:hover .news-1-item-title {
  color: #FFBD21;
}

.news-1-item-image {
  width: 235px;
}

.news-1-item-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 140px;
  object-position: center;
  object-fit: cover;
}

.news-1-item-content {
  width: calc(100% - 470px);
  padding-left: 30px;
  padding-right: 30px;
}

.news-1-item-btn-wrapper {
  width: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-1-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 6px;
  transition: 0.25s;
}

.news-1-item-data {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 6px;
}

.news-1-item-descr {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.quest_item {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}

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

.quest_item_content {
  width: calc(100% - 235px);
  padding-right: 80px;
  padding-left: 30px;
}

.quest_item_image {
  width: 235px;
}

.quest_item_image img {
  width: 100%;
  height: auto;
  display: block;
}

.quest_item_question {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #121212;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.quest_item_question:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 157px;
  height: 1px;
  background: #CCCCCC;
}

.quest_item_answer {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #121212;
}

.finance-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 40px;
}

.finance-content {
  width: calc(100% - 235px);
  padding-top: 15px;
}

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

.finance-form-el {
  margin-bottom: 20px;
  width: calc(50% - 15px);
}

.form-style input,
.form-style textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 11px 18px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.form-style input::-moz-placeholder,
.form-style textarea::-moz-placeholder {
  color: #747474;
}

.form-style input:-ms-input-placeholder,
.form-style textarea:-ms-input-placeholder {
  color: #747474;
}

.form-style input::placeholder,
.form-style textarea::placeholder {
  color: #747474;
}

.form-style textarea {
  height: 180px;
  min-height: 100%;
}

.finance-form-btn {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.part-item {
  display: flex;
  border-bottom: 1px solid #ECECEC;
}

.part-item .part-item-content {
  padding-bottom: 20px;
  padding-top: 40px;
}

.part-item:nth-child(1) .part-item-content {
  padding-top: 0px;
}

.part-item:nth-child(1) .part-item-logo:before {
  height: calc(100% + 56px);
  top: -56px;
}

.part-item-content {
  width: calc(100% - 235px);
  padding-right: 40px;
}

.part-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  width: 235px;
  position: relative;
}

.part-item-logo img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
}

.part-item-logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 1px);
  height: 100%;
  background: #ffffff;
}

.part-logos {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}

.part-logo {
  width: calc(25% - 100px);
  margin-top: 42px;
  margin-left: 50px;
  margin-right: 50px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.all-presentation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ppresentation-item {
  max-width: 100%;
  transition: 0.25s;
  display: block;
  transform-origin: left center;
  margin-bottom: 30px;
}

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

.ppresentation-item:hover {
  transform: scale(1.1);
}

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

.con-1 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.con-1 .main-hero-breadcrumbs {
  color: #000000;
}

.con-1 .main-hero-breadcrumbs a,
.con-1 .main-hero-breadcrumbs p {
  color: #000000;
}

.con-1-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.con-1-right {
  width: 50%;
}

#map {
  width: 100%;
  height: 271px;
}

.con-1-left {
  width: calc(50% - 20px);
}

.con-1-row {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 26px;
}

.con-1-row:last-child {
  margin-bottom: 0px;
}

.con-1-row div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.con-1-row div a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 12px;
}

.con-1-row div a:last-child {
  margin-bottom: 0px;
}

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

.con-2 {
  padding-top: 75px;
}

.con-2 .section-title {
  text-align: center;
}

.con-2-after-title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: -30px;
  text-align: center;
}

.con-2-wrapper-form {
  width: calc(100% - 470px);
  margin-left: auto;
  margin-right: auto;
}

.con-2-wrapper-form input {
  margin-bottom: 15px;
}

.th-btn {
  margin-top: 40px;
}

.main-header.addFixed .main-header-bot {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}

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




.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 (min-width: 993px) {
  .main-header-menu > ul > li:hover:before {
    opacity: 1;
  }

  .main-header-menu > ul > li:hover .sub-menu {
    opacity: 1 !important;
    pointer-events: inherit;
  }
}

@media screen and (max-width: 1240px) {
  .main-footer_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    position: relative;
  }

  .main-footer_content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 1px;
    width: calc(100% - 2px);
    height: 100%;
    background: #ffffff;
    z-index: -1;
  }

  .footer-el-2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-copy {
    position: static;
    text-align: center;
    margin-top: 30px;
  }

  .footer-el-2-link {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 180px;
    max-width: 100%;
  }

  .footer_el_soc_links {
    padding-bottom: 30px;
  }

  .footer-el-3 {
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .m_5_slide {
    width: 650px;
  }

  .main-hero-bg {
    background-position: 40% 50%;
  }

  .manag-1-conteiner {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .m_2_right_row_count {
    font-size: 60px;
    line-height: 60px;
  }

  .quest_item_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .part-logo {
    width: calc(25% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }

  .part-logos {
    margin-left: -25px;
    margin-right: -25px;
  }
}

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

  .main-header-bot {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 30px;
    transform: translateY(-110%);
    transition: 0.75s;
  }

  .main-header-bot .wrapper {
    min-height: 100%;
  }

  .main-header-bot.active {
    transform: translateY(0%);
  }

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

  .main-header-menu > ul > li {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0px;
  }

  .sub-menu {
    position: static;
    order: 3;
    width: 100%;
    opacity: 1;
    pointer-events: inherit;
    transform: none !important;
    box-shadow: none;
    max-height: 0px;
    overflow: hidden;
    padding: 0px;
    transition: 0.5s;
    padding-left: 20px;
  }

  .main-header-menu > ul > li.menu-item-has-children:after {
    order: 2;
  }

  .main-header-menu > ul > li > a {
    order: 1;
  }

  .main-header-menu > ul > li:before {
    display: none;
  }

  .main-header-menu > ul > li > a {
    font-size: 18px;
  }

  .main-header-menu > ul > li.menu-item-has-children:after {
    width: 12px;
    height: 6px;
  }

  .main-header-menu > ul > li.menu-item-has-children.active .sub-menu {
    max-height: 200px;
    padding-top: 10px;
  }

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

  .logo {
    width: 240px;
  }

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

  .header-language-with-flags {
    margin-left: 30px;
  }

  .hero .slick-dots {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 40px;
  }

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

  .hero-slide-title {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-slide-text p {
    margin-bottom: 30px;
  }

  .hero-slide-bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
  }

  .hero-slide-text ul li {
    padding-left: 35px;
  }

  .hero-slide-bg:after {
    opacity: 0;
  }

  .hero-slide-bg img {
    -o-object-position: 43% 50%;
    object-position: 43% 50%;
  }

  .hero-slide-text {
    padding-right: 60px;
  }

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

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

  .m_2_right {
    width: 100%;
  }

  .absolute-line-1 {
    left: 10px;
  }

  .absolute-line-2 {
    right: 245px;
  }

  .absolute-line-3 {
    right: 10px;
  }

  .m_2_right_white {
    right: 11px;
  }

  .m_2_block {
    padding-top: 60px;
  }

  .m_2_flex {
    padding-bottom: 60px;
  }

  .m_3_item {
    width: calc(25% - 30px);
  }

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

  .m_3_icon_static,
  .m_3_icon_hover {
    height: 50px;
    width: 50px;
  }

  .m_3_icon_wrapper {
    width: 100%;
    height: 100px;
  }

  .m_3_item_last img {
    top: 0px;
  }

  .m_4_bg_white {
    left: 11px;
    width: calc(100% - 257px);
  }

  .m_5_slide {
    width: 550px;
  }

  .m_5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .m_5_slick_dot {
    width: 10px;
    height: 3px;
  }

  .m_5_slick_dot.active {
    width: 35px;
  }

  .absolute-line-4 {
    left: 244px;
  }

  .his-1-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .his-1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .his-1-content-bix {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECECEC;
  }

  .news-1-item {
    flex-wrap: wrap;
  }

  .news-1-item-content {
    width: 100%;
    order: 1;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .news-1-item-image {
    order: 2;
  }

  .news-1-item-btn-wrapper {
    order: 3;
  }

  .part-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-item-logo {
    width: calc(100% - 235px);
    padding: 30px 10px;
  }

  .part-item-logo:before {
    left: 1px;
    width: calc(100% - 2px);
  }

  .part-item {
    padding-bottom: 0px;
  }

  .part-item:nth-child(1) .part-item-logo:before {
    top: 0px;
    height: 100%;
  }

  .part-item-content {
    width: 100%;
    padding: 0px;
  }

  .con-1-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .con-1-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .con-1-right {
    width: 100%;
  }

  .con-1 .main-hero-breadcrumbs {
    justify-content: center;
    align-items: center;
  }

  .con-2-wrapper-form {
    width: 550px;
    max-width: 100%;
  }

  .part-item .part-item-content {
    padding-bottom: 0px;
  }

  .main-header {
    position: fixed;
  }
}

@media screen and (max-width: 800px) {
  .m_4_flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

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

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

  .m_4_el_name {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .m_5_slide {
    width: initial;
  }

  .m_5_slick {
    width: calc(100% + 28px);
    margin-right: -15px;
  }

  .absolute-line-4 {
    display: none;
  }

  .owner-1-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .owner-1-left {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .owner-1-item {
    width: calc(50% - 20px);
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .owner-1-right {
    width: 100%;
    margin-top: 30px;
  }

  .news-1-item-image {
    width: calc(100% - 235px);
  }

  .finance-content {
    width: 100%;
  }
}

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

  .manag-1-el {
    width: calc(50% - 10px);
  }

  .act-1-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .act-1-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .act-1-right {
    width: calc(100% - 235px);
  }

  .act-1-image {
    margin-bottom: 30px;
  }

  .quest_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quest_item_content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .quest_item_image {
    width: calc(100% - 235px);
  }

  .part-logo {
    width: calc(50% - 50px);
  }
}

@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_3_item {
    width: calc(50% - 30px);
  }

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

  .his-1-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .his-1-row-content {
    width: 100%;
    padding-right: 5px;
  }

  .his-1-row-image {
    margin-left: auto;
  }
}

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

  .header-language-with-flags {
    margin-left: 25px;
  }

  .logo {
    width: 200px;
  }

  .header-search-wrapper {
    position: static;
  }

  .header-search-form-wrapper {
    opacity: 1;
    pointer-events: inherit;
    top: -5px;
    left: 0px;
    width: 100%;
    transform: translateY(-110%);
    transition: 0.75s;
    z-index: 400;
  }

  .header-search-wrapper.open .header-search-form-wrapper {
    transform: translateY(0%);
  }

  .header-search-form-wrapper form input {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .m_2_right_row_count {
    font-size: 40px;
    line-height: 40px;
  }

  .absolute-line-2 {
    right: 155px;
  }

  .m_2_right_white {
    display: none;
  }
	.m_2_flex {
		padding-bottom: 0px;
	}
	.m_3_item_text {
		text-align:center;
	}
  .m_2_right_row_text {
    width: 145px;
	  min-width: 145px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
.m_2_right {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
  .m_2_right_row {
    margin-bottom: 35px;
  }

  .section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .m_4_el_image {
    height: 250px;
  }

  .m_4_el_name {
    font-size: 18px;
    line-height: 26px;
  }

  .m_4_el_desc {
    margin-bottom: 10px;
  }

  .m_4_bg_white {
    width: calc(100% - 167px);
  }

  .main-hero-bg {
    background-position: 42% 50%;
  }

  .his-1-row-image {
    margin-left: 0px;
    margin-right: auto;
    width: calc(100% - 145px);
  }

  .his-1-qoute-author {
    width: 100%;
    padding-left: 40px;
    margin-left: 0px;
    margin-right: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .his-1-quote-text {
    font-size: 16px;
    padding-left: 40px;
  }

  .his-1-quote:before {
    width: 25px;
    height: 25px;
  }

  .owner-1-item {
    width: 100%;
  }

  .owner-1-item:first-child {
    margin-top: 0px;
  }

  .owner-1-left {
    margin-top: 0px;
  }

  .manag-1-el-image {
    height: 220px;
  }

  .manag-1-el-name {
    font-size: 16px;
  }

  .manag-1-el-job {
    font-size: 14px;
  }

  .act-1-right {
    width: calc(100% - 145px);
  }

  .news-1-item-btn-wrapper {
    width: 145px;
  }

  .news-1-item-image {
    width: calc(100% - 145px);
  }

  .quest_item_image {
    width: calc(100% - 145px);
  }

  .finance-form-el {
    width: 100%;
  }

  .finance-form-el textarea {
    min-height: 160px;
  }

  .finance-form-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .part-item-logo {
    width: calc(100% - 145px);
  }

  .part-logos {
    position: relative;
  }

  .part-logos:after {
    z-index: -1;
    content: '';
    display: block;
    background: #FCFCFC;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% + 60px);
  }
	.m_5_slide_navigation {
		justify-content: center;
	}
}

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

  .header-language-with-flags {
    margin-left: 15px;
  }
  .logo {
    width: 175px;
  }

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

  .manag-1-el-image {
    height: 180px;
  }
}



#wpdcom {
  width: 100%;
  max-width: 100%;
}
.wpd-thread-info  {
  display: none;
}