@charset "UTF-8";
/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html.marquiz-open {
	scrollbar-gutter: stable;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
body {
  font-family: "Rubik", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  background: #f3f3f3;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h2 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h4 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h5 {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h6 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.cl {
  clear: left;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

.fancybox-button.fancybox-focus {
  outline: none;
}

.popup {
  display: none;
  background: #fff;
  border-radius: 0px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #323232;
  padding: 5px;
  top: 10px;
  right: 10px;
}

.popup__content {
  padding: 50px;
  background: #fff;
}

.popup__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #232e37;
  text-align: center;
  padding: 0 30px;
}

.popup__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #232e37;
}
.popup__text p {
  margin: 15px 0 0 0;
}
.popup__text p:first-child {
  margin: 0;
}

.popup--gray .fancybox-button svg path {
  fill: #fff !important;
}

.cookies {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.25rem 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 30px;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #2b6bab;
  color: #2b6bab;
  cursor: pointer;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #2b6bab;
  border-radius: 0;
  line-height: 2.625rem;
  background: #2b6bab;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cookies__link a:hover {
  background: #ff7d00;
  border: 1px solid #ff7d00;
  color: #fff;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

/* ====== HEADER ====== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ====== HEADER SECTIONS ====== */
.header-section--top {
  background: #232e37;
}
.header-section--bottom {
  margin-top: 20px;
}

/* ====== LOCATION ====== */
.header-location {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #fff;
}
.header-location__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.header-location__link:hover .header-location__text {
  border-bottom: 1px solid transparent;
}
.header-location__icon {
  width: 24px;
  height: 24px;
  background: url(/images/location-icon.svg) no-repeat center;
  margin-right: 4px;
}
.header-location__text {
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/* ====== ACTIONS ====== */
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* ====== LINKS ====== */
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-links__item {
  display: block;
  padding: 14px 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  background: #2b6bab;
  margin-right: 1px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header-links__item:hover {
  background: #498fd4;
}

.header-links__item a {color: #fff; text-decoration:none;}
.header-links__item a:hover {}


/* ====== FEED ====== */
.header-feed {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header-feed:hover .header-drop {
  z-index: 2;
  opacity: 1;
  height: auto;
  width: 100%;
}

.header-feed__phone {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  background: #ff7d00;
}
.header-feed__phone-link {
  display: block;
  padding: 12px 25px;
  text-decoration: none;
  color: #fff;
}
.header-feed__phone-text {
  background: url(/images/flag.svg) 100% 50% no-repeat;
  padding-right: 20px;
}

/* ====== DROP ====== */
.header-drop {
  position: absolute;
  z-index: -2;
  top: 45px;
  width: 100%;
  background: #232e37;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.header-drop__link {
  display: block;
  position: relative;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #4f5e6a;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header-drop__link:hover {
  color: #ff7d00;
}
.header-drop__link--whatsapp .header-drop__text {
  background: url(/images/wa-icon.svg) no-repeat left center;
  padding-left: 36px;
}
.header-drop__link--max .header-drop__text {
  background: url(/images/mx-icon.svg) no-repeat left center;
  padding-left: 36px;
}
.header-drop__text {
  display: block;
}

/* ====== LOGO ====== */
.header-logo {
  width: 163px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header-logo__link {
  display: block;
}
.header-logo__image {
  display: block;
  width: 100%;
}

/* ====== NAV ====== */
.header-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
}
.header-nav__item {
  margin-left: 20px;
}
.header-nav__item:first-child {
  margin-left: 0;
}
.header-nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.header-nav__link:hover {
  color: #ff7d00;
}

/* ====== TOGGLE ====== */
.header-toggle {
  width: 53px;
  height: 53px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(/images/menu-sprite.svg) 0% 0% no-repeat;
  display: none;
  margin-right: -10px;
}

.mobile-menu {
  position: fixed;
  top: 83px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  display: none;
  background: rgba(10, 25, 40, 0.7);
}
.mobile-menu__wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 286px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-menu__inner {
  background: #232e37;
  width: 340px;
  height: 100%;
  overflow: auto;
}
.mobile-menu__inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
}
.mobile-menu__inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.mobile-menu__content {
  padding: 30px 15px 0 15px;
}
.mobile-menu__item {
  margin-top: 16px;
}
.mobile-menu__item:first-child {
  margin-top: 0;
}
.mobile-menu__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.mobile-menu__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232e37;
}
.mobile-menu__cost {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu__cost a {
  display: block;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}
.mobile-menu__question {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu__question a {
  display: block;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}
.mobile-menu__phone a {
  display: block;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  background: #ff7d00;
}

.mobile-menu__link--whatsapp {
  display: block;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.mobile-menu__link--max {
  display: block;
  padding: 0px 15px 20px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}

.mobile-menu__link--whatsapp .header-drop__text {
  background: url(/images/wa-icon.svg) no-repeat left center;
  padding-left: 36px;
}

.mobile-menu__link--max .header-drop__text {
  background: url(/images/mx-icon.svg) no-repeat left center;
  padding-left: 36px;
}

/* Показываем меню при активном классе */
/* 🔹 Миксины для адаптивов */
.section-index {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
}
.section-index--hero {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 25, 40, 0.7)), to(rgba(10, 25, 40, 0.7))), url(/upload/index-bg.webp) top center no-repeat;
  background: linear-gradient(rgba(10, 25, 40, 0.7), rgba(10, 25, 40, 0.7)), url(/upload/index-bg.webp) top center no-repeat;
  background-size: cover;
}
.section-index__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 124px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.section-index__container {
  width: 100%;
}
.section-index__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section-index__col {
  width: 100%;
}
.section-index__col--left {
  max-width: 670px;
}
.section-index__col--right {
  max-width: 590px;
  margin-left: 30px;
}
.section-index__col--right .section-index__actions {
  display: none;
}
.section-index__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -0.05em;
  color: #fff;
}
.section-index__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.8;
}
.section-index__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin-top: 30px;
  max-width: 510px;
}
.section-index__link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
  height: 44px;
  background: #ff7d00;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.section-index__link:hover {
  background: #f69c46;
}
.section-index__link-text {
  display: inline-block;
  background: url(/images/white-arrow.svg) 100% 50% no-repeat;
  padding-right: 30px;
}
.section-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-index__item {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  background: url(/images/dot.svg) 0 7px no-repeat;
  padding-left: 16px;
}
.section-index__item:first-child {
  margin-top: 0;
}
.section-index__value {
  color: #ff7d00;
  display: inline-block;
}

.section-production {
  position: relative;
  z-index: 3;
  background: #f3f3f3;
  padding-top: 100px;
}

.section__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #232e37;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.section-production__info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.section-production__text {
  width: 100%;
  max-width: 670px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #4f5e6a;
}

.section-production__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 490px;
  margin-left: 30px;
}

.section-production__icon {
  width: 92px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 24px;
}
.section-production__icon img {
  display: block;
  width: 100%;
}

.section-production__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #232e37;
}

.section-production__content {
  margin-top: 50px;
  position: relative;
}

.section-production__cards {
  position: relative;
}

.section-production__card {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section-production__card:first-child {
  margin-top: 0;
}

.section-production__img {
  width: 100%;
  max-width: 447px;
  margin-right: 50px;
}
.section-production__img img {
  display: block;
  width: 100%;
}

.section-production__inner {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.section-production__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-production__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #232e37;
}

.section-production__count {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #232e37;
}
.section-production__count span {
  color: #4f5e6a;
}

.section-production__description {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #4f5e6a;
  width: 100%;
  max-width: 650px;
}

.section-production__link {
  display: block;
  width: 220px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  background: #2b6bab;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-align: center;
  margin-top: 30px;
}
.section-production__link:hover {
  color: #fff;
  background: #498fd4;
}
.section-production__link span {
  display: inline-block;
  background: url(/images/white-arrow.svg) 100% 50% no-repeat;
  padding-right: 30px;
}

.section-attention {
  position: relative;
  z-index: 3;
  background: #f3f3f3;
  padding-top: 100px;
}

.section-attention__block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: url(/images/attention-bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.section-attention__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.section-attention__text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #ccdce5;
  text-align: center;
}

.section-attention__link {
  display: block;
  width: 256px;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  background: #ff7d00;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-align: center;
  margin: 40px auto 0 auto;
}
.section-attention__link:hover {
  color: #fff;
  background: #f69c46;
}
.section-attention__link span {
  display: inline-block;
  background: url(/images/white-arrow.svg) 100% 50% no-repeat;
  padding-right: 30px;
}

.management {
  position: relative;
  z-index: 3;
  background: #f3f3f3;
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3)) top/100% 200px no-repeat, #2b6bab;
  background: linear-gradient(#f3f3f3, #f3f3f3) top/100% 200px no-repeat, #2b6bab;
}
.management__block {
  background: #232e37;
  position: relative;
  overflow: hidden;
  padding: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.management__shape {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -170px;
  height: 100%;
  background: url(/images/shape.png) bottom center no-repeat;
}
.management__content {
  position: relative;
  z-index: 2;
}

/* ---------- Director ---------- */
.director__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.director__col--content {
  width: 100%;
  max-width: 590px;
}
.director__col--media {
  width: 100%;
  max-width: 500px;
  margin-left: 30px;
  position: relative;
}
.director__name {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}
.director__post {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #4eccf8;
}
.director__text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #ccdce5;
}
.director__img {
  width: 100%;
  max-width: 500px;
}
.director__img img {
  display: block;
  width: 100%;
}
.director__icon {
  position: absolute;
  top: 0;
  right: -30px;
  width: 71px;
}
.director__icon img {
  display: block;
  width: 100%;
}

/* ---------- Staff ---------- */
.staff {
  margin-top: 60px;
  padding: 0 20px;
}
.staff__items {
  --elements: 5;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / var(--elements));
}

.staff-item__img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.staff-item__img img {
  display: block;
  width: 100%;
}
.staff-item__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.staff-item__post {
  margin-top: 4px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #4eccf8;
}

/* ---------- Адаптив ---------- */
.advantages {
  position: relative;
  z-index: 3;
  background: #2b6bab;
  padding-top: 100px;
}
.advantages__list {
  --elements: 5;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.advantages__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / var(--elements));
  text-align: center;
}
.advantages__icon {
  width: 120px;
  height: 120px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.advantages__icon img {
  display: block;
  width: 72px;
}
.advantages__title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}

.about {
  position: relative;
  z-index: 3;
  background: #2b6bab;
  padding: 100px 0;
}
.about__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.about__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.about__column {
  width: calc((100% - 20px) / 2);
}
.about__column--media {
  position: relative;
  background-size: cover;
}
.about__column--content {
  background: #232e37 url(/images/about-shape.png) bottom right no-repeat;
  padding: 60px;
  background-size: cover;
}
.about__video-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url(/images/play-icon.svg) center center no-repeat;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__video-link:hover {
  opacity: 0.5;
}
.about__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #4eccf8;
}
.about__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}
.about__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  margin-top: 50px;
}
.about__counter-item {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.about__counter-value {
  font-weight: 500;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #fff;
}
.about__counter-value span {
  color: #ff7d00;
}
.about__counter-text {
  margin-top: 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}

.projects {
  position: relative;
  z-index: 3;
  background: #f3f3f3;
  padding: 100px 0;
  overflow: hidden;
}
.projects__container {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.projects__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #232e37;
}
.projects__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects__prev, .projects__next {
  width: 40px;
  height: 40px;
  background: #2b6bab url(/images/slider-arrow.svg) 50% 50% no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: none;
}
.projects__prev {
  margin-right: 16px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.projects__content {
  margin-top: 30px;
}
.projects__slider {
  overflow: visible;
}
.projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects__slide {
  width: 550px;
  height: auto;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.project {
  position: relative;
}
.project__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.6667%;
}
.project__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #232e37;
}
.project__value {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #4f5e6a;
}
.project__value span {
  display: block;
}

.certificates {
  position: relative;
  z-index: 3;
  background: #232e37;
  padding: 100px 0;
  overflow: hidden;
}
.certificates__container {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.certificates__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificates__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
}
.certificates__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.certificates__prev, .certificates__next {
  width: 40px;
  height: 40px;
  background: #2b6bab url(/images/slider-arrow.svg) 50% 50% no-repeat;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: none;
}
.certificates__prev {
  margin-right: 16px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.certificates__content {
  margin-top: 30px;
}
.certificates__slider {
  overflow: hidden;
}
.certificates__slide {
  height: auto;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.certificate {
  position: relative;
}
.certificate__img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 141.2307692308%;
  background: #fff;
}
.certificate__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificate__name {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #4eccf8;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.certificate__link {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
}
.certificate:hover .certificate__name {
  color: #ff7d00;
}

.footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.footer__block--top {
  padding: 100px 0;
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__col--feed {
  width: 100%;
  max-width: 660px;
}

.footer__col--form {
  width: 100%;
  max-width: 520px;
}

.footer__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}

.footer__feed {
  position: relative;
}

.footer__feed-items {
  --elements: 2;
  --cgap: 100px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.footer__feed-item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.footer__feed-card {
  margin-top: 20px;
}
.footer__feed-card:first-child {
  margin-top: 0;
}

.footer__feed-phone {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer__feed-phone a {
  color: #fff;
  text-decoration: none;
}
.footer__feed-phone a:hover {
  color: #fff;
}

.footer__feed-email {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.footer__feed-email a {
  color: #fff;
  text-decoration: none;
}
.footer__feed-email a:hover {
  color: #ff7d00;
}

.footer__feed-text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #989898;
}

.footer__block--bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #989898;
}

.footer__link {
  color: #989898;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.footer__link:hover {
  color: #ff7d00;
}

.footer__socilal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 30px;
}
.footer__socilal a {
  display: block;
  width: 34px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 4px;
}
.footer__socilal a:first-child {
  margin-left: 0;
}
.footer__socilal a img {
  display: block;
  width: 100%;
}

.footer__wa {
  margin-top: 30px;
  width: 100%;
  max-width: 260px;
}
.footer__wa a {
  display: block;
  text-align: center;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #4f5e6a;
}
.footer__wa a span {
  display: inline-block;
  background: url(/images/wa-icon.svg) 0 50% no-repeat;
  padding-left: 36px;
}
.footer__wa a:hover {
  background: #48c657;
}

.footer__form {
  padding: 50px;
  background: #4f5e6a;
}

.footer__form-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.footer__form-text {
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #f3f3f3;
  text-align: center;
}

.footer__form-item {
  margin-top: 10px;
}
.footer__form-item:first-child {
  margin-top: 0;
}

.footer__form-input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid transparent;
  will-change: transform;
}

.footer__form-input:focus {
  border: 1px solid #ff7d00;
}

.footer__form-input::-moz-placeholder {
  color: #fff;
}

.footer__form-input::-webkit-input-placeholder {
  color: #fff;
}

.footer__form-input:-ms-input-placeholder {
  color: #fff;
}

.footer__form-input::-ms-input-placeholder {
  color: #fff;
}

.footer__form-input::placeholder {
  color: #fff;
}

.footer__form-input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.2) inset;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
}

.footer__form-select {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.2) url(/images/select-flag.svg) 96% 50% no-repeat;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 0 16px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid transparent;
  will-change: transform;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.footer__form-select option {
  background-color: #727e88;
  color: #fff;
  padding: 10px 16px;
}
.footer__form-select option:checked {
  background-color: #727e88;
  color: #fff;
}

.footer__form-input:focus {
  border: 1px solid #ff7d00;
}

.footer__form-message {
  font-size: 12px;
  line-height: 12px;
  color: red;
  display: none;
  margin-top: 5px;
  will-change: transform;
}

.footer__form-item--error .footer__form-input {
  border: 1px solid red;
}

.feed__item--error .footer__form-message {
  display: block;
}

.footer__form-consent {
  position: relative;
  margin-top: 20px;
}

.footer__form-top {
  display: inline-block;
}

.footer__form-consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer__form-consent input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0px 0 0px 28px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform;
}

.footer__form-consent a {
  color: #fff;
  text-decoration: underline;
}

.footer__form-consent a:hover {
  color: #fff;
  text-decoration: none;
}

.footer__form-consent input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #fff;
  border-radius: 2px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -28px;
  border: 1px solid #fff;
}

.footer__form-consent input[type=checkbox]:checked + label:before {
  background: #fff url(/images/consent-icon.svg) 50% 50% no-repeat;
}

.footer__form-consent input[type=submit] {
  display: block;
  width: 100%;
  margin: 30px auto 0 auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 50px;
  color: #fff;
  border: none;
  height: 50px;
  background: #ff7d00;
  text-align: center;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  will-change: transform;
}

.footer__form-consent input[type=submit].load {
  pointer-events: none;
  background: #2b6bab;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #498fd4 5px, #498fd4 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient 5s linear infinite;
  animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}
.footer__form-consent input[type=submit]:hover {
  background: #498fd4;
}

.footer__form-consent input[disabled] {
  background: #f69c46;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .footer__feed-items {
    --elements: 1;
    --cgap: 0px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .popup__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 0 30px;
  }
  .popup__text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }
  .popup__text p {
    margin: 10px 0 0 0;
  }
  .popup__text p:first-child {
    margin: 0;
  }
  .cookies__text {
    font-size: 14px;
    text-align: left;
    padding: 0 30px 0 0;
  }
  .cookies__text a {
    border-bottom: 1px solid #392a98;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #392a98;
  }
  .cookies__link a:hover {
    background: #392a98;
    color: #fff;
    border: 1px solid #392a98;
  }
  .cookies__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background: url(/images/cookies-close.svg) 0px 0px no-repeat;
    background-size: 1.25rem;
    right: 20px;
  }
  .header {
    position: absolute;
  }
  .header-section--top {
    display: none;
  }
  .header-section--bottom {
    margin-top: 0;
    padding: 15px 0;
  }
  .header-logo {
    width: 144px;
  }
  .header-nav {
    display: none;
  }
  .header-toggle {
    display: block;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .header {
    background: #232e37;
  }
  .show-menu .header-toggle {
    background-position: 0 -53px;
  }
  .show-menu .mobile-menu {
    display: block;
  }
  .section-index {
    position: relative;
    top: 0;
    z-index: 1;
    height: auto;
  }
  .section-index__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .section-index__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-index__col {
    width: 100%;
  }
  .section-index__col--left {
    max-width: 100%;
  }
  .section-index__col--left .section-index__actions {
    display: none;
  }
  .section-index__col--right {
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .section-index__col--right .section-index__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-index__title {
    font-size: 34px;
    line-height: 36px;
  }
  .section-index__text {
    font-size: 18px;
    line-height: 22px;
  }
  .section-index__link {
    -webkit-transition: none;
    transition: none;
  }
  .section-index__link:hover {
    background: #ff7d00;
  }
  .section-index__link-text {
    display: inline-block;
    background: url(/images/white-arrow.svg) 100% 50% no-repeat;
    padding-right: 30px;
  }
  .section-index__item {
    font-size: 18px;
    line-height: 22px;
    background: url(/images/dot.svg) 0 6px no-repeat;
  }
  .section-production {
    padding-top: 60px;
  }
  .section__title {
    font-size: 26px;
    line-height: 31px;
  }
  .section-production__info {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-production__text {
    max-width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
  .section-production__delivery {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .section-production__icon {
    width: 75px;
    margin-right: 16px;
  }
  .section-production__heading {
    font-size: 18px;
    line-height: 22px;
  }
  .section-production__content {
    margin-top: 30px;
  }
  .section-production__card {
    padding: 20px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-production__card:first-child {
    margin-top: 0;
  }
  .section-production__img {
    margin: 0 auto;
  }
  .section-production__inner {
    margin-top: 20px;
  }
  .section-production__name {
    font-size: 20px;
    line-height: 24px;
  }
  .section-production__count {
    display: none;
  }
  .section-production__description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }
  .section-production__link {
    margin-top: 20px;
    -webkit-transition: none;
    transition: none;
  }
  .section-production__link:hover {
    color: #fff;
    background: #2b6bab;
  }
  .section-attention {
    padding-top: 60px;
  }
  .section-attention__title {
    font-size: 26px;
    line-height: 31px;
  }
  .section-attention__text {
    font-size: 18px;
    line-height: 22px;
  }
  .section-attention__link {
    -webkit-transition: none;
    transition: none;
  }
  .section-attention__link:hover {
    color: #fff;
    background: #ff7d00;
  }
  .management {
    padding-top: 60px;
  }
  .management__block {
    padding: 60px 20px;
  }
  .director__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .director__col--content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    margin-top: 40px;
  }
  .director__col--media {
    margin: 0 auto;
  }
  .director__name {
    font-size: 26px;
    line-height: 31px;
  }
  .director__post, .director__text {
    font-size: 18px;
  }
  .director__icon {
    width: 43px;
    right: 0;
  }
  .staff {
    margin-top: 40px;
    padding: 0;
  }
  .staff__items {
    --elements: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .staff-item__name {
    margin-top: 16px;
  }
  .advantages {
    padding-top: 60px;
  }
  .advantages__list {
    --elements: 2;
    --cgap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advantages__icon {
    width: 70px;
    height: 70px;
  }
  .advantages__icon img {
    width: 42px;
  }
  .advantages__title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .about {
    padding: 60px 0;
  }
  .about__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .about__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__column {
    width: 100%;
  }
  .about__column--content {
    padding: 30px 20px;
  }
  .about__column--media {
    height: 0;
    padding-top: 66.67%;
    position: relative;
  }
  .about__video-link {
    -webkit-transition: none;
    transition: none;
  }
  .about__video-link:hover {
    opacity: 1;
  }
  .about__counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__counter-item {
    width: 100%;
  }
  .about__counter-value {
    font-size: 60px;
  }
  .about__counter-text {
    font-size: 18px;
    line-height: 22px;
  }
  .projects {
    padding: 60px 0;
  }
  .projects__title {
    font-size: 26px;
    line-height: 31px;
  }
  .project__name {
    margin-top: 16px;
    font-size: 18px;
    line-height: 20px;
  }
  .certificates {
    padding: 60px 0;
  }
  .certificates__title {
    font-size: 26px;
    line-height: 31px;
  }
  .certificates__name {
    -webkit-transition: none;
    transition: none;
  }
  .certificates:hover .certificate__name {
    color: #4eccf8;
  }
  .certificate__name {
    margin-top: 16px;
    font-size: 18px;
    line-height: 20px;
  }
  .footer__block--top {
    padding: 60px 0;
  }
  .footer__link {
    color: #989898;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
  }
  .footer__link:hover {
    color: #989898;
  }
  .footer__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyright {
    width: 100%;
  }
  .footer__policy {
    width: 100%;
    margin-top: 16px;
  }
  .footer__consent {
    width: 100%;
    margin-top: 16px;
  }
  .footer__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col--feed {
    width: 100%;
    max-width: 100%;
  }
  .footer__col--form {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }
  .footer__title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .footer__feed-phone {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
  }
  .footer__feed-phone a {
    color: #fff;
    text-decoration: none;
  }
  .footer__feed-phone a:hover {
    color: #fff;
  }
  .footer__feed-email {
    font-size: 24px;
    line-height: 28px;
    -webkit-transition: none;
    transition: none;
  }
  .footer__feed-email a {
    color: #fff;
    text-decoration: none;
  }
  .footer__feed-email a:hover {
    color: #fff;
  }
  .footer__wa a {
    -webkit-transition: none;
    transition: none;
  }
  .footer__wa a:hover {
    background: #4f5e6a;
  }
  .footer__form {
    padding: 30px 20px;
  }
  .footer__form-title {
    font-size: 24px;
    line-height: 28px;
  }
  .footer__form-text {
    font-size: 15px;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .section-index__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 0px);
            flex: 1 1 calc(100% - 0px);
  }
  .section-index__actions {
    max-width: 100%;
  }
  .staff__items {
    --elements: 2;
    --cgap: 10px;
    --rgap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .certificates {
    overflow: hidden;
  }
  .certificates__slider {
    overflow: visible;
  }
  .certificates__slide {
    width: 250px;
  }
  .projects__slide {
    width: 280px;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .section-production__link {
    width: 100%;
  }
  .footer__wa {
    max-width: 100%;
  }
}