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

@import url(../libs/iti/iti.min.css);

@import url(../libs/jqueryui/jquery-ui.min.css);

@font-face {
  font-family: 'Press Start 2P';
  src: url("../fonts/PressStart2P-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

:root {
  --main-family: 'Inter', sans-serif;
  --section-padding: 60px;
  --section-padding-mobile: 40px;
  --container-width: 1300px;
  --main-color: #222222;
  --contrast-color: #ffffff;
  --accent-color: #D76701;
  --standart-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.page_container {
  width: 100%;
}

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

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

.section {
  position: relative;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

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

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

p {
  margin: 0px;
}

body,
html {
  padding: 0px;
  margin: 0px;
}

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

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

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

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

.main-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 17px 0px;
  z-index: 300;
  transition: 0.25s;
}

.main-header.fixed,
.main-header.active {
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  background: rgba(255, 255, 255, 0.83);
}

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

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

.main_header__slogan {
  margin-left: 17px;
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #615B5B;
  margin-right: 3px;
  position: relative;
}

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

.humburger {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.humburger.active .humburger__line-top {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.humburger.active .humburger__line-top:after {
  opacity: 0;
}

.humburger.active .humburger__line-mid {
  opacity: 0;
}

.humburger.active .humburger__line-bottom {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.humburger.active .humburger__line-bottom:after {
  opacity: 0;
}

.humburger__icon {
  width: 32px;
  height: 46px;
  position: relative;
  background: #000000;
}

.humburger__line-top {
  width: 21px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(50% - 8px);
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

.humburger__line-top:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 2px;
  left: 13px;
  width: 3px;
  transition: 0.25s;
  background: #000000;
}

.humburger__line-mid {
  width: 21px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

.humburger__line-mid:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 2px;
  left: 5px;
  width: 3px;
  transition: 0.25s;
  background: #000000;
}

.humburger__line-bottom {
  width: 21px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(50% + 8px);
  transform: translate(-50%, -50%);
  transition: 0.25s;
}

.humburger__line-bottom:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 2px;
  left: 13px;
  width: 3px;
  transition: 0.25s;
  background: #000000;
}

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

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

.hover-language a:hover {
  color: #407BFF;
}

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

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

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

.header-btn {
  border: 1px solid #407BFF;
  border-radius: 2px;
  width: 225px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.header-btn:hover {
  background: #407BFF;
  color: #ffffff;
}

.main-header__logo {
  display: flex;
  align-items: center;
  top: 4px;
}

.status-bar {
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.status-bar-line {
  height: 2px;
  background: #407BFF;
  width: 0%;
}

.fixed-page-1 {
  position: relative;
  height: 3000px;
  display: flex;
  flex-direction: column;
  background: #000000;
  margin-top: 100px;
}

.fixed-page-content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
}

.fixed-page-content svg {
  max-width: 95%;
  height: auto;
  position: relative;
  z-index: 20;
  stroke: #ffffff !important;
}

.fixed-page-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
}

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

.fixed-page-1.fixed .fixed-page-content {
  position: fixed;
}

.fixed-page-1.bottom {
  justify-content: flex-end;
}

body * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hero {
  padding-top: 135px;
}

.hero-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}

.hero-left {
  width: 50%;
}

.hero-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
}

.hero-left__pre-title {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 12px;
}

.hero-left__title {
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 144.09%;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 47px;
  margin-top: 0px;
}

.hero-left__title strong {
  font-weight: 900;
}

.hero-left__adv {
  width: calc(100% - 40px);
  margin-left: auto;
  padding-left: 30px;
  border-left: 4px solid #FCED18;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 33px;
}

.hero-left__adv p {
  margin-bottom: 4px;
}

.hero-left__adv p:last-child {
  margin-bottom: 0px;
}

.hero-left__text {
  width: 418px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 161.4%;
  color: #222222;
  margin-bottom: 37px;
}

.hero-left__bottom {
  padding-left: 40px;
}

.hero-left__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #F5DF4E, #F5DF4E), linear-gradient(135.69deg, rgba(255, 230, 0, 0.71) 9.54%, rgba(245, 202, 49, 0.71) 109.18%);
  border-radius: 2px;
  width: 293px;
  max-width: 100%;
  height: 64px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  margin-right: 67px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

.hero-left__btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 400px;
  transform-origin: center;
  height: 500px;
  z-index: -1;
  transform: translate(400px, -50%) rotate(60deg);
  transition: 0.5s;
  background: #407BFF;
}

.hero-left__btn:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.hero-left__btn:hover:before {
  transform: translate(0px, -50%) rotate(60deg);
}

.hero-left__bottom {
  display: flex;
  align-items: center;
}

.hero-left__video {
  display: flex;
  align-items: center;
  position: relative;
}

.hero-left__video:hover .hero-left__video_arrow {
  opacity: 0;
}

.hero-left__video:hover .hero__video_icon {
  opacity: 1;
}

.hero-left__video-icon-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../images/hero-btn-video-border.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__video_icon {
  position: relative;
  transition: 0.25s;
  opacity: 0;
}

.hero__video_icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-left__video_arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.25s;
}

.hero-left__video-btn-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #111111;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  white-space: nowrap;
}

.hero-right-composition {
  width: 501px;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  padding: 35px 45px 301px 45px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 188px 0px 0px;
}

.hero-right-composition-adv-count {
  font-family: 'Press Start 2P', sans-serif;
  font-weight: 400;
  font-size: 62.5263px;
  line-height: 63px;
  color: #FFFFFF;
}

.hero-right-composition-adv-text {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 162.8%;
  color: #FFFFFF;
}

.hero-right-composition-adv {
  margin-bottom: 19px;
  display: flex;
  align-items: flex-end;
}

.hero-right-comosition-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 162.8%;
  color: #FFFFFF;
  margin-bottom: 32px;
  width: 256px;
  max-width: 100%;
}

.hero-right-composition-adv-2 {
  margin-bottom: 0px;
  justify-content: flex-end;
}

.hero-right-composition-adv-2 .hero-right-composition-adv-count {
  font-size: 46px;
}

.hero-right-gold-card {
  width: 185px;
  height: 116px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: -40px;
  transform: rotate(-10deg);
  -webkit-animation: cardMove 5s linear 0s infinite;
  animation: cardMove 5s linear 0s infinite;
}

@-webkit-keyframes cardMove {
  0% {
    transform: scale(1) rotate(-10deg);
  }

  25% {
    transform: scale(1) rotate(-10deg);
  }

  45% {
    transform: scale(1.3) rotate(0deg);
  }

  65% {
    transform: scale(1) rotate(-10deg);
  }

  100% {
    transform: scale(1) rotate(-10deg);
  }
}

@keyframes cardMove {
  0% {
    transform: scale(1) rotate(-10deg);
  }

  25% {
    transform: scale(1) rotate(-10deg);
  }

  45% {
    transform: scale(1.3) rotate(0deg);
  }

  65% {
    transform: scale(1) rotate(-10deg);
  }

  100% {
    transform: scale(1) rotate(-10deg);
  }
}

.hero-right-man {
  width: 342px;
  height: 566px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -114px;
  transform-origin: bottom right;
  left: -115px;
  pointer-events: none;
}

.hero-right-man picture {
  -webkit-animation: m1ManAnim 8s linear 0s infinite;
  animation: m1ManAnim 8s linear 0s infinite;
}

@-webkit-keyframes m1ManAnim {
  0% {
    transform: scale(1) rotate(0deg);
  }

  10% {
    transform: scale(1) rotate(2deg);
  }

  25% {
    transform: scale(1) rotate(0deg);
  }

  45% {
    transform: scale(0.9) rotate(2deg);
  }

  65% {
    transform: scale(1) rotate(0deg);
  }

  75% {
    transform: scale(1) rotate(-2deg);
  }

  85% {
    transform: scale(1.05) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes m1ManAnim {
  0% {
    transform: scale(1) rotate(0deg);
  }

  10% {
    transform: scale(1) rotate(2deg);
  }

  25% {
    transform: scale(1) rotate(0deg);
  }

  45% {
    transform: scale(0.9) rotate(2deg);
  }

  65% {
    transform: scale(1) rotate(0deg);
  }

  75% {
    transform: scale(1) rotate(-2deg);
  }

  85% {
    transform: scale(1.05) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

.hero-bg-left {
  width: 1079px;
  height: 1507px;
  position: absolute;
  top: -73px;
  left: -343px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: home-hero-bg 5s linear 0s infinite;
  animation: home-hero-bg 5s linear 0s infinite;
}

@-webkit-keyframes home-hero-bg {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  25% {
    opacity: 1;
    transform: scale(1.3);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(0.8);
  }

  100% {
    opacity: 0.6;
    transform: scale(1);
  }
}

@keyframes home-hero-bg {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }

  25% {
    opacity: 1;
    transform: scale(1.3);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  75% {
    opacity: 1;
    transform: scale(0.8);
  }

  100% {
    opacity: 0.6;
    transform: scale(1);
  }
}

.m_2 {
  padding-top: 117px;
  position: relative;
  z-index: 20;
}

.m_2 .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.section-title {
  margin-top: 0px;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 144.09%;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 70px;
}

.section-after-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 144.09%;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

.m_2 {
  padding-top: 136px;
  position: relative;
  z-index: 40;
}

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

.m_2_flex_top .section-title {
  margin-bottom: 0px;
  width: 46%;
  text-align: left;
}

.m_2_top_text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 144.09%;
  color: #000000;
  width: 46%;
  text-align: right;
  padding-bottom: 10px;
}

.m_3 {
  padding-top: 114px;
  position: relative;
  z-index: 40;
}

.m_3_flex {
  display: flex;
  flex-wrap: wrap;
}

.m_3_el {
  width: 25%;
  padding: 25px 50px 36px 34px;
  color: #000000;
}

.m_3_el_icon {
  width: 55px;
  height: 55px;
  margin-bottom: 8px;
}

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

.m_3_el_title {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 131%;
  margin-bottom: 23px;
}

.m_3_el_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.m_2_row {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.m_2_row:first-child {
  border-top: 1px solid #000000;
}

.m_2_row_count {
  position: absolute;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #407BFF;
  top: 10px;
  left: -35px;
  transition: 0.25s;
  transform: rotate(-60.68deg);
}

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

.m_2_btn_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
  background: #407BFF;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160.3%;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 147px;
  height: 90px;
  overflow: hidden;
}

.m_2_btn_trigger:after {
  content: '';
  display: block;
  background-image: url("../images/m_2_el_icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 27px;
  min-width: 15px;
  margin-left: 10px;
  transition: 0.25s;
  transform-origin: center;
}

.m_2_btn_trigger:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 400px;
  transform-origin: center;
  height: 500px;
  z-index: -1;
  transform: translate(400px, -50%) rotate(60deg);
  transition: 0.5s;
  background: #F5DF4E;
}

.m_2_btn_trigger:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.m_2_btn_trigger:hover:before {
  transform: translate(0px, -50%) rotate(60deg);
}

.m_2_row_title {
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(100% - 300px);
  transition: 0.25s;
}

.m_2_row.active .m_2_btn_trigger:after {
  transform: rotate(180deg);
}

.m_2_row.active .m_2_row_title {
  transform: translateX(50px);
}

.m_2_row.active .m_2_row_count {
  transform: translate(33px, 32px) rotate(-60.68deg);
}

.m_2_row.active .m_2_row_content {
  max-height: 1000px;
  opacity: 1;
  -webkit-animation: openItem 1s linear 0s 1 normal forwards;
  animation: openItem 1s linear 0s 1 normal forwards;
}

.m_2_row.active .m_2_row_header_btns_step {
  opacity: 1;
}

@-webkit-keyframes openItem {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 0.25;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes openItem {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 0.25;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
  }
}

.main-btn {
  background: #F5DF4E;
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  width: 225px;
  height: 64px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 400px;
  transform-origin: center;
  height: 500px;
  z-index: -1;
  transform: translate(400px, -50%) rotate(60deg);
  transition: 0.5s;
  background: #407BFF;
}

.main-btn:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.main-btn:hover:before {
  transform: translate(0px, -50%) rotate(60deg);
}

.m_2_row_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 161.4%;
  color: #222222;
  margin-bottom: 30px;
  min-height: 260px;
  width: 608px;
  max-width: 100%;
}

.m_2_row_text p {
  margin-bottom: 20px;
}

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

.m_2_row_content_padding {
  padding-top: 30px;
  padding-bottom: 50px;
}

.m_2_row_content {
  position: relative;
  transition: 0s;
  transform-origin: center top;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.45s;
}

.m_2_row_image_absolute {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 400.57px;
  height: 400.57px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_2_row_header_btns_step {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  border-radius: 100%;
  padding: 6px;
  margin-right: 20px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  transition: 0.25s;
  justify-content: center;
  opacity: 0;
  position: relative;
  z-index: 20;
}

.m_2_row_header_btns_step .m_2_row_header_btns_step_icon {
  width: 24px;
  height: 24px;
  fill: #000000;
}

.m_2_row_header_btns_step:hover {
  width: 150px;
  border-radius: 75px;
}

.m_2_row_header_btns_step:hover .m_2_row_header_btns_step_text {
  width: auto;
  padding-left: 10px;
}

.m_2_row_header_btns_step_text {
  font-style: normal;
  font-weight: 400;
  font-size: 14.0135px;
  line-height: 17px;
  color: #000E33;
  transition: 0.25s;
  width: 0px;
  overflow: hidden;
  padding-left: 00px;
}

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

.hero-right-man {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-right-man picture {
  max-width: 100%;
  max-height: 100%;
}

.hero-right-man img {
  max-height: 566px;
}

.m_4 {
  padding-top: 120px;
}

.m_4 .section-title {
  position: relative;
  z-index: 40;
}

.m_4_wrapper {
  width: calc(100% + 250px);
  margin-left: -125px;
  padding: 60px 125px 80px 125px;
  background: #FFFFFF;
  border: 1px solid #121212;
  border-radius: 0px 165px 0px 0px;
  overflow: hidden;
  position: relative;
}

.m_4_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
}

.m_4_el {
  width: calc(25% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 40px;
  position: relative;
  z-index: 40;
}

.m_4_el_count {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 144.09%;
  text-transform: uppercase;
  color: #EDEDED;
  margin-bottom: 5px;
}

.m_4_el_title {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 131.2%;
  color: #000000;
  margin-bottom: 20px;
}

.m_4_el_text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #121212;
}

.m_4_image_absolute {
  position: absolute;
  bottom: -0px;
  right: -20px;
  width: 291px;
  height: 385px;
  transform: translate(30.525px, 84.4px);
}

.m_4_image_absolute picture img {
  transform-origin: center bottom;
  -webkit-animation: m4manmove 8s linear 0s infinite;
  animation: m4manmove 8s linear 0s infinite;
}

@-webkit-keyframes m4manmove {
  0% {
    transform: scale(1) translateX(0px);
  }

  10% {
    transform: scale(1) translateX(-10px);
  }

  25% {
    transform: scale(1) translateX(0px);
  }

  45% {
    transform: scale(1) translateX(20px);
  }

  65% {
    transform: scale(1) translateX(0px);
  }

  75% {
    transform: scale(1) translateX(10px);
  }

  85% {
    transform: scale(1) translateX(0px);
  }

  100% {
    transform: scale(1) translateX(0px);
  }
}

@keyframes m4manmove {
  0% {
    transform: scale(1) translateX(0px);
  }

  10% {
    transform: scale(1) translateX(-10px);
  }

  25% {
    transform: scale(1) translateX(0px);
  }

  45% {
    transform: scale(1) translateX(20px);
  }

  65% {
    transform: scale(1) translateX(0px);
  }

  75% {
    transform: scale(1) translateX(10px);
  }

  85% {
    transform: scale(1) translateX(0px);
  }

  100% {
    transform: scale(1) translateX(0px);
  }
}

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

.m_4_rounds {
  width: 280px;
  height: 220px;
  position: absolute;
  top: -70px;
  right: 125px;
}

.m_4_round_1 {
  width: 215px;
  height: 215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  transform-origin: center;
  left: 0px;
  -webkit-animation: round_1 10s linear 0s infinite;
  animation: round_1 10s linear 0s infinite;
}

.m_4_round_2 {
  width: 112.07px;
  height: 112.07px;
  top: 43px;
  left: 158px;
  z-index: 20;
  position: absolute;
  -webkit-animation: round_1 10s linear 0s infinite;
  animation: round_1 10s linear 0s infinite;
  transform-origin: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@-webkit-keyframes round_1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes round_1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.m_5 {
  padding-top: 160px;
}

.m_5_wrapper {
  background: linear-gradient(137.92deg, #000000 13.39%, #000000 57.78%, #274884 82.82%, #4683F3 104.33%);
  border-radius: 0px 0px 0px 175px;
  padding-bottom: 165px;
  padding-top: 60px;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
  width: calc(100% + 240px);
  margin-left: -120px;
  overflow: hidden;
}

.m_5_wrapper .section-title {
  color: #ffffff;
  margin-bottom: 18px;
}

.m_5_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 161.4%;
  width: 542px;
  max-width: 100%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.m_5_text p {
  margin-bottom: 20px;
}

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

.m_5_text strong {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}

.m_5_image_right {
  position: absolute;
  bottom: 0px;
  right: 27px;
  width: 360px;
  height: 500px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform-origin: center bottom;
  background-size: contain;
  -webkit-animation: moveM5Image 6s linear 0s infinite;
  animation: moveM5Image 6s linear 0s infinite;
}

@-webkit-keyframes moveM5Image {
  0% {
    transform: translate(0px, 0px) scale(1);
  }

  10% {
    transform: translate(10px, 0px) scale(1);
  }

  20% {
    transform: translate(-10px, 0px) scale(1);
  }

  25% {
    transform: translate(0px, 0px) scale(1);
  }

  29% {
    transform: translate(10px, 0px) scale(1);
  }

  33% {
    transform: translate(0px, 0px) scale(0.8);
  }

  38% {
    transform: translate(10px, 10px) scale(1);
  }

  45% {
    transform: translate(0px, 0px) scale(1);
  }

  55% {
    transform: translate(0px, 20px) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) scale(1);
  }
}

@keyframes moveM5Image {
  0% {
    transform: translate(0px, 0px) scale(1);
  }

  10% {
    transform: translate(10px, 0px) scale(1);
  }

  20% {
    transform: translate(-10px, 0px) scale(1);
  }

  25% {
    transform: translate(0px, 0px) scale(1);
  }

  29% {
    transform: translate(10px, 0px) scale(1);
  }

  33% {
    transform: translate(0px, 0px) scale(0.8);
  }

  38% {
    transform: translate(10px, 10px) scale(1);
  }

  45% {
    transform: translate(0px, 0px) scale(1);
  }

  55% {
    transform: translate(0px, 20px) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) scale(1);
  }
}

.m_5_people {
  position: absolute;
  z-index: 20;
}

.m_5_people_1 {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.m_5_people_2 {
  bottom: 146px;
  left: 50%;
  transform: translateX(140px);
}

.m_5_people_photo {
  width: 134px;
  height: 134px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 16px;
}

.m_5_people_title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  width: 194px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m_6 {
  padding-top: 130px;
}

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

.m_6_item {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}

.m_6_item:hover .m_6_item_play_btn {
  border: 1px solid #3980FF;
  transform: translate(-50%, -50%) scale(1.3);
}

.m_6_item_video_bg {
  width: 100%;
  position: relative;
}

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

.m_6_item_video_name {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 135.4%;
  color: #000000;
}

.m_6_item_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  border: 2.17752px solid #FFFFFF;
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
  border-radius: 100%;
  transition: 0.25s;
}

.m_6_item_play_btn:after {
  content: '';
  display: block;
  background-image: url("../images/m_6_video_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.m_6_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 64px;
  background: linear-gradient(0deg, #3980FF, #3980FF), linear-gradient(135.69deg, rgba(255, 230, 0, 0.71) 9.54%, rgba(245, 202, 49, 0.71) 109.18%);
  border-radius: 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 64px;
  color: #FFFFFF;
}

.m_6_btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.m_6_btn:hover .icon {
  transform: scale(0.8);
}

.m_6_btn .icon {
  width: 147px;
  height: 102px;
  transition: 0.25s;
  transform-origin: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: calc(50% + 150px);
}

.m_7 {
  padding-top: 90px;
  pointer-events: none;
}

.m_7_slide {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_7_slide img {
  width: 140px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.m_8 {
  padding-top: 120px;
  position: relative;
}

.m_8_slick {
  margin-left: -15px;
  margin-right: -15px;
}

.m_8_slide {
  padding-left: 15px;
  padding-right: 15px;
}

.m_8_slide_wrapper {
  width: 100%;
  padding: 30px 40px;
}

.m_8_slide_text {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
}

.m_8_slide_text:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 0px;
  background-image: url("../images/m_8_slick_prev.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 19px;
}

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

.m_8_slide_photo {
  width: 97px;
  height: 97px;
  border-radius: 100%;
}

.m_8_slide_photo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.m_8_slide_photo_and_stars {
  position: relative;
  width: 97px;
  min-width: 97px;
  margin-left: 10px;
}

.m_8_slide_name {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #555555;
}

.m_8_slide_name strong {
  font-style: normal;
  font-weight: 500;
  color: #111111;
}

.m_8_slide_project {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
}

.m_8_slide_starts {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 94px;
  height: 17px;
  background-image: url("../images/m_8_stars.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_8_slide_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.m_8_slide_prev {
  width: 24px;
  height: 24px;
}

.m_8_slide_prev svg {
  width: 100%;
  height: 100%;
  fill: #000000;
  transition: 0.25s;
}

.m_8_slide_prev:hover svg {
  fill: #407BFF;
}

.m_8_slide_counts {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.m_8_slide_next {
  width: 24px;
  height: 24px;
}

.m_8_slide_next svg {
  width: 100%;
  height: 100%;
  fill: #000000;
  transition: 0.25s;
}

.m_8_slide_next:hover svg {
  fill: #407BFF;
}

.m_8_slide_count_now {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #407BFF;
}

.m_8_slide_count_all {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #121212;
  position: relative;
  top: -3px;
}

.m_9 {
  padding-top: 120px;
}

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

.m_9_left {
  width: 48%;
}

.m_9_left .section-title {
  margin-bottom: 0px;
}

.m_9_right {
  width: 48%;
}

.m_9_tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.m_9_tab {
  margin-left: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 144.09%;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 230px;
  border-bottom: 2px solid #000000;
}

.m_9_tab:first-child {
  margin-left: 0px;
}

.m_9_tab.active {
  color: #407BFF;
  border-color: #407BFF;
}

.m_9_portfolio_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m_9_portfolio_list {
  list-style-type: none;
  padding: 0px;
}

.m_9_portfolio_item {
  width: calc(50% - 15px);
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.m_9_portfolio_item:nth-child(even) {
  top: 20px;
}

.m_9_portfolio_item:hover .m_9_portfolio_category {
  text-decoration: underline;
  color: #3980FF;
}

.m_9_portfolio_item_image {
  width: 100%;
}

.m_9_portfolio_item_image img {
  width: 100%;
  height: auto;
}

.m_9_protfolio_item_info {
  position: relative;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.m_9_portfolio_category {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 144.09%;
  color: #000000;
  transition: 0.25s;
}

.m_9_portfolio_name {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 144.09%;
  color: #000000;
  margin-top: 8px;
}

.m_9_portfolio_item_link {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 20;
  background-image: url("../images/m_9_btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.m_9_portfolio_permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.m_9_link {
  color: #3980FF;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  padding-left: 30px;
  display: none;
  position: relative;
  z-index: 20;
}

.m_9_portfolio_list.active .m_9_link {
  display: block;
}

.m_9_portfolio_list.active .m_9_portfolio_item_image {
  display: none;
}

.m_10 {
  padding-top: 120px;
}

.m_10_top {
  position: relative;
}

.m_10_top .section-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.m_10_after_title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 144.09%;
  color: #000000;
  margin-bottom: 60px;
}

.m_10_icon {
  top: 0px;
  left: 50%;
  width: 70px;
  height: 64px;
  margin-left: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.m_10_left {
  width: 46%;
}

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

.m_10_right {
  width: 46%;
}

.m_10_right_text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
}

.m_10_right_text ul {
  list-style-type: none;
}

.m_10_right_text ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.m_10_right_text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000000;
}

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

.m_10_adv {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: -40px;
  padding-top: 60px;
  margin-left: -55px;
  margin-right: -55px;
  padding-left: 20px;
}

.m_10_adv_item {
  width: calc(33.333% - 110px);
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 40px;
  position: relative;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 161.4%;
  color: #000000;
}

.m_10_adv_item:before {
  content: '';
  display: block;
  background: #407BFF;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  transform: translate(-100%, -100%);
}

.m_6_btn_yellow {
  background: #F5DF4E;
  position: relative;
  color: #000000;
  margin-top: 0px;
}

.m_6_btn_yellow .icon {
  width: 204px;
  height: 204px;
  pointer-events: none;
  left: calc(50% - 250px);
  bottom: -100px;
}

.m_11 {
  padding-top: 120px;
}

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

.m_10_image {
  width: 123px;
  height: 123px;
  border-radius: 100%;
  background: #F5DF4E;
  margin-right: 30px;
}

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

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

.m_10_bot_right {
  width: 350px;
  min-width: 350px;
}

.m_10_bot_btn {
  width: calc(100% - 420px);
}

.m_10_bot_name {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 161.4%;
  color: #000000;
  margin-bottom: 5px;
}

.m_10_bot_job {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
  margin-bottom: 9px;
}

.m_10_bot_experience {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #3980FF;
}

.m_2_bg_right {
  width: 1075px;
  height: 2000px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}

section {
  position: relative;
}

.remodal-form {
  width: 790px;
  max-width: 100%;
  padding: 60px 0px 0px 0px;
  background: transparent;
}

.remodal-form-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  position: relative;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-right: 80px;
  padding-left: 10px;
}

.remodal-form-flex:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 100%;
  background: #407BFF;
}

.remodal-form-left {
  position: relative;
  z-index: 20;
  width: 250px;
}

.remodal-form-left img {
  width: 100%;
  height: auto;
}

.remodal-form-right {
  width: calc(100% - 300px);
}

.remodal-form-title {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 144.09%;
  text-align: left;
  margin-bottom: 9px;
  text-transform: uppercase;
  color: #121212;
}

.remodal-form-text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 144.09%;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.remodal-close {
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  transform-origin: center;
  transition: 0.25s;
}

.remodal-close:hover {
  transform: scale(0.8);
}

.remodal-wrapper {
  transition: 0.4s;
  transform: scale(0);
  transform-origin: center;
}

.remodal-is-opened {
  transform: scale(1);
  transform-origin: top right !important;
}

.remodal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(43, 46, 56, 0.85);
}

.form-style input {
  border: none;
  border-bottom: 1px solid #111111;
  padding: 17px 15px;
  font-style: normal;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #090909;
  border-radius: 0px;
  margin-bottom: 10px;
}

.form-style button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}

.form-style button:before {
  left: 120px;
}

.form-style button:hover:before {
  transform: translate(-80px, -50%) rotate(60deg);
}

.remodal .jq-selectbox__dropdown {
  top: 54px !important;
  width: 400px !important;
}

.jq-selectbox__trigger {
  background-image: url("../images/remodal_select_arrow.svg");
}

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

.jq-selectbox {
  margin-top: -10px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #111111;
  border-radius: 0px;
}

.remodal-form-phone {
  margin-bottom: 10px;
}

.remodal-form-phone input {
  margin-bottom: 0px;
}

.sp_data_kod_js {
  display: none !important;
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: none;
}

.form-style-title {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 148.89%;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 15px;
  padding-top: 10px;
  color: #090909;
}

body.overflow {
  overflow: hidden;
  height: 100%;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  -webkit-backdrop-filter: blur(129.5px);
  backdrop-filter: blur(129.5px);
  background: rgba(255, 255, 255, 0.65);
  -webkit-animation: spinerEnd 0.5s linear 3.1s 1 normal forwards;
  animation: spinerEnd 0.5s linear 3.1s 1 normal forwards;
  pointer-events: none;
}

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

.loader-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-animation: imageEnd 0.3s linear 2.8s 1 normal forwards;
  animation: imageEnd 0.3s linear 2.8s 1 normal forwards;
}

.loader-logo .loader-logo-text {
  margin-top: 30px;
  transition: 0.25s;
  transform-origin: center left;
  opacity: 0;
  -webkit-animation: loadText 1.2s linear 0.5s 1 normal forwards;
  animation: loadText 1.2s linear 0.5s 1 normal forwards;
}

.loader-logo-triangle-mid {
  opacity: 0;
  -webkit-animation: moveMid 0.5s linear 1.9s 1 normal forwards;
  animation: moveMid 0.5s linear 1.9s 1 normal forwards;
}

.loader-logo-triangle-line-left {
  -webkit-animation: moveLine 0.6s linear 0s 1 normal forwards;
  animation: moveLine 0.6s linear 0s 1 normal forwards;
}

.loader-logo-triangle-line-bot {
  -webkit-animation: moveLine2 0.6s linear 0.6s 1 normal forwards;
  animation: moveLine2 0.6s linear 0.6s 1 normal forwards;
}

.loader-logo-triangle-line-right {
  -webkit-animation: moveLine2 0.6s linear 1.2s 1 normal forwards;
  animation: moveLine2 0.6s linear 1.2s 1 normal forwards;
}

@-webkit-keyframes moveLine {
  0% {
    stroke-dashoffset: 500px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes moveLine {
  0% {
    stroke-dashoffset: 500px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@-webkit-keyframes moveLine2 {
  0% {
    stroke-dashoffset: 1500px;
  }

  100% {
    stroke-dashoffset: 2000px;
  }
}

@keyframes moveLine2 {
  0% {
    stroke-dashoffset: 1500px;
  }

  100% {
    stroke-dashoffset: 2000px;
  }
}

@-webkit-keyframes moveMid {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moveMid {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loaderSpiner {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  55% {
    opacity: 1;
    transform: scale(1.3);
  }

  80% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loaderSpiner {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  55% {
    opacity: 1;
    transform: scale(1.3);
  }

  80% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes loadText {
  0% {
    opacity: 0;
    transform: scaleX(0) rotateX(180deg);
  }

  100% {
    opacity: 1;
    transform: scaleX(1) rotateX(0deg);
  }
}

@keyframes loadText {
  0% {
    opacity: 0;
    transform: scaleX(0) rotateX(180deg);
  }

  100% {
    opacity: 1;
    transform: scaleX(1) rotateX(0deg);
  }
}

@-webkit-keyframes spinerEnd {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-110%);
  }
}

@keyframes spinerEnd {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-110%);
  }
}

@-webkit-keyframes imageEnd {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes imageEnd {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

@-webkit-keyframes moveLetter {
  0% {
    stroke-dashoffset: 500px;
  }

  50% {
    stroke-dashoffset: 0px;
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0px;
    fill: black;
  }
}

@keyframes moveLetter {
  0% {
    stroke-dashoffset: 500px;
  }

  50% {
    stroke-dashoffset: 0px;
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0px;
    fill: black;
  }
}

.loader-text {
  margin-top: 30px;
}

.loader-text-1 {
  -webkit-animation: moveLetter 0.3s linear 0.5s 1 normal forwards;
  animation: moveLetter 0.3s linear 0.5s 1 normal forwards;
}

.loader-text-2 {
  -webkit-animation: moveLetter 0.3s linear 0.8s 1 normal forwards;
  animation: moveLetter 0.3s linear 0.8s 1 normal forwards;
}

.loader-text-3 {
  -webkit-animation: moveLetter 0.3s linear 1.1s 1 normal forwards;
  animation: moveLetter 0.3s linear 1.1s 1 normal forwards;
}

.loader-text-4 {
  -webkit-animation: moveLetter 0.3s linear 1.4s 1 normal forwards;
  animation: moveLetter 0.3s linear 1.4s 1 normal forwards;
}

.loader-text-5 {
  -webkit-animation: moveLetter 0.3s linear 1.7s 1 normal forwards;
  animation: moveLetter 0.3s linear 1.7s 1 normal forwards;
}

.loader-text-6 {
  -webkit-animation: moveLetter 0.3s linear 2.0s 1 normal forwards;
  animation: moveLetter 0.3s linear 2.0s 1 normal forwards;
}

.loader-text-7 {
  -webkit-animation: moveLetter 0.3s linear 2.3s 1 normal forwards;
  animation: moveLetter 0.3s linear 2.3s 1 normal forwards;
}

.iti__country-name {
  font-size: 14px;
}

.iti__country-list {
  z-index: 222;
  width: 300px;
  overflow-x: hidden;
}

.iti__country-list::-webkit-scrollbar {
  width: 4px;
  /* ширина всей полосы прокрутки */
  height: 4px;
  /* ширина всей полосы прокрутки */
}

.iti__country-list::-webkit-scrollbar-track {
  background: #ccc;
  /* цвет зоны отслеживания */
}

.iti__country-list::-webkit-scrollbar-thumb {
  background-color: #2C2C2C;
  /* цвет бегунка */
  border-radius: 4px;
  /* округлось бегунка */
  border: none;
  /* отступ вокруг бегунка */
}

.form-acq-btn-open {
  position: fixed;
  bottom: 150px;
  right: 20px;
  border-radius: 100%;
  background: red;
  z-index: 300;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.form-acq-btn-open:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form-acquaintance {
  transform: translateX(110%);
  transition: 0.45s;
  position: fixed;
  top: 20px;
  right: 0px;
  z-index: 351;
  width: 460px;
  max-width: 90%;
  height: calc(100vh - 20px);
  padding-bottom: 20px;
  border-radius: 30px 0px 0px 6px;
  overflow: auto;
}

.form-acquaintance::-webkit-scrollbar {
  width: 4px;
  /* ширина всей полосы прокрутки */
  height: 4px;
  /* ширина всей полосы прокрутки */
}

.form-acquaintance::-webkit-scrollbar-track {
  background: #ccc;
  /* цвет зоны отслеживания */
}

.form-acquaintance::-webkit-scrollbar-thumb {
  background-color: #2C2C2C;
  /* цвет бегунка */
  border-radius: 4px;
  /* округлось бегунка */
  border: none;
  /* отступ вокруг бегунка */
}

.form-acquaintance.open {
  transform: translateX(0%);
}

.form_acq_header {
  position: fixed;
  top: 20px;
  right: 0px;
  width: 460px;
  max-width: 90%;
  padding: 25px 20px;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(110%);
  transition: 0.45s;
  background: linear-gradient(180deg, #FFFFFF 42.97%, #F8F8F8 91.05%);
  border-radius: 30px 0px 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.form_acq_header.open {
  transform: translateX(0%);
}

.form_acq_header_text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
}

.form-acquaintance-el {
  width: 100%;
  background: #F8F8F8;
  border-radius: 6px 0px 0px 6px;
  padding: 25px 20px;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-acquaintance-el:last-child {
  margin-bottom: 0px;
  border-radius: 6px 0px 0px 30px;
}

.form_acq_btn_close {
  cursor: pointer;
  border: 1px solid #E9E9E9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.25s;
}

.form_acq_btn_close:after {
  content: '';
  display: block;
  background-image: url("../images/form_acq_close_btn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: 0.25s;
  transform-origin: center;
}

.form_acq_btn_close:hover {
  background: #E9E9E9;
}

.form-acquaintance-sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #B6B6B6;
  margin-bottom: 10px;
}

.form-acq-type {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -4px;
  margin-bottom: 15px;
}

.form-acq-type-btn {
  width: calc(25% - 4px);
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  padding: 10px 10px 20px 10px;
  transition: 0.25s;
  margin-top: 4px;
}

.form-acq-type-btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form-acq-type-btn.active .form-acq-type-btn-dot {
  background: #F5DF4E;
  border: 5px solid #006EEC;
}

.form-acq-type-btn-dot {
  width: 18px;
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
  border-radius: 100%;
  transition: 0.25s;
  background: #FFFFFF;
  border: 1px solid #000000;
}

.form-acq-type-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.form_acq_type_js {
  display: none !important;
}

.form-acq-type-more-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.form-acq-type-more-btn:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background-image: url("../images/form-acq-btn-more-variable.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-acq-type-more-btn:hover {
  text-decoration: underline;
}

.form-acq-type-more-textarea {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
  width: 100%;
}

.form-acq-type-more-textarea.active {
  max-height: 200px;
  padding-top: 15px;
}

.form-acq-style textarea,
.form-acq-style input {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  padding: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: block;
  width: 100%;
}

.form-acq-style button {
  margin-left: auto;
  margin-right: auto;
}

.form-acq-style textarea {
  height: 120px;
}

.form-acq-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 350;
  background: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}

.form-acq-bg.open {
  opacity: 1;
  pointer-events: inherit;
}

.form-acq-range-slider {
  width: 100%;
}

.form-acq-range-slider input {
  background: transparent;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 16px;
  padding: 0px;
  padding-bottom: 20px;
  text-align: left;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #000000 !important;
  border: none !important;
}

.ui-widget.ui-widget-content {
  background: #EEEEEE;
  border-radius: 4px;
  border: none;
  height: 4px;
}

.ui-slider-horizontal .ui-slider-range {
  background: #3980FF;
  border-radius: 4px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  cursor: pointer;
  background: #FFFFFF;
  top: -10px;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
}

.form-acq-double {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.form-acq-double-el {
  width: calc(50% - 5px);
}

.form-acq-double-el .remodal-form-phone {
  margin-bottom: 0px;
}

.form_acq_work {
  width: 100%;
}

.form-acq-more-info {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.form_acq_work_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.25s;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 4px;
}

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

.form_acq_work_btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form-acq-work-btn-icon-1 {
  background-image: url("../images/form-acq-work-1.png");
}

.form-acq-work-btn-icon-2 {
  background-image: url("../images/form-acq-work-2.png");
}

.form-acq-work-btn-icon-3 {
  background-image: url("../images/form-acq-work-3.png");
}

.form-acq-work-btn-icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 30px;
  margin-right: 15px;
}

.form-acq-work-btn-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.form-acq-work-btn-value {
  background: #FFFFFF;
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-left: 10px;
  transition: 0.25s;
  border-radius: 100%;
}

.form_acq_work_btn.active .form-acq-work-btn-value {
  background: #F5DF4E;
  border: 5px solid #006EEC;
}

.form-acquaintance-el-first {
  padding-top: 105px;
}

.form-acq-work-input-js {
  display: none !important;
}

/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */

@media screen and (min-width: 414px) {
  .main_header__gerb {
    display: block;
    width: 31px;
    height: 34px;
    fill: #FFE600;
    position: relative;
    -webkit-animation: gerb_color 5s linear 0s infinite;
    animation: gerb_color 5s linear 0s infinite;
  }

@-webkit-keyframes gerb_color {
    0% {
      fill: #FFE600;
    }

    40% {
      fill: #FFE600;
    }

    50% {
      fill: #407BFF;
    }

    90% {
      fill: #407BFF;
    }

    100% {
      fill: #FFE600;
    }
}

@keyframes gerb_color {
    0% {
      fill: #FFE600;
    }

    40% {
      fill: #FFE600;
    }

    50% {
      fill: #407BFF;
    }

    90% {
      fill: #407BFF;
    }

    100% {
      fill: #FFE600;
    }
}
}

@media screen and (min-width: 601px) {
  .humburger__text {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    margin-right: 16px;
    display: block;
  }

  .main-header-top .main-header-phone {
    display: block;
    width: 50px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .main-header-top .main-header-phone svg {
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .main-header-top .main-header-phone:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #222222;
    box-sizing: border-box;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.25s linear;
    transform: translate(-50%, -50%) rotate(23.49deg);
  }

  .main-header-top .main-header-phone:hover:after {
    opacity: 1;
  }
}

@media screen and (min-width: 993px) {
  .header-language {
    margin-right: 40px;
  }

  .main-header-phone {
    margin-right: 40px;
  }

  .humburger {
    margin-left: 36px;
  }

  .m_3_el:nth-child(1),
  .m_3_el:nth-child(3) {
    background: #010101;
    color: #ffffff;
  }

  .m_3_el:nth-child(1) path,
  .m_3_el:nth-child(3) path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .m_3_el:nth-child(6),
  .m_3_el:nth-child(8) {
    background: #407BFF;
    color: #ffffff;
  }
}

@media screen and (max-width: 1600px) {
  .m_4_wrapper {
    padding: 60px;
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1500px) {
  .m_5_image_right {
    right: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .m_2_row_count {
    top: 31px;
    left: 0px;
  }

  .m_2_row_title {
    padding-left: 50px;
  }

  .m_2_row.active .m_2_row_count {
    transform: translate(0px, 0px) rotate(0deg);
  }

  .m_2_row.active .m_2_row_title {
    transform: translateX(20px);
  }

  .m_2_row_title {
    font-size: 24px;
  }

  .m_2_btn_trigger {
    height: 70px;
  }

  .m_5_wrapper {
    width: 100%;
    margin-left: 0px;
    padding-left: 100px;
    padding-right: 20px;
  }

  .m_5 .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .m_5_image_right {
    right: 0px;
  }

  .m_5_peoples {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .m_5_people {
    position: static;
    transform: none;
  }

  .m_5_people_1 {
    margin-right: 20px;
  }

  .m_5_text {
    margin-bottom: 20px;
  }

  .m_5_wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .hero {
    padding-top: 115px;
  }

  .hero-right-composition {
    width: 450px;
  }

  .hero-right-gold-card {
    right: -10px;
  }

  .hero-left__title {
    font-size: 40px;
    margin-bottom: 35px;
  }

  .hero-left__bottom {
    padding-left: 0px;
  }

  .hero-left__btn {
    width: 270px;
    height: 55px;
    margin-right: 40px;
  }

  .hero-left__adv {
    width: 100%;
  }

  .hero-left__text {
    padding-left: 0px;
    width: 378px;
  }

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

  .m_3_el_title {
    margin-bottom: 15px;
  }

  .m_2_row_header_btns_step {
    display: none;
  }

  .m_4_el {
    width: calc(33.33% - 50px);
  }

  .m_9_portfolio_item:nth-child(even) {
    top: 0px;
  }

  .m_9_protfolio_item_info {
    padding-left: 0px;
    padding-right: 40px;
  }

  .m_9_link {
    padding-left: 0px;
    padding-right: 0px;
  }

  .m_9_portfolio_item_link {
    right: 0px;
  }

  .m_10_adv_item {
    width: calc(50% - 110px);
  }
}

@media screen and (max-width: 1100px) {
  .m_2_row_image_absolute {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 310px;
    max-width: 100%;
    height: 310px;
    margin-bottom: 40px;
  }

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

  .m_2_row_text {
    width: 100%;
    min-height: 1px;
  }
}

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

  .header-btn {
    display: none;
  }

  .main-header-phone:after {
    opacity: 1;
  }

  .main-header-phone {
    margin-right: 20px;
  }

  .humburger {
    margin-left: 16px;
  }

  .hero {
    padding-top: 90px;
  }

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

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

  .hero-left__pre-title {
    text-align: center;
  }

  .hero-left__title {
    text-align: center;
  }

  .hero-left__adv {
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left__text {
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left__bottom {
    justify-content: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .hero-left__btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }

  .hero-left__video {
    width: 144px;
  }

  .hero-right {
    width: 100%;
  }

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

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

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

  .m_3_el {
    width: 50%;
  }

  .m_3_el:nth-child(1),
  .m_3_el:nth-child(4) {
    background: #010101;
    color: #ffffff;
  }

  .m_3_el:nth-child(1) path,
  .m_3_el:nth-child(4) path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .m_3_el:nth-child(5),
  .m_3_el:nth-child(8) {
    background: #407BFF;
    color: #ffffff;
  }

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

  .m_2_row_title {
    width: calc(100% - 200px);
    font-size: 18px;
  }

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

  .m_2_flex_top .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .m_2_top_text {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }

  .m_2_flex_top {
    margin-bottom: 40px;
  }

  .m_4_wrapper {
    padding: 60px 20px;
    border-radius: 0px 60px 0px 0px;
  }

  .m_4_rounds {
    right: -20px;
  }

  .m_4_flex {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 140px;
  }

  .m_4_el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    position: relative;
    padding-left: 50px;
  }

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

  .m_4_el_count {
    position: absolute;
    top: -5px;
    font-size: 26px;
    left: 0px;
  }

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

  .m_4_el_title {
    margin-bottom: 10px;
  }

  .m_4_image_absolute {
    right: auto;
    left: 100px;
    z-index: 40;
    height: 250px;
    display: flex;
    justify-content: center;
    bottom: -60px;
    transform: translateX(0%) !important;
  }

  .m_4_rounds {
    right: auto;
    left: -40px;
    top: auto;
    bottom: -110px;
  }

  .m_5_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m_5_image_right {
    right: auto;
    left: calc(50% - 140px);
    height: 280px;
  }

  .m_5_text {
    width: 400px;
    max-width: 100%;
  }

  .m_5_people_1 {
    margin-right: 10px;
  }

  .m_5_people_2 {
    margin-left: 10px;
  }

  .m_5_peoples {
    justify-content: center;
  }

  .m_5_wrapper {
    border-radius: 0px 0px 0px 50px;
  }

  .m_5 {
    padding-top: 80px;
  }

  .m_6_item_play_btn {
    width: 80px;
    height: 80px;
  }

  .m_6 {
    padding-top: 80px;
  }

  .m_7_slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m_7_slide img {
    width: 120px;
    height: 80px;
  }

  .m_8 {
    padding-top: 80px;
  }

  .m_9 {
    padding-top: 80px;
  }

  .m_9_top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .m_9_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .m_9_tab {
    text-align: center;
  }

  .m_9_tab:first-child {
    margin-left: 10px;
  }

  .m_9_tab {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(50% - 20px);
  }

  .m_9_right {
    width: 100%;
  }

  .m_9_tabs {
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }

  .m_10 {
    padding-top: 80px;
  }

  .m_9_link {
    font-size: 18px;
  }

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

  .m_10_left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .m_10_right {
    width: 100%;
  }

  .m_10_top .section-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .m_10_icon {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .m_10_after_title {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .m_10_bot_right {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .m_10_bot_btn {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .remodal-form-left {
    width: 100%;
    margin-top: -100px;
    margin-bottom: -10px;
  }

  .remodal-form-left img {
    width: 100%;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .remodal-form-flex:before {
    width: 100%;
    height: 50px;
  }

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

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

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

  .remodal-form-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .remodal-form-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .iti-mobile .iti--container {
    top: -2px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
  }

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

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bot: var(--section-padding-mobile);
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .remodal_thanks__icon {
    margin-right: 20px;
  }

  .humburger__text {
    display: none;
  }

  .main-header-top .main-header-phone {
    display: none;
  }

  .header-language {
    margin-left: auto;
  }

  .hero-right-man {
    width: 342px;
    height: 440px;
    bottom: -100px;
    left: -104px;
  }

  .hero-right-man img {
    max-height: 440px;
  }

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

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

  .hero-left__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .hero-left__adv {
    margin-bottom: 20px;
  }

  .hero-left {
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .m_3_el {
    width: 100%;
  }

  .m_3_el:nth-child(1),
  .m_3_el:nth-child(3) {
    background: #010101;
    color: #ffffff;
  }

  .m_3_el:nth-child(4),
  .m_3_el:nth-child(8) {
    background: #ffffff;
    color: #010101;
  }

  .m_3_el:nth-child(5),
  .m_3_el:nth-child(7) {
    background: #407BFF;
    color: #ffffff;
  }

  .m_3_el {
    padding: 20px;
  }

  .m_3_el_title {
    font-size: 16px;
  }

  .m_3_el_title br {
    display: none;
  }

  .m_2_row_title {
    padding-left: 35px;
    font-size: 14px;
  }

  .m_2_btn_trigger {
    width: 120px;
    height: 50px;
    font-size: 12px;
  }

  .m_2_btn_trigger:after {
    width: 12px;
    height: 24px;
  }

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

  .m_2_row_header_btns {
    margin-left: auto;
    margin-top: 10px;
  }

  .m_2_row_title {
    width: 100%;
  }

  .m_2_row_count {
    top: 10px;
  }

  .hero-right-composition-adv-text {
    font-size: 16px;
  }

  .hero-right-composition-adv-2 .hero-right-composition-adv-count {
    font-size: 40px;
    line-height: 40px;
  }

  .m_5_people_title {
    width: 120px;
    font-size: 12px;
  }

  .m_5_people_photo {
    width: 120px;
    height: 120px;
  }

  .m_6_flex {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
    max-width: 100%;
  }

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

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

  .m_6_btn {
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .m_6_btn .icon {
    left: calc(50% + 40px);
    bottom: -55px;
  }

  .m_8_slide_wrapper {
    padding: 30px 0px;
  }

  .m_8_slide_name {
    font-size: 16px;
    line-height: 24px;
  }

  .m_8_slide_project {
    font-size: 14px;
    line-height: 20px;
  }

  .m_8_slide_text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .m_9_tab {
    font-size: 14px;
  }

  .m_9_portfolio_item {
    width: 100%;
  }

  .m_10_adv_item {
    margin-top: 30px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .m_10_adv_item:before {
    top: 10px;
  }

  .m_10_adv {
    padding-top: 20px;
  }

  .m_10_left img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .m_6_btn_yellow .icon {
    left: calc(50% - 250px);
    bottom: -100px;
  }

  .loader-logo-triangle svg {
    height: 240px;
  }

  .loader-text {
    height: 70px;
    margin-top: 20px;
  }

  .m_6_btn {
    margin-top: 40px;
  }

  .form-acq-type-btn {
    width: calc(50% - 4px);
  }

  .form-acq-double-el {
    width: 100%;
    margin-bottom: 15px;
  }

  .form-acq-double-el:last-child {
    margin-bottom: 0px;
  }

  .form-acq-double {
    flex-direction: column;
  }
}

@media screen and (max-width: 413px) {
  .main-header__logo {
    width: 120px;
  }

  .main-header__logo img {
    max-width: 100%;
  }

  .main_header__gerb {
    display: none;
  }

  .humburger {
    margin-left: 5px;
  }
}

@media screen and (max-width: 374px) {
  .m_9_tab {
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
    max-width: 50%;
  }

  .m_9_tab:first-child {
    margin-left: 0px;
  }

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

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

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

@media screen and (max-height: 550px) {
  .loader-logo-triangle svg {
    height: 220px;
  }

  .loader-text {
    height: 70px;
    margin-top: 20px;
  }
}