

/* Start:/local/templates/main/css/style.css?171705808551357*/
@charset "UTF-8";
@font-face {
  font-family: "Stem-Thin";
  src: url("/local/templates/main/css/../fonts/Stem/Stem-Thin.otf");
  src: local("Stem Thin"), local("Stem-Thin"), url("/local/templates/main/css/../fonts/Stem/Stem-Thin.otf") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Stem/Stem-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Stem-ExtraLight";
  src: url("/local/templates/main/css/../fonts/Stem/Stem-ExtraLight.otf");
  src: local("Stem Extra Light"), local("Stem-ExtraLight"), url("/local/templates/main/css/../fonts/Stem/Stem-ExtraLight.otf") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Stem/Stem-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Stem-SemiLight";
  src: url("/local/templates/main/css/../fonts/Stem-SemiLight.eot");
  src: local("Stem Semi Light"), local("Stem-SemiLight"), url("/local/templates/main/css/../fonts/Stem-SemiLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/css/../fonts/Stem-SemiLight.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem-SemiLight.woff") format("woff"), url("/local/templates/main/css/../fonts/Stem-SemiLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stem-Light";
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_light.otf");
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_light.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem/stem-new/stem_light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stem-Regular";
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_regular.otf");
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_regular.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem/stem-new/stem_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stem-Medium";
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_medium.otf");
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_medium.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem/stem-new/stem_medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stem-Bold";
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_bold.otf");
  src: url("/local/templates/main/css/../fonts/Stem/stem-new/stem_bold.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem/stem-new/stem_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --black: #000000;
  --white: #FFFFFF;
  --blue: #002664;
  --grey: #969696;
  --light-blue: #0F4DBC;
}

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  font: normal 18px "Stem-Light", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

body {
  --webkit-font-smoothing: antialiased;
  --moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  padding: 0 44px;
  margin: auto;
}

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

.d-flex {
  display: flex;
}

.d-mobile {
  display: block;
}
@media screen and (min-width: 767px) {
  .d-mobile {
    display: none;
  }
}

.d-tablet {
  display: none;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .d-tablet {
    display: block;
  }
}

.d-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .d-desktop {
    display: block;
  }
}

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

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-start {
  align-items: start;
}

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

.d-block {
  display: block !important;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

header {
  position: fixed;
  width: 100%;
  z-index: 101;
}

a {
  font-size: 18px;
  line-height: 160%;
  text-decoration-line: underline;
  color: #0F4DBC;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: #002664;
}

a:focus {
  text-decoration-line: underline;
  color: #0F4DBC;
  background-color: rgba(15, 77, 188, 0.2);
}

a:focus-visible {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.main_index a:visited {
  text-decoration-line: underline;
  color: #969696;
}

.main_index {
  min-height: calc(100vh - 529px);
}

h1 {
  font-weight: 500;
  font-size: 120px;
  line-height: 80%;
  letter-spacing: -0.03em;
  font-family: Stem-Regular, serif;
  color: var(--white);
  margin: 32px 0;
}

h2 {
  font-size: 28px;
  font-family: Stem-ExtraLight, serif;
  padding-bottom: 48px;
  color: var(--white);
  line-height: 120%;
}

h3 {
  font-family: Stem-Medium;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin: 40px 0px;
  font-weight: 500;
}

.title-box {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #969696;
  margin-bottom: 46px;
  font-family: Stem-Regular, serif;
}

p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.marker-list, body main ul {
  margin: 40px 0px;
  max-width: 55%;
}
ul.marker-list li, body main ul li {
  font-family: Stem-Regular;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
  display: flex;
  align-items: start;
}
ul.marker-list li:last-child, body main ul li:last-child {
  margin-bottom: 0;
}
ul.marker-list li:before, body main ul li:before {
  content: "";
  background: #0F4DBC;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  display: block;
  border-radius: 50%;
  margin-right: 16px;
  margin-top: 7px;
}

body main ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0px;
  margin: 40px 0px;
}
body main ol li {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
body main ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #0F4DBC;
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 140%;
  margin-right: 6px;
}

/*header*/
.header_blue {
  background-color: #002664;
  width: auto;
  position: relative;
}

.header_blue .height-unset, .header_blue.background-img.height-unset {
  height: unset;
}

header a, header {
  color: #002664;
}

.dark_theme header, .dark_theme header a {
  color: #fff;
}

.white_theme header, .white_theme header a:not(.breadcrumb-item_color_light-gray, .btn, .btn_primary) {
  color: #002664;
}

body.white_theme header a.header_logo_icon {
  color: #1D1D1B;
}

body.white_theme header button.search-btn {
  background-image: url("/local/templates/main/css/../images/icon/search-icon-blue.svg");
}

body header button.search-btn {
  margin-left: 47px;
}

body.white_theme header .header_btn .lang-switch ul li.active a {
  border: 1px solid #002664;
}

.white_theme header {
  width: auto;
}

header .header_top {
  padding: 25px 0;
}

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

.sep {
  height: 27px;
  width: 0.22px;
  display: block;
  margin: 0 12px;
  background-color: #002664;
}

.dark_theme .sep {
  background-color: #fff;
}

nav > ul {
  display: flex;
  list-style: none;
}
nav > ul a {
  transition: none;
  text-decoration: none;
}

.dark_theme header .lang-switch li.active a {
  border: 1px solid #fff;
}

nav {
  width: 100%;
  flex-wrap: wrap;
}

.overflow-h {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.lead-text {
  font-family: Stem-Regular;
  font-size: 28px;
  line-height: 120%;
  color: #002664;
  margin: 109px 0px 93px 0px;
  max-width: 79%;
}
.lead-text a {
  font-size: inherit;
}

hr {
  opacity: 0.3;
  border: 1px solid #000000;
  margin: 48px 0px 48px 0px;
}

h2.page-title {
  font-family: Stem-Regular;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #002664;
  font-weight: 400;
  padding-bottom: 0px;
  margin: 120px 0px 24px 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-60 {
  margin-bottom: 60px;
}

main {
  padding: 0 16px;
}

.container-m-16 {
  margin: 0px 16px;
}

.container-24 {
  padding: 0px 24px;
}

.text-mb p {
  margin-bottom: 24px;
}

.overflow-hidden {
  overflow: hidden;
}

p > a {
  font-size: inherit;
}

form span > a, span > a {
  font-size: inherit;
  line-height: inherit;
}

@media (max-width: 1035px) {
  .open-menu .header_btn {
    display: block;
    position: absolute;
    bottom: 90px;
    padding: 20px;
  }
  h1 {
    font-size: 56px;
    line-height: 80%;
  }
  .header_logo svg {
    max-width: 100%;
  }
  header .header_top {
    padding: 0;
  }
  .title-box {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 32px;
    line-height: 100%;
    margin: 16px 0 24px 0;
  }
  .header_logo {
    max-width: 70%;
  }
  .header_logo svg {
    max-width: 100%;
  }
  .hidden-md {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .main_index {
    margin: 0;
  }
  .title_media {
    padding: 80px 24px 129px 24px;
    font-size: 50px;
    line-height: 80%;
    word-wrap: break-word;
  }
  .lead-text {
    margin: 60px 0px 60px 0px;
    max-width: none;
    font-size: 24px;
  }
  .mb-140 {
    margin-bottom: 70px;
  }
}
@media (max-width: 375px) {
  .header_logo {
    max-width: 250px;
    box-sizing: border-box;
  }
  html[lang=en] .header_logo {
    max-width: 273px;
  }
  .header_logo_icon {
    display: flex;
  }
  .header_logo svg {
    height: auto;
  }
}
/*buttons*/
button, .btn_primary, .btn_primary:visited, .white_theme .btn_primary {
  background: #0F4DBC;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 24px;
  margin: 30px 0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  display: inline-block;
  border: none;
  font-family: Stem-Medium, serif;
}

button:hover, .btn_primary:hover, .white_theme .btn_primary:hover {
  background-color: #002664;
  color: #ffffff;
  text-decoration: none;
}

button:focus, .btn_primary:focus, .white_theme .btn_primary:focus {
  background: #0F4DBC;
  outline: 3px solid #A0C2FF;
  color: #ffffff;
  text-decoration: none;
}

button:disabled,
button[disabled], .btn_primary:disabled, .btn_primary[disabled], .btn_primary.disabled, .white_theme .btn_primary.disabled,
.white_theme button:disabled,
.white_theme button[disabled], .white_theme .btn_primary:disabled, .white_theme .btn_primary[disabled] {
  background: #969696;
  color: #ffffff;
  text-decoration: none;
  pointer-events: none;
}

.main_index .btn_primary:visited {
  color: #ffffff;
}

.icon-link {
  display: flex;
  align-items: center;
  font-family: Stem-Medium, serif;
  font-size: 22px;
  line-height: 100%;
}

.icon-link:before {
  content: "";
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: url("/local/templates/main/css/../images/icon/icon-links.svg") no-repeat;
  display: block;
  margin-right: 24px;
}

.icon-link:hover:before {
  background: url("/local/templates/main/css/../images/icon/icon-links-hover.svg");
}

.icon-link.disabled, a.disabled {
  color: #969696;
  pointer-events: none;
}

.icon-link.disabled:before {
  background: url("/local/templates/main/css/../images/icon/icon-links-disabled.svg");
}

.icon-type {
  text-decoration: none;
  display: flex;
  align-items: start;
  font-family: Stem-Regular;
  transition: background 0.3s ease;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 100%;
}

.icon-type:before {
  content: attr(data-type);
  width: 39px;
  min-width: 39px;
  height: 51px;
  background: url("/local/templates/main/css/../images/icon/icon-file.svg") no-repeat;
  margin-right: 16px;
  display: flex;
  align-items: end;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 160%;
  font-family: Stem-Bold;
  margin-top: 0;
  margin-left: -1px;
}

.icon-type:hover:before {
  background: url("/local/templates/main/css/../images/icon/icon-file-hover.svg") no-repeat;
  color: #002664;
}

.main-page-index header {
  margin: 0px;
}

.title_media {
  margin: 0;
  padding: 44px 0 120px 0;
  font-family: Stem-Medium;
  font-size: 120px;
  line-height: 80%;
  letter-spacing: -0.03em;
}

.title-desc-box {
  padding-bottom: 64px;
  max-width: 80%;
}
.title-desc-box .title_media {
  padding: 43px 0 54px 0;
}
.title-desc-box p.title_media__subtitle {
  font-family: "Stem-Regular";
  font-size: 16px;
  line-height: 160%;
}
.title-desc-box p.title_media__subtitle .circle:after {
  content: "•";
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: 0px 8px;
}

.img-box img {
  width: 100%;
  object-fit: contain;
}

.arrow_btn {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 44px 0px;
  line-height: 1;
  font-family: Stem-Regular;
  font-size: 16px;
  line-height: 100%;
}
.arrow_btn:before {
  content: "";
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #0F4DBC;
  background-image: url("/local/templates/main/css/../images/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: block;
  margin-right: 24px;
}
.arrow_btn:hover {
  background-color: transparent;
}
.arrow_btn:hover:before {
  background-color: #002664;
}
.arrow_btn:disabled:before, .arrow_btn.disabled:before {
  background-color: #969696;
}
.arrow_btn:focus:before, .arrow_btn:focus-visible:before {
  background-color: #0F4DBC;
}

.about-box.mission {
  padding-top: 66px !important;
  padding-bottom: 45px !important;
}

.about-box_text__wrapper.mission h2 {
  margin-top: -5px !important;
}

.header_mission-bg {
  height: 700px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/local/templates/main/css/../images/mission-main-bg.jpg");
}

.description_media {
  font-size: 28px;
  padding-bottom: 35px;
  font-family: Stem-Regular;
}

.description_media-banner {
  font-size: 35px;
  letter-spacing: 0;
  display: block;
  font-family: Stem-Regular;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .description_media-banner {
    font-size: 24px;
  }
}
@media (max-width: 1025px) {
  .description_media-banner {
    font-size: 18.2px;
  }
}
@media (max-width: 480px) {
  .description_media-banner {
    font-size: 16px;
  }
}

.about-box_text__wrapper-description {
  font-size: 28px;
  line-height: 120%;
  color: #002664;
  font-family: Stem-Regular;
}

.about-box_text-mission {
  position: relative;
  margin-bottom: 29%;
}

.service-box_description {
  font-family: Stem-Regular;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  width: 588px;
}

.item-page.leaning {
  margin-top: -44px !important;
}

.mission-our-box {
  padding: 128px 160px 298px 44px;
  background: url("/local/templates/main/css/../images/mission-our-box-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: 60px;
  background-size: cover;
  position: relative;
}

.item-page.mission {
  margin-top: -75px !important;
}

.mission-our-box-plain {
  position: absolute;
  /* top: -75px; */
  right: 44px;
  bottom: 0px;
}

.mission-our-box-plain-icon {
  position: absolute;
  right: 295px;
  bottom: 212px;
}

.title-box-mission {
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 57px;
  font-family: Stem-ExtraLight, serif;
  opacity: 0.6;
}

.leaning-box {
  padding: 24px 44px 0px 44px;
  background: url("/local/templates/main/css/../images/mission-leaning-bg-icons.png") 0% 50% no-repeat, url("/local/templates/main/css/../images/mission-leaning-bg.png") repeat;
  margin-bottom: 60px;
  position: relative;
}

.leaning-box h2 {
  font-size: 52px;
  line-height: 56px;
  margin-bottom: 13px;
}

.leaning-block-text {
  display: flex;
  justify-content: space-between;
}

.leaning-block-text p {
  width: 50%;
  color: #fff;
}

.leaning-block-desc-bold {
  font-size: 28px;
  line-height: 47px;
}

.leaning-block-desc {
  font-size: 22px;
  line-height: 38px;
}

.leaning-block-gallery {
  display: flex;
  justify-content: center;
  margin-top: 121px;
}

.leaning-block-gallery_wrapper .slider-dots {
  display: none;
}

.power-box {
  padding: 0px 44px;
}

.power-box h2 {
  color: #002664;
  font-size: 56px;
  margin: 0;
  margin-top: 108px;
}

.power-box-text {
  display: flex;
  justify-content: space-between;
}

.power-box-text p {
  width: 50%;
  padding: 0px 5px;
  line-height: 30px;
}

.item-page.mission-img {
  margin-top: 54px;
}

.mission-last-img {
  width: 100%;
}

.leaning-block-desc-bold {
  font-size: 28px;
}

.leaning-block-desc {
  font-size: 18px;
}

.box-counter_title {
  font-size: 56px;
  color: #002664;
  font-family: Stem-Regular;
}

.box-counter_desc {
  color: #002664;
  font-size: 28px;
  font-family: Stem-Regular;
  width: 648px;
  line-height: 32px;
  margin-top: 32px;
}

.comfort-quality-box {
  display: flex;
  justify-content: space-between;
}

.comfort-quality_item {
  width: 40%;
  height: 582px;
  padding: 44px 64px;
  display: flex;
  align-items: flex-end;
}

.comfort-quality_item h2 {
  font-size: 56px;
  font-family: Stem-Regular;
  margin: 0 auto;
  margin-top: 200px;
}

.comfort-quality_item p {
  font-size: 18px;
  font-family: Stem-Regular;
  color: #fff;
}

.comfort-quality_item.comfort {
  background: url("/local/templates/main/css/../images/product-page/comfort-img.png");
  background-size: cover;
}

.comfort-quality_item.quality {
  background: url("/local/templates/main/css/../images/product-page/quality-img.png");
  background-size: cover;
}

.header_product-page-bg {
  height: 700px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/local/templates/main/css/../images/product-page/product-page-hero-bg.png");
}

.gray-bg {
  background: linear-gradient(0deg, #F4F5F4, #F4F5F4);
  text-align: center;
  padding: 56px 44px;
}

.text-align-left {
  text-align: left;
}

.advantages-box_title {
  font-size: 56px;
  font-family: Stem-Regular;
  color: #000000;
  margin: 0px;
  margin-top: 29px;
}

.advantages-box_desc {
  font-size: 18px;
  color: #000000;
  width: 648px;
  margin: 0 auto;
  font-family: Stem-Regular;
  margin-top: -17px;
}

.advantages-box_list-top {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.advantages-box_item-title {
  margin: 0px;
}

.advantages-box_item {
  width: 50%;
  padding: 72px 29px 94px 84px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantages-box_item div p {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.advantages-box_item.gray {
  background-image: url("/local/templates/main/css/../images/product-page/advantages-img1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages-box_item.blue {
  background-image: url("/local/templates/main/css/../images/product-page/advantages-img2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages-box_list-bottom-title {
  font-size: 32px;
  color: #000000;
  font-family: "Stem-Medium";
  text-align: left;
  padding-left: 84px;
  margin: 0;
  padding-bottom: 0px;
}

.advantages-box_list-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 99px;
}

.advantages-box_item-bottom-title {
  font-size: 18px;
  font-family: Stem-Regular;
  color: #000000;
  margin: 0;
}

.advantages-box_block-bottom {
  background-color: #fff;
  padding-top: 57px;
}

.advantages-box_item-bottom-desc {
  color: #000000;
  font-size: 14px;
}

.characteristics-box {
  padding: 0px 44px;
  margin-top: 130px;
  margin-bottom: 70px;
}

.slider-box_main-image {
  width: 100%;
}

.characteristics-box-title {
  color: #002664;
  font-size: 56px;
  margin: 0;
  padding: 0;
}

.characteristics-box_item {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  border-top: 1px solid rgba(0, 0, 0, 0.3568627451);
}

.characteristics-box_item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3568627451);
}

.characteristics-box_span {
  color: #969696;
  /* text-align: right; */
  font-size: 14px;
  display: flex;
  justify-content: end;
  margin-right: 291px;
  margin-top: 15px;
}

.characteristics-box_item-right-line {
  display: flex;
  justify-content: space-between;
}

.characteristics-box_item-left, .characteristics-box_item-right {
  width: 50%;
}

.characteristics-box_item-right-line p:nth-child(1) {
  color: #000000;
  font-size: 18px;
  font-family: Stem-Regular;
  margin-top: 16px;
}

.characteristics-box_item-right-line p:nth-child(2) {
  color: #5A5A5A;
  font-size: 18px;
  font-family: Stem-Regular;
  margin-top: 16px;
}

.characteristics-box_item-left p {
  font-size: 14px;
  color: #969696;
  width: 424px;
}

.slider-box {
  padding: 0px 44px;
}

.slider-box_main-img {
  position: relative;
}

.slider-box_carousel-img {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  position: relative;
}

.slider-box_carousel-img img {
  width: 12%;
}

.slider-box_arrow-back {
  position: absolute;
  left: 10px;
  top: calc(50% - 50px);
}

.slider-box_arrow-next {
  position: absolute;
  right: 10px;
  top: calc(50% - 50px);
}

.contact-form-box {
  background-image: url("/local/templates/main/css/../images/product-page/contact-form-bg.png");
  background-size: cover;
  padding: 0px 44px;
  display: flex;
  justify-content: space-between;
  padding-top: 106px;
  margin-top: 50px;
  padding-bottom: 107px;
  background-color: rgba(160, 160, 160, 0.1);
}
.contact-form-box .error-text {
  color: #FA0808;
}
.contact-form-box .section-title .error-text {
  display: block;
  margin-bottom: 16px;
}

.contact-form-box_left, .contact-form-box_right {
  width: 50%;
}

.contact-form-box_right form input {
  display: block;
  border: none;
  border-bottom: 1px solid #969696;
  background-color: transparent;
  outline: none;
  padding: 8px 0;
  width: 90%;
  font-size: 22px;
  margin-bottom: 5px;
  font-family: Stem-Regular;
  line-height: 120%;
  color: #000000;
}

.about-box_text__wrapper.mission {
  background-image: none !important;
}

.contact-form-box_bottom-flex .checkbox-container {
  flex-wrap: wrap;
}
.contact-form-box_bottom-flex .checkbox-container .error-text {
  color: #FA0808;
  width: 100%;
  font-size: 12px;
  margin-left: 34px;
}

.contact-form-box_bottom-flex {
  display: flex;
  justify-content: unset;
  align-items: center;
  margin-top: 67px;
}
.contact-form-box_bottom-flex .error-text {
  color: #FA0808;
}

.contact-form-box_checkbox {
  display: flex;
  align-items: flex-start;
  margin-left: 50px;
}

.contact-form-box_checkbox label {
  color: #969696;
  width: 250px;
  font-size: 12px;
}

.signing-up-service-radio.contact-form-box_checkbox {
  flex-wrap: wrap;
}
.signing-up-service-radio.contact-form-box_checkbox .error.input-error {
  flex-basis: 100%;
  font-size: 12px;
  line-height: 160%;
  margin-left: 34px;
}

.contact-form-box_left h2 {
  font-size: 56px;
  margin: 0;
  color: #002664;
  max-width: 648px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: auto !important;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: baseline;
  user-select: none;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  /* border-radius: 0.25em; */
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  border-color: #0F4DBC;
  background-color: #0F4DBC;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.47826L4.92857 10L12 1' stroke='white'%3e%3c/path%3e%3c/svg%3e");
  background-size: auto;
}

body main .leaning-box {
  padding: 38px 44px 0px 44px;
}

body main .leaning-block-gallery {
  width: 100%;
}

body main .leaning-block-text {
  padding-right: 43px;
}
@media (max-width: 1435px) {
  body main .leaning-block-text {
    padding-right: 0px;
  }
}

.leaning-block-gallery .gallery-box {
  max-width: 20%;
  width: 20%;
  position: relative;
}
.leaning-block-gallery .gallery-box .gallery-box_desc {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  width: 100%;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Stem-Regular;
  line-height: 1;
}
.leaning-block-gallery .gallery-box img {
  max-width: none;
  width: 100%;
}

.contacts-form-hack-wrap {
  width: 50%;
}
.contacts-form-hack-wrap .contact-form-box_left, .contacts-form-hack-wrap .contact-form-box_right {
  width: 100%;
}

.file-upload input {
  border: 0;
}

.file-upload {
  margin: 21px 0 8px -5px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.file-upload input {
  margin-bottom: 0;
  padding-bottom: 0;
}

.files-area {
  max-width: 100%;
}

.file-upload .file-upload-select {
  display: block;
  font-family: Stem-Regular;
  font-size: 18px;
  line-height: 160%;
  text-align: right;
  color: #0F4DBC;
  cursor: pointer;
  text-align: left;
  background: transparent;
  overflow: hidden;
  position: relative;
}

.file-upload .file-select-button {
  display: inline-block;
  cursor: pointer;
}

.file-upload label {
  opacity: 1;
  visibility: visible;
  order: 2;
  margin-bottom: 8px;
}

.b-file-input__descr {
  font-family: Stem-Regular;
  font-size: 12px;
  line-height: 160%;
  color: #969696;
  margin-bottom: 24px;
}

.file-block {
  margin: 0px 5px;
  color: initial;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-right: 55px;
  margin-bottom: 8px;
  max-width: 100%;
}
.file-block > span.name {
  width: max-content;
  display: inline-flex;
  font-family: Stem-Regular;
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  word-break: break-all;
}

.file-delete {
  display: flex;
  width: 24px;
  color: #0F4DBC;
  font-size: 32px;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
  line-height: 100%;
  margin-top: 5px;
  font-family: Stem-ExtraLight;
  margin-left: -1px;
}
.file-delete > span {
  transform: rotate(45deg);
}

.file-upload label {
  position: static;
  transform: none;
  z-index: 0;
}

.contact-form-box_right .file-upload {
  margin: 21px 0 8px 0;
}

@media (min-width: 1025px) {
  .header_blue.background-img {
    min-height: 700px;
    height: 71.43vh;
    box-sizing: border-box;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
  }
  .header_blue.background-img .title_media-box {
    position: absolute;
    height: 60%;
    max-width: 80%;
    bottom: 32px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
  }
  .header_blue.background-img .title_media-box--learning-programs {
    bottom: 66px;
  }
  .header_blue.background-img .title_media-box--practice {
    bottom: 39px;
  }
  .header_blue.background-img .title_media-box .title_media {
    box-sizing: border-box;
    padding: 32px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 120px;
    font-family: Stem-Medium;
    line-height: 80%;
    letter-spacing: -0.03em;
  }
  .header_blue.background-img .main-page-index header {
    margin: 16px;
    min-height: 700px;
    height: 54.688vh;
    width: auto;
  }
  .header_blue.background-img.header--mission .title_media-box {
    max-width: 93%;
  }
  .header_blue.background-img.header--mission .title_media-box .title_media {
    font-size: 80px;
  }
  .pd-rl {
    padding: 0px 111px;
  }
  .pd-rl hr {
    margin: 48px -111px 48px -111px;
  }
  .mw-80 {
    max-width: 80%;
  }
  main {
    min-height: 15vh;
  }
}
.contactus-container .contact-form-box {
  background-color: rgba(160, 160, 160, 0.1);
  gap: 24px;
  padding-top: 136px;
  padding-bottom: 144px;
}
.contactus-container .contact-form-box_left h2 {
  padding-bottom: 23px;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box {
  background-color: rgba(160, 160, 160, 0.1);
  gap: 24px;
  padding-top: 136px;
  padding-bottom: 144px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_left h2 {
  padding-bottom: 23px;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_left p {
  font-size: 18px;
  line-height: 160%;
  max-width: 424px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item {
  position: relative;
  z-index: 1;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item input {
  color: var(--black);
  border-bottom: 1px solid #5a5a5a;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item input:focus {
  border-bottom: 1px solid var(--light-blue);
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item label {
  z-index: -1;
  position: absolute;
  font-size: 22px;
  line-height: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #5a5a5a;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item .error-text {
  position: absolute;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item:hover input {
  border-bottom: 1px solid var(--light-blue);
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .maintenance-form-item:not(:last-child) {
  margin-bottom: 31px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .moved label {
  top: 0;
  font-size: 12px;
  color: var(--grey);
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .form-input:focus ~ .form-label,
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .form-input:not(:focus):valid ~ .form-label {
  left: 0;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .invalid input {
  color: #fa0808;
  border-bottom: 1px solid #fa0808;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .invalid .error-text {
  color: #fa0808;
  font-size: 12px;
  line-height: 160%;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .real-checkbox {
  display: none;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox {
  border: 1px solid var(--light-blue);
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox svg {
  display: none;
  z-index: 1;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .fake-checkbox:hover {
  border: 1px solid var(--blue);
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox {
  background-color: var(--light-blue);
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox svg {
  display: block;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right .checkbox-container p {
  font-size: 12px;
  line-height: 160%;
  color: var(--grey);
  max-width: 237px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_bottom-flex {
  justify-content: flex-start;
  margin-top: 99px;
  align-items: flex-start;
  gap: 39px;
}
.contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_bottom-flex button {
  margin: 0;
}
@media (max-width: 1025px) {
  .contactus-container .contact-form-box_left h2 .contactus-container {
    margin: 0;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box {
    flex-direction: column;
    padding: 50px 20px;
    gap: 20px;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_left {
    width: 100%;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_left h2 {
    font-size: 32px;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_left P {
    max-width: unset;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_right {
    width: 100%;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_bottom-flex {
    flex-direction: column-reverse;
    margin-top: 10px;
    align-items: flex-start;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_bottom-flex button {
    margin: 0;
  }
  .contactus-container .contact-form-box_left h2 .contactus-container .contact-form-box_checkbox {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.contactus-container .contact-form-box_left p {
  font-size: 18px;
  line-height: 160%;
  max-width: 424px;
}
.contactus-container .contact-form-box_right .maintenance-form-item {
  position: relative;
  z-index: 1;
}
.contactus-container .contact-form-box_right .maintenance-form-item input {
  color: var(--black);
  border-bottom: 1px solid #5a5a5a;
}
.contactus-container .contact-form-box_right .maintenance-form-item input:focus {
  border-bottom: 1px solid var(--light-blue);
}
.contactus-container .contact-form-box_right .maintenance-form-item label {
  z-index: -1;
  position: absolute;
  font-size: 22px;
  line-height: 120%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #5a5a5a;
  transition: top 0.3s, font-size 0.3s, color 0.3s;
}
.contactus-container .contact-form-box_right .maintenance-form-item .error-text {
  position: absolute;
}
.contactus-container .contact-form-box_right .maintenance-form-item:hover input {
  border-bottom: 1px solid var(--light-blue);
}
.contactus-container .contact-form-box_right .maintenance-form-item:not(:last-child) {
  margin-bottom: 31px;
}
.contactus-container .contact-form-box_right .moved label {
  top: 0;
  font-size: 12px;
  color: var(--grey);
}
.contactus-container .contact-form-box_right .form-input:focus ~ .form-label,
.contactus-container .contact-form-box_right .form-input:not(:focus):valid ~ .form-label {
  left: 0;
}
.contactus-container .contact-form-box_right .invalid input {
  color: #fa0808;
  border-bottom: 1px solid #fa0808;
}
.contactus-container .contact-form-box_right .invalid .error-text {
  color: #fa0808;
  font-size: 12px;
  line-height: 160%;
}
.contactus-container .contact-form-box_right .checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contactus-container .contact-form-box_right .checkbox-container .real-checkbox {
  display: none;
}
.contactus-container .contact-form-box_right .checkbox-container .fake-checkbox {
  border: 1px solid var(--light-blue);
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.contactus-container .contact-form-box_right .checkbox-container .fake-checkbox svg {
  display: none;
  z-index: 1;
}
.contactus-container .contact-form-box_right .checkbox-container .fake-checkbox:hover {
  border: 1px solid var(--blue);
}
.contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox {
  background-color: var(--light-blue);
}
.contactus-container .contact-form-box_right .checkbox-container .real-checkbox:checked + .fake-checkbox svg {
  display: block;
}
.contactus-container .contact-form-box_right .checkbox-container p {
  font-size: 12px;
  line-height: 160%;
  color: var(--grey);
  max-width: 237px;
}
.contactus-container .contact-form-box_bottom-flex {
  justify-content: flex-start;
  margin-top: 99px;
  align-items: flex-start;
  gap: 39px;
}
.contactus-container .contact-form-box_bottom-flex button {
  margin: 0;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .contactus-container {
    margin: 0;
  }
  .contactus-container .contact-form-box {
    flex-direction: column;
    padding: 50px 20px;
    gap: 20px;
  }
  .contactus-container .contact-form-box_left {
    width: 100%;
  }
  .contactus-container .contact-form-box_left h2 {
    font-size: 32px;
  }
  .contactus-container .contact-form-box_left P {
    max-width: unset;
  }
  .contactus-container .contact-form-box_right {
    width: 100%;
  }
  .contactus-container .contact-form-box_bottom-flex {
    flex-direction: column-reverse;
    margin-top: 10px;
    align-items: flex-start;
  }
  .contactus-container .contact-form-box_bottom-flex button {
    margin: 0;
  }
  .contactus-container .contact-form-box_checkbox {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.form-modal {
  display: flex;
  position: fixed;
  overflow-y: auto;
  inset: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 38, 100, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  box-sizing: border-box;
  transition: all 0.3s;
}
.form-modal_close-btn {
  position: absolute;
  right: 22px;
  top: 24px;
  cursor: pointer;
}
.form-modal_body {
  background-color: white;
  padding: 86px 170px 88px 88px;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s;
}
.form-modal_content {
  display: flex;
  gap: 46px;
}
.form-modal_title {
  font-family: "Stem-Regular";
  font-size: 56px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--blue);
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
.form-modal_text {
  font-family: "Stem-Regular";
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
}
.form-modal.form-modal--opened {
  visibility: visible;
  opacity: 1;
}
.form-modal.form-modal--opened .form-modal_body {
  transform: scale(1);
}
@media (max-width: 1025px) {
  .form-modal {
    padding: 24px;
  }
  .form-modal_body {
    padding: 50px 15px;
    width: 100%;
  }
  .form-modal_content {
    flex-direction: column;
    align-items: center;
  }
  .form-modal_title {
    font-size: 32px;
    text-align: center;
  }
  .form-modal_text {
    font-size: 16px;
    text-align: center;
  }
}
.invisible {
  display: none;
}
.custom-select .custom-select-label {
  font-family: Stem-Regular;
  font-size: 12px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.custom-select .custom-select_selected {
  font-family: Stem-Regular;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-select .custom-select_selected .custom-select_selected-name {
  padding-right: 20px;
  max-width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-select .custom-select_box {
  position: relative;
  cursor: pointer;
}
.custom-select .custom-select-list {
  margin: 0px;
  max-width: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  width: 100%;
  min-width: 125px;
  max-width: 100%;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.custom-select .custom-select-list li {
  font-family: Stem-Regular;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 0px;
  display: block;
  border-bottom: 1px solid #F1F1F1;
  padding: 8px 16px 8px 16px;
  cursor: pointer;
}
.custom-select .custom-select-list li:before {
  content: none;
}
.custom-select .custom-select-list li.active {
  color: #0F4DBC;
}
.custom-select .custom-select-list li:first-child {
  padding-top: 16px;
}
.custom-select .custom-select-list li:last-child {
  padding-bottom: 16px;
}

.select-open .custom-select-list {
  max-height: 185px;
  transition: max-height 1s ease-in-out;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
.select-open .custom-select-list::-webkit-scrollbar {
  width: 2px;
}
.select-open .custom-select-list::-webkit-scrollbar-track {
  background: none;
}
.select-open .custom-select-list::-webkit-scrollbar-thumb {
  background-color: #0F4DBC;
}
.select-open .custom-select_selected .caret {
  transform: rotate(180deg);
}

.form-modal_body .custom-select_selected .caret {
  color: #000000;
}
.form-modal_body .custom-select_selected .caret svg {
  width: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}

.form-modal_content input:-webkit-autofill,
.form-modal_content input:-webkit-autofill:hover,
.form-modal_content input:-webkit-autofill:focus,
.form-modal_content input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}

textarea {
  box-sizing: border-box;
}

@media (min-width: 1439px) {
  .main-page-index header {
    margin: 16px;
    min-height: 700px;
    height: 71.43vh;
    width: auto;
  }
}
@media (min-width: 1080px) {
  .main-page-index header {
    margin: 16px;
  }
}
@media (min-width: 2125px) {
  .header_blue.background-img .title_media-box {
    max-width: 56%;
  }
  .header.header--mission .title_media-box {
    max-width: 90%;
  }
}
@media (max-width: 1575px) {
  header, .header_blue.background-img {
    max-height: 700px;
  }
}
@media screen and (max-width: 1300px) {
  .header_blue.background-img.header--mission .title_media-box .title_media {
    font-size: 60px;
  }
}
@media (max-width: 1240px) {
  .about-box_text-mission {
    margin-bottom: 35%;
  }
  .title_media-text {
    margin-left: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 1080px) {
  .title_media {
    margin-left: 24px;
  }
  main {
    padding: 0;
  }
  .main-page-index header {
    max-width: none;
  }
  .title-desc-box p.title_media__subtitle {
    margin-left: 24px;
  }
}
@media (max-width: 1025px) {
  .header_blue.background-img.header--mission .title_media-box .title_media {
    font-size: 48px;
  }
  ul.marker-list, body main ul {
    max-width: none;
  }
  .icon-link:before {
    margin-right: 16px;
  }
  .container {
    padding: 0 24px;
  }
  .main-page-index header {
    margin: 0;
    min-height: 616px;
  }
  .title_media {
    font-family: Stem-Medium;
    font-size: 48px;
    line-height: 80%;
    display: flex;
    align-items: flex-end;
    letter-spacing: -0.03em;
    margin-left: 0;
    padding: 0px 24px 0px 24px;
  }
  .title_media-box {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    height: 60%;
    bottom: 40px;
  }
  .header_blue {
    min-height: 264px;
  }
  header.header_blue.background-img {
    min-height: 340px;
    height: auto;
    background-size: cover !important;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  .header_blue .container_nav h1.title_media {
    padding-bottom: 45px;
  }
  .header_blue .container_nav .title_media-box > h1.title_media {
    padding-bottom: 0;
  }
  .container-m-16 {
    margin: 0;
  }
  .white_theme header .breadcrumbs {
    margin-top: 0;
  }
  hr {
    margin: 24px 0px 24px 0px;
  }
  .description_media {
    padding: 0px 24px 0px 24px;
  }
  .about-box_text-mission {
    margin-bottom: 0 !important;
  }
  .leaning-box h2 {
    font-size: 30px;
  }
  .leaning-block-desc-bold {
    font-size: 20px;
  }
  .leaning-block-desc {
    font-size: 14px;
  }
  .contacts-form-hack-wrap {
    width: 100%;
  }
  body .contactus-container .contact-form-box_right .checkbox-container {
    flex-wrap: inherit;
  }
  body .contactus-container .contact-form-box_right .checkbox-container p {
    max-width: none;
    width: 85%;
  }
  h2.page-title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin: 60px 0px 24px 0;
  }
  h3 {
    font-size: 26px;
    margin: 24px 0px;
  }
  p {
    font-size: 16px;
  }
  .title_media-box.title-desc-box {
    padding: 20px 24px 0px 24px;
  }
  .title_media-box.title-desc-box p.title_media__subtitle {
    margin-left: 0px;
    margin-top: 24px;
  }
  .file-block {
    gap: 8px;
  }
}
@media (max-width: 930px) {
  .leaning-block-gallery .gallery-box .gallery-box_desc {
    font-size: 32px;
  }
  .leaning-block-gallery_wrapper .slider-dots {
    display: block;
  }
  body .services-slider_wrapper.leaning-block-gallery_wrapper {
    padding-bottom: 30px;
    margin-top: 15px;
  }
  body .services-slider_wrapper.leaning-block-gallery_wrapper .slider-dots .slick-dots .slick-active button:before {
    background-color: #fff;
  }
  body .services-slider_wrapper.leaning-block-gallery_wrapper .slider-dots .slick-dots {
    border-bottom: 1px solid rgba(207, 197, 197, 0.2);
  }
  .leaning-block-text {
    display: block;
  }
  .leaning-block-text p {
    width: 100%;
  }
  .power-box-text {
    display: block;
  }
  .power-box-text p {
    width: 100%;
  }
  .characteristics-box_item {
    display: block;
  }
  .characteristics-box_item-left, .characteristics-box_item-right {
    width: auto;
  }
  .characteristics-box_span {
    margin-right: 0px;
  }
  .characteristics-box-title {
    font-size: 42px;
  }
  .comfort-quality-box {
    display: block;
  }
  .comfort-quality_item {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
  }
  .advantages-box_list-top {
    display: block;
  }
  .advantages-box_item {
    width: auto;
    margin: 0 auto;
    margin-top: 25px;
  }
  .advantages-box_list-bottom {
    display: block;
  }
  .advantages-box_list-bottom .advantages-box_item {
    padding: 10px 29px 10px 84px;
  }
  .contact-form-box {
    display: block;
  }
  .contact-form-box_left, .contact-form-box_right {
    width: auto;
  }
  .box-counter_title {
    font-size: 40px;
  }
  .box-counter_desc {
    font-size: 20px;
  }
  .advantages-box_title {
    font-size: 40px;
  }
  .advantages-box_desc {
    width: auto;
    font-size: 14px;
  }
  .contact-form-box_left h2 {
    font-size: 40px;
  }
  body main .leaning-block-gallery .gallery-box {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  body main .leaning-block-gallery .gallery-box img {
    display: block;
  }
}
@media (max-width: 740px) {
  .characteristics-box-title {
    font-size: 40px;
  }
  .characteristics-box_item-right-line p:nth-child(1) {
    font-size: 14px;
  }
  .characteristics-box_item-right-line p:nth-child(2) {
    font-size: 14px;
  }
  .characteristics-box_item-left p {
    font-size: 12px;
  }
  .leaning-block-gallery .gallery-box .gallery-box_desc {
    font-size: 28px;
  }
}
@media (max-width: 665px) {
  .service-box_description {
    font-size: 20px;
  }
  .mission-our-box {
    padding: 65px 160px 51px 44px;
  }
  .about-box.mission {
    padding-bottom: 84px !important;
  }
  .title-box-mission {
    font-size: 14px;
  }
  .leaning-box h2 {
    font-size: 22px;
  }
  .leaning-block-desc-bold {
    font-size: 16px;
  }
  .leaning-block-desc {
    font-size: 12px;
  }
  .power-box h2 {
    font-size: 36px;
  }
  .service-box_description {
    width: 100%;
  }
  .comfort-quality_item {
    width: 60%;
  }
  .comfort-quality_item {
    height: auto;
  }
  .advantages-box_list-top .advantages-box_item {
    padding: 29px;
  }
  .advantages-box_list-bottom .advantages-box_item {
    padding: 29px;
  }
  .advantages-box_list-bottom-title {
    padding-left: 29px;
  }
  .comfort-quality_item {
    width: 77%;
    padding: 29px;
  }
  .box-counter_desc {
    width: auto;
  }
  .contact-form-box_checkbox {
    margin-left: 10px;
  }
  body main .leaning-box {
    padding: 33px 20px 0px 20px;
  }
}
@media (max-width: 648px) {
  .service-box_description {
    width: 100%;
  }
  .mission-our-box {
    padding: 65px 44px 51px 44px;
  }
}
@media (max-width: 500px) {
  .container_nav nav.open-menu {
    height: 100%;
    overflow-y: auto;
  }
  .open-menu .header_btn {
    bottom: 15px;
  }
  .leaning-block-gallery .gallery-box .gallery-box_desc {
    font-size: 24px;
  }
}
@media (max-width: 500px) and (max-height: 525px) {
  .open-menu .header_btn {
    position: static;
  }
  header nav.open-menu .top-menu a {
    margin: 16px 0;
  }
}
@media (max-width: 370px) {
  .title_media {
    font-size: 45px;
  }
  .leaning-block-gallery .gallery-box .gallery-box_desc {
    font-size: 18px;
  }
}
body main .contactus-container .contact-form-box_bottom-flex button[type=submit], body main .form-doc-box .btn-row button.btn_primary[type=submit],
body main .contactus-section__body-form-item_bottom button[type=submit] {
  margin-bottom: 11px;
}

.loader,
.loader:after {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.loader {
  position: relative;
  border-top: 1.5px solid #969696;
  border-right: 1.5px solid #969696;
  border-bottom: 1.5px solid #969696;
  border-left: 1.5px solid #0F4DBC;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: -1px;
  box-sizing: border-box;
}

.loader-text {
  font-family: "Stem-Regular";
  font-size: 12px;
  color: #002664;
  margin-left: 8px;
}

.form-modal_loader {
  display: flex;
  align-items: center;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-box_wrapper--white input:-webkit-autofill, .form-box_wrapper--white input:-webkit-autofill:hover, .form-box_wrapper--white input:-webkit-autofill:focus, .form-box_wrapper--white input:-webkit-autofill:active,
.contact-form-box--white input:-webkit-autofill,
.contact-form-box--white input:-webkit-autofill:hover,
.contact-form-box--white input:-webkit-autofill:focus,
.contact-form-box--white input:-webkit-autofill:active {
  -webkit-text-fill-color: #000000;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/css/libs/slick/slick.css?16905280151776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/css/navigation.css?16964793159798*/
@charset "UTF-8";
/*Navigation*/
.container_nav {
  padding: 0 44px;
  margin: auto;
}

header {
  position: relative;
  margin: 16px;
}

header a:focus {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

.nav {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 21px;
}

nav > ul {
  display: flex;
  list-style: none;
  padding-left: 56px;
  padding-right: 146px;
}

nav > ul a {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  margin-right: 24px;
  font-family: Stem-Medium, sans-serif;
}

nav > ul li:last-child a {
  margin-right: 0;
}

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

.header_logo_icon {
  position: relative;
  background-image: url(/local/templates/main/css/../images/logo_desktop.svg);
  width: 246px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.header_logo_cont {
  width: 246px;
  height: 28px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.header_logo_hr {
  height: 100%;
  width: 1px;
  background-color: #fff;
  opacity: 0.22;
}

.header_logo_icon--rostech {
  background-image: url(/local/templates/main/css/../images/logo_rostech.svg);
  width: 67px;
  height: 28px;
  background-position-y: bottom;
  background-size: contain;
}

.header_logo_icon--oak {
  background-image: url(/local/templates/main/css/../images/logo_oak.svg);
  width: 156px;
  height: 28px;
  background-size: contain;
}

html[lang=en] .header_logo_icon--rostech {
  position: relative;
  background-image: url(/local/templates/main/css/../images/logo_rostec_UAC_en11.svg);
  width: 67px;
  height: 28px;
  background-repeat: no-repeat;
}

html[lang=en] .header_logo_icon--oak {
  position: relative;
  background-image: url(/local/templates/main/css/../images/logo_yakovlev_en11.svg);
  width: 156px;
  height: 28px;
  background-repeat: no-repeat;
}

.header_logo_icon__blue {
  position: relative;
}

.white_theme .header_logo_icon {
  background-image: url(/local/templates/main/css/../images/logo_black.svg);
}

.white_theme .header_logo_icon--oak {
  background-image: url(/local/templates/main/css/../images/logo_oak_dark.svg);
}

.white_theme .header_logo_icon--rostech {
  background-image: url(/local/templates/main/css/../images/logo_rostech_dark.svg);
}

html[lang=en] .white_theme .header_logo_icon--rostech {
  position: relative;
  background-image: url(/local/templates/main/css/../images/logo_rostec_UAC_en-dark11.svg);
  width: 67px;
  height: 28px;
  background-repeat: no-repeat;
}

html[lang=en] .white_theme .header_logo_icon--oak {
  position: relative;
  background-image: url(/local/templates/main/css/../images/logo_yakovlev_en-dark11.svg);
  width: 156px;
  height: 28px;
  background-repeat: no-repeat;
}

.white_theme .header_logo_hr {
  background-color: #1D1D1B;
  opacity: 0.22;
}

.history__body .header_logo_icon {
  background-image: url(/local/templates/main/css/../images/logo_black.svg);
}

html[lang=en] .history__body .header_logo_icon {
  background-image: url(/local/templates/main/css/../images/LOGO_ENG_DARK.svg);
}

.history__body .search-btn {
  background-image: url(/local/templates/main/css/../images/icon/search-icon-blue.svg);
}

@media screen and (max-width: 991px) {
  .header_logo_icon {
    width: 191px;
    height: 23px;
    background-image: url(/local/templates/main/css/../images/logo_mobile.svg);
    transition: none;
  }
  .header_logo_cont {
    width: 191px;
    height: 23px;
  }
  .header_logo_icon--rostech {
    background-image: url(/local/templates/main/css/../images/logo_rostech.svg);
    width: 52px;
    height: 20px;
    margin-bottom: 1px;
  }
  .header_logo_icon--oak {
    background-image: url(/local/templates/main/css/../images/logo_oak.svg);
    width: 121px;
    height: 23px;
  }
  html[lang=en] .header_logo_icon--rostech, html[lang=en] .white_theme .header_logo_icon--rostech {
    width: 53px;
    height: 20px;
  }
  html[lang=en] .header_logo_icon--oak, html[lang=en] .white_theme .header_logo_icon--oak {
    width: 121px;
    height: 23px;
  }
  html[lang=en] .white_theme .header_logo_icon--rostech, html[lang=en] .nav.open-menu .header_logo_icon--rostech {
    background-image: url(/local/templates/main/css/../images//logo_rostec_UAC_en-dark11.svg);
  }
  html[lang=en] .white_theme .header_logo_icon--oak, html[lang=en] .nav.open-menu .header_logo_icon--oak {
    background-image: url(/local/templates/main/css/../images/logo_yakovlev_en-dark11.svg);
    margin-top: 1px;
    display: block;
  }
  .white_theme .header_logo_icon,
  .nav.open-menu .header_logo_icon {
    background-image: url(/local/templates/main/css/../images/logo_mobile_black.svg);
  }
  .white_theme .header_logo_icon--rostech,
  .nav.open-menu .header_logo_icon--rostech {
    background-image: url(/local/templates/main/css/../images/logo_rostech_dark.svg);
  }
  .white_theme .header_logo_icon--oak,
  .nav.open-menu .header_logo_icon--oak {
    background-image: url(/local/templates/main/css/../images/logo_oak_dark.svg);
  }
  .white_theme .header_logo_hr,
  .nav.open-menu .header_logo_hr {
    background-color: #1D1D1B;
  }
}
.header_logo_text {
  padding-left: 12px;
}

.burger {
  display: none;
}

.dropdown-menu {
  overflow: hidden;
  height: 0;
  position: absolute;
  z-index: 1;
  top: 100%;
  min-width: 210px;
  padding-top: 1px;
  filter: drop-shadow(0px 4px 20px rgba(0, 38, 100, 0.1));
  -webkit-transition: all 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

.dropdown-menu ul {
  background: #ffffff;
  padding: 24px;
  min-width: 165px;
}

li.dropdown {
  position: relative;
}

header .dropdown-menu a {
  font-size: 14px;
  display: block;
  line-height: 100%;
  color: #002664;
  padding: 16px 0;
  border-bottom: 1px solid #f1f1f1;
  margin-right: 0;
}

header .dropdown-menu li:first-child a {
  padding-top: 0;
}

header .dropdown-menu li:last-child a {
  padding-bottom: 0;
  border: 0;
}

.dropdown:hover .dropdown-menu {
  height: auto;
  padding-top: 20px;
}

li {
  line-height: 1;
}

.header_btn {
  display: flex;
  align-items: center;
  font-family: Stem-Medium, sans-serif;
}

.header_btn .lang-switch {
  width: 110px;
}

.header_btn .lang-switch ul {
  display: flex;
  list-style: none;
  align-items: center;
  width: 50px;
}

.header_btn .lang-switch ul a {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 16px;
}

.header_btn .lang-switch ul li.active a {
  border: 1px solid #ffffff;
}

.header_btn .lang-switch ul li.active_blue a {
  border: 1px solid #002664;
}

.header_btn .lang-switch ul li.action a {
  border: 1px solid #002664;
}

.breadcrumbs {
  margin-top: 69px;
}

.breadcrumbs ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
}

li.breadcrumb-item {
  font-size: 14px;
  line-height: 100%;
  display: flex;
  -webkit-box-align: center;
}

.breadcrumbs ol a,
.breadcrumbs ol span {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  opacity: 0.7;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  color: #87c8dc;
  border-radius: 50%;
  content: "•";
}

.breadcrumb-item_color_light-gray {
  color: #969696;
}

@keyframes shows {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1435px) {
  nav > ul {
    padding: 0;
  }
  nav > ul a {
    font-size: 12px;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  nav > ul a {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1150px) {
  nav > ul a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1430px) {
  nav > ul a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1430px) {
  nav > ul a {
    font-size: 15px;
  }
}
@media (max-width: 1080px) {
  .header_logo__icon {
    border-right: 0;
    padding-right: 0;
  }
  .header_logo__text {
    padding-left: 0;
  }
}
@media (max-width: 1080px) {
  .header_btn {
    display: none;
  }
  li.dropdown {
    position: inherit;
  }
  header {
    margin: 0;
  }
  .container_nav {
    padding: 0;
    margin: 0;
  }
  .header_logo {
    padding: 24px;
    padding-top: 23px;
  }
  .header_logo__text {
    padding-left: 12px;
  }
  .burger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 29px;
  }
  .burger .line {
    width: 24px;
    height: 1px;
    display: block;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .white_theme .burger .line {
    background: #002664;
  }
  header nav.open-menu .burger .line {
    background: #002664;
  }
  header nav.open-menu .burger .line:nth-child(2) {
    opacity: 0;
  }
  header nav.open-menu .burger .line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  header nav.open-menu .burger .line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .line:nth-child(2) {
    margin: 7px 0px;
  }
  nav > ul {
    list-style: none;
    display: none;
    padding: 2px 24px 24px 24px;
  }
  nav.open-menu {
    background: #ffffff;
    height: 100vh;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    bottom: 0;
  }
  header nav.open-menu .lang-switch li.active a {
    border: 1px solid #002664;
  }
  header nav.open-menu a,
  header nav.open-menu .burger {
    color: #002664;
  }
  header nav.open-menu .top-menu a {
    display: block;
    width: fit-content;
    box-sizing: border-box;
  }
  .top-menu a {
    font-family: Stem-Medium, sans-serif;
    line-height: 100%;
    margin: 24px 0;
    display: block;
    font-size: 20px;
  }
  .nav__left {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
  }
  nav.open-menu .wrapper-top-menu {
    width: 100%;
  }
  .nav {
    padding-top: 0;
  }
  .breadcrumbs {
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 690px) {
  .breadcrumbs ol {
    display: none;
  }
}


/*# sourceMappingURL=navigation.css.map */

/* End */


/* Start:/local/templates/main/css/footer.css?173203646310700*/
/*footer*/
footer {
  background-color: #002664;
  color: #fff;
  padding: 63px 40px 20px 42px;
  margin: 16px;
  font-family: Stem-Medium, sans-serif;
}
footer a:focus {
  text-decoration-line: none;
  color: #FFFFFF;
  background: transparent;
}

.container_footer {
  display: flex;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

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

.footer_logo_img {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/css/../images/LOGO_FOOTER_MOBILE.svg);
  height: 28px;
  width: 277px;
}
@media screen and (min-width: 991px) {
  .footer_logo_img {
    height: 46px;
    background-image: url(/local/templates/main/css/../images/footer-logo.svg);
  }
}
.footer_logo_img:focus {
  background-image: url(/local/templates/main/css/../images/footer-logo.svg) !important;
  background-repeat: no-repeat;
}

html[lang=en] .footer_logo_img {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/local/templates/main/css/../images/LOGO_FOOTER_ENG_WHITE_MOBILE.svg);
  height: 28px;
}
@media screen and (min-width: 991px) {
  html[lang=en] .footer_logo_img {
    background-image: url(/local/templates/main/css/../images/LOGO_FOOTER_ENG_WHITE.svg);
    height: 46px;
  }
}

.footer_logo_img {
  padding-bottom: 124px;
}

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

.footer_social__text {
  margin-right: 23px;
  font-size: 12px;
  line-height: 140%;
}

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

.footer_social__ic a {
  margin-right: 16px;
  display: flex;
  align-items: center;
}

.footer_menu {
  margin-left: 75px;
  margin-right: 94px;
}

.footer_menu a {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.footer_menu a.important_item:after {
  content: url("/local/templates/main/images/menu-important.svg");
  margin-left: 8px;
}

.footer_products .footer_products-item.important_item a {
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 7px;
}
.footer_products .footer_products-item.important_item a:after {
  content: url("/local/templates/main/images/menu-important.svg");
  margin-left: 8px;
}

.footer_products {
  display: flex;
  flex-direction: column;
  width: 165px;
}

.footer_products-item {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  text-decoration: none;
}
.footer_products-item ul li :hover {
  text-decoration: underline;
}

.footer_products-title {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 24px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  margin-top: 2px;
}
.footer_products-title :hover {
  text-decoration: underline;
}

.footer_products-item ul a {
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-family: Stem-Regular;
  line-height: 100%;
}

.footer_info-item {
  padding-bottom: 17px;
  padding-left: 96px;
  padding-right: 105px;
  width: 250px;
  max-width: 250px;
  padding-top: 4px;
}
@media screen and (max-width: 1675px) and (min-width: 1600px) {
  .footer_info-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer_info-item p {
  font-family: Stem-Regular;
}

.footer_text {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

.footer_text a {
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding-right: 8px;
  display: block;
  text-decoration: none;
}

.footer_text_item {
  font-size: 12px;
  line-height: 140%;
}

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

.footer_contacts_phone {
  margin-bottom: 0;
}

.footer_contacts_phone a {
  text-decoration-line: none;
  font-size: 28px;
  line-height: 28px;
  white-space: nowrap;
}

.footer_contacts_phone p {
  font-size: 14px;
  padding-bottom: 69px;
  padding-top: 16px;
}

.footer_contacts_email a {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 18px;
  display: block;
  text-decoration: none;
  font-family: Stem-Regular;
}
.footer_contacts_email p {
  font-family: Stem-Regular;
  font-size: 12px;
}

.footer-address {
  font-size: 12px;
  line-height: 140%;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: -6px;
}

.footer__find-error {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  padding: 16px 0;
}
@media screen and (min-width: 991px) {
  .footer__find-error {
    display: flex;
    gap: 5px;
  }
  .footer__find-error span.d-desktop {
    display: block;
  }
}

#find-error-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 13px;
}
#find-error-button.d-mobile {
  display: inline;
}
@media screen and (min-width: 991px) {
  #find-error-button.d-mobile {
    display: none;
  }
}

.copyright {
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright p {
  padding-right: 15px;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.copyright a {
  padding-right: 15px;
  text-decoration: none;
  font-size: 12px;
}

.footer-bottom_item {
  display: flex;
}

.creator a {
  padding-right: 15px;
  text-decoration: none;
  font-size: 12px;
  opacity: 0.5;
}

.creator {
  margin-right: -21px;
  margin-top: -1px;
}

.pt-40 {
  padding-top: 40px;
}

.cookies-box {
  display: none;
  position: fixed;
  bottom: 32px;
  left: 40px;
  right: 40px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.cookies-box .cookies-box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: #F1F1F1;
}
.cookies-box .cookies-box_button {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.cookies-box .cookies-box_text {
  max-width: 62%;
  font-family: Stem-Regular;
  font-size: 16px;
  line-height: 160%;
  color: #111111;
}
.cookies-box .cookies-box_text a {
  font-size: 16px;
  line-height: 160%;
}

.footer_info-item_icon {
  display: flex;
  align-items: start;
  column-gap: 14px;
  text-decoration: none;
  border: 1px solid #FFFBFB;
  padding: 10px;
}

.footer_info-item_icon:hover {
  text-decoration: none;
}

.footer_info-item_icon__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #FFFFFF;
}

.footer_info-item_icon__text-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}

.footer_info-item_icon-wrap {
  margin-top: 16px;
}

@media (min-width: 1600px) {
  .container_footer {
    display: flex;
    grid-gap: 80px;
    justify-content: space-between;
  }
}
@media (min-width: 1080px) {
  .footer_info-item:first-child {
    padding-bottom: 23px;
  }
  .footer_info-item:last-child {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 1400px) {
  .container_footer {
    justify-content: space-between;
  }
  .footer_menu a {
    padding: 0;
    margin-bottom: 17px;
  }
  .footer_menu {
    margin-right: 0;
    margin-left: 0;
  }
  .footer_info-item {
    padding: 0;
    padding-bottom: 14px;
  }
  .footer_products-title {
    margin-top: 0;
  }
  a.footer_products-title {
    margin-bottom: 25px;
  }
  .footer_products-item {
    padding-top: 0px !important;
    margin-top: 5px;
  }
  .footer_products li:last-child a {
    margin-bottom: 0;
  }
  .footer_products .footer_products-item.important_item a {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1250px) {
  .container_footer {
    grid-gap: 40px;
  }
  .footer_info-item {
    width: 200px;
  }
  .footer_info-item_icon__img {
    display: block;
    max-width: 30%;
  }
  .footer_info-item_icon__img svg {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1080px) {
  footer {
    margin: 0;
  }
  .container_footer {
    grid-gap: 20px;
  }
}
@media (max-width: 1080px) {
  footer {
    padding: 32px 20px;
  }
  .container_footer {
    display: block;
  }
  .footer_logo {
    padding-bottom: 38px;
    max-width: 53%;
  }
  .footer_logo_img {
    padding-bottom: 0;
  }
  .footer_logo_img img {
    padding: 0;
  }
  .footer_social {
    padding-top: 33px;
  }
  .footer_menu {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }
  footer img {
    padding: 0;
  }
  .footer_menu_ul {
    padding-right: 40px;
  }
  .footer_contacts {
    padding-top: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 24px;
  }
  .footer_contacts_phone p {
    padding-bottom: 12px;
    margin-top: 0;
    padding-top: 5px;
  }
  .footer_info {
    padding-top: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_info-item {
    padding-bottom: 22px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .footer_box {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .footer_copyright {
    width: auto;
    padding-top: 29px;
    padding-left: 5px;
  }
  .copyright {
    flex-direction: column;
    align-items: start;
  }
  .creator {
    margin: 0;
  }
  .footer_contacts_phone a {
    font-size: 24px;
  }
  .footer_products-item {
    margin-bottom: 12px;
  }
  .copyright p, .copyright a {
    margin-bottom: 9px;
  }
  .copyright *:nth-child(3) {
    order: 1;
  }
  .copyright *:nth-child(4) {
    order: 2;
  }
  .copyright *:nth-child(5) {
    order: 3;
  }
  .copyright *:nth-child(6) {
    order: 4;
  }
  .copyright *:nth-child(1) {
    order: 5;
    margin-top: 15px;
    margin-bottom: 1px;
  }
  .copyright *:nth-child(2) {
    order: 6;
    margin-bottom: 20px;
  }
  .footer-bottom_item {
    padding-left: 5px;
  }
  .footer_info-item p {
    max-width: 60%;
  }
  .footer_info-item_icon-wrap {
    width: auto;
    max-width: 250px;
  }
  .footer_info-item_icon__img svg {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .cookies-box {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
  .cookies-box .cookies-box_wrap {
    padding: 24px;
    flex-direction: column;
    align-items: start;
  }
  .cookies-box .cookies-box_wrap .cookies-box_text {
    max-width: none;
    font-size: 14px;
  }
  .cookies-box .cookies-box_wrap .cookies-box_text a {
    font-size: 14px;
  }
  .cookies-box .cookies-box_wrap .cookies-box_button {
    margin-left: 0px;
    margin-top: 16px;
    padding: 14px 22px;
    margin: 16px 0px 0px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=footer.css.map */

/* End */
/* /local/templates/main/css/style.css?171705808551357 */
/* /local/templates/main/css/libs/slick/slick.css?16905280151776 */
/* /local/templates/main/css/navigation.css?16964793159798 */
/* /local/templates/main/css/footer.css?173203646310700 */
