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

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

:root {
  --main-family: 'Inter', sans-serif;
  --container-width: 1380px;
}

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

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

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

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

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.remodal-close:before {
  display: none;
}

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

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

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

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  color: #FFFFFF;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

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

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

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

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
  background: #EDEDED;
  border-bottom: 1px solid #B4B4B4;
  padding-left: 48px;
}

.main-header .wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-logo {
  width: 120px;
}

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

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

.main-menu ul {
  display: flex;
}

.main-menu li:first-child a {
  border-left: 1px solid #B4B4B4;
}

.main-menu a {
  min-width: 140px;
  border-right: 1px solid #B4B4B4;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  color: #1A1A1A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.main-menu a:hover {
  background: #FFF;
}

.main-btn-header {
  background: #4430CF;
  height: 56px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #FFFFFF;
  text-transform: uppercase;
}

body {
  background: #EDEDED;
}

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

.hero {
  padding-top: 245px;
  padding-bottom: 364px;
  position: relative;
}

.hero-image-top {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.hero-image-top img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero-image-bot {
  position: absolute;
  bottom: -355px;
  left: 0px;
}

.hero .hero-h1 {
  text-transform: uppercase;
}

.hero-h1 {
  color: #1A1A1A;
  font-size: 98px;
  font-style: normal;
  font-weight: 500;
  line-height: 95px;
  letter-spacing: -7.84px;
  margin-bottom: 57px;
}

.hero-h1 span {
  padding-left: 138px;
}

.hero-h1 strong {
  font-weight: 500;
  color: #4430CF;
}

.hero-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  width: 313px;
  max-width: 100%;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 9px;
  border-bottom: 2px solid #1A1A1A;
}

.hero-btn:after {
  content: '';
  display: block;
  background-image: url("../images/hero-btn-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
  margin-left: 10px;
  min-width: 25px;
}

.hero-image-mobile {
  display: none;
}

.mobile-header {
  display: none;
}

.m-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
  border-radius: 30px 30px 0px 0px;
  background: #fff;
}

.m-2-image-left {
  position: absolute;
  bottom: 136px;
  left: 0px;
}

.section-title {
  color: #1A1A1A;
  font-size: 98px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -3.92px;
}

.section-title strong {
  color: #4430CF;
}

.section-title sup {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.m-2-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m-2-header-right {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
}

.m-2-header-right:before {
  content: '';
  display: block;
  width: 12px;
  height: 38px;
  min-width: 12px;
  margin-right: 12px;
  background-image: url("../images/m-2-header-iccon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-2-text {
  color: #1A1A1A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.96px;
  margin-top: 90px;
  width: 594px;
  margin-left: auto;
  max-width: 100%;
}

.m-3 {
  padding-top: 69px;
  background: #fff;
  overflow: hidden;
  border-radius: 0px 0px 30px 30px;
}

.m-3 .section-title {
  margin-bottom: 64px;
}

.m-3-item {
  border-top: 1px solid #B4B4B4;
  padding: 40px 0px;
}

.m-3-item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-3-item-image {
  width: 117px;
  min-width: 117px;
}

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

.m-3-item-mid {
  position: relative;
  width: 481px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.m-3-item-mid-count {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-right: 30px;
  width: 30px;
  min-width: 30px;
}

.m-3-item-mid-title {
  width: calc(100% - 60px);
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.6px;
}

.m-3-item-mid-btn {
  margin-left: 60px;
  margin-top: 40px;
  border-radius: 100px;
  background: #4430CF;
  height: 48px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.m-3-item-right {
  width: 351px;
}

.m-3-item-right .m-3-item-mid-btn {
  display: none;
}

.m-3-item-right.active .m-3-item-right-hidden {
  display: block;
}

.m-3-item-right-open {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.m-3-item-right-hidden {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  display: none;
}

.m-3-item-btn-toggle {
  display: none;
  align-items: center;
  color: #1A1A1A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
  letter-spacing: -0.42px;
  cursor: pointer;
}

.m-3-item-btn-toggle:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 6px;
  background-image: url("../images/m-3-btn-show-more-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.m-4 .section-title {
  margin-bottom: 24px;
  text-align: center;
}

.m-4-text-after-title {
  color: #1A1A1A;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  width: 808px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-4-slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.m-4-slider-prev {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.m-4-slider-prev:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 12px;
  background-image: url("../images/m-4-arrow-before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-4-slider-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.m-4-slider-next:after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-left: 12px;
  background-image: url("../images/m-4-arrow-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-4-slide {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.m-4-slide-image {
  height: 332px;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

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

.m-4-slide-title {
  color: #1A1A1A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}

.m-4-slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.m-4-slick {
  margin-left: -10px;
  margin-right: -10px;
}

.m-4-slide-tab {
  border-radius: 100px;
  border: 1px solid #B4B4B4;
  padding: 10px;
  color: #1A1A1A;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.m-4-slide-wrap {
  display: block;
  width: 100%;
}

.m-4-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
  background: #4430CF;
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.24px;
  width: 512px;
  max-width: 100%;
  height: 124px;
  margin-top: 50px;
}

.m-4-btn-main:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC42NDg0IDE5Ljc3NDdDMTQuOTQ4OCAyMC4wNzUxIDE1LjQzNTggMjAuMDc1MSAxNS43MzYyIDE5Ljc3NDdMMTkuNzc0NyAxNS43MzYyQzIwLjA3NTEgMTUuNDM1OCAyMC4wNzUxIDE0Ljk0ODggMTkuNzc0NyAxNC42NDg0TDE1LjczNjIgMTAuNjA5OUMxNS40MzU4IDEwLjMwOTUgMTQuOTQ4OCAxMC4zMDk1IDE0LjY0ODQgMTAuNjA5OUMxNC4zNDggMTAuOTEwMyAxNC4zNDggMTEuMzk3NCAxNC42NDg0IDExLjY5NzhMMTcuMzczNyAxNC40MjMxTDYuOTIzMDggMTQuNDIzMUMzLjk0OTI0IDE0LjQyMzEgMS41Mzg0NiAxMi4wMTIzIDEuNTM4NDYgOS4wMzg0NkwxLjUzODQ2IDAuNzY5MjNDMS41Mzg0NiAwLjM0NDM5NSAxLjE5NDA3IC0xLjkwNzM1ZS0wNiAwLjc2OTIzMSAtMS45MDczNWUtMDZDMC4zNDQzOTYgLTEuOTA3MzVlLTA2IDAgMC4zNDQzOTUgMCAwLjc2OTIzTDAgOS4wMzg0NkMwIDEyLjg2MiAzLjA5OTU3IDE1Ljk2MTUgNi45MjMwOCAxNS45NjE1TDE3LjM3MzcgMTUuOTYxNUwxNC42NDg0IDE4LjY4NjhDMTQuMzQ4IDE4Ljk4NzIgMTQuMzQ4IDE5LjQ3NDMgMTQuNjQ4NCAxOS43NzQ3WiIgZmlsbD0id2hpdGUiIGZpbGwtb3BhY2l0eT0iMC42Ii8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m-5-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.m-5-left {
  width: 320px;
}

.m-5-right {
  width: 808px;
  max-width: calc(100% - 340px);
  margin-left: auto;
}

.m-5-right-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -32px;
  margin-left: -16px;
  margin-right: -16px;
}

.m-5-right-man {
  width: calc(33% - 32px);
  margin-top: 32px;
  margin-left: 16px;
  margin-right: 16px;
}

.m-5-right-man-photo {
  width: 100%;
  height: 248px;
  margin-bottom: 16px;
}

.m-5-right-man-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}

.m-5-right-man-name {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.m-5-right-man-job {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}

.m-5 {
  padding-bottom: 184px;
}

.m-6 {
  position: relative;
  padding-bottom: 160px;
}

.m-6-image-bg {
  position: absolute;
  bottom: -400px;
  left: 0px;
}

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

.m-6-left {
  width: 442px;
}

.m-6-right {
  width: 647px;
  max-width: calc(100% - 472px);
}

.m-6-item {
  cursor: pointer;
  padding-bottom: 16px;
  padding-top: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 16px;
  border-bottom: 1px solid #B4B4B4;
}

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

.m-6-item-question {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-6-item-question-btn {
  width: 24px;
  height: 24px;
  min-width: 24px;
  transition: 0.25s;
  margin-left: 10px;
  position: relative;
}

.m-6-item-question-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #1A1A1A;
}

.m-6-item-question-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #1A1A1A;
}

.m-6-item.active .m-6-item-question-btn {
  transform: rotate(180deg);
}

.m-6-item.active .m-6-item-question-btn:after {
  opacity: 0;
}

.m-6-item.active .m-6-item-answer {
  max-height: 400px;
  padding-top: 20px;
}

.m-6-item-answer {
  max-height: 0px;
  transition: 0.25s;
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  overflow: hidden;
  font-weight: 500;
  line-height: normal;
}

.m-6-title {
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.24px;
}

.m-7-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.m-7-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  width: 213px;
  max-width: 100%;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  padding-bottom: 9px;
  border-bottom: 2px solid #1A1A1A;
}

.m-7-btn:after {
  content: '';
  display: block;
  background-image: url("../images/hero-btn-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 26px;
  margin-left: 10px;
  min-width: 25px;
}

.m-7-flex {
  display: flex;
  justify-content: space-between;
  margin-left: -21px;
  margin-right: -21px;
}

.m-7-item-image {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 30px;
  overflow: hidden;
}

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

.m-7-item-data-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

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

.m-7-item-item-category {
  border-radius: 100px;
  border: 1px solid #B4B4B4;
  padding: 10px;
  color: #1A1A1A;
  font-size: 10px;
  margin-right: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.m-7-item-item-time {
  color: #1A1A1A;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.m-7-item-data-title {
  color: #1A1A1A;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.96px;
}

.m-7-item {
  margin-left: 21px;
  margin-right: 21px;
  border-radius: 30px;
}

.m-7-item:nth-child(1) {
  width: calc(44% - 42px);
  height: 601px;
  border-radius: 30px;
  overflow: hidden;
position: relative;
}

.m-7-item:nth-child(1) .m-7-item-image {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  position: relative;
}

.m-7-item:nth-child(1) .m-7-item-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.34%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 10;
}

.m-7-item:nth-child(1) .m-7-item-data {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 45px 40px;
}

.m-7-item:nth-child(1) .m-7-item-item-time {
  color: #FFF;
}

.m-7-item:nth-child(1) .m-7-item-item-category {
  background: #FFF;
  color: #1A1A1A;
}

.m-7-item:nth-child(1) .m-7-item-data-title {
  color: #FFF;
}

.m-7-item:nth-child(2) {
  width: calc(29% - 42px);
}

.m-7-item:nth-child(2) .m-7-item-image {
  height: 351px;
}

.m-7-item:nth-child(3) {
  width: calc(27% - 42px);
  margin-top: 97px;
}

.m-7-item:nth-child(3) .m-7-item-image {
  height: 347px;
}

.m-7-mobile-bottom {
  display: none;
}

.m-7 {
  background: #fff;
  padding: 73px 0px;
}

.m-8 {
  padding-top: 160px;
  padding-bottom: 124px;
  position: relative;
}

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

.m-8-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.m-8-left {
  width: 470px;
  padding-top: 37px;
}

.m-8-left .section-title {
  margin-bottom: 32px;
}

.m-8-text-after-title {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.m-8-right {
  width: 716px;
  max-width: calc(100% - 500px);
}

.m-8-form {
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  background: #FFF;
}

.m-8-form-title {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.m-8-form-title strong {
  color: #4430CF;
}

.m-8-form-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.m-8-row-toggles {
  gap: 12px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.m-4-slide-wrap {
  cursor: url("../images/cursor.png") 70 70, auto;
}

.m-8-form-toggle {
  color: #1A1A1A;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #B4B4B4;
}

.m-8-form-toggle.active {
  background: #1A1A1A;
  color: #FFFFFF;
}

.hidden {
  display: none !important;
}

.m-8-form-item {
  width: calc(50% - 6px);
}

.m-8-form-item input {
  display: block;
  width: 100%;
  padding: 15px 30px;
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 15px;
  border: 1px solid #B4B4B4;
}

.m-8-form-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  background: #4430CF;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 10px;
  margin-top: 40px;
  text-transform: uppercase;
}

.m-8-image-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.m-9 {
  padding-bottom: 80px;
}

.m-9-title {
  color: #1A1A1A;
  font-size: 56px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.24px;
  margin-bottom: 40px;
}

.main-footer {
  border-radius: 30px 30px 0px 0px;
  background: #FFF;
  padding: 66px 0px;
}

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

.main-footer-left {
  width: 329px;
}

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

.main-footer-right-column {
  margin-left: 121px;
}

.main-footer-right-column:first-child {
  margin-left: 0px;
}

.main-footer-right-title {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.main-footer-menu {
  width: 180px;
}

.main-footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -8px;
}

.main-footer-menu ul li {
  width: 48%;
  margin-top: 8px;
}

.main-footer-menu ul a {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.main-footer-email {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}

.main-footer-email:hover {
  text-decoration: none;
}

.main-footer-email-addres {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

.main-footer-menu-2 ul li {
  margin-bottom: 8px;
}

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

.main-footer-menu-2 ul a {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: underline;
}

.main-footer-menu-2 ul a:hover {
  text-decoration: none;
}

.main-footer-right-column--2 {
  width: 233px;
}

section {
  position: relative;
}

.m-3 .anhor,
.m-5 .anhor,
.m-6 .anhor {
  top: -100px;
}

.b-1 {
  padding-top: 200px;
}

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

.b-1-item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 40px;
}

.b-1-item-image {
  width: 100%;
  height: 243px;
  margin-bottom: 24px;
}

.b-1-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}

.s-1 {
  padding-top: 200px;
  padding-bottom: 100px;
}

.s-1-title {
  color: #090C16;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.24px;
  margin-bottom: 32px;
}

.s-1-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 64px;
}

.s-1-top-category {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.s-1-top-time-read {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.s-1-top-content {
  color: #090C16;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  width: 979px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.s-1-top-content h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
}

.s-1-top-content p {
  margin-bottom: 20px;
}

.s-1-top-content *:last-child {
  margin-bottom: 0px !important;
}

.s-1-top-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}

.s-1-top-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
}

.s-1-top-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}

.s-1-top-content ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  display: list-item;
  list-style-position: inside;
}

.s-1-top-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.s-2-title {
  color: #090C16;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.24px;
}

.s-2 {
  padding: 90px 0px;
  background: #FFF;
}

.sp-1 {
  padding-top: 160px;
}

.sp-1-wrap {
  border-radius: 30px;
  background: #FFF;
  padding: 40px 28px;
}

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

.sp-1-left {
  width: calc(50% - 70px);
  position: relative;
  padding-left: 120px;
  padding-bottom: 40px;
  border-bottom: 1px solid #B4B4B4;
}

.sp-1-left-count {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sp-1-left-title {
  color: #1A1A1A;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.6px;
  margin-bottom: 24px;
}

.sp-1-left-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.sp-1-left-tab {
  border-radius: 100px;
  border: 1px solid #B4B4B4;
  padding: 9px 16px;
  color: #1A1A1A;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

.sp-1-short-description {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sp-1-short-description p {
  margin-bottom: 20px;
}

.sp-1-short-description p:last-child {
  margin-bottom: 0px;
}

.sp-1-short-description strong {
  color: #4430CF;
}

.sp-1-right {
  width: calc(50% - 0px);
  height: 537px;
}

.sp-1-right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: 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: 1200px) {
  .main-menu a {
    min-width: 120px;
  }

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

  .main-footer-left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .main-header {
    padding: 45px 20px;
    border-bottom: none;
    transition: 0.25s;
    background: transparent;
  }

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

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

  .main-header.fixed {
    padding: 20px;
    background: #EDEDED;
  }

  .main-header.active {
    background: #EDEDED;
  }

  .header-hambugreg {
    display: block;
  }

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

  .hero {
    padding-top: 215px;
    padding-bottom: 146px;
  }

  .hero-image-mobile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
  }

  .hero-image-mobile img {
    display: block;
    width: 100%;
  }

  .hero-h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.76px;
    text-transform: uppercase;
    margin-bottom: 261px;
  }

  .hero-h1 span {
    padding-left: 0;
  }

  .hero-h1 br {
    display: none;
  }

  .hero-btn {
    margin-left: 0;
    margin-right: auto;
    width: 335px;
    max-width: 100%;
  }

  .mobile-header {
    display: block;
    position: fixed;
    z-index: 299;
    overflow: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #EDEDED;
    height: 100vh;
    padding: 150px 20px 50px 20px;
    pointer-events: none;
    transform: translateX(120%);
    transition: 0.25s;
  }

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

  .mobile-header .main-menu {
    margin-bottom: 48px;
  }

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

  .mobile-header .main-menu ul li {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .mobile-header .main-menu ul li a {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B4B4B4;
    border-left: none !important;
    border-right: none !important;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    letter-spacing: -0.76px;
    text-transform: none;
  }

  .main-btn-header {
    background: #4430CF;
    width: 345px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.96px;
    text-transform: none;
    border-radius: 1000px;
  }

  .main-btn-header:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-right: 13px;
    background-image: url("../images/mobile-menu-btn-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .m-2-header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-2-header-right {
    margin-left: auto;
    margin-bottom: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-2 {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 221px;
  }

  .m-2-image-left {
    bottom: 14px;
    left: -54px;
  }

  .section-title {
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.76px;
  }

  .m-2-text {
    margin-top: 56px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
    width: 100%;
  }

  .hero-image-bot {
    bottom: -410px;
  }

  .hero-image-top {
    right: -120px;
  }

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

  .m-5-left {
    width: 100%;
    margin-bottom: 32px;
  }

  .m-5-left br {
    display: none;
  }

  .m-5-right {
    width: 100%;
    max-width: 100%;
  }

  .m-5-right-list {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -16px;
  }

  .m-5-right-man {
    width: calc(33.33% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
  }

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

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

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

  .m-6-right {
    width: 100%;
    max-width: 100%;
  }

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

  .m-7-item {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px !important;
    margin-bottom: 32px;
    margin-top: 0px !important;
  }

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

  .m-7-item:nth-child(1) {
    height: initial;
  }

  .m-7-item:nth-child(1) .m-7-item-image {
    position: relative;
    height: initial;
  }

  .m-7-item:nth-child(1) .m-7-item-image:after {
    display: none;
  }

  .m-7-item:nth-child(1) .m-7-item-data {
    position: static;
    padding: 0px;
  }

  .m-7-item:nth-child(1) .m-7-item-data-title {
    color: #1A1A1A;
  }

  .m-7-item-image {
    height: 227px !important;
    margin-bottom: 16px !important;
  }

  .m-7-item:nth-child(1) .m-7-item-item-category {
    color: #1A1A1A;
    background: transparent;
  }

  .m-7-item:nth-child(1) .m-7-item-item-time {
    color: #1A1A1A;
  }

  .m-7-top .m-7-btn {
    display: none;
  }

  .m-7-mobile-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
  }

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

  .m-7-item-data-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
  }

  .m-7-item-data-title br {
    display: none;
  }

  .m-7-item-data-top-row {
    margin-bottom: 16px;
  }

  .m-7 {
    padding: 53px 0px;
    border-radius: 20px;
  }

  .m-8-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .m-8-left {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 32px;
  }

  .m-8-left br {
    display: none;
  }

  .m-8-text-after-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-8-left .section-title {
    margin-bottom: 16px;
  }

  .m-8-right {
    width: 100%;
    max-width: 100%;
  }

  .m-8-image-bg {
    width: 120px;
  }

  .m-8-image-bg img {
    display: block;
    width: 100%;
  }

  .main-footer-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-footer-right-column {
    margin-left: 0;
    margin-top: 32px;
  }

  .main-footer-right-column:first-child {
    margin-top: 0;
  }

  .main-footer {
    padding: 30px 0px;
  }

  .main-footer-left {
    width: 254px;
    margin-bottom: 64px;
  }

  .main-footer-left a {
    display: block;
    width: 100%;
  }

  .main-footer-left a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .main-footer-menu ul li {
    width: 100%;
  }

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

  .main-footer-menu ul {
    margin-top: 0px;
  }

  .b-1 {
    padding-top: 167px;
  }

  .b-1 .hero-h1 {
    margin-bottom: 24px;
  }

  .b-1-item {
    width: calc(33.33% - 20px);
  }

  .m-8--hero {
    padding-top: 178px;
  }

  .s-1 {
    padding-top: 178px;
  }

  .s-1-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 16px;
  }

  .s-1-top {
    gap: 32px;
    margin-bottom: 32px;
  }

  .s-1-top-category {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .s-1-top-time-read {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .s-1-top-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .s-1-top-content h2 {
    font-size: 24px;
  }

  .s-1-top-content h3 {
    font-size: 20px;
  }

  .s-2 {
    padding: 48px 0px;
  }

  .sp-1-wrap {
    padding: 0px;
    background: transparent;
  }

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

  .sp-1 {
    padding-top: 178px;
  }

  .sp-1-right img {
    height: auto;
  }

  .sp-1-right {
    width: 100%;
    height: initial;
    margin-bottom: 24px;
  }

  .sp-1-left {
    width: 100%;
    padding-left: 50px;
    padding-bottom: none;
    padding-bottom: 16px;
  }

  .sp-1-left:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: calc(100% + 40px);
    height: 1px;
    background: #B4B4B4;
  }

  .sp-1-left-count {
    top: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .sp-1-left-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 12px;
  }

  .sp-1-left-tab {
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px;
  }

  .sp-1-left-tabs {
    gap: 6px;
    margin-bottom: 24px;
  }

  .sp-1-short-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .sp-1 .m-4-btn-main {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-3 {
    padding-top: 37px;
    border-radius: 20px;
    padding-bottom: 37px;
  }

  .m-3-serivces {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .m-3-serivces .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .m-3-item {
    width: 270px;
    margin-right: 40px;
    min-width: 270px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .m-3-item-wrap {
    flex-direction: column;
    position: relative;
    padding-left: 0px;
    padding-bottom: 32px;
  }

  .m-3-item-image {
    width: 100%;
    height: 105px;
    margin-bottom: 32px;
  }

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

  .m-3-item-mid {
    padding-left: 0;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .m-3-item-mid .m-3-item-mid-btn {
    display: none;
  }

  .m-3-item-mid-count {
    position: absolute;
    left: 0px;
    top: -30px;
  }

  .m-3-item-right {
    width: 100%;
  }

  .m-3-item-right .m-3-item-mid-btn {
    display: flex;
    margin-top: 32px;
    margin-left: 0;
    width: 100%;
  }

  .m-3-item-mid-title {
    width: 100%;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }

  .m-3-item-right-open,
  .m-3-item-right-hidden {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-3-item-btn-toggle {
    margin-top: 16px;
  }

  .m-3-item-right-hidden {
    margin-top: 16px;
  }

  .section-title sup {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
  }

  .m-3 .section-title {
    margin-bottom: 56px;
  }

  .m-3-item {
    display: flex;
    flex-direction: column;
  }

  .m-3-serivces .wrapper {
    height: inherit;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }

  .m-3-item-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
  }

  .m-3-item-right {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }

  .m-3-item-right .m-3-item-mid-btn {
    margin-top: auto;
  }

  .m-3-item-btn-toggle {
    margin-bottom: 32px;
  }

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

  .m-4 .section-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .m-4-text-after-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }

  .m-4-text-after-title br {
    display: none;
  }

  .m-4-slider-prev {
    font-size: 0;
  }

  .m-4-slider-next {
    font-size: 0;
  }

  .m-4-slider-prev:before {
    margin-right: 0;
  }

  .m-4-slider-nav {
    margin-bottom: 14px;
  }

  .m-4-slide-image {
    height: 268px;
    margin-bottom: 20px;
  }

  .m-4-slider-prev:after {
    margin-left: 0;
  }

  .m-4-slide-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    margin-bottom: 20px;
  }

  .m-4-slide-tags {
    gap: 6px;
  }

  .m-4-slide-tab {
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }

  .m-4-btn-main {
    margin-top: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    width: 335px;
    height: 85px;
    max-width: 100%;
    line-height: 38px;
    letter-spacing: -0.96px;
  }

  .m-5-right-man-photo {
    height: 101px;
    margin-bottom: 8px;
  }

  .m-5-right-man-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
  }

  .m-5-right-man-job {
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-6-image-bg {
    bottom: auto;
    width: 90px;
    top: -164px;
  }

  .m-6-image-bg img {
    display: block;
    width: 100%;
  }

  .m-6-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.76px;
  }

  .m-6-item-question {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
  }

  .m-6-item-answer {
    font-size: 16px;
  }

  .m-6 {
    padding-bottom: 100px;
  }

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

  .m-8-form {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
    border-radius: 30px;
  }

  .m-8-form-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
  }

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

  .m-8-form-item {
    width: 100%;
    margin-bottom: 8px;
  }

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

  .m-8-form-item input {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-8-row-toggles {
    gap: 8px;
  }

  .m-8-form-toggle {
    padding: 10px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .m-8-form-toggle-request--js:nth-child(2) {
    order: 19;
  }

  .m-8-form-toggle-request--js:last-child {
    order: 20;
  }

  .m-8-form-btn-submit {
    margin-top: -16px;
  }

  .m-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .m-9-title {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.76px;
    margin-bottom: 32px;
    width: 279px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m-9 {
    padding-bottom: 100px;
  }

  .b-1-item {
    width: calc(50% - 20px);
  }

  .m-8--hero {
    padding-top: 178px;
  }
}

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

  .b-1-flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .b-1-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
  }

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

  .b-1-item-image {
    height: 227px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 500px) {
  .hero-image-top {
    display: none;
  }

  .hero-image-bot {
    display: none;
  }

  .hero-image-mobile {
    display: block;
  }
}


.b-1-pagination {
  margin-top: 57px;
}

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

.b-1-pagination .page-numbers {
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-align: center;
  font-family: "Prosto One", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.b-1-pagination .page-numbers:hover {
  color: #4430CF;
}

.b-1-pagination .page-numbers.current {
  color: #4430CF;
}

.b-1-pagination .prev {
  display: none;
  width: 48px;
  font-size: 0px;
  border-radius: 5px;
  border: 1px solid #CCA479;
  background-image: url("../images/pagination-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
}

.b-1-pagination .prev:hover {
  transform: scale(1.2);
  background-color: #CCA479;
  background-image: url("../images/pagintaion-prev-hover.svg");
}

.b-1-pagination .next {
  display: none;
  width: 48px;
  font-size: 0px;
  border-radius: 5px;
  border: 1px solid #CCA479;
  background-image: url("../images/pagination-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
}

.b-1-pagination .next:hover {
  transform: scale(1.2);
  background-color: #CCA479;
  background-image: url("../images/pagintaion-next-hover.svg");
}

.b-1-pagination {
  padding-bottom: 20px;
}

.m-3-item-right-open {
	margin-bottom: 20px;
}