* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* border: 1px solid red; */
}

#panel {
  margin-bottom: 40px;
}

#bx-panel {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}

main {
  max-width: 1920px;
  margin: auto;
}

/* SHARED */

button {
  transition: all 0.2s ease;
}

#park_section_slider > swiper-slide > div {
  transition: all 0.2s ease;
}

body {
  font-family: "Gilroy";
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.header_buttons {
  display: flex;
  gap: 10px;
}

.button_primary {
  color: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(46, 180, 251, 1) 0%,
    rgba(48, 124, 255, 1) 100%
  );
  border: none;
  border-radius: 69px;
  font-weight: 800;
  font-family: "Gilroy";
  padding: 15px 42px;
  cursor: pointer;
}

.button_secondary {
  color: #0064ee;
  background: #ffffff;
  border: none;
  border: 1px solid #0064ee;
  border-radius: 69px;
  font-weight: 800;
  font-family: "Gilroy";
  padding: 15px 42px;
  cursor: pointer;
}

.button_ghost {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}

.slider-button {
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.slider-button-img {
  border-radius: 50%;
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 25%);
}

/* Hover events */

.slider-button-img:hover {
  border: 1px solid #2777e5;
}

.nav_link:not(.nav_link_active):hover {
  color: #ffffff;
  background: #2f7cfe;
  background: linear-gradient(90deg, #2f7cfe, #2eb1fb);
}

.nav_link:hover > a {
  color: #ffffff;
}

.button_primary:hover {
  background: linear-gradient(
    90deg,
    rgba(46, 180, 251, 1) 0%,
    rgba(46, 180, 251, 1) 100%
  );
}

.button_secondary:hover {
  color: #ffffff;
  background: #009aff;
  border: 1px solid #009aff;
}

#park_section_slider > swiper-slide > div:hover {
  background: linear-gradient(90deg, #2f7cfe, #2eb1fb);
}

#park_section_slider > swiper-slide > div:hover > p {
  color: #ffffff;
}

.button_ghost:hover {
  color: #d2e4ff;
}

/* HEADER */

.header_logo_index {
  margin-right: 160px;
}

header {
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 25%);
  transition: all 0.2s ease;
}

header > .container {
  display: flex;
  align-items: center;
}

.header_logo {
  margin-right: 93px;
}

nav {
  flex: 1;
}

nav > ul {
  display: flex;
  list-style: none;
}

.nav_link {
  color: #164194;
  font-size: 18px;
  font-weight: 600;
}

.nav_link > a {
  text-decoration: none;
  padding: 26px 21px;
  width: 100%;
  height: 100%;
  display: block;
}

.nav_link_active {
  background: #001c8f;
  background: linear-gradient(
    90deg,
    rgba(0, 28, 143, 1) 0%,
    rgba(51, 146, 255, 1) 100%
  );
}

.nav_link_active > a {
  color: #ffffff;
  /* text-decoration: underline;
  text-decoration-style: dotted; */
}

.nav_link_active > a > span {
  border-bottom: 3px dotted #fff;
  padding-bottom: 2px;
}

.header_scroll_nav_mobile {
  display: none;
}

.header_buttons > button:nth-child(3) {
  display: none;
}

.header_scroll_nav_mobile_active {
  display: none;
}

#parkSliderPrevButton:hover,
#parkSliderNextButton:hover {
  border-radius: 50%;
  background-color: #009aff;
}

.footer_section_card_buttons > a:hover {
  color: #009aff;
}

.header-scroll {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.header_scroll_nav {
  display: none;
}

.header-scroll > .container > .header_static_nav {
  display: none;
}

.header-scroll > .container > .header_scroll_nav {
  display: flex;
  font-size: 18px;
}

.header-scroll > .container > .header_scroll_nav > ul > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 26px 12px;
  color: #164194;
  font-size: 15px;
}

.header-scroll > .container > .header_scroll_nav > ul > li > a:hover {
  color: #ffffff;
}

.header-scroll > .container > .header_logo {
  margin-right: 10px;
}

/* START SECTION */

.start_section {
  color: #ffffff;
  background: #001d8f;
  background: url("/local/templates/mc/img/excavator.png") no-repeat right -80px,
    linear-gradient(90deg, rgba(0, 29, 143, 1) 0%, rgba(0, 109, 234, 1) 100%);
}

.start_section > .container {
  padding-top: 142px;
  padding-bottom: 30px;
}

.start_section_index {
  color: #ffffff;
  padding-bottom: 301px;
  background: url("/local/templates/mc/img/index-bg.png") no-repeat 50% 0 / 100% 100%,
    linear-gradient(90deg, rgb(0, 29, 143) 0%, rgb(0, 109, 234) 100%);
}
.start_section_index > .container {
  padding-top: 142px;
  padding-bottom: 30px;
}

.start_section_title {
  margin-bottom: 54px;
}

.start_section_title > h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 110%;
}

.start_section_title > p {
  font-size: 30px;
  font-weight: 400;
}

.start_section_advantages {
  display: flex;
  gap: 29px;
  font-size: 20px;
  line-height: 132.5%;
  margin-bottom: 92px;
}

.start_section_advantages > p > span {
  font-weight: 800;
}

.start_section_advantages > div {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
}

.start_section_advantages > div > p > span {
  font-weight: 700;
}

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

.start_section_cards_card {
  display: flex;
  align-items: center;
  gap: 50px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 41px 42px;
}

.start_section_cards_card > p {
  width: 173px;
  text-wrap: balance;
  font-size: 20px;
}

/* START SECTION EASYNAV*/

.start_section_easynav {
  color: #ffffff;
  background: #0064ee;
  background: url("/local/templates/mc/img/excavator-easynav.png") no-repeat right -20px,
    #0064ee;
}

.start_section_easynav > .container {
  padding-top: 142px;
  padding-bottom: 30px;
}

/* PROFIT SECTION */

.profit_section > .container {
  padding-top: 100px;
  padding-bottom: 115px;
}

.profit_section_title {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 88px;
}

.profit_section_title > span {
  color: #0064ee;
}

.profit_section_cards {
  display: flex;
  gap: 30px;
  font-weight: 500;
}

.profit_section_cards_card {
  display: flex;
  flex-direction: column;
  gap: 39px;
  flex: 1;
  text-align: center;
  text-wrap: balance;
  font-size: 18px;
}

.profit_section_cards_card > div {
  height: 85px;
}

/* EXAMPLES SECTION */

.examples_section {
  padding-top: 107px;
  padding-bottom: 172px;
  border-bottom: 1px solid #000000;
}

.examples_section > .container {
  position: relative;
}

.examples_section_title {
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 38px;
}

.examples_section_title > span {
  color: #0064ee;
}

.examples_section_grid {
  padding-inline: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
  font-weight: 500;
}

.examples_section_grid > div {
  text-align: center;
}

.examples_section > .container > .ecosystem_section_card {
  top: auto;
  bottom: -210px;
  right: -20px;
  flex-direction: column;
}

.examples_section > .container > .ecosystem_section_card > a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-style: dotted;
}

/* DEMO SECTION */

.demo_section {
  color: #ffffff;
  background: #001d8f;
  background: linear-gradient(
    90deg,
    rgba(0, 29, 143, 1) 0%,
    rgba(0, 109, 234, 1) 100%
  );
}

.demo_section > .container {
  display: flex;
  flex-direction: column;
  padding-top: 127px;
  padding-bottom: 356px;
  position: relative;
}

.demo_section_title {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 93px;
}

.demo_section_list {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 105px;
}

.demo_section_list > li:first-child,
.demo_section_list > li:last-child {
  transform: translate(0, 100px);
}

.demo_section_list > li:first-child > span {
  text-decoration: underline;
}

.demo_section_list > li > span {
  font-weight: 800;
}

.demo_section_slider {
  width: 810px;
  height: 472px;
  align-self: center;
  border: 10px solid transparent;
  border-image: url("/local/templates/mc/img/demo-slider-imgs/demo-slider-border.png") 10
    fill round;
  border-image-outset: 12.6;
  position: relative;
}

.demo_section_slider > swiper-container {
  width: 100%;
  height: 100%;
}

.demo_section_slider > swiper-container > swiper-slide {
  width: 100%;
  height: auto;
}

.demo_section_slider > swiper-container > swiper-slide > img {
  transform: translate(0px, -4px);
  max-width: 100%;
}

#demoSliderPrevButton {
  left: -110px;
}

.demoSliderPrevButton {
  translate: 0% 50%;
}

#demoSliderNextButton {
  right: -110px;
  transform: rotate(180deg) translate(-50%, 50%);
}

#demoSliderPrevButton > img,
#demoSliderNextButton > img {
  width: 100%;
  height: 100%;
}

.demo_section_slider_hand {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1;
}

.demo_section > .container > .ecosystem_section_card {
  width: 527px;
  top: auto;
  bottom: -50px;
  left: 0;
}

/* DEMO SECTION EASYNAV */

.demo_section_easynav {
  color: #ffffff;
  background: #001d8f;
  background: linear-gradient(
    90deg,
    rgba(0, 29, 143, 1) 0%,
    rgba(0, 109, 234, 1) 100%
  );
}

.demo_section_easynav > .container {
  display: flex;
  flex-direction: column;
  padding-top: 127px;
  padding-bottom: 356px;
  position: relative;
}

.demo_section_easynav > .container > .ecosystem_section_card {
  width: 527px;
  top: auto;
  bottom: -50px;
  left: 0;
}

.demo_section_easynav > .container > .demo_section_slider {
  width: 810px;
  height: 580px;
  align-self: center;
  border: 10px solid transparent;
  border-image: url("/local/templates/mc/img/demo-slider-imgs/demo-slider-border-easynav.png")
    10 fill round;
  border-image-outset: 12.6;
  position: relative;
}

.demo_section_easynav > .container > .demo_section_slider > swiper-container {
  transform: translate(13px, 114px);
}

.demo_section_easynav > .container > .demo_section_slider {
  transform: translate(0px, -70px);
}

.demo_section_easynav > .container > .demo_section_list > li:first-child,
.demo_section_easynav > .container > .demo_section_list > li:last-child {
  transform: translate(5px, 160px);
}

.demo_section_easynav > .container > .demo_section_list > li:nth-child(2) {
  transform: translate(-90px, 30px);
}

.demo_section_easynav > .container > .demo_section_list > li:nth-child(3) {
  transform: translate(-120px, 30px);
}

.demo_section_easynav > .container > .demo_section_list > li:nth-child(4) {
  transform: translate(225px, 30px);
}

.demo_section_easynav > .container > .demo_section_list > li:nth-child(5) {
  transform: translate(190px, 30px);
}

.demo_section_easynav
  > .container
  > .demo_section_slider
  > #demoSliderNextButton {
  right: -125px;
  translate: 0% 50%;
}

/* ANY DIFFICULTY */

.any_difficulty_section {
  padding-top: 164px;
  padding-bottom: 262px;
}

.any_difficulty_section > .container {
  max-width: 1580px;
  position: relative;
}

.any_difficulty_section_title {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 89px;
}

.any_difficulty_section_title > span {
  color: #0064ee;
}

.any_difficulty_section_body {
  display: flex;
  gap: 76px;
  padding-inline: 20px;
}

.any_difficulty_section_slider {
  width: 783px;
  height: 796px;
  border-radius: 20px;
  position: relative;
}

#any_difficulty_slider {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#any_difficulty_slider > swiper-slide {
  border-radius: 20px;
}

#any_difficulty_slider > swiper-slide > img {
  width: 100%;
  height: 100%;
}

#adSliderPrevButton {
  left: 50px;
}

#adSliderPrevButton > img,
#adSliderNextButton > img {
  width: 100%;
  height: 100%;
}

#adSliderNextButton {
  right: 50px;
  transform: rotate(180deg) translate(-50%, 50%);
}

.any_difficulty_section_list {
  display: flex;
  flex-direction: column;
}

.any_difficulty_section_list > div:first-child {
  display: flex;
  gap: 70px;
  flex: 1;
  font-size: 18px;
  padding-top: 31px;
}

.any_difficulty_section_list > div:first-child > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 45px;
}

.any_difficulty_section_list > div:first-child > ul > li {
  width: 200px;
}

.any_difficulty_section_list > div:first-child > ul > li > span {
  font-weight: 800;
}

.any_difficulty_section_list_active {
  width: 274px;
  padding: 35px 40px;
  transform: translate(-35px, 0);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 25%);
  border-radius: 20px;
}

.any_difficulty_section_list_active > li > span {
  font-weight: 800;
}

.any_difficulty_section_short_video {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: max-content;
}

.any_difficulty_section_short_video > p {
  text-align: center;
  margin-bottom: 9px;
}

.any_difficulty_section_short_video > div {
  position: relative;
  width: 400px;
  height: 260px;
}

.any_difficulty_section_short_video > div > iframe,
.any_difficulty_section_short_video > div > img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.any_difficulty_section_short_video > div > button {
  background: none;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.any_difficulty_section_short_video > div > button > img {
  transform: translate(0px, 1px);
  border-radius: 50%;
}

.any_difficulty_section_short_video > div > button > img:hover {
  transform: translate(0px, 1px);
  border: 1px solid #0064ee;
}

.any_difficulty_section_short_video > div > p {
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

/* SLIDERS SECTION */

.sliders_section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: center;
  color: #ffffff;
  background: #001d8f;
  background: linear-gradient(
    45deg,
    rgba(0, 29, 143, 1) 0%,
    rgba(0, 109, 234, 1) 100%
  );
  padding-top: 193px;
  padding-bottom: 88px;
}

.sliders_section_title {
  font-size: 75px;
  font-weight: 800;
  align-self: center;
  margin-bottom: 82px;
}

.sliders_section > div {
  max-width: 1560px;
}

.m12_slider_container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.m12_slider_container > div {
  flex: 1 1 50%;
  max-width: 50%;
}

.m12_slider_container > div:first-child {
  display: flex;
  flex-direction: column;
}

.m12_slider_container.hidden_slider {
  display: none;
}

.m12_slider_container > div > h3 {
  font-size: 50px;
  font-weight: 800;
  text-align: left;
}

.m12_slider_container > div > p {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.sliders_section  swiper-slide img {
  max-height: 490px;
  width: auto;
}

.m12_slider,
.omsk_slider,
.kemerovo_slider {
  position: relative;
  width: 100%;
}

@media (min-width: 1601px) {
  .sliders_section swiper-slide img {
    max-width: 653px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

#m12_slider,
#omsk_slider,
#kemerovo_slider {
  width: 100%;
}

#m12SliderPrevButton,
#omskSliderPrevButton,
#kemerovoSliderPrevButton {
  left: 50px;
}

#m12SliderNextButton,
#omskSliderNextButton,
#kemerovoSliderNextButton {
  right: 50px;
  transform: rotate(180deg) translate(-50%, 50%);
}

.sliders_container {
  margin-bottom: 74px;
}

.sliders_section > div:nth-child(3) {
  align-self: center;
}

.sliders_section_buttons {
  display: flex;
  justify-content: center;
  gap: 43px;
}

.sliders_section_buttons > button:nth-child(2) {
  border-radius: 12px;
  font-size: 25px;
  font-weight: 800;
}

/* PRINCIPLES SECTION */

.principles_section {
  padding-top: 117px;
  padding-bottom: 121px;
  border-bottom: 1px solid #afafaf;
}

.principles_section > .container {
  text-align: center;
}

.principles_section_title {
  font-size: 80px;
  font-weight: 800;
  color: #0064ee;
  margin-bottom: 37px;
}

.principles_section_title > span {
  color: #000000;
}

.principles_section_buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 54px;
}

.principles_section_buttons > button {
  font-size: 20px;
  width: 204px;
  display: flex;
  justify-content: center;
}

.principles_section_body {
  position: relative;
}

.principles_section_body_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  position: absolute;
  width: 100%;
}

.principles_section_body_list > li {
  font-size: 18px;
  text-align: start;
  width: 200px;
}

.principles_section_body_list > li > h3 {
  color: #0064ee;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}

.principles_section_body_list > li:first-child {
  transform: translate(40px, 45px);
}

.principles_section_body_list > li:nth-child(2) {
  transform: translate(-245px, 510px);
}

.principles_section_body_list > li:nth-child(3) {
  transform: translate(255px, 135px);
}

.principles_section_body_list > li:nth-child(4) {
  transform: translate(-40px, 495px);
}

/* PRINCIPLES SECTION EASYNAV */

.principles_section_easynav
  > .container
  > .principles_section_body
  > .principles_section_body_list
  > li:first-child {
  transform: translate(40px, 145px);
}

.principles_section_easynav
  > .container
  > .principles_section_body
  > .principles_section_body_list
  > li:nth-child(2) {
  transform: translate(290px, 65px);
}

.principles_section_easynav
  > .container
  > .principles_section_body
  > .principles_section_body_list
  > li:nth-child(3) {
  transform: translate(-130px, 345px);
  width: 279px;
}

/* FEEDBACK SECTION EASYNAV */

.feedback_section {
  background-color: #0064ee;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 45px;
}

.feedback_section > h2 {
  font-size: 60px;
  margin-bottom: 30px;
}

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

#feedbackSlider {
  height: 100%;
}

#feedbackSlider > swiper-slide {
  max-width: 100%;
  width: 731px;
  height: 100%;
  position: relative;
  text-align: center;
}

#feedbackSlider > swiper-slide > img {
  width: 100%;
  height: auto;
}

#feedbackSlider > swiper-slide > button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  max-width: 15vw;
}

#feedbackSlider > swiper-slide > iframe {
  height: 0;
  display: none;
}

#feedbackSlider > swiper-slide > iframe.active {
  width: 100%;
  max-width: 731px;
  height: auto;
  aspect-ratio: 686 / 386;
  border-radius: 10px;
  display: block;
}

#feedbackSlider > swiper-slide > p {
  margin-top: 5px;
}

#feedbackSlider > swiper-slide > button > img {
  border-radius: 50%;
  max-width: 100%;
}

#feedbackSlider > swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

.feedback_swiper_container_buttons {
  display: flex;
  height: 0;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.feedback_swiper_container_buttons > button {
  position: static;
  transform: none;
}

.feedback_swiper_container_buttons > button:last-child {
  right: 50px;
  transform: rotate(180deg);
}

/* QUALITY SECTION */

.quality_section {
  padding-top: 101px;
  padding-bottom: 359px;
  text-align: center;
}

.quality_section_title {
  font-size: 80px;
  font-weight: 800;
  text-wrap: balance;
  margin-bottom: 128px;
}

.quality_section_title > span {
  color: #0064ee;
}

.quality_section_body {
  position: relative;
  left: 95px;
}

.quality_section_body_list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.quality_section_body_list > div {
  width: 280px;
  text-align: start;
  position: relative;
}

.quality_section_body_list > div > h3 {
  margin-bottom: 5px;
  color: #0064ee;
  font-size: 20px;
  font-weight: 800;
}

.quality_section_body_list > div > ul {
  font-size: 16px;
}

.quality_section_body_list > div:first-child {
  transform: translate(-70px, 310px);
  width: 190px;
  text-wrap: balance;
}

.quality_section_body_list > div:first-child > img {
  position: absolute;
  top: -135px;
  left: 36%;
  transform: rotate(235deg);
}

.quality_section_body_list > div:nth-child(2) {
  transform: translate(-90px, -100px);
  text-wrap: balance;
}

.quality_section_body_list > div:nth-child(2) > img {
  position: absolute;
  left: 60%;
  transform: scaleX(-1) rotate(50deg);
  bottom: 20px;
}

.quality_section_body_list > div:nth-child(3) {
  transform: translate(-280px, 570px);
  text-wrap: balance;
}

.quality_section_body_list > div:nth-child(3) > img {
  position: absolute;
  left: -80px;
  transform: rotate(180deg);
  bottom: 235px;
}

.quality_section_body_list > div:nth-child(4) {
  transform: translate(-40px, -100px);
}

.quality_section_body_list > div:nth-child(4) > img {
  transform: translate(75px, 25px);
}

.quality_section_body_list > div:nth-child(4) > ul {
  width: 215px;
}

.quality_section_card {
  display: flex;
  gap: 20px;
  width: 367px;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  background-color: #ffffff;
  color: #0064ee;
  text-wrap: balance;
  padding: 28px 34px;
  text-align: start;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 25%);
  border-radius: 20px;
  right: 180px;
  bottom: -185px;
}

/* QUALITY SECTION EASYNAV */

.quality_section_easynav
  > .container
  > .quality_section_body
  > .quality_section_body_list
  > div:first-child {
  width: 205px;
  transform: translate(-40px, 385px);
}

.quality_section_easynav
  > .container
  > .quality_section_body
  > .quality_section_body_list
  > div:nth-child(3)
  > img {
  left: 265px;
  transform: rotate(214deg) scaleX(-1);
}

.quality_section_easynav
  > .container
  > .quality_section_body
  > .quality_section_body_list
  > div:nth-child(4) {
  opacity: 0;
}

.quality_section_img_easynav {
  transform: translate(-110px, 0px);
}

/* DOWNLOAD SECTION */

.download_section {
  color: #ffffff;
  background: #0064ee;
}

.download_section > .container {
  display: flex;
  align-items: center;
  gap: 71px;
}

.download_section_image {
  width: 575px;
  height: 485px;
  transform: translate(0px, -50px);
}

.download_section_title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 29px;
}

.download_button {
  border-radius: 12px;
  font-size: 25px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 11px 42px;
}

.download_button > span {
  background-color: white;
  height: 50px;
  width: 1px;
}

/* BRAND SECTION */

.brand_section {
  padding-top: 105px;
  padding-bottom: 161px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-image: url("/local/templates/mc/img/brand-section-bg.png");
  background-repeat: no-repeat;
}

.brand_section > .container {
  max-width: 1528px;
  height: 628px;
  display: flex;
}

.brand_section_title {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  align-self: center;
  margin-bottom: 96px;
}

.brand_section_title > span {
  color: #0064ee;
}

.brand_section_list {
  font-size: 18px;
  font-weight: 500;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.brand_section_list_arrow {
  position: absolute;
  bottom: -120px;
  left: 135px;
  height: 100px;
  transform: scaleX(-1);
}

.brand_section_list > li {
  width: 340px;
  background-image: url("/local/templates/mc/img/svg/checkmark-2.svg");
  background-repeat: no-repeat;
  padding-left: 70px;
  text-wrap: balance;
}

.brand_section_list > li > span {
  color: #0064ee;
  font-weight: 800;
}

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

.brand_section_slider_container > swiper-container {
  width: 1186px;
  height: 100%;
}

.brand_section_slider_container > swiper-container > swiper-slide {
  margin-right: 3px;
}

.brand_section_slider_container > swiper-container > swiper-slide > img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 20px;
}

#bsSliderPrevButton {
  left: 50px;
}

#bsSliderNextButton {
  right: -10px;
  transform: rotate(180deg) translate(50%, 50%);
}

.brand_section_subtitle {
  position: absolute;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  text-wrap: balance;
  top: -55px;
  width: 565px;
}

/* PARK SECTION */

.park_section {
  padding-top: 79px;
  padding-bottom: 64px;
  color: #ffffff;
  background: #001d8f;
  background: linear-gradient(
    45deg,
    rgba(0, 29, 143, 1) 0%,
    rgba(0, 109, 234, 1) 100%
  );
}

.park_section_slider_container {
  width: 100%;
  height: 455px;
}

.park_section_titles {
  text-align: center;
  margin-bottom: 39px;
}

.park_section_titles > h2 {
  font-size: 80px;
  font-weight: 800;
}

.park_section_titles > p {
  font-size: 20px;
  font-weight: 500;
}

.park_section_slider_container {
  position: relative;
}

#park_section_slider {
  width: 100%;
  height: 100%;
}

#park_section_slider > swiper-slide {
  width: 377px;
  height: 365px;
  margin-right: 47px;
  cursor: pointer;
}

#park_section_slider > swiper-slide > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 270px;
  color: #000000;
  background-color: #ffffff;
  margin-top: 97px;
  padding: 28px 49px;
  border-radius: 22px;
  text-align: center;
  text-wrap: balance;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
}

.park_section_slider_card_text {
  font-size: 18px;
}

.park_section_slider_card_text > span {
  font-weight: 800;
}

#park_section_slider > swiper-slide > div > div > img {
  width: fit-content;
  height: auto;
}

#park_section_slider > swiper-slide > div > div {
  height: 1px;
  display: flex;
  align-items: flex-end;
  transform: translate(0px, 150px);
}

.park_section_slider_card_active {
  color: #ffffff !important;
  background: #1a84fe;
  background: linear-gradient(45deg, #1a84fe 0%, #0160ce 100%);
}

.park_section_slider_card_active > div {
  /* transform: translate(0px, -120px) !important; */
}

.park_section_slider_card_big > div {
  /* transform: translate(0px, -115px) !important; */
}

.park_section_slider_buttons {
  display: flex;
  gap: 15px;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  bottom: -30px;
  left: 50%;
}

#parkSliderPrevButton,
#parkSliderNextButton {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: 66px;
  height: 66px;
  cursor: pointer;
  border-radius: 50%;
}

#parkSliderNextButton {
  transform: rotate(180deg);
}

/* ECOSYSTEM SECTION */

.ecosystem_section {
  padding-top: 159px;
  padding-bottom: 152px;
  color: #ffffff;
  background: #1a84fe;
  background: url("/local/templates/mc/img/ecosystem-bg-img.png") no-repeat right -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  /* background: linear-gradient(45deg, #001d8f 0%, #0073f6 100%); */
}

.ecosystem_section_small_img_container {
  max-width: 100%;
  overflow: hidden;
}

.ecosystem_section_small_img {
  display: none;
}

.ecosystem_section > .container {
  position: relative;
}

.ecosystem_section_card {
  display: flex;
  align-items: center;
  gap: 14px;
  position: absolute;
  right: -1%;
  top: -210px;
  color: #ffffff;
  background: linear-gradient(180deg, #1c86ff 0%, #0060ce 100%);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 25%);
  font-size: 18px;
  font-weight: 500;
  padding: 42px 36px;
  border-radius: 20px;
  width: 452px;
}

.ecosystem_section_card > p > span {
  font-weight: 800;
}

.ecosystem_section_title {
  font-size: 80px;
  font-weight: 800;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 104px;
}

.ecosystem_section_list {
  display: grid;
  grid-template-columns: 251px 217px;
  column-gap: 46px;
  row-gap: 41px;
}

.ecosystem_section_list > li {
  text-wrap: balance;
}

.ecosystem_section_list > li > h2 {
  font-size: 20px;
  font-weight: 800;
}

.ecosystem_section_list > li > h3 > span {
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

/* RESPONSIBLE SECTION */

.responsible_section > .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 113px;
  padding-bottom: 103px;
  position: relative;
}

.responsible_section > .container > div {
  width: 100%;
  max-width: 55%;
  z-index: 1;
}

.responsible_section > .container::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/local/templates/mc/img/viktor-shustov.png");
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: bottom;
  z-index: 2;
  pointer-events: none;
}

.responsible_section_title {
  font-size: 50px;
  font-weight: 800;
  text-wrap: balance;
  margin-bottom: 39px;
}

.responsible_section_title > span {
  color: #0064ee;
}

.responsible_section_list {
  display: flex;
  gap: 20px;
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  text-wrap: balance;
  margin-bottom: 34px;
}

.responsible_section_list > li {
  background-image: url("/local/templates/mc/img/svg/checkmark-2.svg");
  background-repeat: no-repeat;
  padding-left: 50px;
  background-size: 37px;
}

.responsible_section_card {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 37px 181px 62px 69px;
  border: 1px solid #0064ee;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  text-wrap: balance;
  position: relative;
}

.responsible_section_card > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.responsible_section_card > p {
  font-size: 25px;
  font-weight: 800;
  color: #0064ee;
}

.responsible_section_card_logo {
  position: absolute;
  width: 96px;
  height: 48px;
  right: 29px;
}

.responsible_section_card_sign {
  width: 318px;
  height: 174px;
  position: absolute;
  right: 15px;
  bottom: 21px;
  z-index: -1;
}

/* FORM SECTION */

.form_section {
  color: #ffffff;
  background: linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  padding-top: 72px;
  padding-bottom: 73px;
}

.form_section > .container {
  display: flex;
  justify-content: space-between;
  padding-inline: 50px;
}

.form_section_left {
  width: 538px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.form_section_left > p {
  font-size: 50px;
  font-weight: 800;
}

.form_section_left > p > span {
  text-decoration: underline;
}

.form_section_left > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.form_section_right {
  width: 432px;
  background-color: #fff;
  border-radius: 17px;
  padding: 16px;
}

/* FORM SECTION EASYNAV */

.form_section_easynav {
  background: none;
  background-color: #0064ee;
}

.form_section_easynav > .container > .form_section_left {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}

.form_section_easynav > .container > .form_section_left > button {
  border-radius: 12px;
  font-size: 25px;
  padding-inline: 80px;
}

/* FOOTER SECTION */

.footer_section {
  padding-top: 142px;
  padding-bottom: 156px;
}

.footer_section > .container {
  display: flex;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 25%);
  border-radius: 20px;
}

.footer_section_titles {
  margin-bottom: 83px;
}

.footer_section_title {
  font-size: 80px;
  font-weight: 800;
  text-align: center;
}

.footer_section_title > span {
  color: #0064ee;
}

.footer_section_subtitle {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.footer_section_card {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  flex: 1;
  padding: 45px 55px 90px 55px;
}

.footer_section_card:first-child {
  border-radius: 20px 0px 0px 20px;
}

.footer_section_card:nth-child(2) {
  border-radius: 0px 20px 20px 0px;
}

.footer_section_card > h3 {
  font-size: 50px;
  font-weight: 800;
  align-self: flex-start;
  margin-bottom: 24px;
}

.footer_section_card_image {
  width: 445px;
  height: 237px;
  margin-bottom: 27px;
  text-align: center;
}

.footer_section_card_image > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.footer_section_card_subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #0064ee;
  margin-bottom: 16px;
}

.footer_section_card_subtitle > span {
  text-decoration: underline;
}

.footer_section_card_text {
  font-size: 17px;
  margin-bottom: 25px;
}

.footer_section_card_list {
  line-height: 117%;
  font-size: 17px;
  align-self: flex-start;
}

.footer_section_card_list > li:nth-child(5) {
  margin-bottom: 20px;
}

.footer_section_card_line {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #aaaaaa;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer_section_card_price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: flex-start;
  margin-bottom: 71px;
}

.footer_section_card_price > p {
  font-size: 40px;
  color: #0064ee;
}

.footer_section_card_buttons {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.footer_section_card_buttons > button {
  flex: 1;
  border-radius: 12px;
  height: 75px;
  font-size: 20px;
  font-weight: 800;
}

.footer_section_card_buttons > a {
  font-size: 20px;
  font-weight: 500;
  color: #0064ee;
  text-decoration: underline;
  text-decoration-style: dotted;
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_section_card_title {
  font-size: 50px;
  font-weight: 800;
  align-self: flex-start;
  margin-bottom: 24px;
}

.footer_section_card_active {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #2cb1fa, #2d7bfd) border-box;
  border-radius: 0px 20px 20px 0px;
  border: 4px solid transparent;
}

.footer_section_card_title_active {
  color: transparent;
  background: linear-gradient(#001c8f, #3291fd);
  background-clip: text;
}

.footer_section_card_title_easynav_active {
  color: transparent;
  background: linear-gradient(#2F7CFE, #2EB3FA);
  background-clip: text;
}

.primary_link_index {
  color: white;
  text-decoration: none !important;
  width: 100%;
}

.primary_link_index > .button_primary {
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #3291fd 0%, #011c8f 100%);
}

.primary_link_index > .button_primary_easynav {
  background: linear-gradient(
    90deg,
    #2eb4fb 0%,
    #009AFF 100%
  ); 
}

.primary_link_index > .button_primary:hover {
  background: linear-gradient(
    90deg,
    #2eb4fb 0%,
    #009AFF 100%
  ); 
}

.primary_link_index > .button_primary > img {
  margin-left: 5px;
}

.secondary_link_index {
  font-size: 17px !important;
  padding: 5px 0px !important;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .any_difficulty_section_slider {
    width: 600px;
    height: auto;
  }

  .any_difficulty_section_list > div:first-child > ul {
    gap: 25px;
  }

  .any_difficulty_section_short_video {
    margin-top: 20px;
  }

  .any_difficulty_section_short_video > div {
    width: 300px;
    height: 215px;
  }
}

@media (max-width: 1800px) {
  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat 100px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }
}

@media (max-width: 1600px) {
  /* 1201 - 1600px */

  /* SHARED */

  .slider-button {
    width: fit-content;
    height: fit-content;
  }

  /* HEADER */

  header > .container {
    padding-inline: 20px;
  }

  .header-scroll > .container > .header_scroll_nav > ul > li > a {
    padding: 26px 11px;
  }

  .header-scroll > .container > .header_scroll_nav > ul > li {
    font-size: 15px;
  }

  .header-scroll > .container > .header_logo_easynav {
    margin-right: 0px !important;
  }

  /* START SECTION */

  .start_section {
    background: url("/local/templates/mc/img/excavator.png") no-repeat 500px -80px,
      linear-gradient(90deg, rgb(0, 29, 143) 0%, rgb(0, 109, 234) 100%);
  }

  .start_section > .container {
    padding-inline: 20px;
  }

  .start_section_easynav > .container {
    padding-inline: 20px;
  }

  .start_section_index {
    color: #ffffff;
    padding-bottom: 301px;
    padding-top: 150px;
    background: url("/local/templates/mc/img/index-bg-mobile.png") no-repeat 0 0 / 100%
        100%,
      linear-gradient(90deg, rgb(0, 29, 143) 0%, rgb(0, 109, 234) 100%);
    background-size: cover;
  }

  .start_section_index > .container {
    padding-top: 42px;
    padding-bottom: 30px;
    padding-inline: 10px;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
  }

  /* EXAMPLES SECTION EASYNAV */

  .examples_section > .container > .ecosystem_section_card {
    right: 30px;
  }

  /* PROFIT SECTION */

  .profit_section > .container {
    padding-inline: 20px;
    text-wrap: balance;
  }

  /* DEMO SECTION */

  .demo_section > .container {
    padding-inline: 20px;
  }

  .demo_section_list > li:first-child,
  .demo_section_list > li:last-child {
    transform: translate(5px, 100px);
  }

  .demo_section > .container > .ecosystem_section_card {
    left: 40px;
  }

  /* DEMO SECTION EASYNAV */

  .demo_section_easynav > .container > .demo_section_list > li:first-child {
    transform: translate(30px, 160px);
  }

  .demo_section_easynav > .container > .demo_section_list > li:last-child {
    transform: translate(-20px, 160px);
  }

  .demo_section_easynav > .container > .demo_section_list > li:nth-child(5) {
    transform: translate(160px, 30px);
  }

  /* ANY DIFFICULTY */

  .any_difficulty_section > .container {
    padding-inline: 20px;
  }

  .any_difficulty_section_title {
    text-wrap: balance;
  }

  .any_difficulty_section_body {
    padding-inline: 0;
  }

  .any_difficulty_section_list > div:first-child {
    gap: 50px;
  }

  .any_difficulty_section_short_video > div > p {
    top: 88%;
    font-size: 15px;
  }

  /* SLIDERS SECTION */

  .sliders_container {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }

  

  .m12_slider_container > div:first-child {
    padding-inline: 20px;
  }

  .m12_slider,
  .omsk_slider,
  .kemerovo_slider {
    width: 100%;
  }

  .m12_slider_container
    > div:nth-child(2)
    > swiper-container
    > swiper-slide
    > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  /* QUALITY SECTION */

  .quality_section > .container {
    position: relative;
  }

  .quality_section_body {
    position: static;
    left: 70px;
  }

  .quality_section_body > img {
    width: 800px;
  }

  .quality_section_body_list > div:first-child {
    transform: translate(40px, 250px);
  }

  .quality_section_body_list > div:nth-child(2) {
    transform: translate(-70px, -145px);
  }

  .quality_section_body_list > div:nth-child(3) {
    transform: translate(-190px, 440px);
  }

  .quality_section_body_list > div:nth-child(4) {
    transform: translate(0px, -125px);
  }

  /* QUALITY SECTION EASYNAV */

  .quality_section_img_easynav {
    transform: translate(0px, 0px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:first-child {
    transform: translate(90px, 385px);
  }

  .quality_section_body_list > div:nth-child(2) {
    transform: translate(20px, -100px);
  }

  .quality_section_body_list > div:nth-child(3) {
    transform: translate(-180px, 520px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_card {
    right: 100px;
    bottom: -265px;
  }

  /* DOWNLOAD SECTION */

  .download_section > .container {
    padding-inline: 20px;
  }

  /* BRAND SECTION */

  .brand_section {
    background-size: 220px;
  }

  .brand_section > .container {
    padding-left: 20px;
  }

  .brand_section_slider_container {
    width: calc(100% - 340px);
  }

  .brand_section_slider_container > swiper-container {
    width: 100%;
  }

  /* ECOSYSTEM */

  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat 0px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }

  .ecosystem_section > .container {
    padding-inline: 40px;
  }

  .ecosystem_section_card {
    right: 3%;
  }

  /* RESPONSIBLE SECTION */

  .responsible_section > .container {
    max-width: 1160px;
  }

  /* FOOTER SECTION */

  .footer_section {
    padding-inline: 20px;
  }
}

@media (max-width: 1440px) {
  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat -80px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }
}

@media (max-width: 1350px) {
  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat -100px -315px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }
}

@media (max-width: 1300px) {
  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat -125px -390px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }
}

@media (max-width: 1250px) {
  .any_difficulty_section_body {
    gap: 42px;
  }
  .ecosystem_section {
    background: url(/local/templates/mc/img/ecosystem-bg-img.png) no-repeat -145px -390px, linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
  }
}

@media (max-width: 1200px) {
  /* 640 - 1200px */

  /* SHARED */

  .slider-button-img {
    width: 37px !important;
    height: 37px !important;
  }

  /* HEADER */

  header {
    display: flex;
    flex-direction: column;
  }

  header > .container {
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
  }

  .header_logo {
    width: 151px;
    height: 47px;
    margin: 0;
  }

  .header_logo > a > img {
    width: 100%;
    height: 100%;
  }

  .header_logo_easynav {
    width: 168px;
    height: 47px;
  }

  .header_static_nav {
    display: none;
  }

  .header_buttons > button {
    font-size: 16px;
    padding: 13px 33px;
    padding-inline: 0px;
  }

  .header_buttons > button:first-child {
    width: 163px;
  }

  .header_buttons > button:nth-child(2) {
    width: 163px;
  }

  .header_buttons > button:nth-child(3) {
    display: block;
    margin-left: 20px;
  }

  .header-scroll > .container > .header_scroll_nav {
    display: none;
  }

  .header-scroll {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
  }

  .header-scroll > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
  }

  .header-scroll > .header_scroll_nav_mobile {
    display: none;
  }

  .header_scroll_nav_mobile {
    display: flex;
    justify-content: center;
  }

  .header_active > .header_scroll_nav_mobile > ul > li > a {
    color: #ffffff !important;
  }

  .header_scroll_nav_mobile > ul > li:first-child {
    background: none;
  }

  .header_scroll_nav_mobile > ul > li:first-child > a {
    color: #164194;
  }

  .header_scroll_nav_mobile > ul > li:last-child {
    background: none;
  }

  .header_scroll_nav_mobile > ul > li:last-child > a {
    background: none;
    color: #164194;
  }

  /* HEADER ACTIVE */

  .header_active {
    background-color: #164194;
  }

  .header_active_easynav {
    background-color: #0064ee !important;
  }

  .header_active > .container {
    justify-content: center;
  }

  .header_active > .container > .header_buttons > button {
    display: none;
  }

  .header_active > .container > .header_buttons > button:last-child {
    display: block;
  }

  .header_scroll_nav_mobile_active {
    /* display: flex; */
    justify-content: center;
  }

  .header_scroll_nav_mobile_active > ul {
    flex-direction: column;
    width: 100%;
  }

  .header_scroll_nav_mobile_active > ul > li > a {
    color: #ffffff;
    text-align: center;
  }

  .nav_mobile_active {
    display: flex;
  }

  .header_active > .container {
    position: relative;
  }

  .header_active > .container > .header_buttons {
    position: absolute;
    right: 20px;
  }

  /* START SECTION */

  .start_section {
    background: url("/local/templates/mc/img/excavator.png") no-repeat 50% 0 / 827px 563px,
      linear-gradient(90deg, rgb(0, 29, 143) 0%, rgb(0, 109, 234) 100%);
  }

  .start_section_easynav {
    background: url(/local/templates/mc/img/excavator-easynav.png) no-repeat -35% 0 / 110% auto, #0064ee;
  }

  .start_section > .container {
    padding-top: 571px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .start_section_easynav > .container {
    padding-top: 571px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .start_section_advantages {
    margin-bottom: 78px;
  }

  .start_section_cards {
    flex-direction: column;
    align-items: center;
    gap: 27px;
  }

  .start_section_cards_card {
    padding: 37px 41px;
    justify-content: center;
    width: fit-content;
  }

  /* EXAMPLE SECTION EASYNAV*/

  .examples_section_title {
    padding-inline: 20px;
  }

  .examples_section_grid {
    grid-template-columns: 1fr;
  }

  .examples_section > .container > .ecosystem_section_card {
    font-size: 17px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    bottom: -300px;
  }

  /* PROFIT SECTION */

  .profit_section > .container {
    max-width: 640px;
  }

  .profit_section_cards {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 77px;
  }

  .profit_section_cards_card {
    width: 220px;
    flex: auto;
  }

  /* DEMO SECTION */

  .demo_section > .container {
    padding-top: 86px;
    padding-bottom: 173px;
    max-width: 640px;
  }

  .demo_section_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 64px;
    list-style: none;
    text-align: center;
  }

  .demo_section_list > li:first-child,
  .demo_section_list > li:last-child {
    transform: translate(0px, 0px);
  }

  .demo_section_slider {
    width: 465px;
    height: 271px;
    border-image-outset: 6.6;
  }

  .demo_section_slider > swiper-container > swiper-slide > img {
    width: 100%;
  }

  #demoSliderPrevButton,
  #demoSliderNextButton {
    width: fit-content;
    height: fit-content;
  }

  #demoSliderPrevButton {
    left: -60px;
  }

  #demoSliderNextButton {
    right: -60px;
  }

  .demo_section_slider_hand {
    width: 272px;
    height: 352px;
    transform: translate(50%, 0);
    right: 40%;
  }

  .demo_section > .container > .ecosystem_section_card {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -300px;
  }

  /* DEMO SECTION EASYNAV */

  .demo_section_easynav > .container {
    padding-bottom: 240px;
  }

  .demo_section_easynav > .container > .demo_section_slider {
    width: 497px;
    height: 291px;
    transform: translate(0px, 55px);
    border-image-outset: 11 7;
  }

  .demo_section_easynav > .container > .demo_section_slider > swiper-container {
    transform: translate(13px, 42px);
  }

  .demo_section_easynav > .container > .demo_section_list > li:first-child,
  .demo_section_easynav > .container > .demo_section_list > li:nth-child(2),
  .demo_section_easynav > .container > .demo_section_list > li:nth-child(3),
  .demo_section_easynav > .container > .demo_section_list > li:nth-child(4),
  .demo_section_easynav > .container > .demo_section_list > li:nth-child(5),
  .demo_section_easynav > .container > .demo_section_list > li:last-child {
    transform: translate(0px, 0px);
  }

  .demo_section_easynav > .container > .ecosystem_section_card {
    top: auto;
    bottom: -290px;
    left: auto;
    width: 520px;
  }

  .demo_section_easynav
    > .container
    > .demo_section_slider
    > #demoSliderPrevButton {
    left: -45px;
  }

  .demo_section_easynav
    > .container
    > .demo_section_slider
    > #demoSliderNextButton {
    right: -55px;
  }

  /* FEEDBACK SECTION EASYNAV */

  .feedback_section {
    padding-inline: 20px;
  }

  .feedback_section > h2 {
    text-align: center;
  }

  .feedback_swiper_container_buttons {
    justify-content: space-between;
  }

  /* ANY DIFFICULTY SECTION */

  .any_difficulty_section {
    padding-top: 284px;
    padding-bottom: 122px;
  }

  .any_difficulty_section > .container {
    max-width: 640px;
  }

  .any_difficulty_section_title {
    font-size: 60px;
  }

  .any_difficulty_section_body {
    flex-direction: column;
    align-items: center;
  }

  .any_difficulty_section_list {
    align-items: center;
  }

  #adSliderPrevButton {
    left: 40px;
  }

  #adSliderNextButton {
    right: 40px;
  }

  .any_difficulty_section_list > div:first-child {
    gap: 70px;
  }

  .any_difficulty_section_list > div:first-child > ul:first-child {
    padding-left: 0px;
  }

  .any_difficulty_section_short_video {
    margin-top: 44px;
  }

  .any_difficulty_section_short_video > div {
    width: 497px;
    height: 280px;
  }

  .any_difficulty_section_list_container > ul:last-child {
    width: 200px;
  }

  /* SLIDERS SECTION */

  .sliders_section_title {
    font-size: 60px;
  }

  #m12_slider,
  #omsk_slider,
  #kemerovo_slider {
    height: auto;
  }

  .m12_slider_container
    > div:nth-child(2)
    > swiper-container
    > swiper-slide
    > img {
    height: auto;
  }

  .sliders_section_buttons {
    flex-direction: column;
    align-items: center;
  }

  /* PRINCIPLES SECTION */

  .principles_section {
    padding-top: 73px;
    padding-bottom: 111px;
  }

  .principles_section > .container {
    position: relative;
    max-width: 640px;
  }

  .principles_section_body,
  .principles_section_body_list {
    position: static;
  }

  .principles_section_title {
    margin-bottom: 284px;
    font-size: 60px;
  }

  .principles_section_body > img {
    width: 100%;
  }

  .principles_section_body_list > li {
    position: absolute;
  }

  .principles_section_body_list > li:first-child {
    transform: translate(0px, 0px);
    top: 260px;
    left: 40px;
  }

  .principles_section_body_list > li:nth-child(3) {
    transform: translate(0px, 0px);
    top: 260px;
    right: 40px;
    width: 230px;
  }

  .principles_section_body_list > li:nth-child(2) {
    transform: translate(0px, 0px);
    top: 960px;
    left: 40px;
  }

  .principles_section_body_list > li:nth-child(4) {
    transform: translate(0px, 0px);
    top: 960px;
    right: 40px;
  }

  .principles_section_buttons {
    margin-top: 206px;
  }

  .principles_section_easynav
    > .container
    > .principles_section_body
    > .principles_section_body_list
    > li:first-child {
    transform: translate(10px, -20px);
  }

  .principles_section_easynav
    > .container
    > .principles_section_body
    > .principles_section_body_list
    > li:nth-child(2) {
    transform: translate(289px, -720px);
  }

  .principles_section_easynav
    > .container
    > .principles_section_body
    > .principles_section_body_list
    > li:nth-child(3) {
    transform: translate(-130px, 650px);
  }

  /* QUALITY SECTION */

  .quality_section {
    padding-top: 76px;
    padding-bottom: 802px;
  }

  .quality_section > .container {
    max-width: 640px;
  }

  .quality_section_title {
    font-size: 60px;
    margin-bottom: 37px;
  }

  .quality_section_body > img {
    width: 100%;
  }

  .quality_section_body_list {
    flex-wrap: wrap;
    padding-inline: 40px;
    top: 650px;
    row-gap: 40px;
  }

  .quality_section_body_list > div:first-child {
    transform: translate(0px, 0px);
    width: 280px;
  }

  .quality_section_body_list > div:nth-child(2) {
    transform: translate(0px, 0px);
    width: 280px;
  }

  .quality_section_body_list > div:nth-child(3) {
    transform: translate(0px, 0px);
    width: 280px;
  }

  .quality_section_body_list > div:nth-child(4) {
    transform: translate(36px, 0px);
    width: 280px;
  }

  .quality_section_body_list > div > img {
    display: none;
  }

  .quality_section_card {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -750px;
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:nth-child(4) {
    display: none;
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:first-child {
    transform: translate(25px, 30px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_card {
    bottom: -720px;
  }

  .quality_section_body_list > div:nth-child(2) {
    transform: translate(35px, -2px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:nth-child(2) {
    transform: translate(30px, 30px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:nth-child(3) {
    transform: translate(200px, 30px);
  }

  /* DOWNLOAD SECTION */

  .download_section {
    padding-bottom: 103px;
  }

  .download_section > .container {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    gap: unset;
  }

  /* BRAND SECTION */

  .brand_section {
    padding-top: 252px;
  }

  .brand_section_title {
    font-size: 60px;
  }

  .brand_section > .container {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-inline: 0px;
  }

  .brand_section_slider_container {
    width: 100%;
  }

  .brand_section_subtitle {
    top: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .brand_section_list {
    gap: 38px;
    max-width: 640px;
    margin-top: 58px;
    padding-inline: 20px;
  }

  .brand_section_list > li {
    width: auto;
  }

  .brand_section_list_arrow {
    bottom: -180px;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(-1);
  }

  /* PARK SECTION */

  .park_section {
    padding-bottom: 203px;
  }

  .park_section_titles > h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  #park_section_slider > swiper-slide {
    margin-right: 0px;
  }

  #park_section_slider > swiper-slide {
    padding-inline: 20px;
  }

  .park_section_slider_buttons {
    bottom: -70px;
  }

  /* ECOSYSTEM SECTION */

  .ecosystem_section {
    background: linear-gradient(45deg, #001d8f 0%, #0073f6 100%);
    position: relative;
  }

  .ecosystem_section_card {
    right: 50%;
    top: -160px;
    transform: translate(50%, -50%);
  }

  .ecosystem_section > .container {
    max-width: 640px;
  }

  .ecosystem_section_title {
    font-size: 60px;
    margin-bottom: 0;
  }

  .ecosystem_section_small_img {
    display: block;
    max-width: 200%;
    margin: auto;
    transform: translateX(-25%);
    margin-top: -165px;
  }

  .ecosystem_section_list_container {
    margin-top: -85px;
  }

  .ecosystem_section_list {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
  }

  /* RESPONSIBLE SECTION */

  .responsible_section > .container {
    max-width: 640px;
    padding-bottom: 727px;
    background-image: url("/local/templates/mc/img/viktor-shustov.png");
    background-repeat: no-repeat;
    background-size: 465px 702px;
    background-position: center bottom;
    padding-inline: 20px;
  }

  .responsible_section > .container::before {
    display: none;
  }

  .responsible_section > .container > div {
    max-width: 100%;
    width: 100%;
  }

  .responsible_section_title {
    text-align: center;
    margin-bottom: 60px;
  }

  .responsible_section_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 47px;
  }

  .responsible_section_list > li {
    max-width: 220px;
  }

  /* FORM SECTION */

  .form_section {
    padding-bottom: 136px;
  }

  .form_section > .container {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 86px;
  }

  /* FOOTER SECTION */

  .footer_section {
    padding-top: 72px;
    padding-bottom: 517px;
  }

  .footer_section_title {
    font-size: 60px;
  }

  .footer_section_subtitle {
    margin-top: 28px;
  }

  .footer_section > .container {
    flex-direction: column;
    gap: 39px;
    box-shadow: none;
    max-width: 640px;
  }

  .footer_section_card:first-child {
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 25%);
  }

  .footer_section_card {
    border-radius: 20px;
  }

  .footer_section_card:nth-child(2) {
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 25%);
  }

  .header_logo_index {
    width: 84px;
    height: 42px;
  }

  .header_logo_index > a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .header_logo_index > a > img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 639px) {
  /* 375 - 639px */

  /* START SECTION */

  .start_section {
    background: url("/local/templates/mc/img/excavator.png") no-repeat 50% 0 / 484px 329px,
      linear-gradient(90deg, rgb(0, 29, 143) 0%, rgb(0, 109, 234) 100%);
  }

  .start_section > .container {
    max-width: 375px;
    padding-top: 333px;
  }

  .start_section_easynav {
    background: url("/local/templates/mc/img/excavator-easynav.png") no-repeat right 0 /
        464px 324px,
      #0064ee;
  }

  .start_section_easynav > .container {
    max-width: 375px;
    padding-top: 333px;
  }

  .start_section_title > h1 {
    font-size: 35px;
  }

  .start_section_advantages {
    font-size: 12px;
  }

  .start_section_advantages > div {
    font-size: 8px;
    padding: 7px;
  }

  .start_section_cards_card {
    padding: 20px 25px;
    gap: 30px;
  }

  .start_section_cards_card > p {
    font-size: 12px;
  }

  /* PROFIT SECTION */

  .profit_section > .container {
    max-width: 375px;
  }

  .profit_section_title {
    font-size: 35px;
  }

  .profit_section_cards_card {
    width: 130px;
  }

  .profit_section_cards_card {
    font-size: 10px;
  }

  /* DEMO SECTION */

  .demo_section > .container {
    padding-bottom: 118px;
    max-width: 375px;
  }

  .demo_section_title {
    font-size: 35px;
  }

  .demo_section_list {
    font-size: 12px;
  }

  .demo_section_slider {
    width: 272px;
    height: 158px;
    border-image-outset: 3.6;
  }

  .demo_section_slider > swiper-container > swiper-slide > img {
    transform: translate(0px, 0px);
  }

  .demo_section_slider_hand {
    width: 159px;
    height: 206px;
  }

  #demoSliderPrevButton {
    left: -30px;
  }

  #demoSliderNextButton {
    right: -30px;
  }

  .demo_section > .container > .ecosystem_section_card {
    width: 309px;
    height: 100px;
    font-size: 11px;
    bottom: -185px;
  }

  /* ANY DIFFICULTY */

  .any_difficulty_section {
    padding-top: 166px;
    padding-bottom: 64px;
  }

  .any_difficulty_section > .container {
    max-width: 375px;
  }

  .any_difficulty_section_title {
    font-size: 35px;
  }

  .any_difficulty_section_slider {
    width: 350px;
  }

  #adSliderPrevButton {
    left: 20px;
  }

  #adSliderNextButton {
    right: 20px;
  }

  .any_difficulty_section_list > div:first-child {
    font-size: 10px;
  }

  .any_difficulty_section_list > div:first-child > ul > li {
    width: 132px;
  }

  .any_difficulty_section_list_container > ul:last-child {
    width: 132px;
  }

  .any_difficulty_section_list_active {
    width: 168px;
    padding: 20px 35px;
  }

  .any_difficulty_section_short_video {
    /* width: 234px; */
    margin-top: 35px;
  }

  .any_difficulty_section_short_video > div {
    height: 272px;
  }

  .any_difficulty_section_short_video > div > button {
    width: 60px;
  }

  .any_difficulty_section_short_video > div > button > img {
    width: 100%;
  }

  /* SLIDERS SECTION */

  .sliders_container {
    gap: 40px;
  }

  .sliders_section {
    padding-top: 47px;
    padding-bottom: 69px;
  }

  .sliders_section_title {
    font-size: 35px;
  }

  .m12_slider_container > div > h3 {
    font-size: 28px;
  }

  .m12_slider_container > div > p {
    font-size: 12px;
  }

  #m12SliderPrevButton,
  #omskSliderPrevButton,
  #kemerovoSliderPrevButton {
    left: 25px;
  }

  #m12SliderNextButton,
  #omskSliderNextButton,
  #kemerovoSliderNextButton {
    right: 25px;
  }

  .sliders_section > div:nth-child(3) {
    max-width: 375px;
    padding-inline: 20px;
  }

  .sliders_section_buttons > button:nth-child(2) {
    font-size: 14px;
  }

  .button_ghost {
    font-size: 11px;
  }

  /* PRINCIPLES SECTION */

  .principles_section {
    padding-top: 42px;
    padding-bottom: 57px;
  }

  .principles_section > .container {
    max-width: 375px;
  }

  .principles_section_title {
    font-size: 35px;
    margin-bottom: 167px;
  }

  .principles_section_body_list > li {
    font-size: 10px;
    width: 135px;
  }

  .principles_section_body_list > li:first-child {
    left: 25px;
    top: 160px;
  }

  .principles_section_body_list > li:nth-child(2) {
    left: 25px;
    top: 570px;
  }

  .principles_section_body_list > li:nth-child(3) {
    right: 25px;
    top: 160px;
  }

  .principles_section_body_list > li:nth-child(4) {
    right: 25px;
    top: 570px;
  }

  .principles_section_body_list > li:nth-child(3) {
    width: 135px;
  }

  .principles_section_buttons > button {
    font-size: 15px;
    width: fit-content;
    padding: 15px 30px;
  }

  .principles_section_buttons {
    margin-top: 150px;
  }

  /* QUALITY SECTION */

  .quality_section {
    padding-bottom: 539px;
  }

  .quality_section > .container {
    max-width: 375px;
  }

  .quality_section_title {
    font-size: 35px;
  }

  .quality_section_body_list {
    padding-inline: 20px;
    top: 400px;
  }

  .quality_section_body_list > div > ul {
    font-size: 9px;
  }

  .quality_section_body_list > div:nth-child(4) > ul {
    width: 100%;
  }

  .quality_section_body_list > div:first-child {
    width: 150px;
  }

  .quality_section_body_list > div:nth-child(2) {
    width: 150px;
  }

  .quality_section_body_list > div:nth-child(3) {
    width: 150px;
  }

  .quality_section_body_list > div:nth-child(4) {
    width: 150px;
  }

  .quality_section_card {
    bottom: -500px;
    width: 212px;
    font-size: 11.5px;
    gap: 10px;
    padding: 16px;
  }

  .quality_section_card > img {
    width: 40px;
  }

  /* DOWNLOAD SECTION */

  .download_section {
    padding-bottom: 59px;
  }

  .download_section > .container {
    max-width: 375px;
  }

  .download_section_image {
    width: 338px;
    height: 284px;
  }

  .download_section_image > img {
    width: 100%;
    height: 100%;
  }

  .download_section_title {
    font-size: 22px;
  }

  .download_button {
    font-size: 14px;
  }

  .download_button > img {
    width: 19px;
    height: 17px;
  }

  /* BRAND SECTION */

  .brand_section_title {
    font-size: 35px;
  }

  .brand_section_subtitle {
    font-size: 10px;
    width: 100%;
  }

  .brand_section_list {
    font-size: 10px;
    max-width: 375px;
  }

  .brand_section_list > li {
    background-size: 25px;
    padding-left: 50px;
    min-height: 25px;
  }

  /* PARK SECTION */

  .park_section_titles > h2 {
    font-size: 35px;
  }

  .park_section_titles > p {
    font-size: 11.5;
  }

  /* ECOSYSTEM */

  .ecosystem_section {
    padding-top: 108px;
    padding-bottom: 94px;
  }

  .ecosystem_section > .container {
    max-width: 375px;
    padding-inline: 30px;
  }

  .ecosystem_section_card {
    width: 264px;
    font-size: 10px;
    padding: 20px;
    top: -100px;
  }

  .ecosystem_section_card > img {
    width: 45px;
    height: 35px;
  }

  .ecosystem_section_title {
    font-size: 34px;
    margin-bottom: 0;
  }

  .ecosystem_section_small_img {
    margin-top: -105px;
  }

  .ecosystem_section_list_container {
    margin-top: -50px;
  }

  .ecosystem_section_list {
    font-size: 9px;
  }

  /* RESPONSIBLE SECTION */

  .responsible_section > .container {
    max-width: 375px;
    background-size: 301px 454px;
    padding-bottom: 475px;
  }

  .responsible_section_title {
    font-size: 27px;
  }

  .responsible_section_list {
    font-size: 10px;
  }

  .responsible_section_list > li {
    max-width: 120px;
    background-size: 23px;
    padding-left: 35px;
  }

  .responsible_section_card {
    font-size: 9px;
    padding: 26px 42px;
    padding-right: 80px;
  }

  .responsible_section_card_logo {
    width: 50px;
    height: 25px;
  }

  .responsible_section_card_sign {
    width: 167px;
    height: 91px;
    right: 0px;
    bottom: 5px;
  }

  .responsible_section_card > p {
    font-size: 12px;
  }

  /* FORM SECTION */

  .form_section > .container {
    width: 440px;
    padding-inline: 5px;
    max-width: calc(100% - 30px);
  }

  .form_section_left {
    width: 100%;
  }

  .form_section_left > p {
    font-size: 27px;
  }

  .form_section_right {
    width: 100%;
    padding-inline: 20px;
  }

  /* FOOTER SECTION */

  .footer_section {
    padding-bottom: 152px;
  }

  .footer_section_title {
    font-size: 35px;
  }

  .footer_section_subtitle {
    font-size: 13px;
  }

  .footer_section > .container {
    max-width: 375px;
  }

  .footer_section_card_subtitle {
    font-size: 11.5px;
  }

  .footer_section_card_text {
    font-size: 9px;
  }

  .footer_section_card_list {
    font-size: 9px;
  }

  .footer_section_card_image {
    width: 100%;
  }

  .footer_section_card_price > p {
    font-size: 25px;
  }

  .footer_section_card {
    padding: 45px 30px 45px 30px;
  }

  .footer_section_card > h3,
  .footer_section_card:first-child > h3 {
    font-size: 27px;
  }

  .footer_section_card_image {
    width: 100%;
    height: 200px;
  }

  .footer_section_card_image > img {
    width: 100%;
  }

  .footer_section_card_buttons > button {
    font-size: 13px;
    padding: 12px;
    height: auto;
  }

  .footer_section_card_buttons > a {
    font-size: 11.5px;
  }

  .footer_section_card:first-child > .footer_section_card_image {
    margin-bottom: 0px;
  }

  /* EASYNAV */

  .examples_section_title {
    font-size: 35px;
  }

  .examples_section_grid {
    padding-inline: 10px;
  }

  .examples_section > .container > .ecosystem_section_card {
    font-size: 10px;
    bottom: -250px;
  }

  .demo_section_easynav > .container > .demo_section_slider {
    width: 291px;
    height: 179px;
    border-image-outset: 6 4;
  }

  .demo_section_easynav > .container > .demo_section_slider > swiper-container {
    transform: translate(4px, 22px);
  }

  .demo_section_easynav
    > .container
    > .demo_section_slider
    > #demoSliderPrevButton {
    left: -25px;
  }

  .demo_section_easynav
    > .container
    > .demo_section_slider
    > #demoSliderNextButton {
    right: -30px;
  }

  .demo_section_easynav > .container {
    padding-bottom: 155px;
  }

  .demo_section_easynav > .container > .ecosystem_section_card {
    width: 309px;
    bottom: -160px;
    font-size: 11px;
  }

  .principles_section_easynav
    > .container
    > .principles_section_body
    > .principles_section_body_list
    > li:nth-child(2) {
    transform: translate(200px, -429px);
  }

  .principles_section_easynav
    > .container
    > .principles_section_body
    > .principles_section_body_list
    > li:nth-child(3) {
    transform: translate(-18px, 389px);
  }

  .feedback_section > h2 {
    font-size: 35px;
  }

  .feedback_swiper_container_buttons {
    justify-content: space-between;
  }

  .quality_section_body_list > div > h3 {
    font-size: 11px;
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:first-child {
    transform: translate(208px, 34px);
    width: 117px;
  }

  .quality_section_body_list > div:nth-child(2) {
    font-size: 9px;
    width: 165px;
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:nth-child(2) {
    transform: translate(-145px, 32px);
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_body_list
    > div:nth-child(3) {
    transform: translate(125px, 30px);
  }

  .quality_section_easynav {
    padding-bottom: 400px !important;
  }

  .quality_section_easynav
    > .container
    > .quality_section_body
    > .quality_section_card {
    bottom: -378px;
  }

  .header_scroll_nav_mobile > ul > li:first-child > a {
    font-size: 10px;
  }

  .header_scroll_nav_mobile > ul > li:last-child > a {
    font-size: 10px;
  }

  .nav_link > a {
    padding: 17px 21px;
  }

  .header_buttons {
    align-items: center;
    gap: 5px;
  }

  .header_buttons > button:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    font-size: 9px;
    height: 27px;
  }

  .header_buttons > button:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    font-size: 9px;
    height: 27px;
  }

  .header_buttons > button:last-child {
    margin-left: 5px;
  }

  .header_buttons > button:last-child > img {
    width: 22px;
    height: 22px;
  }

  .header_logo {
    height: auto;
    margin-right: 10px;
  }

  .easynav_logo {
    width: 99px !important;
    height: 25px !important;
  }

  .header_logo_easynav {
    width: auto !important;
    margin: 0 !important;
  }

  .quality_section_body_list > div:nth-child(2) {
    transform: translate(20px, 0px);
  }

  .quality_section_body_list > div:nth-child(4) {
    transform: translate(20px, 0px);
    width: auto;
  }

  .primary_link_index > .button_primary {
    font-size: 11px;
    justify-content: center;
    padding-inline: 10px;
    gap: 10px;
  }

  .header_logo_index {
    width: 50px;
    height: 24px;
  }

  .header_logo_index > a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .header_logo_index > a > img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 540px) {

  .start_section_easynav {
    background: url(/local/templates/mc/img/excavator-easynav.png) no-repeat -35% 0 / 110% auto, #0064ee;
  }

  .any_difficulty_section_short_video > div {
    height: 154px;
    width: 275px;
  }

  .ecosystem_section > .container {
    padding-inline: 0;
  }
  
  .ecosystem_section_list_container {
    padding-inline: 30px;
  }

  .ecosystem_section_small_img_container {
    max-width: 100%;
    width: 375px;
    overflow: hidden;
  }

  .ecosystem_section_small_img {
    max-width: 176%;
    transform: translateX(-22%);
  }

  #park_section_slider > swiper-slide > div {
    margin-top: 140px;
  }

  #park_section_slider > swiper-slide > div > div {
    transform: translate(0px, 125px);
  }
  
}

@media (max-width: 440px) {
  .form_section_right {
    padding: 20px 10px;
  }
}

/* Modal Где купить */
.overlay {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: rgba(24, 24, 24, 0.8);
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay.active {
  cursor: pointer;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.4s ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: -9999px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -2;
}

.modal-call {
  cursor: pointer;
}

.modal.active {
  position: fixed;
  width: 1050px;
  border-radius: 20px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 50px);
  overflow: auto;
  background: #fff;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
}

.modal_main.modal.active{
  left: calc(calc(100vw - 1050px)/2);
  transform: translateY(-50%);
}

.modal-call_characteristics {
  border-bottom: 1px dashed black;
}

.modal.active.modal_question {
  width: 406px;
}

.modal_active .service__sidebar-content {
  width: 100% !important;
  position: relative !important;
}

.modal-close {
  position: fixed;
  height: 30px;
  width: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
  display: none;
}

.modal-close > img {
  width: 100%;
  height: 100%;
}

.modal-inner {
  display: block;
  width: 100%;
}

.modal-main {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.modal-main__intro {
  width: 100%;
  max-width: 520px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.modal-main__intro h4 {
  display: block;
  width: 100%;
  line-height: 41px;
  font-size: 26px;
  text-align: center;
  color: #000;
}

.modal-main__intro p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2px;
  font-size: 20px;
  line-height: 39px;
}

.contacts-cities {
  display: flex;
  position: relative;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-top: 0;
  border-top: 1px solid #EAEAEA;
}

.contacts-cities img {
  display: block;
  width: 100%;
  height: auto;
}

.contacts-items {
  /*align-items: flex-end;
  display: flex;
  flex-wrap: wrap;*/
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 37px);
  min-width: calc(100% + 37px);
  padding-top: 25px;
}

.contact-item {
  position: relative;
  float: left;
  /*height: 525px;*/
  width: calc(33.3333333333% - 37px);
  margin-right: 37px;
  padding-top: 8px;
  padding-bottom: 68px;
  margin-top: 45px;
  border-bottom: 1px solid #EAEAEA;
}
.contacts-cities{
  display: block;
}
.contacts-cities ul, .contacts-cities li{
  margin: 0;
  padding: 0;
}
.contacts-cities .card-header{
  width: 100%;
  font-size: 21px;
  font-weight: 800;
  color: #000;
  padding: 35px 0;
  margin: 0;
  text-align: center;
  line-height: 1.33em;
  /* font-family: "OpenSans-ExtraBold", sans-serif; */
}

.contacts-cities .card-body{
  padding: 0 60px 30px;

}

ul.contacts-menu{
  list-style: none;
  text-align: center;
}

ul.contacts-menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 10px;
}
ul.contacts-menu li a {
  padding: 5px 10px;
  display: block;
  color: #000;
  background-color: #FFF;
  border-radius: 20px;
  border: 1px solid #FFF;
  text-decoration: none;
  transition: all ease .4s;
  font-weight: 600;
  /* font-family: "OpenSans-Regular", sans-serif; */
}
ul.contacts-menu li a.active {
  color: #FFF;
  background-color: #0064EE;
  border-color: #0064EE;
}
ul.contacts-menu li a:hover{
  border-color: #0064EE;
}
.modal.modal_main.active::-webkit-scrollbar{ 
  width: 0 !important; 
}
.modal.modal_main.active{
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}



@media (max-width: 767px){
  ul.contacts-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -3px;
  }
  .modal-close {
    display: block;
  }
}
.contacts-cities .card-footer{
  border-radius: 10px;
  overflow: hidden;
}
.contacts-cities .card-map{
  width: 100%;
  height: 490px;
}
.contacts-cities .card-map img{
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 44px 0 0 -17px;
}

.modal-main .contact-map{
  position: absolute;
  height: 220px;
  bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 40%);
}
.modal-main .contact-map img{
  width: 64px;
  height: 64px;
  margin: auto;
}
.modal-main .card-preloader{
  cursor: wait;
}
.contacts-items h2{
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  padding: 35px 0;
  margin: 0;
  text-align: center;
  line-height: 1.33em;
  /* font-family: "OpenSans-Bold", sans-serif; */
  /*border-bottom: 1px solid #EAEAEA;*/
}


.contact-item h6 {
  display: block;
  /* font-family: "OpenSans-ExtraBold", sans-serif; */
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
  margin-bottom: -5px;
  /*height: 45px;*/
  height: auto;
}

.contact-item>.ref {
  font-size: 15px;
  /* font-family: "OpenSans-Regular", sans-serif; */
  color: #000;
  border-bottom: 1px dashed rgb(8, 85, 176);
  margin-top: 15px;
}

.contact-item>.ref:hover {
  color: #0064EE;
  border-bottom: 1px solid dashed;
  border-bottom: 1px dashed rgba(8, 85, 176, 0);
}

.contact-map {
  display: flex;
  width: 100%;
  margin-top: 43px;
}

.contact-map img {
  display: block;
  width: 100%;
  height: auto;
}

.contacts-status {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  padding-right: 15px;
  min-height: 38px;
  border: 1px solid #C4C4C4;
  border-radius: 40px;
  top: 0px;
}

.contacts-status img {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.contacts-status span {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  /* font-family: "OpenSans-Regular", sans-serif; */
}

.contact-item__list {
  display: block;
  width: 100%;
  padding-bottom: 220px;
}

.contact-item__list-item {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  margin-top: 22px;
}

.contact-item__list-item:nth-child(1) {
  height: auto;/*72px*/
}

.contact-item__list-item img {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 1px;
}

.contact-item__list-item span {
  /* font-family: "OpenSans-Regular", sans-serif; */
  font-size: 15px;
  line-height: 20px;
}

.contact-item__list-item span .ref {
  display: inline;
  font: inherit;
  margin-top: 0;
  color: #000;
  text-decoration: none
}

.contact-item__list-item span .ref_link {
  /*border-bottom: 1px dotted black;*/
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 0.5px;
}

.contact-item__list-item span .ref:hover {
  color: #0064EE;
  text-decoration: none;
}

.modal-question {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 48px;
  padding-bottom: 42px;
}

.modal-question h6 {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  /* font-family: "OpenSans-ExtraBold", sans-serif; */
  padding-bottom: 8px;
}

.modal-question p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #4D4D4D;
  margin-top: 20px;
  /* font-family: "OpenSans-Regular", sans-serif; */
}

.modal-question p.sla{
  margin-bottom: 10px;
}

.modal-question p.sla a{
  color: #b7b7b7;
  border-bottom: 1px dashed #b7b7b7;
}

.modal-question hr {
  margin-top: 10px;
  margin-bottom: 15px;
}


.modal-question ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 18px;
}

.modal-question a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}

.modal-question ul li {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 18px;
  /* font-family: "OpenSans-Regular", sans-serif; */
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

.modal-question ul li .ref {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font: inherit;
  color: #000;
  padding-bottom: 1px;
  border-bottom: 1px dashed #000;
}

.modal-question ul li .ref:hover {
  border-bottom-color: transparent;
}

.modal_service .modal-question ul {
  padding-top: 23px;
}

.modal_service .modal-question ul li {
  display: flex;
  flex-direction: column;
}

.modal_service .modal-question ul li .ref {
  margin-top: 4px;
}

@media (max-width: 1680px) {
  .modal-main {
    padding-top: 55px;
    padding-bottom: 52px;
  }

  .contacts-cities {
    margin-top: 25px;
  }

  .contacts-cities .card-header{
    padding: 25px 0;
  }

  .contacts-items {
    padding-top: 22px;
  }

  .contact-item {
    padding-bottom: 48px;
    margin-top: 25px;
  }

  .contact-map {
    margin-top: 32px;
  }

  .modal-question {
    padding-top: 40px;
    padding-bottom: 34px;
  }

  .modal-question p {
    margin-top: 15px;
  }

  .modal-question ul {
    padding-top: 14px;
  }

  .modal-question ul li {
    margin-bottom: 14px;
  }
}

@media (max-width: 1380px) {
  
  .modal.active.modal_main {
    width: 960px;
    max-width: 100vw;
    left: calc(calc(100vw - 960px)/2);
  }

  .modal-main {
    padding-top: 45px;
    padding-bottom: 48px;
  }

  .modal-main__intro p {
    font-size: 18px;
    line-height: 36px;
  }

  .contacts-cities {
    margin-top: 15px;
  }

  .contacts-items {
    padding-top: 8px;
  }

  .contact-item {
    padding-bottom: 40px;
    margin-top: 12px;
  }

  .contacts-status {
    margin-top: 15px;
  }

  .contact-map {
    margin-top: 22px;
  }
}

@media (max-width: 1199px) {
  .modal.active.modal_main {
    width: 940px;
    max-width: calc(100% - 35px);
    left: calc(calc(100vw - 940px)/2);
  }

  .modal.active {
    width: 960px;
  }

  .contact-item h6{
    /*height: 70px;*/
    height: auto;
  }

  .contact-item__list-item:nth-child(1){
    /*height: 85px;*/
  }

  .contact-item{
    height: 540px;
  }

  .modal-main {
    padding-left: 70px;
    padding-right: 70px;
  }

  .contacts-cities {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .modal.active.modal_main {
    width: 600px;
    left: calc(calc(100vw - 600px)/2);
  }

  .contacts-items {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
  }

  .contact-item h6{
    height: auto;
  }

  .contact-item {
    height: auto;
  }

  .contact-item__list-item:nth-child(1) {
    height: auto;
  }

  .modal-main .contact-map{
    /*position: relative;*/
    bottom: -5px;
  }

  .modal-main {
    padding-left: 50px;
    padding-right: 50px;
  }

  .modal-main__intro h4 {
    line-height: 34px;
  }

  .contacts-items {
    width: 100%;
    min-width: 100%;
  }

  .contact-item {
    width: 100%;
    margin-right: 0px;
  }

  .contact-map {
    /*max-width: 405px;*/
    max-width: 100%;
  }
  ul.contacts-menu li a{
    font-size: 14px;
  }
  .contact-item__list-item span {
    font-size: 14px;
    line-height: 18px;
  }
  .contacts-cities .card-body {
    padding: 0 10px 20px;
  }

  .m12_slider_container {
    flex-direction: column;
  }

  .m12_slider_container > div {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .modal.active.modal_question {
    width: 380px;
  }

  .modal.active.modal_main {
    width: 570px;
    left: calc(calc(100vw - 570px)/2);
  }

  .modal-main {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .modal-main__intro h4 {
    line-height: 28px;
  }

  .modal-main__intro p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .contacts-cities {
    margin-top: 15px;
  }

  .contacts-items {
    padding-top: 4px;
  }

  .contact-item {
    padding-bottom: 30px;
    margin-top: 8px;
  }

  .contact-item h6 {
    font-size: 15px;
    line-height: 19px;
  }

  .contacts-status {
    margin-top: 15px;
    min-height: 32px;
    padding-left: 34px;
  }

  .contacts-status img {
    width: 20px;
    height: 20px;
  }

  .contacts-status span {
    font-size: 13px;
  }

  .contact-item__list {
    padding-top: 2px;
  }

  .contact-item__list-item {
    padding-left: 28px;
    margin-top: 15px;
  }

  .contact-item__list-item img {
    width: 18px;
  }

  .contact-item__list-item span {
    font-size: 13px;
    line-height: 17px;
  }

  .contact-map {
    margin-top: 18px;
    max-width: 100%;
  }

  .modal-question {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 32px;
    padding-bottom: 22px;
  }

  .modal-question h6 {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 4px;
  }

  .modal-question p {
    font-size: 13px;
    line-height: 16px;
  }

  .modal-question ul {
    margin-bottom: -4px;
  }

  .modal-question ul li {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .modal.active {
    width: 330px;
    max-width: calc(100vw - 30px);
    
  }

  .modal.active.modal_question {
    width: 330px;
    max-width: calc(100vw - 30px);
  }

  .modal.active.modal_main {
    width: 450px;
    max-width: calc(100% - 30px);
    left: calc(calc(100vw - 450px)/2);
  }

  .modal-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-main__intro h4 br {
    display: none;
  }

  .contacts-cities .card-map{
    height: 350px;
  }

  .modal-question {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacts-items h2{
    line-height: 0.5em;
    font-size: 20px;
  }
  .modal-main__intro h4 {
    line-height: 23px;
    font-size: 22px;
  }
  .contacts-cities .card-header {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .modal.active.modal_main {
    left: 15px;
  }
}

@media (max-width: 376px) {
  .contacts-cities .card-map{
    height: 265px;
  }
}

/* Modal Form */
.modal-form {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -9999px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -2;
}

._error .input {
  border-color: red;
}

.modal-form.active {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: 100%;
  height: auto;
  overflow-y: scroll;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-form.active::-webkit-scrollbar {
  width: 0;
}

/* ========================================
   Стили для классических модальных окон
   ======================================== */

.pattern-form h3,
.b24-form .b24-form-header-title {
  display: block;
  width: 100%;
  text-align: center;
  color: #0042a0;
}

.pattern-form form {
  display: block;
  width: 100%;
}

._h3_form {
  margin-bottom: 28px;
}

.b24-form .b24-form-header-title {
  margin-bottom: 20px;
  font-size: 25px;
}

.pattern-form .input,
.b24-form-control-string .b24-form-control {
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 10px 0;
}

.pattern-form .input option {
  text-align: center;
}

.pattern-form select.input {
  text-align-last: center;
}

.pattern-form button.btn {
  box-shadow: none;
}

/* Скрытые элементы */
div.b24-form .b24-form-sign,
div.b24-form .b24-form-control-alert .b24-form-control-alert-message,
div.b24-form .b24-form-icon-after.b24-form-icon-remove {
  display: none;
}

.modal-form .pattern-form {
  border: 0;
  width: 100%;
}

.modal-form .pattern-form h3 {
  margin-top: -4px;
  font-size: 22px;
  line-height: 27px;
}

/* ========================================
   Стили для больших модальных окон
   ======================================== */
.modal_classic-big {
  display: inline-flex;
  justify-content: flex-end;
}

.modal_classic-big {
  width: 864px;
}

.modal_success {
  width: 430px;
}

.modal_classic-big .pattern-form {
  width: 50%;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 33px;
}

.modal_classic-big .pattern-form form {
  margin-top: 30px;
}

.modal-form .pattern-form h3 {
  font-size: 20px;
  line-height: 25px;
}

.pattern-form__background {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(290.99deg, #003fba 20.72%, #118dff 81.14%), #092247;
  border-radius: 10px 0 0 10px;
}

.pattern-form__background img {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  width: 526px;
  max-height: calc(100% - 4px);
  max-width: calc(100% - 4px);
  height: auto;
}

/* ========================================
   Стили для Bitrix24 форм
   ======================================== */
div.b24-form .b24-form-dropdown-container {
  height: 170px;
  border-radius: 10px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

div.b24-form .b24-form-dropdown-container::-webkit-scrollbar {
  width: 0;
}

div.b24-form .b24-form-control-container.b24-form-control-icon-after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3em;
  font-size: 16px;
  color: #00347a;
}

div.b24-form .b24-form-control-container textarea {
  border: 1px solid #cccccc;
  border-radius: 12px;
}

div.b24-form .b24-form-header {
  padding-top: 5px;
  border: none;
}

div.b24-form .b24-form-content .b24-form-control-container textarea {
  color: #b9b9b9;
  background: #fff;
}

div.b24-form .b24-form-control-container input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

div.b24-form .b24-form-control-container {
  margin-top: 10px;
}

.b24-form-wrapper .b24-form-btn {
  color: #fff;
  background: linear-gradient(0deg, rgb(45, 123, 253) 0%, rgb(44, 177, 250) 100%);
  font-size: 19px;
  outline: none;
  margin-top: 10px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  font-size: 25px;
  height: 70px;
  padding: 0;
  border-radius: 12px;
}

.b24-form-wrapper .b24-form-btn:hover {
  background: linear-gradient(0deg, rgb(50, 145, 253) 0%, rgb(1, 28, 143) 100%);
  color: #fff;
}

div.b24-form .b24-form-control-list-selector-item-title {
  color: #0042a0;
}

div.b24-form .b24-form-control-alert {
  margin-bottom: 0;
}

div.b24-form .b24-form-field {
  margin-bottom: 5px;
}

div.b24-form .b24-form-content .b24-form-control-container input,
.modal-form div.b24-form .b24-form-content .b24-form-control-container textarea {
  text-align: center;
  color: #b9b9b9;
  background: #fff;
  border-radius: 12px;
}

div.b24-form .b24-form-content .b24-form-control-container input:focus,
div.b24-form .b24-form-content .b24-form-control-container textarea:focus {
  color: #0042a0;
  border-color: #0042a0;
  transition: border-color 0.3s ease, color 0.3s ease;
}

div.b24-form .b24-form-state-container .b24-form-success {
  background-color: #ffffff;
}

div.b24-form .b24-form-control-list .b24-form-control-container:after {
  right: 12px;
}

.modal-form .pattern-form {
  padding-top: 16px;
  padding-bottom: 35px;
}

div.b24-form .b24-form-control-string .b24-form-control,
div.b24-form .b24-form-control-list .b24-form-control {
  height: 66px;
  line-height: 66px;
  margin-top: 10px;
  box-shadow: none;
  font-family: 'Gilroy', sans-serif;
  color: #003fba;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  transition: 0.4s ease;
}

.modal-form .pattern-form .b24-form-control-list .b24-form-control-container:after {
  top: 27px;
}

.contacts-form.animated div.b24-form .b24-form-header.b24-form-padding-side {
  display: none;
}

/* ========================================
   Адаптивные стили (Media Queries)
   ======================================== */

/* Планшеты и меньше */
@media (max-width: 991px) {
  .modal-form {
    width: 450px;
    padding: 10px 5px;
  }

  .modal-form .pattern-form {
    width: 100%;
  }

  .pattern-form__background {
    display: none;
  }

  .modal-form .b24-form-content{
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Мобильные устройства */
@media (max-width: 575px) {
  .modal-form.active {
    width: 370px;
    max-width: calc(100% - 30px);
    padding: 0;
  }

  .modal-form .pattern-form {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .modal-form .pattern-form h3 {
    font-size: 18px;
    line-height: 22px;
  }

  div.b24-form .b24-form-header-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  div.b24-form .b24-form-header-description {
    margin: 0;
    font-size: 16px;
    display: none;
  }

  div.b24-form .b24-form-content .b24-form-control-container input,
  .modal_classic-big div.b24-form .b24-form-content .b24-form-control-container textarea {
    font-size: 18px;
    max-height: 55px;
  }

  div.b24-form .b24-form-wrapper .b24-form-btn {
    max-height: 55px;
  }
}

/* Маленькие мобильные устройства */
@media (max-width: 390px) {
  div.b24-form .b24-form-header {
    padding-bottom: 0;
  }
  .modal-form .pattern-form {
    padding: 20px 10px;
  }
  div.b24-form .b24-form-header-title {
    margin-bottom: 0px;
    font-size: 20px;
  }
  div.b24-form .b24-form-wrapper .b24-form-btn {
    font-size: 20px;
  }
}

/* Cookies */
.popup-cookies .new-btn {
  position: relative;
  align-items: center;
  justify-content: center;
  border: 0px !important;
  text-align: center;
  text-decoration: none;
  color: #fff;
  /* font-family: "OpenSans", sans-serif; */
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 18px;
  background: linear-gradient(90deg, rgba(46, 180, 251, 1) 0%, rgba(48, 124, 255, 1) 100%);
  border-radius: 10px !important;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s ease;
}
.popup-cookies {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 582px;
  right: 0px;
  bottom: 0px;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 19px;
  padding-bottom: 19px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 20px 0px 0px 0px;


  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.popup-cookies.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 104;
}

.popup-cookies__text {
  display:  inline-block;
  width: calc(100% - 97px);
  padding-top: 1px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 20px;
  /* font-family: "OpenSans", sans-serif; */
  font-weight: 400;
  color: #4D4D4D;
}

.popup-cookies__text .ref {
  display: inline-block;
  position: relative;
  font: inherit;
  color: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 100%;
  height: .5px;
  background: #4D4D4D;
  transition: all 0.3s ease;
}

.popup-cookies__text .ref:hover {
  color: #000;
}

.popup-cookies__text .ref:hover::before {
  opacity: 0;
}

.popup-cookies .new-btn {
  display: inline-flex;
  width: 97px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: auto;
  height: 41px;
  margin-top: 0px;
  box-shadow: none;
}

.popup-cookies .new-btn span {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  transition: all 0.3s ease;
}

.popup-cookies .new-btn:hover span {
  color: #fff;
}
.popup-cookies .new-btn:hover {
  background: linear-gradient(
    90deg,
    rgba(46, 180, 251, 1) 0%,
    rgba(46, 180, 251, 1) 100%
  );
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

.popup-cookies {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  justify-content: center;
}

.popup-cookies__text {
  width: auto;
  max-width: calc(100% - 97px);
  padding-right: 20px
}

}

@media (max-width: 768px) {

.popup-cookies {
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 14px;
}

.popup-cookies__text {
  max-width: calc(100% - 65px);
  font-size: 13px;
  line-height: 16px;
}

.popup-cookies .new-btn {
  width: 65px;
}

}

/*privacy*/
.agreement-text{
  margin-bottom: 70px;
}
.agreement-text h1{
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin: 5vh 0;
  line-height: 1.2;
}
.agreement-text h2{
  text-align: center;
  color: #000;
  font-size: 21px;
  line-height: 2;
  max-width: 100%;
}
.agreement-text p{
  padding: 0;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #404345;
  /* font-family: 'Open Sans', sans-serif; */
  background: #fff;
  font-weight: normal;
}
.agreement-text ul{
  list-style-type: disc;
  padding-left: 15px;
}
.agreement-text ul li{
  display: list-item;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  line-height: 1.2;
  color: #404345;
  /* font-family: 'Open Sans', sans-serif; */
  background: #fff;
  font-weight: normal;
}
.agreement-text.main__slider ul{
  display: none;
}
.agreement-text.main__slider{
  height: 160px;
}
.agreement-text a{
  color: #000;
  font-weight: bold;
}
@media (max-width: 1680px){
  .agreement-text.main__slider{
      height: 130px;
    }
}
@media (max-width: 1320px){
  .agreement-text.main__slider{
      height: 100px;
    }
}
@media (max-width: 1199px){
  .agreement-text.main__slider{
      height: 95px;
    }
}
@media (max-width: 991px){
  .agreement-text.main__slider{
      height: 0px;
    }
}
@media (max-width: 676px){
  .agreement-text h1{
      font-size: 24px;
  }
}

/* Map */
.icon-cluster {
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 900;
	font-size: 16px;
	color: #0064EE;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	bottom: 18px;
	right: 14px;
	border-radius: 50%;
}