@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: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  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: 'Gilroy', sans-serif;
  --container-width: 1260px;
}

.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: 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;
  margin-right: 40px;
}

.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: 50px;
  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: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  padding: 10px 0px;
  transition: 0.25s;
}

.main-header.fixed,
.main-header.active {
  background: #000000;
}

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

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

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

.main-menu ul {
  display: flex;
}

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

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

.main-menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.header-btn {
  border: 1px solid #93D2FF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  width: 180px;
  height: 55px;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #93D2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-btn:hover {
  background: #93D2FF;
  color: #000000;
}

.mobile-header {
  display: none;
}

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

.hero {
  position: relative;
  background: #152C86;
  border-radius: 0px 0px 57px 57px;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 200px;
}

.hero-box {
  width: 650px;
  max-width: 100%;
}

.main-title {
  font-style: normal;
  font-weight: 900;
  font-size: 53px;
  line-height: 105.4%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
  margin-top: 0px;
}

.hero-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 121%;
  color: #FFFFFF;
  margin-bottom: 35px;
  width: 430px;
  max-width: 100%;
}

.main-btn {
  background: #FFFFFF;
  border-radius: 8px;
  border: 4px solid #93D2FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 65px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #152C86;
}

.main-btn:hover {
  background: #93D2FF;
}

.hero-right-image {
  position: absolute;
  top: 60%;
  right: 0px;
  transform: translate(0%, -50%);
}

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

.hero-bg-right {
  position: absolute;
  top: 0px;
  right: -50px;
  height: 100%;
}

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

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

.m-2 {
  padding-top: 45px;
  padding-bottom: 110px;
}

.section-title {
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 105.4%;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 60px;
  position: relative;
  z-index: 20;
}

.m-2-item {
  margin-right: 70px;
}

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

.m-2-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 40px;
  color: #1D40C9;
  margin-bottom: 14px;
  white-space: nowrap;
}

.m-2-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #121212;
}

.m-2-flex {
  display: flex;
  position: relative;
  z-index: 20;
}

.m-2-map {
  position: absolute;
  top: -56px;
  left: 20px;
}

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

.m-2 {
  position: relative;
  z-index: 10;
}

.m-3 {
  padding: 80px 0px;
  background: #FFFFFF;
  box-shadow: 0px -4px 61px rgba(0, 0, 0, 0.07);
  border-radius: 57px;
}

.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;
  background: #FFFFFF;
  box-shadow: 0px 42px 54px -27px rgba(0, 0, 0, 0.16);
  border-radius: 22px;
  overflow: hidden;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.m-3-item-image {
  width: 100%;
  height: 215px;
}

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

.m-3-item-title {
  padding: 20px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 106.8%;
  color: #1D40C9;
}

.m-3-item-text {
  padding: 0px 15px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130.4%;
  color: #000000;
}

.main-btn-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #152C86;
  border-radius: 8px;
  width: 280px;
  height: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: auto;
}

.main-btn-2:hover {
  opacity: 0.9;
}

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

.m-4-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -60px;
}

.m-4-item {
  width: calc(33.333% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 60px;
  position: relative;
  padding-left: 55px;
}

.m-4-item-count {
  background: #FFFFFF;
  border: 1px solid #1D40C9;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 22.0726px;
  line-height: 105.4%;
  text-align: center;
  text-transform: uppercase;
  color: #1D40C9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-4-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 106.8%;
  color: #1D40C9;
  margin-bottom: 20px;
}

.m-4-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130.4%;
  color: #000000;
}

.m-5-item-top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.m-5-item-photo {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}

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

.m-5-item-stars {
  width: 92px;
  height: 18px;
  background-image: url("../images/m-5-stars.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 6px;
}

.m-5-item-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 106.8%;
  color: #121212;
}

.m-5-item-content {
  width: 100%;
  padding: 20px 20px 40px 20px;
  background: #FFFFFF;
  border-radius: 15px;
}

.m-5-flex {
  margin-left: -15px;
  margin-right: -15px;
}

.m-5-item {
  padding-left: 15px;
  padding-right: 15px;
}

.m-5 {
  background: #152C86;
  box-shadow: 0px -4px 61px rgba(0, 0, 0, 0.07);
  border-radius: 57px;
  overflow: hidden;
  position: relative;
  padding: 80px 0px;
}

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

.m-5-item-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 130.4%;
  color: #000000;
}

.m-5-flex {
  padding-bottom: 60px;
}

.slick-dots {
  bottom: 0px;
}

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

.slick-dots li.slick-active {
  background: #96D3FD;
  width: 50px;
}

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

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

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

.slick-prev {
  z-index: 99;
  left: -70px;
  padding: 0px;
  top: 110px;
  transform: none;
  background-color: #FFFFFF;
  border: 1px solid #96D3FD;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../images/m-5-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
  z-index: 99;
  right: -70px;
  top: 110px;
  padding: 0px;
  transform: none;
  background-color: #FFFFFF;
  border: 1px solid #96D3FD;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-image: url("../images/m-5-next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.m-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-6-slide {
  padding-left: 5px;
  padding-right: 5px;
  height: 75px;
}

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

.m-7 {
  padding-bottom: 60px;
}

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

.m-7-left {
  width: 46%;
}

.m-7-right {
  width: 50%;
}

.m-7-right img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-7-after-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 106.8%;
  color: #232323;
  margin-bottom: 40px;
  margin-top: -20px;
  width: 360px;
  max-width: 100%;
}

.m-7-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130.4%;
  color: #000000;
}

.m-7-row:hover {
  color: #025ABB;
}

.m-7-row:last-child {
  margin-bottom: 0px;
}

.m-7-row .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

section {
  position: relative;
}

.hero-form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #232323;
  margin-bottom: 40px;
}

.remodal-form {
  padding-left: 30px;
  padding-right: 30px;
}

.form-style input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background: #FDFDFD;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 106.8%;
  color: #000000;
  padding: 15px 20px;
}

.form-style button {
  margin-top: 30px;
}

.thanks {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
}

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




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

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


*/

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

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

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




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

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

  .slick-next {
    right: 0px;
  }

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

@media screen and (max-width: 1200px) {
  .main-menu {
    margin-right: 50px;
  }

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

  .m-2-item {
    margin-right: 30px;
  }
}

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

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

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

  .header-hambugreg {
    display: block;
  }

  .header-hamburger-line,
  .header-hambugreg:before,
  .header-hambugreg:after {
    background: #ffffff;
  }

  .mobile-header {
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .header-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right-image {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }

  .hero-right-image img {
    height: 250px;
  }

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

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

  .hero-box {
    margin-left: auto;
    margin-right: auto;
  }

  .main-title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

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

  .hero-bg-right {
    opacity: 0.3;
  }

  .m-2-flex {
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
  }

  .m-2-item {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;
  }

  .m-2-item-title {
    white-space: initial;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  .m-2-item-title {
    font-size: 24px;
    line-height: 32px;
  }

  .m-3-flex {
    justify-content: center;
  }

  .m-3-item {
    width: calc(50% - 30px);
  }

  .m-3 {
    padding: 60px 0px;
    border-radius: 30px;
  }

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

  .m-4-flex {
    margin-top: -30px;
  }

  .m-5 {
    border-radius: 30px;
    padding: 60px 0px;
  }

  .m-5-flex {
    margin-left: -15px;
    margin-right: -15px;
  }

  .m-6 {
    padding: 60px 0px;
  }

  .m-7-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-7-flex .section-title {
    text-align: center;
  }

  .m-6 .section-title {
    text-align: center;
  }

  .m-7-after-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

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

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

  .m-7 {
    padding-bottom: 10px;
  }
}

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

  .m-3-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

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

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

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

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

  .m-4-flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
	.hero-bg-right {
		top: auto;
		bottom: 0px;
		height: auto;
		display: none;
	}
	.hero-bg-right img{
		object-fit: contain;
		width: 100%;
		height: 250px;
		object-position: right bottom
	}
}

@media screen and (max-width: 500px) {
  .hero {
    border-radius: 0px 0px 30px 30px;
  }

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

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

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

  .m-2-map {
    left: 50%;
    transform: translateX(-50%);
  }

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

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

@media screen and (max-width: 374px) {
  .main-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.m-7-right iframe {
	width: 100%;
	height: 350px;
}

.iti {
  margin-bottom: 20px;
}
.sp_data_kod_js {
  display: none !important;
}

.iti__country-list {
  width: 390px;
  overflow-x: hidden;
}
.iti-mobile .iti--container {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
}

.remodal_thanks {
  background: #152C86;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}
.remodal_thanks .remodal-close {
  background-image: url('../images/remodal_close_white.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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;
}

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

.jq-selectbox {
	border-radius: 4px;
	    border: 1px solid #BFBFBF;
}

.jq-selectbox__trigger {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMy41MTQzIDE0Ljg1ODhDMzIuODE0NiAxNC4xNTkxIDMxLjY4MDIgMTQuMTU5MSAzMC45ODA1IDE0Ljg1ODhMMjEuNDk3NCAyNC4zNDE5TDEyLjAxNDMgMTQuODU4OEMxMS4zMTQ2IDE0LjE1OTEgMTAuMTgwMiAxNC4xNTkxIDkuNDgwNSAxNC44NTg4QzguNzgwOCAxNS41NTg0IDguNzgwOCAxNi42OTI5IDkuNDgwNSAxNy4zOTI2TDIwLjIzMDUgMjguMTQyNkMyMC45MzAyIDI4Ljg0MjIgMjIuMDY0NiAyOC44NDIyIDIyLjc2NDMgMjguMTQyNkwzMy41MTQzIDE3LjM5MjZDMzQuMjE0IDE2LjY5MjkgMzQuMjE0IDE1LjU1ODQgMzMuNTE0MyAxNC44NTg4WiIgZmlsbD0iIzE1MkM4NiIvPgo8L3N2Zz4K");
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

.remodal-form-wrapper p {
	margin-bottom: 5px;
	text-align: left;
}

.iti__country-list {
	z-index: 500;
}