@charset "UTF-8";
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegular.eot") format("embedded-opentype"), url("../fonts/SofiaProRegular.woff2") format("woff2"), url("../fonts/SofiaProRegular.woff") format("woff"), url("../fonts/SofiaProRegular.ttf") format("truetype"), url("../fonts/SofiaProRegular.svg#SofiaProRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/SofiaProLight.eot");
  src: url("../fonts/SofiaProLight.eot") format("embedded-opentype"), url("../fonts/SofiaProLight.woff2") format("woff2"), url("../fonts/SofiaProLight.woff") format("woff"), url("../fonts/SofiaProLight.ttf") format("truetype"), url("../fonts/SofiaProLight.svg#SofiaProLight") format("svg");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url("fonts/SofiaProExtraLight.eot");
  src: url("fonts/SofiaProExtraLight.eot") format("embedded-opentype"), url("fonts/SofiaProExtraLight.woff2") format("woff2"), url("fonts/SofiaProExtraLight.woff") format("woff"), url("fonts/SofiaProExtraLight.ttf") format("truetype"), url("fonts/SofiaProExtraLight.svg#SofiaProExtraLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/futura_pt_medium.eot");
  src: url("../fonts/futura_pt_medium.eot") format("embedded-opentype"), url("../fonts/futura_pt_medium.woff2") format("woff2"), url("../fonts/futura_pt_medium.woff") format("woff"), url("../fonts/futura_pt_medium.ttf") format("truetype"), url("../fonts/futura_pt_medium.svg#futura_pt_medium") format("svg");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/futuraptbook.eot");
  src: url("../fonts/futuraptbook.eot") format("embedded-opentype"), url("../fonts/futuraptbook.woff2") format("woff2"), url("../fonts/futuraptbook.woff") format("woff"), url("../fonts/futuraptbook.ttf") format("truetype"), url("../fonts/futuraptbook.svg#futuraptbook") format("svg");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/futura_pt_demi.eot");
  src: url("../fonts/futura_pt_demi.eot") format("embedded-opentype"), url("../fonts/futura_pt_demi.woff2") format("woff2"), url("../fonts/futura_pt_demi.woff") format("woff"), url("../fonts/futura_pt_demi.ttf") format("truetype"), url("../fonts/futura_pt_demi.svg#futura_pt_demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPTLight.eot");
  src: url("../fonts/FuturaPTLight.eot") format("embedded-opentype"), url("../fonts/FuturaPTLight.woff2") format("woff2"), url("../fonts/FuturaPTLight.woff") format("woff"), url("../fonts/FuturaPTLight.ttf") format("truetype"), url("../fonts/FuturaPTLight.svg#FuturaPTLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: 'Futura PT', sans-serif;
  font-size: 22px;
  line-height: 125%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #1D1D1B;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  height: inherit;
}

.no-scroll {
  overflow: hidden;
}

sup {
  font-size: 0.6em;
  line-height: 0;
}

sup * {
  font-size: inherit;
  vertical-align: baseline;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 980;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.header__top {
  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;
  margin-bottom: 30px;
}

.header__logo {
  max-width: 150px;
  margin-right: 36px;
}

.header__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 15px;
}

.header__side-btns {
  margin-left: auto;
}

.header__search {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  max-width: 1033px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.header__search.active {
  width: 77%;
  opacity: 1;
  visibility: visible;
}

.header__mobile {
  display: none;
}

.header__bottom .spec-btn__link {
  display: none;
}

.header_blue {
  background: #3ea2c4;
  position: static;
}

.header__close {
  display: none;
}

.form-file {
  width: 100%;
}

.form-file__wrapper {
  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;
}

.form-file__fileinput input {
  display: none;
}

.form-file__label {
  cursor: pointer;
  position: relative;
  font-weight: 450;
  color: #1655A3;
}

.form-file__label::before {
  content: "+";
  margin-right: 5px;
}

.upload-file-name del {
  color: #E85412;
  text-decoration: none;
  cursor: pointer;
}

.form-pricemain__filelist ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.form-group {
  position: relative;
  width: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.form-group_date {
  width: 50%;
}

.form-group_date::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/date-icon.svg") no-repeat center;
  background-size: contain;
}

.form-group_date .form-input {
  padding-right: 40px;
}

.form-group.show-info {
  margin-bottom: 30px;
}

.form-group.show-info.error .info-message {
  display: none;
}

.form-group_change-link {
  margin-bottom: 35px;
}

.form-group_change-link .input-change-link {
  position: absolute;
  left: 0;
  top: 100%;
  text-decoration: none;
  color: #1655A3;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}

.form-group.error {
  margin-bottom: 45px;
}

.form-group.error .form-input {
  border-color: #E85412;
}

.form-group.error .select__top {
  border-color: #E85412;
}

.form-group.error .form-textarea {
  border-color: #E85412;
}

.form-group.error .checkbox-label__area {
  border-color: #E85412;
}

.form-group.error .error-message {
  opacity: 1;
}

.form-input {
  width: 100%;
  padding: 28px 24px 12px;
  font-family: 'Futura PT', sans-serif;
  font-size: 20px;
  line-height: 28px;
  outline: none;
  border: 1px solid #DCE2E8;
  border-radius: 0 !important;
  -webkit-appearance: none;
}

.form-textarea {
  width: 100%;
  padding: 43px 24px 20px;
  font-size: 20px;
  line-height: 28px;
  height: 230px;
  outline: none;
  border: 1px solid #DCE2E8;
  resize: none;
  display: block;
}

.pass-btns {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gen-pass-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 5px;
}

.gen-pass-btn__icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.show-pass-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.show-pass-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.show-pass-btn .opened {
  display: none;
}

.show-pass-btn.active .closed {
  display: none;
}

.show-pass-btn.active .opened {
  display: block;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: rgba(29, 29, 27, 0.6);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.form-label_textarea {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown) ~ .form-label {
  font-size: 14px;
  color: #637586;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.form-textarea:focus ~ .form-label,
.form-textarea:not(:placeholder-shown) ~ .form-label {
  font-size: 14px;
  color: #637586;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.error-message {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
  line-height: 100%;
  color: #E85412;
  font-weight: 350;
  opacity: 0;
}

.info-message {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 132%;
  color: #637586;
}

.info-message.popup-link {
  top: calc(100% + 5px);
}

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

.select__top {
  position: relative;
  padding: 28px 24px 12px;
  font-family: 'Futura PT', sans-serif;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #DCE2E8;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.select__top::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 28px;
  height: 28px;
  background: url(../img/select-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.select__top.active::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.select__top.selected .select__label {
  font-size: 14px;
  top: 18px;
}

.select__input {
  display: none;
}

.select__label {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #637586;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.select__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 25px;
  display: inline-block;
}

.select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCE2E8;
  border-top: none;
  border-bottom: none;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  max-height: 280px;
  overflow: auto;
}

.select__dropdown::-webkit-scrollbar {
  width: 5px;
}

.select__dropdown::-webkit-scrollbar-track {
  background-color: #F2F5F7;
}

.select__dropdown::-webkit-scrollbar-thumb {
  background-color: #CBD4DD;
}

.select__dropdown.select_hide {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.select__search-input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  width: 100%;
  padding: 20px 24px;
  outline: none;
  border: none;
  border-bottom: 1px solid #DCE2E8;
}

.select__item {
  padding: 20px 24px;
  border-bottom: 1px solid #DCE2E8;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.select__item:hover {
  background: #A0C6F5;
  color: #FFFFFF;
}

.select__item.item-selected {
  background: #A0C6F5;
  color: #FFFFFF;
}

.select__empty {
  padding: 20px 24px;
  display: none;
}

.select.error .select__top {
  border-color: #249352;
}

.select.error .error-message {
  opacity: 1;
}

.privacy-checkbox {
  margin-top: 45px;
  border-top: 1px solid #CBD4DD;
  padding-top: 25px;
  margin-bottom: 18px;
}

.privacy-checkbox a {
  text-decoration: none;
  color: #E85412;
}

.privacy-checkbox a:hover {
  text-decoration: underline;
}

.input-checkbox {
  display: none;
}

.input-checkbox:checked ~ .checkbox-label .checkbox-label__area::before {
  opacity: 1;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.checkbox-label__area {
  position: relative;
  min-width: 31px;
  height: 31px;
  border: 1px solid #CBD4DD;
  margin-right: 12px;
}

.checkbox-label__area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
}

.form-checkbox.error .checkbox-label__area {
  border-color: #249352;
}

.input-radio {
  display: none;
}

.input-radio:checked ~ .radio-label .radio-label__area::before {
  opacity: 1;
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.radio-label__area {
  position: relative;
  min-width: 31px;
  height: 31px;
  display: block;
  border-radius: 50%;
  border: 1px solid #CBD4DD;
  margin-right: 12px;
}

.radio-label__area::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #637586;
  opacity: 0;
}

.radio-label__text {
  font-weight: 350;
  color: #637586;
}

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-submit__btn {
  padding: 16px 32px;
  background: #3ea2c4;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  font-family: 'Futura PT';
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.form-submit__btn:hover {
  background:#008942;
}

.form-submit__btn_white {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  color: #1655A3;
  text-decoration: none;
  border: 1px solid #CBD4DD;
  margin-left: 10px;
}

.form-submit__btn_white:hover {
  color: #FFFFFF;
}

.search-form__input {
  padding: 11px 90px 11px 20px;
}

.search-form__label {
  left: 20px;
}

.search-form__submit {
  position: absolute;
  top: 18px;
  right: 60px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  cursor: pointer;
}

.search-form__submit svg {
  display: block;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.search-form__submit:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.search-form__close {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.search-form__close svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.search-form__close:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.search-form__input:focus ~ .search-form__label,
.search-form__input:not(:placeholder-shown) ~ .search-form__label {
  opacity: 0;
  visibility: hidden;
}

.nav {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.nav__list-item {
  position: relative;
  padding: 0 24.4px;
  text-align: center;
  line-height: 100%;
}

.nav__list-item:first-child {
  padding-left: 0;
}

.nav__list-item:last-child {
  padding-right: 0;
}

.nav__list-item:last-child::before {
  display: none;
}

.nav__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #FFFFFF;
}

.nav__list-link {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.nav__list-link:hover {
  border-color: #FFFFFF;
}

.side-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-btns__item {
  margin-right: 20px;
}

.side-btns__item:last-child {
  margin-right: 0;
}

.side-btns__link {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.search-btn {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.search-btn__link {
  display: block;
  width: 19px;
  height: 19px;
}

.search-btn__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.search-btn.active {
  opacity: 0;
}

.search-btn1.active {
  opacity: 0;
}

.page-lang__link {
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.page-lang__link:hover {
  border-color: #FFFFFF;
}

.burger-btn {
  display: none;
}

.intro {
  position: relative;
  height: 900px;
  overflow: hidden;
}

.intro__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.intro__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: -2;
}

.intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 47, 92, 0.8);
  z-index: -1;
}

.intro__overlay_light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 85, 163, 0.88)), to(rgba(22, 85, 163, 0.88)));
  background: linear-gradient(0deg, rgba(62 162 196 / 82%), rgba(62 162 196 / 82%));
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  padding: 354px 0 65px;
}

.intro__title {
  width: 100%;
  max-width: 791px;
}

.intro__title_light {
  font-weight: 300;
}

.intro__title_line {
  padding-left: 35px;
  position: relative;
}

.intro__title_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #E85412;
}

.intro__subtitle {
  font-size: 30px;
  line-height: 132%;
  max-width: 890px;
  color: #FFFFFF;
}

.intro__subtitle span {
  font-size: 18px;
}

.intro__subtitle_light {
  font-weight: 300;
}

.intro__bottom {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__bottom .arrow-link {
  font-weight: 300;
}

.intro__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro__inner_page {
  padding: 100px 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro__inner_page .page-title {
  margin-bottom: 36px;
}

.intro_page {
  height: 622px;
}

.intro__bg_career img {
  -o-object-position: top;
     object-position: top;
}

.intro-links__item {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 120%;
  font-weight: 300;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
  margin-right: 24px;
}

.page-title {
  position: relative;
  padding-left: 35px;
  font-size: 64px;
  line-height: 100%;
  color: #FFFFFF;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #249352;
}

.single-page-title {
  padding: 33px 0 9px;
  font-size: 64px;
  line-height: 100%;
}

.single-page-title_article {
  font-size: 42px;
  line-height: 120%;
}

.single-page-title_article h1 {
  max-width: 1005px;
}

.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 350;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.arrow-link__text {
  font-size: 18px;
  line-height: 120%;
}

.arrow-link__icon {
  width: 15px;
  height: 15px;
  margin-left: 14px;
}

.arrow-link__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.arrow-link__icon path {
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.arrow-link_blue {
  color: #3ea2c4;
  border-color: #3ea2c4;
}

.arrow-link_blue path {
  fill: #3ea2c4;
}

.arrow-link_blue:hover {
  color: #249454;
  border-color: #249454;
}

.arrow-link_blue:hover path {
  fill: #249454;
}

.arrow-link_black {
  color: #1D1D1B;
  border-color: #1D1D1B;
}

.arrow-link_black path {
  fill: #1D1D1B;
}

.arrow-link_black:hover {
  color: #E85412;
  border-color: #E85412;
}

.arrow-link_black:hover path {
  fill: #E85412;
}

.arrow-link:hover svg {
  -webkit-transform: rotate(45deg) translate(-3px, 3px);
          transform: rotate(45deg) translate(-3px, 3px);
}

.about {
  padding: 48px 0 55px;
}

.about__title {
  margin-bottom: 28px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 42px;
  line-height: 120%;
}

.section-title__link {
  margin-left: auto;
}

.section-title_light {
  font-weight: 300;
}

.infographics {
  padding: 25px 0 75px;
  overflow: hidden;
}

.infographics__slide {
  width: auto;
}

.infographics_small-text {
  padding: 50px 0 28px;
}

.infographics_small-text .infographics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding-top: 0;
}

.infographics_small-text .infographics-card::before {
  height: 100%;
}

.infographics_small-text .infographics-card__suptext {
  font-weight: 300;
  color: #1D1D1B;
  text-transform: none;
  position: static;
  max-width: 256px;
  margin-bottom: 12px;
}

.infographics_small-text .infographics-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.infographics_small-text .infographics-card__title-text {
  font-size: inherit;
  line-height: inherit;
}

.infographics_small-text .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.infographics_small-text .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.infographics__bottom-text {
  margin-top: 50px;
}

.infographics-card {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  padding-top: 20px;
}

.infographics-card__title {
  color: #A0C6F5;
}

.infographics-card__suptext {
  position: absolute;
  top: 0;
  left: 34px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #A0C6F5;
}

.infographics-card__title-num {
  font-size: 119px;
  line-height: 100%;
}

.infographics-card__title-text {
  font-size: 80px;
  line-height: 100%;
}

.infographics-card__title-text sup {
  font-size: 40px;
  line-height: 100%;
}

.infographics-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background: #3ea2c4;
}

.swiper-slide-active .infographics-card::before {
  background: #239454;
}

.swiper-slide-active .infographics-card__title {
  color: #239454;
}

.gradient-swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.gradient-swiper__controls {
  position: absolute;
  top: 97px;
  right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.gradient-swiper__btn {
  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;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1655A3;
  margin-right: 8px;
  cursor: pointer;
}

.gradient-swiper__btn:last-child {
  margin-right: 0;
}

.gradient-swiper__btn svg {
  display: block;
  width: 17px;
}

.gradient-slide {
  position: relative;
  padding: 48px 45px 115px;
  overflow: hidden;
}

.gradient-slide__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}

.gradient-slide__bg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gradient-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32.82%, #FFFFFF), color-stop(79.27%, rgba(255, 255, 255, 0.308606)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(360deg, #FFFFFF 32.82%, rgba(255, 255, 255, 0.308606) 79.27%, rgba(255, 255, 255, 0) 100%);
}

.gradient-slide__date {
  font-size: 24px;
  line-height: 120%;
  color: #1655A3;
}

.gradient-slide__title {
  margin-bottom: 32px;
}

.fin-results {
  padding: 65px 0 70px;
}

.fin-results__title {
  margin-bottom: 40px;
}

.fin-results__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fin-results__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 25px 35px;
  background: #F2F5F7;
}

.fin-results__text {
  margin-bottom: 58px;
}

.reports {
  padding: 50px 0;
}

.reports__title {
  margin-bottom: 30px;
}

.reports__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reports__card {
  background: #F2F5F7;
  min-height: 390px;
}

.reports-list {
  padding: 70px 0;
}

.reports-list__title {
  margin-bottom: 40px;
}

.reports-list__text {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 48px;
}

.reports-list__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reports-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 75px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.reports-list__link {
  position: relative;
  text-decoration: none;
  color: #1D1D1B;
  font-weight: 300;
  font-size: 28px;
  line-height: 120%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.reports-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background: #E85412;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.reports-list__link:hover {
  color: #1655A3;
  padding-left: 14px;
}

.reports-list__link:hover::before {
  opacity: 1;
}

.obligations {
  padding: 50px 0;
  background: #F2F5F7;
}

.obligations__title {
  margin-bottom: 40px;
}

.obligations__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 430px;
      grid-template-columns: 1fr 430px;
  -webkit-column-gap: 150px;
          column-gap: 150px;
}

.obligations__text {
  font-size: 32px;
  line-height: 120%;
  max-width: 763px;
}

.obligations__text p {
  margin-bottom: 30px;
}

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

.obligations-cupon {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px #D3DFED;
          box-shadow: 0px 4px 20px #D3DFED;
}

.obligations-cupon__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 22px 24px 30px;
  border-bottom: 1px solid #DCE2E8;
}

.obligations-cupon__name-title {
  font-weight: 450;
  font-size: 24px;
  line-height: 150%;
  color: #1D1D1B;
}

.obligations-cupon__name-text {
  font-size: 20px;
  line-height: 150%;
  color: #637586;
}

.obligations-cupon__percent-num {
  font-size: 27px;
  line-height: 150%;
  color: #1655A3;
}

.obligations-cupon__percent-text {
  font-size: 20px;
  line-height: 150%;
  color: #637586;
}

.obligations-cupon__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 22px 30px 15px;
}

.obligations-cupon__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
  margin-bottom: 20px;
}

.obligations-cupon__item_wide {
  width: 100%;
}

.obligations-cupon__item:last-child {
  margin-right: 0;
}

.obligations-cupon__item-title {
  font-size: 27px;
  line-height: 150%;
  color: #1655A3;
}

.obligations-cupon__item-text {
  font-size: 20px;
  line-height: 150%;
  color: #637586;
}

.rating {
  padding: 70px 0;
}

.rating__title {
  margin-bottom: 24px;
}

.rating__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 325px;
      grid-template-columns: 1fr 325px;
  -webkit-column-gap: 54px;
          column-gap: 54px;
  margin-bottom: 60px;
}

.rating__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 920px;
  font-size: 32px;
  line-height: 120%;
}

.rating__pic img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 325px;
}

.rating-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.rating-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 120%;
}

.rating-list__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background: #CBD4DD;
}

.rating-list__item:first-child::after {
  display: none;
}

.rating-list__item:last-child::after {
  display: none;
}

.rating-list__item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-bottom-text {
  padding: 55px 0;
  background: #F2F5F7;
  font-size: 18px;
  line-height: 120%;
}

.section-bottom-text a {
  text-decoration: none;
  color: #1655A3;
  font-weight: 450;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.section-bottom-text a:hover {
  color: #297BE1;
}

.production {
  position: relative;
  color: #FFFFFF;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.production__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.production__fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.production__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh;
  max-width: 494px;
}

.production__title {
  margin-bottom: 24px;
}

.production__text {
  margin-bottom: 32px;
}

.production__text p {
  margin-bottom: 24px;
}

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

.production__swiper {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 650px;
}

.production-swiper {
  width: 100%;
  height: 100%;
}

.production-swiper__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 72px 26px 172px 80px;
  z-index: 1;
}

.production-swiper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.production-swiper__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.production-swiper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(18.23%, rgba(22, 85, 163, 0.74)), to(rgba(22, 85, 163, 0)));
  background: linear-gradient(90deg, rgb(62 162 196 / 82%) 18.23%, rgba(22, 85, 163, 0) 100%);
}

.production-swiper__logo {
  width: 195px;
  margin-bottom: 16px;
}

.production-swiper__logo img {
  display: block;
  width: auto;
  height: auto;
}

.production-swiper__text {
  max-width: 650px;
  margin-top: 40px;
}

.production-swiper__list {
  margin: 100px 0 auto;
}

.production-swiper__pagination {
  width: auto !important;
  top: auto !important;
  right: auto !important;
  left: 80px !important;
  bottom: 47px !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.production-swiper__pagination .swiper-pagination-bullet {
  background: #FFFFFF;
}

.production-swiper__btns {
  position: absolute;
  right: 45px;
  bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.production-swiper__btn {
  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;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3ea2c4;
  margin-right: 8px;
  cursor: pointer;
}

.production-swiper__btn:last-child {
  margin-right: 0;
}

.production-swiper__btn svg {
  display: block;
  width: 18px;
  height: auto;
}

.advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advantages-list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 34px;
  font-size: 35px;
  line-height: 120%;
  font-weight: bold;
  max-width: 1000px;
}

.advantages-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 125px;
  background: #FFFFFF;
}

.advantages-list__item:last-child {
  margin-bottom: 0;
}

.news {
  padding: 5px 0 15px;
}

.news__title {
  margin-bottom: 32px;
}

.news__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[5];
      grid-template-rows: repeat(5, 1fr);
  grid-gap: 30px;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.news__content .news-card-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.news__content .news-card-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.news__content .news-card-3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.news__content .news-card-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / 6;
}

.news__content .news-card-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / 6;
}

.news .posts-1 {
  -ms-grid-columns: 2fr;
      grid-template-columns: 2fr;
  -ms-grid-rows: 460px;
      grid-template-rows: 460px;
}

.news .posts-2 {
  -ms-grid-rows: 315px;
      grid-template-rows: 315px;
}

.news .posts-2 .news-card-2 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-start: 1;
  grid-row-end: 12;
}

.news .posts-3 {
  -ms-grid-rows: 315px;
      grid-template-rows: 315px;
}

.news .posts-4 {
  -ms-grid-rows: (30px)[21];
      grid-template-rows: repeat(21, 30px);
}

.news .posts-4 .news-card-1 {
  grid-row-end: 29;
}

.news .posts-4 .news-card-4 {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 13;
      grid-row-start: 13;
}

.news-card {
  position: relative;
  height: 100%;
  padding: 24px;
  background: #1655A3;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}

.news-card:last-child {
  margin-bottom: 0;
}

.news-card:hover .news-card__title {
  text-decoration: underline;
}

.news-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #FFFFFF;
  height: 100%;
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.94%, #1655A3), color-stop(48.71%, rgba(22, 85, 163, 0))), radial-gradient(30.45% 29.91% at 0% 0%, rgba(22, 85, 163, 0.4) 0%, rgba(22, 85, 163, 0) 100%);
  background: linear-gradient(0deg, #1655A3 2.94%, rgba(22, 85, 163, 0) 48.71%), radial-gradient(30.45% 29.91% at 0% 0%, rgba(22, 85, 163, 0.4) 0%, rgba(22, 85, 163, 0) 100%);
  z-index: -1;
}

.news-card__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.news-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__date {
  margin-bottom: auto;
  font-size: 22px;
  line-height: 120%;
  text-shadow: 0 0 10px #1655A3;
}

.news-card__date_blue {
  color: #1655A3;
}

.news-card__title {
  font-weight: 350;
  font-size: 28px;
  line-height: 110%;
}

.news-card__text {
  margin-top: 15px;
}

.shadow-box {
  position: relative;
  background-color: #FAFAFA;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.shadow-box:hover {
  background-color: #F2F5F7;
}

.shadow-box:hover::before {
  background: #FAFAFA;
}

.shadow-box:hover::after {
  border-color: transparent transparent transparent #F2F5F7;
}

.shadow-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #F2F5F7;
  z-index: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.shadow-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 171px 0 171px 65px;
  -webkit-transform: translate(65px);
          transform: translate(65px);
  border-color: transparent transparent transparent #FAFAFA;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.shadow-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 342px;
}

.shadow-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: auto;
  max-width: 50%;
  padding: 38px 0 42px;
  padding-left: 25px;
}

.shadow-box__item:nth-of-type(2) {
  position: relative;
  padding-left: 128px;
  padding-top: 124px;
  padding-bottom: 112px;
}

.shadow-box__item:nth-of-type(2) .shadow-box__text {
  max-width: 389px;
}

.shadow-box__title {
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 32px;
}

.shadow-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  line-height: 150%;
}

.shadow-box__vert-text {
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  color: #E85412;
}

.partners {
  padding: 48px 0 50px;
}

.partners__title {
  margin-bottom: 28px;
}

.partners__text {
  margin-bottom: 40px;
}

.partners__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__links-item {
  position: relative;
  margin-right: 58px;
}

.partners__links-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: rgba(29, 29, 27, 0.5);
}

.partners__links-item:last-child {
  margin-right: 0;
}

.partners__links-item:last-child::after {
  display: none;
}

.today-tomorrow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.today-tomorrow__block {
  position: relative;
  padding: 80px;
  background: #1655A3;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  z-index: 1;
}

.today-tomorrow__block:last-child {
  border: none;
}

.today-tomorrow__block:hover .today-tomorrow__title {
  margin-bottom: 300px;
}

.today-tomorrow__block:hover .today-tomorrow__bg {
  opacity: 1;
}

.today-tomorrow__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.today-tomorrow__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.today-tomorrow__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1655A3;
  opacity: 0.6;
}

.today-tomorrow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 738px;
}

.today-tomorrow__title {
  position: relative;
  font-weight: 450;
  font-size: 46px;
  line-height: 120%;
  margin-bottom: 60px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.today-tomorrow__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 48px;
  height: 3px;
  background: #FFFFFF;
}

.today-tomorrow__text {
  font-weight: 450;
  font-size: 24px;
  line-height: 150%;
}

.news-swiper {
  padding: 48px 0 65px;
}

.news-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-swiper__card {
  width: 49%;
  max-width: 660px;
}

.news-swiper__title {
  margin-bottom: 32px;
}

.news-swiper__pic {
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}

.news-swiper__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-swiper__slide-title {
  font-weight: 350;
  font-size: 28px;
  line-height: 120%;
}

.news-swiper__tags {
  margin-bottom: 8px;
}

.news-swiper__pagination {
  position: static !important;
  width: auto !important;
  margin: 0 15px;
}

.news-swiper__wrapper {
  padding-bottom: 44px;
}

.news-swiper__controls {
  position: relative;
  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;
}

.swiper-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-tags__item {
  position: relative;
  font-size: 22px;
  line-height: 120%;
  color: #1655A3;
  margin-right: 38px;
}

.swiper-tags__item::before {
  content: "•";
  position: absolute;
  top: 0;
  right: -30px;
  width: 22px;
  height: 26px;
  text-align: center;
}

.swiper-tags__item:last-child {
  margin-right: 0;
}

.swiper-tags__item:last-child::before {
  display: none;
}

.swiper-tags__link {
  text-decoration: none;
  color: #1655A3;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  border-bottom: 1px solid transparent;
}

.swiper-tags__link:hover {
  border-color: #1655A3;
}

.news-swiper .swiper-pagination-bullet {
  margin-right: 20px;
}

.news-swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet {
  opacity: 0.5 !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #1D1D1B;
}

.news-swiper-btn {
  width: 21px;
  height: 21px;
  margin-top: 5px;
  cursor: pointer;
}

.news-swiper-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-disabled {
  opacity: 0.6;
}

.footer {
  background: #3ea2c4;
  color: #FFFFFF;
  font-weight: 300;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 0 32px;
  border-bottom: 1px solid #FFFFFF;
}

.footer__nav-item {
  margin-bottom: 18px;
}

.footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.footer__nav-link:hover {
  border-color: #FFFFFF;
}

.footer__contacts-title {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 18px;
  font-weight: 300;
}

.footer__contacts-item {
  font-weight: 300;
  margin-bottom: 18px;
}

.footer__contacts-item:last-child {
  margin-bottom: 0;
}

.footer__contacts-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  margin-right: 15px;
  margin-top: 5px;
}

.footer__contacts-icon img {
  display: block;
}

.footer__contacts-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  line-height: 120%;
  max-width: 240px;
}

.footer__contacts-link {
  text-decoration: none;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  margin-bottom: 12px;
}

.footer__contacts-link:last-child {
  margin-bottom: 0;
}

.footer__contacts-link:hover {
  border-color: #FFFFFF;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__btn-link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  padding: 13px 100px 15px;
  text-decoration: none;
  color: #1655A3;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 350;
}

.footer__bottom {
  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: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  font-size: 18px;
  line-height: 120%;
}

.footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer__privacy-link {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  margin-right: 10px;
}

.footer__privacy-link:last-child {
  margin-right: 0;
}

.footer__privacy-link:hover {
  border-color: #FFFFFF;
}

.pixelplus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pixelplus__logo {
  margin-right: 11px;
}

.pixelplus__logo img {
  display: block;
}

.pixelplus a {
  text-decoration: none;
  color: #FFFFFF;
}

.pixelplus a:hover {
  text-decoration: underline;
}

.contacts {
  padding: 0px 0 50px;
  font-weight: 300;
}

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

.contacts__content {
  width: 32%;
  max-width: 420px;
}

.contacts__map {
  width: 63%;
  max-width: 850px;
}

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

.contacts__title {
  padding: 0;
  margin-bottom: 35px;
  width: 100%;
}

.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-list__item {
  margin-bottom: 20px;
}

.contacts-list__item:last-child {
  margin-bottom: 0;
}

.contacts-list__item_margin {
  margin-bottom: 32px;
}

.contacts-list__title {
  font-weight: 350;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 12px;
}

.contacts-list__title_blue {
  color: #1655A3;
}

.contacts-list__text {
  font-size: 20px;
  line-height: 120%;
}

.contacts-list__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-list__link {
  text-decoration: none;
  color: #1D1D1B;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.contacts-list__link:hover {
  border-color: #1D1D1B;
}

.contacts-list__link:last-child {
  margin-bottom: 0;
}

.positions {
  padding: 0 0 68px;
  background: rgba(22, 85, 163, 0.1);
}

.positions-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.positions-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.positions-list__title {
  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;
  text-align: center;
  background: #FFFFFF;
  width: 240px;
  height: 92px;
  color: #1655A3;
  font-weight: 350;
  font-size: 24px;
  line-height: 120%;
  padding: 0 10px;
  margin-bottom: 12px;
}

.positions-list__description {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 18px;
}

.positions-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 350;
  text-decoration: none;
  color: #1D1D1B;
  margin-top: auto;
}

.positions-list__link:hover .positions-list__link-text {
  border-color: #1D1D1B;
}

.positions-list__link-icon {
  width: 20px;
  height: 16px;
  margin-right: 14px;
}

.positions-list__link-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.positions-list__link-text {
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.manufacture-contacts {
  padding: 70px 0 66px;
  position: relative;
  z-index: 1;
}

.manufacture-contacts::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 774px;
  height: 528px;
  background: url(../img/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.manufacture-contacts__title {
  font-size: 64px;
  line-height: 50px;
  margin-bottom: 1px;
}

.manufacture-contacts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.manufacture-contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  padding: 48px 41px;
}

.manufacture-contacts-card h3 {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  padding-left: 17px;
  margin-bottom: 55px;
}

.manufacture-contacts-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #239454;
}

.manufacture-contacts-card p {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 14px;
}

.manufacture-contacts-card ul {
  font-size: 18px;
  line-height: 120%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.intro_about {
  height: 622px;
}

.intro__inner_about {
  padding: 220px 0 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.intro__title_about {
  margin-bottom: 36px;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFFFFF;
}

.intro__text {
  font-size: 32px;
  line-height: 132%;
  max-width: 660px;
}

.intro__text-item {
  margin-bottom: 28px;
}

.intro__text-item:last-child {
  margin-bottom: 0;
}

.gallery {
  padding: 80px 0;
}

.gallery__text {
  margin-bottom: 50px;
}

.gallery__text p {
  margin-bottom: 16px;
}

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

.gallery-pics {
  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: wrap;
      flex-wrap: wrap;
}

.gallery-pics__item {
  width: 24%;
  max-width: 315px;
  overflow: hidden;
}

.gallery-pics__item img {
  width: 100%;
  height: auto;
  display: block;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.blue-bg {
  position: relative;
  padding: 80px 0;
  color: #FFFFFF;
  background: #3ea2c4;
  overflow: hidden;
  z-index: 1;
}

.blue-bg__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blue-bg__pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.blue-bg__pic img {
  display: block;
  height: 100%;
  width: auto;
}

.blue-bg__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  max-width: 768px;
  margin-left: auto;
}

.blue-bg__text p {
  margin-bottom: 16px;
}

.blue-bg__text p:last-child {
  margin-bottom: 0;
}

.blue-bg__text_light {
  line-height: 110%;
  font-weight: 300;
}

.blue-bg__text_light p {
  margin-bottom: 15px;
}

.blue-bg__text_light p:last-child {
  margin-bottom: 0;
}

.blue-bg__title {
  margin-bottom: 28px;
}

.about-info {
  position: relative;
  padding: 52px 0 65px;
  overflow: hidden;
}

.about-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-info__title {
  margin-bottom: 28px;
}

.about-info__text {
  width: 50%;
  max-width: 652px;
  font-weight: 300;
  margin-bottom: 28px;
}

.about-info__text p {
  margin-bottom: 22px;
  max-width: 600px;
}

.about-info__text p:last-child {
  margin-bottom: 0;
}

.about-info__pic {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100%);
  width: 48%;
  max-width: 705px;
}

.about-info__pic img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.about-info__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.text-box {
  position: relative;
  padding: 68px 0 71px;
  background: #1655A3;
  overflow: hidden;
}

.text-box__content {
  font-weight: 300;
  font-size: 42px;
  line-height: 110%;
  color: #FFFFFF;
}

.text-box__content span {
  font-weight: 450;
}

.text-box__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-box__bg img {
  width: auto;
  height: auto;
  display: block;
}

.about-text {
  padding: 50px 0;
}

.about-text__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-text__content {
  padding: 30px 42px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
  background-color: #ffffff;
}

.about-text__title {
  font-weight: 350;
  font-size: 55px;
  line-height: 100%;
  color: #2b559e;
  margin-bottom: 5px;
}

.about-text__text {
  font-size: inherit;
  line-height: 110%;
}

.about-text__text p span {
  font-weight: 350;
  font-size: 55px;
  line-height: 100%;
  color: #2b559e;
}

.about-text__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-text__pic img {
  width: 80%;
  height: auto;
}

.about-banner__pic {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 1;
}

.about-banner__pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner__pic .about-banner__mobile-img {
  display: none;
}

.about-stats {
  padding: 30px 0 66px;
}

.about-stats__pic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b559e;
  opacity: 0.5;
  z-index: 2;
}

.about-stats__text {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 30px;
}

.stats-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stats-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
  background-color: #ffffff;
  padding: 30px 40px;
  text-align: center;
}

.stats-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #a8c5f1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.stats-list__sup-text {
  margin-bottom: 5px;
}

.stats-list__num {
  font-size: 119px;
  line-height: 100%;
  color: #a8c5f1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.about-advantages {
  position: relative;
  padding: 10px 0 60px;
  overflow: hidden;
}

.about-advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
          column-gap: 18px;
}

.about-advantages__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-weight: 350;
  font-size: 35px;
  line-height: 110%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  z-index: 1;
}

.about-advantages__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  width: 300%;
  height: 100%;
  background-color: #2b559e;
  z-index: -2;
}

.about-advantages__text {
  max-width: 564px;
}

.about-advantages__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  z-index: 2;
}

.about-advantages__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.about-advantages__item {
  position: relative;
  padding: 24px 9px 24px 15px;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
  background-color: #ffffff;
  margin-bottom: 12px;
}

.about-advantages__item:last-child {
  margin-bottom: 0;
}

.about-gray {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b559e08;
  padding: 100px 0;
  overflow: hidden;
}

.about-gray__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-gray__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-weight: 350;
  font-size: 48px;
  line-height: 110%;
  max-width: 630px;
  color: #2b559e;
}

.about-gray__text span {
  color: #E85412;
}

.about-gray__pic {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
}

.about-gray__pic img {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-blue {
  position: relative;
  padding: 66px 0;
  background: #3ea2c4;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 1;
}

.about-blue__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-blue__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  font-weight: 350;
  font-size: 38px;
  line-height: 110%;
}

.about-blue__pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
}

.about-blue__pic img {
  display: block;
  height: 100%;
  width: auto;
}

.about-blue__pic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.about-bottom {
  padding: 13px 0 9px;
  font-size: 16px;
  line-height: 120%;
  color: #CBCBCB;
}

.team__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team__title {
  margin-bottom: 28px;
  color: #000010;
}

.team__inner {
  position: relative;
}

.team__link {
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.team__link:hover {
  color: #1655A3;
}

.team__text {
  max-width: 565px;
  margin-bottom: 80px;
  line-height: 110%;
}

.team__bottom {
  position: absolute;
  bottom: -80px;
  left: 0;
  color: #CBCBCB;
  line-height: 120%;
}

.tabs__pane {
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.tabs__pane.fade {
  display: block;
}

.tabs__pane.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.team-tabs__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-tabs__nav .arrow-link {
  margin-bottom: 17px;
}

.team-tabs__nav .arrow-link:last-child {
  margin-bottom: 0;
}

.team-tabs__nav .arrow-link.active {
  color: #E85412;
  border-color: #E85412;
}

.team-tabs__nav .arrow-link.active svg {
  -webkit-transform: rotate(45deg) translate(-3px, 3px);
          transform: rotate(45deg) translate(-3px, 3px);
}

.team-tabs__nav .arrow-link.active svg path {
  fill: #E85412;
}

.team-tabs__link {
  position: relative;
  text-decoration: none;
  padding-left: 28px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  font-weight: 350;
  color: #000000;
  margin-bottom: 17px;
}

.team-tabs__link:last-child {
  margin-bottom: 0;
}

.team-tabs__link:hover {
  opacity: 0.7;
}

.team-tabs__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E85412;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: 2;
}

.team-tabs__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
  z-index: 0;
}

.team-tabs__link.active {
  opacity: 1;
}

.team-tabs__link.active::before {
  opacity: 1;
}

.team-tabs__content {
  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: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.team-tabs__content-top {
  margin-bottom: 68px;
}

.team-tabs-aside {
  position: relative;
  padding: 72px 0 55px;
  background-color: #f2f7fd;
  overflow: hidden;
}

.team-tabs-aside__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.team-tabs-aside__pic {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
}

.team-tabs-aside__pic img {
  position: absolute;
  left: auto;
  top: 0;
  width: 66%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-tabs-content .tabs__pane {
  padding: 63px 0 80px;
}

.team-tabs-content__inner {
  position: relative;
}

.tabs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 58px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
}

.tabs-top__pic {
  margin-right: 40px;
}

.tabs-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tabs-top__name {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 12px;
}

.tabs-top__position {
  font-size: 18px;
  line-height: 120%;
}

.tabs-top__link .arrow-link__text {
  font-size: 22px;
}

.team-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background: #D4DFED;
}

.team-pic_square {
  border-radius: 0;
}

.team-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 68px;
}

.team-list__item:last-child {
  margin-right: auto;
}

.team-list__pic {
  margin-bottom: 24px;
}

.team-list__name {
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  max-width: 275px;
  margin-bottom: 12px;
}

.team-list__position {
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  opacity: 0.6;
  max-width: 275px;
}

.team-list_row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-list__item_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

.team-list__item_row:last-child {
  margin-bottom: 0;
}

.team-list__name_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  max-width: none;
  margin-bottom: 0;
  text-align: left;
}

.team-list__position_row {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  min-width: 500px;
  max-width: none;
}

.about-management {
  padding: 45px 0;
}

.about-management__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18px;
          column-gap: 18px;
  row-gap: 30px;
}

.about-management__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-management__text {
  grid-column: 2 / -1;
  line-height: 110%;
}

.about-management a {
  grid-column: 2 / -1;
}

.history__head {
  position: relative;
  background: #3ea2c4;
  color: #FFFFFF;
  font-weight: bold;
  padding: 100px 0;
  z-index: 0;
}

.history__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url(/storage/images/celi.jpg);
  background-size: cover;
  z-index: -1;
}

.history__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.history__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.history__title {
  margin-bottom: 28px;
  font-weight: bold;
}

.history__text {
  font-size: 26px;
  line-height: 110%;
  max-width: 1000px;
}

.history-animation {
  font-family: 'Manrope', sans-serif;
  width: 100%;
  background: #FFFFFF;
  background: #F1F7FE;
}

.history-animation__wrapper {
  position: relative;
  padding: 28px 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.history-animation__inner {
  position: relative;
}

.history-animation__graph {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1090px;
  background: url(../img/history-graph.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.fall-down-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
}

.fall-down-blocks__col {
  width: 19%;
}

.fall-down-block {
  padding: 20px 0;
  background: #FFFFFF;
  border: 1px solid #CFE2FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 6px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  overflow: hidden;
}

.fall-down-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 15%;
}

.fall-down-block__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.animation-event {
  position: relative;
  padding: 10px 20px;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.animation-event__date {
  font-weight: bold;
  font-size: 16px;
  line-height: 136%;
  color: #4680C7;
}

.animation-event__text {
  font-size: 14px;
  line-height: 136%;
  color: #303A44;
}

.animation-event_final .final-block__logo img {
  display: block;
  width: 246.58px;
  height: auto;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.united-blocks {
  z-index: auto;
  min-height: 700px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.united-block {
  position: absolute;
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: auto;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.united-block .fall-down-block {
  z-index: 2;
  max-width: 323px;
}

.united-block-1 {
  top: 32%;
  right: 0;
}

.united-block-2 {
  top: 46%;
  left: 0;
}

.united-block-3 {
  width: 48%;
  top: 48%;
  right: calc(10% + 6px);
}

.united-block-4 {
  top: 67%;
  left: -1px;
  width: 100%;
}

.united-block-5 {
  top: 920px;
  width: 100%;
}

.united-block-5 .fall-down-block.show {
  margin-top: 0;
}

.final-block {
  top: 91%;
  width: 100%;
  height: 120px;
}

.manufacture-info {
  position: relative;
  padding: 100px 0;
}

.manufacture-info__content {
  width: 55%;
  max-width: 709px;
}

.manufacture-info__title {
  font-size: 55px;
  line-height: 110%;
  font-weight: 350;
  text-transform: uppercase;
  color: #1655A3;
  margin-bottom: 46px;
}

.manufacture-info__text {
  line-height: 110%;
  margin-bottom: 46px;
}

.manufacture-info__pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
}

.manufacture-info__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.manufacture-info__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.manufacture-info__swiper .swiper-slide-active::before {
  background-color: #E85412;
}

.manufacture-info__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: auto;
  height: initial;
  padding: 40px 30px;
}

.manufacture-info__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #a8c5f1;
}

.manufacture-info__icon {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}

.manufacture-info__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.manufacture-info__slide-text {
  font-weight: 450;
  font-size: 33px;
  line-height: 110%;
  max-width: 300px;
}

.manufacture-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 70px;
          column-gap: 70px;
  row-gap: 33px;
}

.manufacture-list__title {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.manufacture-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manufacture-list__icon {
  width: 42px;
  min-width: 42px;
  height: 38px;
  margin-right: 16px;
}

.manufacture-list__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.manufacture-list__text {
  font-weight: 450;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1655A3;
}

.border-text {
  position: relative;
  padding: 64px 110px 74px;
  border: 5px solid #E85412;
}

.border-text__text {
  font-weight: 600;
  font-size: 42px;
  line-height: 125%;
  color: #E85412;
  max-width: 565px;
}

.border-text__pic {
  position: absolute;
  right: 46px;
  bottom: -50px;
  width: 43%;
  max-width: 550px;
}

.border-text__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.interactive-map {
  position: relative;
  overflow: hidden;
  padding: 93px 0 34px;
  background: #F1F7FE;
  min-height: 1000px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.interactive-map__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.interactive-map__title {
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1655A3;
  margin-bottom: 37px;
  font-weight: 350;
  width: 100%;
}

.interactive-map__list {
  margin-bottom: 52px;
}

.interactive-map__list-item {
  max-width: 750px;
}

.interactive-map__list-item:first-child {
  max-width: 790px;
}

.interactive-map__content {
  width: 50%;
}

.interactive-map__pic {
  width: 50%;
  max-width: 568px;
}

.interactive-map__wrapper {
  position: relative;
  width: 100%;
}

.interactive-map__wrapper picture {
  position: absolute;
  top: -865px;
  left: 5px;
  right: auto;
  width: 100%;
  height: 100%;
}

.interactive-map__wrapper .map-image {
  position: absolute;
  top: -865px;
  left: 5px;
  width: auto;
  height: auto;
  display: block;
}

.map-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map-list__item {
  position: relative;
  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: wrap;
      flex-wrap: wrap;
  padding: 20px;
  max-width: 775px;
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-right: none;
  z-index: 3;
}

.map-list__item::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F5F7;
  z-index: 1;
  opacity: 0;
}

.map-list__item::after {
  content: "";
  position: absolute;
  top: 38px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E85412;
  z-index: 1;
  opacity: 0;
}

.map-list-item {
  position: relative;
  z-index: 1;
}

.map-list-item__text {
  font-weight: 300;
  width: 75%;
  max-width: 560px;
}

.map-list-item__info {
  max-width: 120px;
}

.map-list-item__dropdown {
  width: 100%;
  background: #FFFFFF;
  height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 10px;
  z-index: 10;
}

.map-list-item__dropdown p {
  margin-bottom: 10px;
}

.map-list-item__dropdown p:last-child {
  margin-bottom: 0;
}

.map-list-item.active {
  border-color: #F2F5F7;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.map-list-item.active .map-list-item__dropdown {
  height: auto;
  opacity: 1;
}

.map-list-item.active::before {
  opacity: 1;
}

.map-list-item.active::after {
  opacity: 1;
}

.active .map-info::before {
  background: #E85412;
}

.map-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 14px;
}

.map-info__item {
  margin-bottom: 12px;
}

.map-info__item:last-child {
  margin-bottom: 0;
}

.map-info__item-value {
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
}

.map-info__item-title {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.map-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #1655A3;
}

.map-group {
  position: absolute;
}

.map-group__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.map-group.active .map-point__icon {
  background: #E85412;
  border-color: #E85412;
}

.map-group.active .map-point__icon::before {
  background: #FFFFFF;
}

.map-group.active .map-line {
  opacity: 1;
  visibility: visible;
}

.map-group_disabled .map-point__icon {
  background: transparent;
  cursor: auto;
  border: none;
}

.map-group-2 {
  top: 246px;
  left: 190px;
}

.map-group-3 {
  top: 282px;
  left: 15px;
}

.map-group-3 .map-point {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.map-group-3 .map-point__icon {
  margin-right: 0;
  margin-left: 12px;
}

.map-group-3 .map-line {
  left: auto;
  right: 17px;
}

.map-group-4 {
  top: 331px;
  left: 185px;
}

.map-group-1 {
  top: 395px;
  left: 310px;
}

.map-group-1 .map-point {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.map-group-1 .map-point__icon {
  margin-right: 0;
  margin-left: 12px;
}

.map-group-1 .map-line {
  left: auto;
  right: 17px;
}

.map-group-5 {
  top: 601px;
  left: 135px;
}

.map-group-6 {
  top: 286px;
  left: 195px;
}

.map-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: 2;
}

.map-point__icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #1655A3;
  margin-right: 10px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: 1;
}

.map-point__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #1655A3;
  border-radius: 50%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.map-point__city {
  font-weight: 600;
  line-height: 120%;
}

.map-line {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translate(17px, -15px);
          transform: translate(17px, -15px);
}

.map-point:hover .map-line {
  opacity: 1;
  visibility: visible;
}

.map-group_disabled {
  cursor: auto;
}

.map-group_disabled .map-point {
  cursor: auto;
}

.map-group_disabled .map-point:hover .map-point__icon {
  background: transparent;
}

.map-group_disabled .map-point:hover .map-point__icon::before {
  background: #1655A3;
}

.square-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.square-list__item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 24px;
}

.square-list__item:last-child {
  margin-bottom: 0;
}

.square-list__item::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #1655A3;
}

.research {
  padding: 90px 0 30px;
}

.research__inner {
  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: wrap;
      flex-wrap: wrap;
}

.research__pic {
  width: 40%;
  max-width: 595px;
}

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

.research__content {
  width: 50%;
  max-width: 642px;
  margin-bottom: 78px;
}

.research__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
  color: #1655A3;
  margin-bottom: 40px;
}

.research__text {
  font-size: 26px;
  line-height: 150%;
}

.research__fw-pic {
  width: 100%;
}

.research__fw-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.control {
  position: relative;
  background: #F1F7FE;
  padding: 100px 0 140px;
  overflow: hidden;
}

.control__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.control__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.control__title {
  font-size: 60px;
  line-height: 90%;
  font-weight: 350;
  text-transform: uppercase;
  color: #1655A3;
  margin-bottom: 24px;
}

.control__pic {
  height: 100%;
}

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

.control__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  line-height: 110%;
}

.control__text p {
  margin-bottom: 15px;
}

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

.control__border-text {
  padding: 87px 109px 83px;
  margin: 80px 0;
}

.control__border-text .border-text__text {
  max-width: 402px;
}

.control__border-text .border-text__pic {
  right: 53px;
  bottom: -20px;
}

.control__principles {
  margin-bottom: 100px;
}

.principles-list {
  padding: 30px 0 60px;
}

.principles-list__title {
  font-weight: 450;
  font-size: 36px;
  line-height: 125%;
  color:#239454;
  margin-bottom: 20px;
}

.principles-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 39px 40px 51px;
  min-height: 180px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E7ECF1;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 0;
}

.principles-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E85412;
  z-index: -1;
}

.principles-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F5F7;
  z-index: -2;
}

.principles-list .infographics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 22px;
  min-height: 230px;
}

.principles-list .infographics-card::before {
  width: 4px;
  height: 100%;
}

.principles-list .infographics-card__text {
  font-size: inherit;
  line-height: 110%;
  margin-top: auto;
}

.principles-list .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.certificates-gallery {
  padding: 57px 0 54px;
  background: #F1F7FE;
}

.point {
  overflow: hidden;
  padding: 18px 0 30px;
}

.point__wrapper {
  padding: 72px 0;
  position: relative;
}

.point__content {
  position: relative;
  width: 100%;
  padding: 45px 45px 36px;
  -webkit-box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
          box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
}

.point__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: #E85412;
}

.point__text {
  font-weight: 400;
  font-size: 42px;
  line-height: 125%;
  max-width: 400px;
  color: #E85412;
  text-transform: uppercase;
}

.point__pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 2;
}

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

.control-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.control-gallery__item {
  width: 15%;
  max-width: 200px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.control-gallery__item_shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}

.control-gallery__item_shadow img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.control-gallery__item_shadow img:last-child {
  margin-bottom: 0;
}

.control-gallery__item_thumb:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2);
}

.control-gallery__link {
  width: 100%;
}

.control-gallery__link img {
  display: block;
  width: 100%;
  height: auto;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.24);
  display: none;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup.fade {
  display: block;
}

.popup.active {
  opacity: 1;
}

.popup.active .popup__wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup__wrapper {
  width: calc(100% - 80px);
  max-width: 890px;
  position: relative;
  background: #FFFFFF;
  padding: 37px 60px 44px;
  margin: 5rem auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.popup__close {
  position: absolute;
  top: 37px;
  right: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: transparent;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #FFFFFF;
}

.popup__close img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 30px;
}

.popup__text {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 120%;
  text-align: justify;
}

.popup__text a {
  text-decoration: none;
  color: #1655A3;
}

.popup__text-small {
  font-size: 20px;
}

.popup__text-bottom {
  font-size: 20px;
  margin-top: 26px;
}

.popup-link {
  cursor: pointer;
}

.popup_disclaimer .popup__title {
  margin-bottom: 20px;
}

.popup_disclaimer .popup__wrapper {
  padding: 37px 60px 44px;
}

.popup_disclaimer .popup__text {
  font-size: 20px;
  line-height: 132%;
}

.email-form .form-group {
  margin-bottom: 31px;
}

.email-form .form-group.error .info-message {
  display: none;
}

.publications {
  padding: 60px 0 0;
}

.publications__title {
  margin-bottom: 44px;
}

.publications_single {
  padding: 33px 0 57px;
}

.gray-bg {
  background: #F5F5F5;
}

.light-gray-bg {
  background: #F2F5F7;
}

.publications-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.publications-list__item {
  margin-bottom: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid #CFCFCF;
}

.publications-list__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.publications-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.publications-item__pic {
  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;
  overflow: hidden;
  width: 49%;
  max-width: 660px;
  height: 360px;
  background: #E9E9E9;
}

.publications-item__pic img {
  width: auto;
  height: auto;
  display: block;
}

.publications-item__content {
  width: 49%;
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.publications-item__agency {
  font-size: 24px;
  line-height: 120%;
  font-weight: 350;
  margin-bottom: 10px;
  color: #1655A3;
}

.publications-item__date {
  font-size: 20px;
  line-height: 120%;
  color: #989898;
}

.publications-item__title {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 23px;
  text-decoration: none;
  color: #1D1D1B;
}

.publications-item__title:hover {
  color: #1655A3;
}

.publications-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.publications-item:nth-child(2n) .publications-item__pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.news-gallery {
  padding: 56px 0 36px;
}

.news-gallery__title {
  margin-bottom: 47px;
}

.news-gallery_single {
  padding: 36px 0 79px;
}

.news-gallery-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 315px;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.news-gallery-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
  padding: 24px;
  overflow: hidden;
}

.news-gallery-item__link:hover .news-gallery-item__overlay {
  opacity: 1;
}

.news-gallery-item__link:hover .news-gallery-item__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.news-gallery-item__link_video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  background: url(../img/youtube.svg) no-repeat center;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

.news-gallery-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.94%, #1655A3), color-stop(48.71%, rgba(22, 85, 163, 0)));
  background: linear-gradient(0deg, #1655A3 2.94%, rgba(22, 85, 163, 0) 48.71%);
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  z-index: -1;
}

.news-gallery-item__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.news-gallery-item__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-gallery-item__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.fancybox-skin {
  padding: 0 !important;
}

.fancybox-title-float-wrap .child {
  background: rgba(0, 0, 0, 0.3);
}

.news-contacts {
  padding: 88px 0;
}

.news-contacts__title {
  margin-bottom: 20px;
}

.news-contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-contacts-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 82px;
}

.news-contacts-list__item:last-child {
  margin-right: 0;
}

.news-contacts-list__icon {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #008942;
  margin-right: 9px;
  padding: 7px;
}

.news-contacts-list__icon img {
  display: block;
  width: auto;
  height: auto;
}

.news-contacts-list__link {
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-bottom: 1px solid transparent;
}

.news-contacts-list__link:hover {
  color: #E85412;
  border-color: #E85412;
}

.breadcrumbs {
  padding: 36px 0;
}

.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 30px;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  color: #878787;
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child::before {
  display: none;
}

.breadcrumbs__item::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -20px;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #878787;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.all-news {
  padding: 35px 0 126px;
}

.all-news__title {
  margin-bottom: 37px;
}

.all-news__filter {
  margin-bottom: 30px;
}

.all-news__list {
  margin-bottom: 110px;
}

.all-news__section-title {
  font-weight: 450;
  font-size: 26px;
  line-height: 120%;
  border-bottom: 1px solid #A7B5C3;
  margin-bottom: 10px;
}

.years-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.years-filter__item {
  margin-right: 38px;
  margin-bottom: 20px;
}

.years-filter__item:last-child {
  margin-right: 0;
}

.years-filter__item.active .arrow-link {
  color: #E85412;
  border-color: #E85412;
}

.years-filter__item.active .arrow-link svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.years-filter__item.active .arrow-link path {
  fill: #E85412;
}

.all-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.all-news-item {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 32px;
}

.all-news-item:last-child {
  margin-bottom: 0;
}

.all-news-item__date {
  font-weight: 350;
  font-size: 20px;
  line-height: 120%;
  color: #989898;
  margin-bottom: 5px;
}

.all-news-item__title {
  font-size: 32px;
  line-height: 120%;
}

.all-news-item__link {
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.all-news-item__link:hover .all-news-item__wrapper {
  padding-left: 29px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.all-news-item__link:hover .all-news-item__wrapper::before {
  left: 20px;
  opacity: 1;
}

.all-news-item__link_download .all-news-item__wrapper {
  position: relative;
  padding-right: 112px;
}

.all-news-item__link_download .all-news-item__download {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.all-news-item__wrapper {
  position: relative;
  padding: 20px 29px 20px 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.all-news-item__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 40px);
  background: #239454;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border: 1px solid #1655A3;
  width: 58px;
  height: 58px;
  color: #1655A3;
  font-weight: 450;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pagination__link:hover {
  color: #FFFFFF;
  background: #A0C6F5;
  border-color: #A0C6F5;
}

.pagination__link:hover path {
  stroke: #FFFFFF;
}

.pagination__item {
  font-weight: 450;
  margin-left: 15px;
}

.pagination__item:first-of-type {
  margin-left: 0;
}

.pagination__item.active .pagination__link {
  color: #FFFFFF;
  background: #1655A3;
  border-color: #1655A3;
}

.pagination__item_middle .pagination__link {
  border: none;
}

.pagination__item_middle .pagination__link:hover {
  color: #1655A3;
  background: #FFFFFF;
}

.pagination__item_middle .pagination__link:hover path {
  stroke: #1655A3;
}

.pagination__item_next path {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.pagination__item_prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.publications__filter {
  margin-bottom: 42px;
}

.publications_single .section-title {
  font-size: 64px;
  line-height: 100%;
}

.news-gallery__pagination {
  margin-top: 20px;
}

.news-gallery_single .section-title {
  font-size: 64px;
  line-height: 100%;
}

.single-news {
  padding: 70px 0 51px;
}

.single-news__wrapper {
  max-width: 1005px;
}

.single-news__title {
  margin-bottom: 40px;
}

.single-news__subtitle {
  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;
  margin-bottom: 25px;
}

.single-news__date {
  font-size: 20px;
  line-height: 120%;
  font-weight: 350;
}

.single-news__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-news__btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: #EDEDED;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.single-news__btn:hover {
  background: #CFCFCF;
}

.single-news__btn:last-child {
  margin-right: 0;
}

.single-news__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
}

.single-news__btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
}

.single-news__text {
  margin-bottom: 21px;
  text-align: justify;
}

.single-news__text a {
  color: #E85412;
}

.single-news__text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.single-news__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 37px 0 0;
}

.single-news__agency {
  margin-left: 10px;
  margin-right: auto;
  color: #1655A3;
  font-weight: 350;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.favorite-btn .favorite-btn-label {
  display: none;
}

.favorite-btn.active {
  position: relative;
  width: auto;
  padding: 0 10px 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #E85412;
}

.favorite-btn.active path {
  fill: #E85412;
}

.favorite-btn.active .favorite-btn-label {
  display: block;
}

.favorite-btn.active svg {
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  background: transparent !important;
  padding: 0 !important;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 32px !important;
  height: 32px !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url(../img/share.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.profile {
  position: relative;
  overflow: hidden;
  padding: 52px 0 33px;
}

.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile__image {
  width: 30%;
  max-width: 400px;
}

.profile__pic {
  width: 280px;
  height: 280px;
  margin-bottom: 32px;
}

.profile__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 16px;
}

.profile__position {
  font-size: 20px;
}

.profile__info {
  width: 68%;
  max-width: 905px;
}

.profile__link {
  margin-bottom: 20px;
}

.profile::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 774px;
  height: 528px;
  background: url(../img/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.profile-info__item {
  margin-bottom: 40px;
}

.profile-info__item:last-child {
  margin-bottom: 0;
}

.profile-item__title {
  position: relative;
  font-size: 32px;
  line-height: 120%;
  padding-left: 15px;
  margin-bottom: 20px;
}

.profile-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 28px;
  background: #E85412;
}

.profile-item__content p {
  margin-bottom: 20px;
}

.profile-item__content p:last-child {
  margin-bottom: 0;
}

.profile-item__content blockquote {
  position: relative;
  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;
  background: #F2F5F7;
  padding: 90px 58px 83px;
  font-size: 20px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.profile-item__content blockquote::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 58px;
  width: 32px;
  height: 27px;
  background: url(../img/blockquote-before.svg) no-repeat center;
  background-size: contain;
}

.profile-item__content blockquote::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 76px;
  width: 32px;
  height: 27px;
  background: url(../img/blockquote-after.svg) no-repeat center;
  background-size: contain;
}

.border-left-text {
  position: relative;
  padding-left: 15px;
}

.border-left-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #E85412;
}

.title-search-result {
  z-index: 10;
}

.bx_searche {
  padding: 7px 0;
}

.bx_searche .bx_item_block {
  font-size: 18px;
  line-height: 120%;
  padding: 17px 24px 19px;
  border-bottom: 1px solid #F5F5F5;
}

.bx_searche .bx_item_block a {
  text-decoration: none;
  color: #1D1D1B;
}

.bx_searche .bx_item_block a b {
  font-weight: inherit;
  background: #A0C6F5;
}

.search-result {
  padding: 43px 0 69px;
}

.search-result__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.search-result__form-btn {
  margin-left: 30px;
}

.search-result__number {
  font-size: 14px;
  line-height: 28px;
  color: #1655A3;
  font-weight: 350;
  padding-bottom: 19px;
  border-bottom: 1px solid #F5F5F5;
}

.search-result__no-result {
  font-size: 26px;
  line-height: 100%;
  margin-top: 37px;
}

.search-result__list {
  margin-bottom: 30px;
}

.form-input_page {
  padding: 28px 24px 12px;
  font-size: 20px;
  line-height: 28px;
}

.form-label_page {
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-form-submit {
  font-family: 'Futura PT';
  font-weight: 350;
  font-size: 20px;
  line-height: 28px;
  border: none;
  background: #3ea2c4;
  color: #FFFFFF;
  padding: 20px 0;
  width: 314px;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.page-form-submit:hover {
  background: #239454;
}

.page-form-submit__icon-search {
  display: none;
}

.form {
  padding: 52px 0 70px;
}

.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__aside {
  width: 30%;
  max-width: 400px;
}

.form__text {
  margin-bottom: 24px;
}

.form__text p {
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 15px;
}

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

.form__content {
  width: 66%;
  max-width: 890px;
}

.form__accordion-text {
  font-size: 14px;
  line-height: 16px;
  color: #637586;
  margin-bottom: 7px;
}

.form__accordion-link {
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  color: #F5580A;
  text-decoration: none;
}

.form__accordion-link:hover {
  text-decoration: underline;
}

.form__tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

.form__tabs-link {
  width: 50%;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #DCE2E8;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.form__tabs-link.active {
  color: #E85412;
  border-color: #E85412;
}

.form__tabs-link:hover {
  color: #E85412;
}

.form__tabs-content {
  width: 100%;
}

.form-content {
  padding: 60px 60px 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.form-content__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 40px;
}

.form-content__tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.accordion {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 1px solid #F2F5F7;
}

.accordion-item__head {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 132%;
  padding: 34px 30px 29px 35px;
  cursor: pointer;
}

.accordion-item__head::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 10px;
  height: 7px;
  background: url(/storage/images/accordion-arrow.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.accordion-item__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  padding: 0 30px 0 35px;
}

.accordion-item.active .accordion-item__head::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.accordion-item.active .accordion-item__body {
  height: auto;
  opacity: 1;
  padding: 0 30px 28px 35px;
}

.messangers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 20px;
}

.messangers-list__link {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.messangers-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

.messangers-list__link:last-child {
  margin-right: 0;
}

.messangers-list__link_wts {
  background: #25D366;
}

.messangers-list__link_wts::before {
  background: url(../img/wts.svg) no-repeat center;
}

.messangers-list__link_tg {
  background: #0088CC;
}

.messangers-list__link_tg::before {
  background: url(../img/tg.svg) no-repeat center;
}

.messangers-list__link_vib {
  background: #7360F2;
}

.messangers-list__link_vib::before {
  background: url(../img/vib.svg) no-repeat center;
}

.tabs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tabs-form__section {
  margin-bottom: 34px;
}

.tabs-form__title {
  font-size: 24px;
  line-height: 132%;
  font-weight: 400;
  margin-bottom: 16px;
}

.tabs-form .form-group {
  margin-bottom: 12px;
}

.tabs-form .form-group.error {
  margin-bottom: 30px;
}

.tabs-form .form-group.error .form-input {
  color: #E85412;
  border-color: #E85412;
}

.tabs-form .form-group.error .error-message {
  opacity: 1;
}

.tabs-form .form-group.error .checkbox-label__area {
  border-color: #E85412;
}

.tabs-form .form-group.error .radio-label__area {
  border-color: #E85412;
}

.tabs-form .form-label {
  color: #637586;
}

form .popup-link {
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1655A3;
  font-weight: 350;
}

.form-checkboxes__title {
  font-weight: 350;
  color: #637586;
  margin-bottom: 12px;
}

.form-checkboxes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.form-checkboxes__list .form-checkbox {
  margin-right: 21px;
  margin-bottom: 10px;
  width: 25%;
}

.form-checkboxes__list .form-checkbox:last-child {
  margin-right: 0;
}

.form-checkboxes__list_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-checkboxes__list_column .form-checkbox {
  width: 100%;
}

.form-checkboxes .checkbox-label__text {
  font-weight: 350;
  color: #637586;
}

.form-radios__title {
  font-weight: 350;
  color: #637586;
  margin-bottom: 12px;
}

.form-radios__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.form-radios__list .form-radio {
  margin-right: 21px;
}

.form-radios__list .form-radio:last-child {
  margin-right: 0;
}

.form-full-error {
  margin-bottom: 15px;
  font-weight: 400;
  color: #E85412;
}

.form-full-success {
  margin-bottom: 15px;
  font-weight: 400;
  color: #25D366;
}

.cloned-block {
  margin: 0 0 34px;
}

.cloned-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cloned-block__item {
  margin-bottom: 30px;
}

.cloned-block__item:last-child {
  margin-bottom: 0;
}

.cloned-block__head {
  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;
  margin-bottom: 12px;
}

.cloned-block__title {
  font-size: 24px;
  line-height: 132%;
  font-weight: 400;
  margin-right: 5px;
}

.cloned-block__remove {
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  color: #E85412;
  text-decoration: none;
  text-align: right;
}

.cloned-block__remove:hover {
  text-decoration: underline;
}

.cloned-block__add {
  font-size: 16px;
  line-height: 132%;
  text-decoration: none;
  color: #1655A3;
  font-weight: 400;
}

.cloned-block__add:hover {
  text-decoration: underline;
}

.purchases {
  padding: 12px 0;
}

.purchases__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.purchases-item {
  padding: 50px 0;
  border-bottom: 1px solid #A7B5C3;
}

.purchases-item:last-child {
  border: none;
}

.purchases-item__title {
  margin-bottom: 24px;
}

.purchases-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.purchases-item__btn {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background: #1655A3;
  padding: 20px;
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  width: 314px;
  margin-right: 30px;
}

.purchases-item__btn:last-child {
  margin-right: 0;
}

.purchases-item__btn_white {
  border: 1px solid #1655A3;
  background: #FFFFFF;
  color: #1655A3;
}

.purchases-item__iframe {
  width: 100%;
  height: 430px;
}

.purchases-item__iframe iframe {
  width: 100%;
  height: 100%;
}

.internship {
  position: relative;
  padding: 72px 0 40px;
  background: #1655A3;
  color: #FFFFFF;
  overflow: hidden;
}

.internship__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/internship-bg.png) no-repeat center;
  background-size: cover;
}

.internship__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.internship__pic {
  position: absolute;
  bottom: -72px;
  left: 30px;
  width: 45%;
  max-width: 480px;
}

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

.internship__content {
  width: 50%;
  max-width: 660px;
  margin-left: auto;
}

.internship__title {
  margin-bottom: 28px;
}

.internship__text {
  max-width: 630px;
  margin-bottom: 52px;
}

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

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

.internship-list__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.internship-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.internship-list__num {
  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;
  min-width: 48px;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.internship-list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  line-height: 28px;
}

.internship-list__text a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}

.conditions {
  position: relative;
  padding: 72px 0 27px;
  background: #F2F5F7;
}

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

.conditions__title {
  margin-bottom: 28px;
}

.conditions__text {
  margin-bottom: 52px;
}

.conditions__pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  max-width: 705px;
}

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

.conditions-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conditions-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  max-width: 315px;
  margin-bottom: 45px;
}

.conditions-list__icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-right: 20px;
}

.conditions-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.conditions-list__text {
  max-width: 204px;
}

.growth {
  padding: 72px 0;
}

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

.growth__content {
  position: relative;
  width: 45%;
  max-width: 600px;
  z-index: 1;
}

.growth__content::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 72%;
  max-width: 420px;
  height: 480px;
  background: url(../img/growth-bg-1.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.growth__content::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 28px;
  width: 34%;
  max-width: 201px;
  height: 236px;
  background: url(../img/growth-bg-2.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.growth__title {
  margin-bottom: 28px;
}

.growth__list {
  width: 49%;
  max-width: 660px;
}

.growth-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.growth-list__item {
  margin-bottom: 16px;
}

.growth-list__item:last-child {
  margin-bottom: 0;
}

.growth-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  padding-right: 135px;
  height: 152px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.growth-list-item::before {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -40px;
  width: 177px;
  height: 177px;
  border-radius: 50%;
  background: #F1F7FE;
  z-index: -1;
}

.growth-list-item__text {
  font-weight: 400;
  max-width: 448px;
}

.growth-list-item__icon {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 70px;
  height: 70px;
}

.growth-list-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.events {
  padding: 72px 0 116px;
}

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

.events__content {
  max-width: 600px;
  width: 45%;
}

.events__title {
  margin-bottom: 28px;
}

.events__text {
  max-width: 600px;
}

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

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

.events__swiper {
  width: 50%;
  max-width: 660px;
}

.events-swiper {
  position: relative;
}

.events-swiper__swiper {
  height: 100%;
}

.events-swiper__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events-swiper__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #F2F5F7;
  z-index: 3;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.events-swiper__btn:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}

.events-swiper__btn svg {
  margin-top: 50%;
  margin-left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.events-swiper__btn-prev {
  left: -24px;
}

.events-swiper__btn-prev svg {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.events-swiper__btn-next {
  right: -24px;
}

.events-swiper__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.events-swiper__pagination .swiper-pagination-bullet {
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background: #DCE2E8;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.events-swiper__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.events-swiper__pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #A7B5C3;
  margin-right: 10px;
}

.registration-form {
  position: relative;
  padding: 48px 0;
  z-index: 1;
}

.registration-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 774px;
  height: 528px;
  background: url(../img/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.registration-form__title {
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 52px;
}

.registration-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.registration-form__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 30%;
  max-width: 400px;
}

.registration-form__aside-text {
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 10px;
}

.registration-form__aside-text p {
  margin-bottom: 40px;
}

.registration-form__aside-text p:last-child {
  margin-bottom: 0;
}

.registration-form__form {
  width: 69%;
  max-width: 890px;
  padding-bottom: 60px;
  background: #FFFFFF;
}

.registration-form__form .form-label {
  color: #637586;
}

.registration-form__log-in .arrow-link__text {
  font-size: inherit;
}

.registration-form .select__dropdown {
  max-height: 280px;
  overflow: auto;
}

.registration-form .select__dropdown::-webkit-scrollbar {
  width: 5px;
}

.registration-form .select__dropdown::-webkit-scrollbar-track {
  background-color: #F2F5F7;
}

.registration-form .select__dropdown::-webkit-scrollbar-thumb {
  background-color: #CBD4DD;
}

.registration-form .form-checkboxes__list {
  margin-bottom: 0;
}

.registration-form .form-submit__btn {
  margin-top: 5px;
}

.form-step {
  font-size: 20px;
  line-height: 132%;
  display: none;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.form-step.fade {
  display: block;
}

.form-step.active {
  opacity: 1;
}

.form-step__title {
  font-weight: 600;
}

.form-step__text {
  font-weight: 350;
}

.form-step__fields {
  margin-top: 40px;
}

.form-step .form-group {
  margin-bottom: 12px;
}

.form-step .form-group.show-info {
  margin-bottom: 30px;
}

.form-step .form-group.error {
  margin-bottom: 45px;
}

.form-step .form-group.error .error-message {
  opacity: 1;
}

.form-step .form-group.error .info-message {
  opacity: 0;
}

.form-step .checkbox-label__text a {
  text-decoration: none;
  color: #1655A3;
}

.form-step .checkbox-label__text a:hover {
  text-decoration: underline;
}

.form-step .form-submit {
  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;
}

.form-step__buttons {
  margin-top: 20px;
}

.next-step-btn {
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 16px 52px;
  background: #1655A3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.next-step-btn:hover {
  background: #297BE1;
}

.prev-step-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  cursor: pointer;
  font-size: 20px;
  line-height: 150%;
  color: #A7B5C3;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.prev-step-btn__icon {
  width: 8px;
  height: 13px;
  margin-right: 9px;
}

.prev-step-btn__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.prev-step-btn__icon svg path {
  stroke: #A7B5C3;
}

.personal-area-page {
  position: relative;
  padding: 52px 0 65px;
  overflow: hidden;
  z-index: 1;
}

.personal-area-page::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 774px;
  height: 528px;
  background: url(../img/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.personal-area-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personal-area-page__title {
  width: 400px;
  margin-right: 20px;
}

.personal-area-page__name {
  font-weight: bold;
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 16px;
}

.personal-area-page__position {
  font-size: 20px;
  line-height: 150%;
}

.personal-area-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66%;
  max-width: 890px;
}

.personal-area-group {
  padding: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 19px;
}

.personal-area-group:last-child {
  margin-bottom: 0;
}

.personal-area-group__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 40px;
}

.personal-area-group__form .form-group {
  margin-bottom: 12px;
}

.personal-area-group__form .form-group_change-link {
  margin-bottom: 35px;
}

.personal-area-group__form .form-group.error {
  margin-bottom: 45px;
}

.personal-area-group__btn button {
  font-weight: inherit;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 16px 52px;
  background: #1655A3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.spec-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 221px;
}

.spec-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.spec-btn__link-icon {
  width: 18px;
  margin-right: 8px;
}

.spec-btn__link-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.spec-btn_init {
  min-width: 250px;
}

.personal-area__name {
  position: relative;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 19px;
}

.personal-area__name::after {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: 1px;
  left: -25px;
  bottom: 0;
  background: #DCE2E8;
}

.personal-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 21px;
}

.personal-area__link {
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  color: #1E252C;
  font-weight: 350;
  margin-bottom: 18px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.personal-area__link:hover {
  color: #1655A3;
}

.personal-area__link:last-child {
  color: #E85412;
  margin-bottom: 0;
}

.personal-dropdown {
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.personal-dropdown__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  padding: 13px 22px 14px 18px;
}

.personal-dropdown__head::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 12px;
  height: 9px;
  background: url(../img/arrow-bottom.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.personal-dropdown__head::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/user.svg) no-repeat center;
  background-size: contain;
}

.personal-dropdown__head svg {
  display: block;
}

.personal-dropdown__head.active::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.personal-dropdown__body {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  background: #FFFFFF;
  padding: 18px 25px 24px;
  z-index: 9;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.personal-dropdown__head.active ~ .personal-dropdown__body {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.posts-swiper {
  padding: 30px 0 0;
}

.posts-swiper__controls {
  position: relative;
  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-top: 32px;
}

.posts-swiper__pagination {
  position: static !important;
  width: auto !important;
  margin: 0 15px;
}

.posts-swiper .swiper-pagination-bullet {
  margin-right: 20px;
}

.posts-swiper .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.posts-swiper .swiper-pagination-bullet-active {
  background: #E85412;
}

.posts-swiper-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.posts-swiper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.posts-swiper-card__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 576px;
  min-height: 430px;
}

.posts-swiper-card__pic {
  width: 100%;
}

.posts-swiper-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 42px 33px;
  background: #F2F5F7;
}

.posts-swiper-card__pagination {
  font-size: 20px;
  line-height: 120%;
  font-weight: 350;
  color: #637586;
  margin-bottom: 20px;
}

.posts-swiper-card__title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 350;
  margin-top: auto;
  margin-bottom: 15px;
}

.posts-swiper-card__text {
  margin-bottom: 27px;
}

.post-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 27px;
  z-index: 1;
  color: #FFFFFF;
}

.post-image__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.post-image__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.post-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 180, 234, 0)), to(#1655A3));
  background: linear-gradient(180deg, rgba(139, 180, 234, 0) 0%, #1655A3 100%);
  opacity: 0.62;
  z-index: -1;
}

.post-image__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  max-width: 202px;
  margin-bottom: 17px;
}

.post-image__position {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}

.posts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-pagination__item {
  position: relative;
  margin-right: 21px;
}

.posts-pagination__item::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -12px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #637586;
}

.posts-pagination__item:last-child {
  margin-right: 0;
}

.posts-pagination__item:last-child::after {
  display: none;
}

.posts-pagination__link {
  text-decoration: none;
  color: #1655A3;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.posts-pagination__link:hover {
  color: #E85412;
}

.posts {
  padding: 30px 0;
}

.posts__title {
  margin-bottom: 24px;
}

.posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-card__pic {
  position: relative;
  width: 100%;
  height: 366px;
  background-color: #E7ECF1;
  margin-bottom: 8px;
  z-index: 1;
}

.post-card__pic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 157.81px;
  height: 64px;
  background: url("../img/posts-pic-empty.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}

.post-card__pic img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card__favorites-btn {
  position: absolute;
  top: 28px;
  right: 25px;
}

.post-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 350;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 28px;
}

.post-card__date {
  position: relative;
  margin-right: 6px;
}

.post-card__date::after {
  content: "/";
}

.post-card__category-link {
  color: #1655A3;
  text-decoration: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.post-card__category-link:hover {
  color: #E85412;
}

.post-card__title {
  font-weight: 350;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 12px;
}

.post-card__title-link {
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.post-card__title-link:hover {
  color: #1655A3;
}

.post-card__text {
  line-height: 120%;
  margin-bottom: 10px;
}

.post-card__link {
  margin-top: auto;
}

.favorites-btn {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(242, 245, 247, 0.5);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.favorites-btn__icon {
  width: 15px;
  height: 15px;
}

.favorites-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.favorites-btn__icon path {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.favorites-btn:hover {
  background: rgba(242, 245, 247, 0.8);
}

.favorites-btn:hover path {
  fill: #f5580a85;
}

.favorites-btn.active path {
  fill: #E85412;
}

.all-posts-btn {
  display: none;
}

.all-posts-btn__link {
  display: inline-block;
  width: 100%;
  padding: 23px;
  background: #F2F5F7;
  text-align: center;
  text-decoration: none;
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  color: #1655A3;
}

.contact-us {
  padding: 100px 0 145px;
  background: #F2F5F7;
}

.contact-us__title {
  margin: 0 auto 38px;
  max-width: 721px;
  text-align: center;
}

.contact-us__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-us__btn {
  width: 100%;
  max-width: 314px;
  margin-right: 27px;
}

.contact-us__btn:last-child {
  margin-right: 0;
}

.contact-us__btn-link {
  display: block;
  text-decoration: none;
  color: #1655A3;
  padding: 20px 0;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  border: 1px solid #CBD4DD;
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.contact-us__btn-link:hover {
  color: #FFFFFF;
  background: #297BE1;
}

.contact-us__btn-link_blue {
  color: #FFFFFF;
  background: #1655A3;
}

.archive {
  padding: 54px 0 81px;
}

.archive__title {
  margin-bottom: 16px;
}

.archive__filters {
  margin-bottom: 21px;
}

.archive__posts {
  margin-top: 40px;
}

.archive-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.archive-filters__title {
  padding: 30px 31px 30px 39px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 350;
  color: #E85412;
  min-width: 250px;
  border: 1px solid #DCE2E8;
}

.archive-filters__list {
  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;
  width: 100%;
  border: 1px solid #DCE2E8;
  border-left: none;
  border-right: none;
}

.archive-filters__btn input {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background: #1655A3;
  font-family: 'Futura PT', sans-serif;
  font-weight: 300;
  border: none;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  min-width: 260px;
  padding: 34px 0 28px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.archive-filters__btn input:hover {
  background: #297BE1;
}

.filters-list {
  position: relative;
}

.filters-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  border-right: 1px solid #DCE2E8;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.filters-list__item:last-child {
  border-right: none;
}

.filter {
  z-index: 2;
}

.filter__head {
  position: relative;
  cursor: pointer;
  padding-right: 13px;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
}

.filter__head::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../img/bottom-arrow-black.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.filter__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  max-width: 632px;
  background: #FFFFFF;
  padding: 31px 14px 41px 39px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  z-index: 3;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.filter__title {
  display: none;
}

.filter__search {
  display: none;
}

.filter.active .filter__head::before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.active .filter__head ~ .filter__dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.filter-values {
  max-height: 551px;
  overflow-y: auto;
}

.filter-values__item {
  margin-bottom: 20px;
}

.filter-values__item_empty {
  display: none;
}

.filter-values::-webkit-scrollbar {
  width: 7px;
}

.filter-values::-webkit-scrollbar-track {
  background-color: #F2F5F7;
}

.filter-values::-webkit-scrollbar-thumb {
  background-color: #CBD4DD;
}

.filter-value__name {
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.filter-value__name:hover {
  color: #1655A3;
}

.active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.active-filters__btn-reset {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.active-filters__btn-reset input {
  font-family: 'Futura PT', sans-serif;
  font-weight: 450;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: none;
  background: #E85412;
  color: #FFFFFF;
  padding: 5px 15px 4px;
  border-radius: 2px;
  cursor: pointer;
}

.active-filters__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.active-filters__item:last-child {
  margin-right: 0;
}

.active-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 5px 31px 4px 15px;
  background: #F1F7FE;
  border-radius: 2px;
}

.active-filter__title {
  font-weight: 450;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #637586;
}

.active-filter__remove {
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/close-orange.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.single-post__subtitle .single-news__date {
  position: relative;
  margin-right: 6px;
  position: relative;
}

.single-post__subtitle .single-news__date::after {
  content: "/";
}

.single-post__subtitle .single-news__agency {
  margin-left: 0;
}

.single-post__subtitle a {
  color: #1655A3;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-decoration: none;
}

.single-post__subtitle a:hover {
  color: #E85412;
}

.single-post__pic {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 44px;
}

.single-post__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post .single-news__text h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 40px;
}

.single-post .single-news__text h3 {
  font-weight: 450;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 23px;
}

.single-post .single-news__text p {
  margin-bottom: 44px;
}

.single-post .single-news__text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.single-post .post-swiper-container {
  margin-bottom: 49px;
}

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

.post-swiper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #1D1D1B;
  border: 1px solid #DCE2E8;
  width: 100%;
  padding: 76px 0 69px;
}

.post-swiper-card__pic {
  width: 35%;
  max-width: 342px;
  margin-right: 100px;
}

.post-swiper-card__pic img {
  display: block;
  width: 100%;
  height: auto;
}

.post-swiper-card__title {
  font-size: 36px;
  line-height: 28px;
  font-weight: 350;
  margin-bottom: 9px;
}

.post-swiper-card__subtitle {
  font-size: 20px;
  line-height: 28px;
  font-weight: 350;
  margin-bottom: 19px;
}

.post-swiper-card a {
  text-decoration: none;
  color: #1D1D1B;
}

.product-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 19px;
}

.product-info-list_card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-info-list_card .product-info-list__item {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 12px;
  width: 100%;
}

.product-info-list__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48%;
}

.product-info-list__item {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 19px;
  color: #637586;
}

.product-info-list__item:last-child {
  margin-bottom: 0;
}

.post-swiper__pagination {
  position: static !important;
  width: auto !important;
  margin: 0 15px;
}

.post-swiper__pagination .swiper-pagination-bullet {
  margin-right: 20px;
}

.post-swiper__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.post-swiper__pagination .swiper-pagination-bullet-active {
  background: #E85412;
}

.post-docs {
  margin-bottom: 44px;
}

.post-docs__title {
  margin-bottom: 22px;
}

.post-docs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-docs__item {
  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;
  background: #F2F5F7;
  border-radius: 3px;
  padding: 21px 28px 22px;
  margin-bottom: 13px;
}

.post-docs__item:last-child {
  margin-bottom: 0;
}

.post-docs__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-docs__file-icon {
  width: 40px;
  height: 52px;
  margin-right: 19px;
}

.post-docs__file-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-docs__file-name {
  font-weight: 350;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 5px;
}

.post-docs__file-size {
  font-size: 20px;
  line-height: 120%;
  color: #989898;
}

.related-posts__title {
  margin-bottom: 44px;
}

.related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.related-posts__item {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #F5F5F5;
}

.related-posts__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.related-posts__date {
  font-weight: 350;
  font-size: 18px;
  line-height: 120%;
}

.related-posts__link {
  font-weight: 350;
  font-size: 22px;
  line-height: 120%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-decoration: none;
  color: #1D1D1B;
}

.related-posts__link:hover {
  color: #E85412;
}

.related-products {
  padding: 49px 0 56px;
  background: #F2F5F7;
}

.related-products__title {
  margin-bottom: 39px;
}

.related-products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card-link {
  width: 100%;
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.product-card-link:hover .product-card__name {
  padding-left: 24px;
}

.product-card-link:hover .product-card__name::before {
  opacity: 1;
}

.product-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #DCE2E8;
  padding: 20px 20px 10px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.product-card:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.product-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-decoration: none;
  color: #1D1D1B;
}

.product-card__link:hover .product-card__name {
  padding-right: 0;
  padding-left: 8px;
}

.product-card__link:hover .product-card__name::before {
  opacity: 1;
}

.product-card__link:hover .product-card__pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-card__pic {
  width: 100%;
  height: 210px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.product-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-card__name {
  position: relative;
  margin-bottom: 7px;
  padding-right: 8px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.product-card__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background:#1a985b;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.product-card__title {
  font-size: 20px;
  line-height: 125%;
  font-weight: 450;
  margin-bottom: 7px;
}

.product-card__subtitle {
  font-weight: 350;
  font-size: 16px;
  line-height: 21px;
  color: #637586;
}

.post-video h3 {
  font-weight: 450;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 23px;
}

.post-video__master {
  margin-bottom: 44px;
}

.post-video__text {
  margin-bottom: 44px;
}

.post-video__text p {
  margin-bottom: 13px;
}

.post-video__text ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

.post-video__frame {
  position: relative;
  width: 100%;
  margin-bottom: 44px;
}

.video-block {
  width: 100%;
  height: auto;
}

.video-master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 43px 32px;
  background: #F2F5F7;
}

.video-master__pic {
  width: 161.39px;
  min-width: 161.39px;
  height: 161.39px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 28px;
}

.video-master__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-master__name {
  font-weight: 450;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 8px;
}

.video-master__text {
  font-weight: 350;
  font-size: 20px;
  line-height: 150%;
}

.hide-content {
  position: relative;
  padding: 50px 0 70px;
  background: #FFFFFF;
}

.hide-content__gradient {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.hide-content__inner {
  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;
  max-width: 1005px;
}

.hide-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.hide-content__icon {
  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;
  min-width: 62px;
  width: 62px;
  height: 62px;
  background: #F5F5F5;
  border-radius: 3px;
  margin-right: 18px;
}

.hide-content__icon img {
  display: block;
  width: 33.11px;
  height: auto;
}

.hide-content__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
}

.hide-content__text {
  font-weight: 350;
  font-size: 22px;
  line-height: 150%;
}

.hide-content__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide-content__btns .sign-up-btn {
  margin-right: 25px;
}

.sign-in-btn {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 52px;
  color: #A7B5C3;
  background: #F2F5F7;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  text-decoration: none;
}

.sign-in-btn:hover {
  background: #297BE1;
  color: #FFFFFF;
}

.sign-up-btn {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 52px;
  color: #FFFFFF;
  background: #1655A3;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.sign-up-btn:hover {
  background: #297BE1;
}

.product-catalog {
  padding: 0 0 48px;
}

.product-catalog__title {
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 20px;
}

.product-catalog__filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 37px;
}

.product-catalog__filters .filters-checkboxes {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border: 1px solid #DCE2E8;
  border-right: none;
}

.product-catalog__filters .filters-checkboxes__label {
  padding: 20px 10px;
}

.product-catalog__filters .archive-filters {
  border: 1px solid #DCE2E8;
  border-left: none;
  width: auto;
}

.product-catalog__filters .archive-filters__list {
  border: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-catalog__filters .filter__head {
  font-size: 14px;
}

.product-catalog__filters .filter-label {
  font-size: 14px;
  line-height: 120%;
}

.product-catalog__filter-name {
  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;
  width: 100%;
  margin-top: 24px;
}

.product-catalog__search {
  margin-right: 40px;
  margin-bottom: 20px;
}

.product-catalog__active-filters {
  margin-bottom: 21px;
}

.product-catalog__products .product-card {
  min-height: 240px;
}

.product-catalog__products .product-card__name {
  margin-bottom: 0;
}

.product-catalog__products .product-card__title {
  margin-bottom: 6px;
}

.product-catalog__products .product-card__subtitle {
  margin-bottom: 0;
}

.product-catalog__products .product-card__pic {
  height: 150px;
}

.product-catalog .pagination__link {
  width: 40px;
  height: 40px;
}

.catalog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-search__group {
  position: relative;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  color: #1E252C;
}

.catalog-search__input {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  max-width: 155px;
}

.catalog-search__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: text;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.catalog-search__btn {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/storage/images/search-black.svg) no-repeat center;
  background-size: 17.5px;
}

.catalog-search__btn:hover {
  background: url(/storage/images/search-blue.svg) no-repeat center;
}

.catalog-search__input:focus ~ .catalog-search__label,
.catalog-search__input:not(:placeholder-shown) ~ .catalog-search__label {
  opacity: 0;
  visibility: hidden;
}

.letters-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}

.letters-checkboxes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.letters-checkboxes__item::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 1px;
  height: 12px;
  background: #C4C4C4;
}

.letters-checkboxes__item:first-child .letters-checkboxes__label {
  text-align: left;
  padding-left: 0;
}

.letters-checkboxes__input {
  display: none;
}

.letters-checkboxes__label {
  width: 100%;
  padding: 0 12px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.letters-checkboxes__input:checked ~ .letters-checkboxes__label {
  color: #1655A3;
  font-weight: 450;
}

.filters-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.filters-checkboxes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.filters-checkboxes__checkbox {
  display: none;
}

.filters-checkboxes__label {
  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;
  width: 100%;
  height: 100%;
  padding: 30px 28px 27px;
  font-size: 14px;
  line-height: 28px;
  border-right: 1px solid #DCE2E8;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  white-space: nowrap;
}

.filters-checkboxes__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
}

.filters-checkboxes__checkbox:checked ~ .filters-checkboxes__label {
  background: #F1F7FE;
}

.product-filter {
  z-index: 1;
}

.product-filter__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  width: 100%;
  max-width: 738px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  padding: 57px 25px 57px 64px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.product-filter__current-letter {
  width: 100%;
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 19px;
  text-transform: uppercase;
  color: #E85412;
}

.product-filter__title {
  display: none;
}

.product-filter__btns {
  display: none;
}

.product-filter__search {
  display: none;
}

.product-filter__values {
  width: 53%;
  max-width: 340px;
}

.product-filter.active .product-filter__dropdown {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
}

.products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.products-list__pagination {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

.products-list__pagination .pagination__link {
  width: 40px;
  height: 40px;
}

.products-list__item-wrapper {
  height: 100%;
}

.product-catalog-more {
  padding: 30px 0;
  background: #FFFFFF;
  border: none;
  border: 1px solid #DCE2E8;
  font-weight: 350;
  font-size: 22px;
  line-height: 16px;
  font-family: inherit;
  color: #637586;
  cursor: pointer;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

.letters-filter__table {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
}

.letters-filter tr {
  border-bottom: 1px solid #E7ECF1;
}

.letters-filter tr:last-child {
  border-bottom: none;
}

.letters-filter__item {
  text-align: center;
  vertical-align: middle;
  width: 55px;
  height: 52px;
  font-weight: 350;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-right: 1px solid #E7ECF1;
  text-transform: uppercase;
}

.letters-filter__item:last-child {
  border-right: none;
}

.letters-filter__item:hover {
  color: #FFFFFF;
  background: #4680c79d;
}

.letters-filter__item.active {
  color: #FFFFFF;
  background: #4680C7;
}

.letters-filter__item_empty {
  cursor: auto;
}

.letters-filter__item_empty:hover {
  background: #FFFFFF;
}

.product-filter-values__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 20px;
}

.product-filter-values__list::-webkit-scrollbar {
  width: 7px;
}

.product-filter-values__list::-webkit-scrollbar-track {
  background-color: #F2F5F7;
}

.product-filter-values__list::-webkit-scrollbar-thumb {
  background-color: #CBD4DD;
}

.product-filter-values__item {
  width: 48%;
}

.product-filter-values__item_empty {
  display: none;
}

.product-filter-value.hide {
  display: none;
}

.product-filter-value.show {
  display: block;
}

.disabled label {
  color: #CBD4DD;
  cursor: auto;
  pointer-events: none;
}

.disabled label::before {
  border-color: #CBD4DD;
}

.filter-checkbox {
  display: none;
}

.filter-label {
  font-weight: 350;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.filter-checkbox:checked ~ .filter-label {
  position: relative;
  color: #1a985b;
}

.single-product {
  padding: 30px 0 47px;
}

.single-product__title {
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 38px;
}

.single-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-product__aside {
  width: 32%;
  max-width: 430px;
}

.single-product__aside .accordion-item__head {
  font-size: 20px;
  line-height: 132%;
  padding: 24px 40px 30px 35px;
}

.single-product__info {
  width: 66%;
  max-width: 890px;
}

.single-product__info-full_width {
  width: 100%;
  max-width: none;
}

.single-product__swiper-container {
  width: 100%;
  padding: 17px 17px 37px;
  background: #FFFFFF;
  border: 1px solid #F2F5F7;
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.05));
}

.single-product__swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product__swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product__pic {
  width: 100%;
  max-width: 500px;
  max-height: 350px;
}

.single-product__pic img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product__controls {
  position: relative;
  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-top: 5px;
}

.single-product__pagination {
  position: static !important;
  width: auto !important;
  margin: 0 15px;
}

.single-product__pagination .swiper-pagination-bullet {
  margin-right: 20px;
}

.single-product__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.single-product__pagination .swiper-pagination-bullet-active {
  background: #1a985b;
}

.single-product__accordion-content {
  font-weight: 350 !important;
  font-size: 18px !important;
  line-height: 120% !important;
  color: #637586 !important;
}

.single-product__accordion-content a {
  text-decoration: none;
  color: #1a985b;
}

.single-product__accordion-content a:hover {
  text-decoration: underline;
}

.single-product__accordion-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product__accordion-content li {
  margin-bottom: 10px;
}

.single-product__accordion-content li:last-child {
  margin-bottom: 0;
}

.single-product__accordion-content li::before {
  display: none;
}

.single-product__links-swiper .swiper-wrapper {
  padding-bottom: 30px;
}

.single-product__links-swiper .swiper-slide {
  width: auto;
}

.single-product__link {
  display: inline-block;
  text-decoration: none;
  color: #1D1D1B;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  padding: 26px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #F2F5F7;
  font-size: 20px;
  line-height: 132%;
  font-weight: 350;
}

.single-product__link:hover {
  color: #FFFFFF;
  background: #297BE1;
}

.single-product ul {
  padding: 0;
}

.single-product li {
  position: relative;
}

.single-product li::before {
  content: "— ";
}

.single-product-btn {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.product-info {
  padding: 49px 45px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.product-info__item {
  margin-bottom: 54px;
}

.product-info__item:last-child {
  margin-bottom: 0;
}

.product-info__title {
  position: relative;
  margin-bottom: 19px;
  margin-top: 10px;
  font-size: 32px;
  line-height: 110%;
  padding-left: 15px;
}

.product-info__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #1a985b;
}

.product-info__text {
  font-weight: 300;
}

.product-info__text p {
  margin-bottom: 22px;
}

.product-info__text p:last-child {
  margin-bottom: 0;
}

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

.product-info__text img {
  display: block;
  width: 100%;
  height: auto;
}

.product-info__swiper {
  margin-top: 22px;
  width: 100%;
}

.product-info__swiper .swiper-slide {
  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: 250px;
}

.product-info__swiper .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-info__controls {
  position: relative;
  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-top: 5px;
}

.product-info__pagination {
  position: static !important;
  width: auto !important;
  margin: 0 15px;
}

.product-info__pagination .swiper-pagination-bullet {
  margin-right: 20px;
}

.product-info__pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.product-info__pagination .swiper-pagination-bullet-active {
  background: #E85412;
}

.related-categories {
  padding: 47px 0 30px;
  overflow: hidden;
  z-index: 1;
}

.related-categories__title {
  margin-bottom: 40px;
}

.related-categories-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.warning {
  position: relative;
  font-size: 24px;
  line-height: 138.5%;
  text-transform: uppercase;
  color: #A7B5C3;
}

.warning::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 774px;
  height: 528px;
  background: url(/storage/images/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.form-group_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group_phone .form-label {
  left: 114px;
}

.country-select {
  height: 100%;
  max-width: 90px;
}

.country-select__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
  border-right: none;
  padding: 20px 28px 12px 10px;
  text-align: center;
}

.country-select__top::before {
  right: 0;
}

.country-select__item {
  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;
  padding: 5px 15px;
}

.country-select__item img {
  width: 30px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.country-select .select__text {
  font-size: 22px;
  width: 35px;
  height: 25px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
}

.country-select .select__text img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

.docs {
  padding: 52px 0;
}

.docs-list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.docs-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 217px;
  background: #F2F5F7;
  padding: 23px 30px;
}

.docs-card h3 {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 4px;
}

.docs-card p {
  font-size: 20px;
  line-height: 150%;
}

.docs-card a {
  margin-top: auto;
}

.favorites {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  z-index: 1;
}

.favorites::before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  max-width: 774px;
  height: 528px;
  background: url(../img/profile-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.favorites__title {
  padding: 0;
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 42px;
}

.favorites__text {
  margin-bottom: 56px;
}

.favorites__text ol {
  padding: 0;
  padding-left: 1.5rem;
  margin: 20px 0;
}

.favorites__pics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.favorites__pics::before {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  left: 445px;
  width: 43px;
  height: 43px;
  background: url(../img/gray-arrow.svg) no-repeat center;
  background-size: contain;
}

.favorites__pic {
  overflow: hidden;
  width: 415px;
  height: 415px;
  border-radius: 50%;
  border: 7px solid #CBD4DD;
  margin-right: 100px;
}

.favorites__pic:last-child {
  margin-right: 0;
}

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

.info-message a {
  text-decoration: none;
  color: #1655A3;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.info-message a:hover {
  color: #E85412;
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 42px 0 33px;
  background: #F2F5F7;
  z-index: 10;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.cookies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cookies__text {
  font-size: 16px;
  line-height: 120%;
}

.cookies__btn {
  border: 1px solid #CBD4DD;
  background: #FFFFFF;
  color: #1655A3;
  padding: 10px 30px;
  font-family: inherit;
  font-weight: 450;
  font-size: 20px;
  line-height: 28px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
  margin-left: 23px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.cookies__btn:hover {
  background: #297BE1;
  color: #FFFFFF;
}

.cookies.show {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  bottom: 0;
}

.form-capture-wrapper {
  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;
}

.form-capture-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.form-capture-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.form-capture-input .form-group {
  margin-bottom: 0;
}

.form-capture-input .form-group.error {
  margin-bottom: 0;
}

.form-capture-reload {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: url(../img/iconmonstr-refresh.svg) no-repeat center;
  background-color: transparent;
  background-size: contain;
  margin-left: 8px;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
}

.management-principles .principles-list__title {
  font-weight: 350;
  font-size: 67px;
  line-height: 120%;
}

.management-principles .infographics-card {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.management-principles .infographics-card__text {
  margin-top: 0;
  font-weight: 300;
  font-size: 35px;
  line-height: 113.5%;
}

.management-scheme {
  padding: 40px 0 60px;
  background-color: #F0F7FB;
}

.management-scheme__title {
  font-weight: 350;
  font-size: 66px;
  line-height: 110.5%;
  color: #1655A3;
  max-width: 843px;
  margin-bottom: 30px;
}

.grid-scheme {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 45px;
          column-gap: 45px;
  row-gap: 40px;
}

.grid-scheme__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1 / -1;
}

.grid-scheme__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}

.grid-scheme__legend-item:last-child .grid-scheme__legend-pic::before {
  border-bottom: 1px dashed #F5580A;
}

.grid-scheme__legend-pic {
  position: relative;
  width: 54px;
  height: 100%;
  margin-right: 17px;
}

.grid-scheme__legend-pic::before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #1655A3;
}

.grid-scheme__legend-text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #1655A3;
}

.grid-scheme__item {
  position: relative;
  min-height: 115px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(33, 81, 146, 0.25);
          box-shadow: 0px 0px 15px rgba(33, 81, 146, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 8px 45px 11px;
  z-index: auto;
}

.grid-scheme__item_wide {
  grid-column: 1 / -1;
}

.grid-scheme__item_wide .grid-scheme__title {
  font-weight: 350;
  font-size: 45px;
  line-height: 120%;
}

.grid-scheme__item_blue {
  position: relative;
  background: #1655A3;
}

.grid-scheme__item_blue .grid-scheme__title {
  color: #FFFFFF;
}

.grid-scheme__item_blue .grid-scheme__text {
  color: #FFFFFF;
}

.grid-scheme__item_blue .grid-scheme__name {
  color: #FFFFFF;
}

.grid-scheme__item_blue::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 40px;
  background: url(../img/scheme-arrow-bot.svg) no-repeat center;
  background-size: contain;
}

.grid-scheme__item_dropdown {
  position: relative;
  cursor: pointer;
  z-index: auto;
}

.grid-scheme__item_dropdown:hover .grid-scheme__arrow path {
  fill: #E85412;
}

.grid-scheme__item.active .grid-scheme__dropdown {
  opacity: 1;
}

.grid-scheme__item.active .grid-scheme__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.grid-scheme__item.active .grid-scheme__arrow path {
  fill: #F5580A;
}

.grid-scheme__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #1655A3;
}

.grid-scheme__text {
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1655A3;
}

.grid-scheme__name {
  font-weight: 450;
  font-size: 20px;
  line-height: 120%;
  color: #1655A3;
}

.grid-scheme__col {
  position: relative;
  z-index: auto;
}

.grid-scheme__col .grid-scheme__item {
  margin-bottom: 40px;
}

.grid-scheme__col .grid-scheme__item:first-child {
  position: relative;
}

.grid-scheme__col .grid-scheme__item:first-child::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 40px;
  background: url(../img/scheme-arrow-bot.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.grid-scheme__col .grid-scheme__item:last-child {
  margin-bottom: 0;
}

.grid-scheme__col:last-child {
  padding-right: 20px;
}

.grid-scheme__col:last-child::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  height: 100%;
  width: 50px;
  background: url(../img/scheme-dashed-line.svg) no-repeat center;
  background-size: contain;
  z-index: 0;
}

.grid-scheme__col:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
  width: 22px;
  background: url(../img/scheme-arrow-right.svg) no-repeat center;
  background-size: contain;
  z-index: 0;
}

.grid-scheme__arrow {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: 10px;
  height: 17px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.grid-scheme__arrow svg {
  display: block;
}

.grid-scheme__arrow path {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  fill: #1655A3;
}

.grid-scheme__ceo::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 40px;
  background: url(../img/scheme-arrow-bot.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.grid-scheme__dropdown {
  position: absolute;
  top: calc(100% + 13px);
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(33, 81, 146, 0.25);
          box-shadow: 0px 4px 15px rgba(33, 81, 146, 0.25);
  font-weight: 350;
  font-size: 21px;
  line-height: 1;
  color: #1655A3;
  padding: 23px 11px 23px 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.grid-scheme__dropdown ul {
  margin: 0;
}

.grid-scheme__dropdown li {
  margin-bottom: 10px;
}

.grid-scheme__dropdown li:last-child {
  margin-bottom: 0;
}

.grid-scheme__dropdown li::marker {
  color: #F5580A;
}

.management-docs {
  padding: 45px 0;
}

.management-docs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.management-docs__col {
  padding-right: 20px;
}

.management-docs__title {
  font-weight: 350;
  font-size: 60px;
  line-height: 120%;
  color: #1655A3;
  margin-bottom: 15px;
}

.management-docs__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 114%;
  color: #013575;
  padding: 30px 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 15px rgba(33, 81, 146, 0.25);
          box-shadow: 0px 4px 15px rgba(33, 81, 146, 0.25);
  max-width: 615px;
}

@media print {
  .no-print {
    display: none !important;
  }
  .no-print * {
    display: none !important;
  }
  .header {
    position: static;
    background: #1655A3;
  }
}

@media (min-width: 1921px) {
  .about-info__inner {
    position: relative;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1384px;
    padding: 0 40px;
  }
  .gradient-swiper .container {
    padding: 0;
  }
  .events-swiper__btn-prev {
    left: -17px;
  }
  .events-swiper__btn-next {
    right: -17px;
  }
}

@media (min-width: 1440px) {
  .about-info__text {
    width: 55%;
    max-width: 700px;
  }
  .about-info__text p {
    max-width: none;
  }
}

@media (max-width: 1400px) {

  body {
    font-size: 20px;
  }

  .nav__list-link {
    font-size: 17px;
  }

  .intro_page {
    height: 380px;
    min-height: 70vh;
  }
  .intro__inner_page {
    min-height: inherit;
  }
  .intro .container {
    min-height: inherit;
  }
  .product-catalog__filters .filters-checkboxes__label {
    padding: 20px 8px;
  }

  .product-catalog__search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 12px;
  }
  .product-catalog__letters {
    width: 100%;
  }
  .filters-list__item {
    padding: 0;
    border-right: none;
  }
  .archive-filters__title {
    padding: 16px 31px 16px 39px;
    min-width: 170px;
  }
  .archive-filters__list {
    padding: 30px 20px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive-filters__btn button {
    min-width: 200px;
  }
  .archive-filters__btn input {
    min-width: 200px;
  }
  .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
    min-height: 50vh;
  }
  .about-text__inner {
    gap: 20px;
  }
  .about-text__content {
    padding: 20px;
  }
  .about-text__text {
    font-size: 18px;
  }
  .about-text__title {
    font-size: 35px;
  }
  .about-text .container {
    min-height: auto;
  }
  .about-stats__text {
    font-size: 25px;
  }
  .about-banner__pic {
    height: 50vh;
  }
  .stats-list__sup-text {
    font-size: 20px;
    line-height: 110%;
  }
  .stats-list__num {
    font-size: 100px;
  }
  .stats-list__sub-text {
    font-size: 20px;
    line-height: 110%;
  }
  .about-advantages__content {
    font-size: 25px;
  }
  .about-advantages__item {
    font-size: 18px;
    padding: 18px 9px 18px 15px;
  }
  .about-gray {
    padding: 40px 0;
    min-height: 50vh;
  }
  .about-gray__text {
    font-size: 35px;
  }
  .about-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    min-height: 50vh;
  }
  .about-blue__text {
    font-size: 25px;
  }
  .team-tabs-aside {
    padding: 55px 0;
  }
  .team__title {
    margin-bottom: 20px;
  }
  .team__text {
    margin-bottom: 30px;
  }
  .history-animation__graph {
    width: 75%;
  }
  .fall-down-blocks__col {
    width: calc(20% - 5px);
  }
  .united-block-4 {
    top: 64%;
  }
  .united-block-5 {
    top: 75%;
  }
  .final-block {
    top: 87%;
  }
}

@media (max-width: 1300px) {
  body {
    font-size: 20px;
  }
  .nav__list-item {
    padding: 0 15px;
  }
  .nav__list-link {
    font-size: 17px;
  }
  .infographics__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infographics__item {
    margin-bottom: 30px;
  }
  .infographics__item:last-child {
    margin-bottom: 0;
  }
  .news-card__date {
    font-size: 20px;
  }
  .news-card__title {
    font-size: 24px;
  }
  .news-swiper__slide-title {
    font-size: 24px;
  }
  .swiper-tags__item {
    font-size: 20px;
  }
  .positions {
    padding-bottom: 80px;
  }
  .positions-list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .positions-list__item {
    padding: 0 10px;
  }
  .positions-list__title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__btn-link {
    display: block;
    text-align: center;
    padding: 13px 10px 15px;
  }
  .footer__col {
    width: 24%;
  }
  .footer__logo {
    min-width: auto;
  }
  .footer__privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__aside {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .form__content {
    width: 100%;
    max-width: none;
  }
  .map-info {
    margin-right: 10px;
  }
  .blue-bg__content {
    width: 100%;
    max-width: none;
  }
  .events__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .growth-list-item {
    height: auto;
  }
  .registration-form::before {
    display: none;
  }
  .registration-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registration-form__aside {
    width: 100%;
    max-width: none;
    margin-bottom: 25px;
  }
  .registration-form__form {
    width: 100%;
    max-width: none;
  }
  .manufacture-info {
    padding: 50px 0;
  }
  .manufacture-info__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .manufacture-info__text {
    font-size: 20px;
  }
  .manufacture-info__slide {
    padding: 20px;
  }
  .manufacture-info__slide-text {
    font-size: 25px;
  }
  .border-text__pic {
    width: 35%;
  }
  .map-list-item__text {
    font-size: 16px;
    width: 60%;
    margin-right: auto;
    margin-left: 10px;
  }
  .map-list-item__dropdown {
    font-size: 16px;
  }
  .interactive-map__title {
    font-size: 50px;
  }
  .control {
    padding: 50px 0;
  }
  .control__title {
    font-size: 50px;
  }
  .control__subtitle {
    font-size: 20px;
  }
  .control__text {
    font-size: 20px;
  }
  .point__pic {
    width: 50%;
  }
  .point__text {
    font-size: 30px;
  }
  .blue-bg__pic {
    left: -80px;
  }
  .history-animation__graph {
    background: url(../img/history-graph-1300.svg) no-repeat center;
    background-size: contain;
  }
  .united-block-4 {
    top: 67%;
  }
  .united-block-5 {
    top: 79%;
  }
  .final-block {
    top: 91%;
  }
}

@media (max-width: 1200px) {
  .history {
    display: none;
  }
  .text-grid__absolute-text {
    font-size: 35px;
    position: static;
    max-width: none;
    margin-bottom: 20px;
  }
  .text-grid__pic {
    display: none;
  }
  .text-grid__text {
    width: 100%;
    max-width: none;
  }
  .about-spec__title {
    padding: 70px 65px 70px 65px;
  }
  .about-spec__title-pic {
    position: static;
  }
  .about-spec__title-pic img {
    width: 100%;
    height: auto;
  }
  .border-text {
    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;
    padding: 70px 65px 70px 65px;
  }
  .border-text__pic {
    position: static;
  }
  .stats-list__item {
    padding: 50px 40px;
  }
  .about-gray__pic img {
    width: 34%;
  }
  .team-tabs-aside__pic img {
    width: 65%;
  }
  .footer__logo {
    width: 100%;
  }
  .management-principles__swiper .infographics-card__text {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .product-catalog__filters {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-catalog__filters .filters-checkboxes {
    width: 100%;
    min-width: auto;
    margin-bottom: 12px;
    border: none;
  }
  .product-catalog__filters .filters-checkboxes__list {
    background: #F2F5F7;
    border-radius: 3px;
  }
  .product-catalog__filters .filters-checkboxes__item:last-child .filters-checkboxes__label::after {
    display: none;
  }
  .product-catalog__filters .filters-checkboxes__label {
    padding: 12px 25px;
    border: none;
    position: relative;
  }
  .product-catalog__filters .filters-checkboxes__label::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 0;
    width: 1px;
    height: 23px;
    background: #DCE2E8;
  }
  .product-catalog__filters .archive-filters {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border: none;
  }
  .product-catalog__filters .archive-filters__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  .product-catalog__filter-name {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .product-catalog .filter__head {
    font-size: 18px;
  }
  .filters-checkboxes__checkbox:checked ~ .filters-checkboxes__label {
    background: #F2F5F7;
    color: #1655A3;
    font-weight: 450;
  }
  .letters-checkboxes {
    padding: 12px 25px 8px;
    background: #F2F5F7;
    border-radius: 3px;
  }
  .catalog-search {
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 12px 25px;
    background: #F2F5F7;
    border-radius: 3px;
    width: 100%;
  }
  .catalog-search__group {
    width: 100%;
  }
  .catalog-search__input {
    max-width: none;
    width: 100%;
  }
  .catalog-search__btn {
    margin-right: 7px;
  }
}

@media (max-width: 1024px) {
  .container {
    min-height: inherit;
  }
  .header__search.active {
    width: 70%;
  }
  .logo {
    max-width: 135px;
  }
  .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav__list-item {
    padding: 0 10px;
  }
  .intro {
    height: 550px;
    min-height: 550px;
  }
  .intro_page {
    height: auto;
    min-height: 70vh;
  }
  .intro .page-title {
    margin-bottom: 10px;
  }
  .intro__inner {
    padding-top: 215px;
    height: inherit;
    min-height: inherit;
  }
  .intro__subtitle {
    margin-bottom: auto;
  }
  .intro__bottom {
    margin-top: 0;
  }
  .production__swiper {
    width: 100%;
  }
  .production-swiper__slide {
    padding: 72px 26px 172px 40px;
  }
  .production-swiper__pagination {
    left: 40px !important;
  }
  .production-swiper__btns {
    right: 26px;
  }
  .team-list__position_row {
    max-width: 300px;
    min-width: 300px;
  }
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-card {
    min-height: 280px;
    margin-bottom: 20px;
  }
  .news-card_with-pic {
    height: 500px;
  }
  .news-card__title {
    margin-top: auto;
  }
  .text-box__content {
    font-size: 28px;
  }
  .purchases-item__btn {
    width: 230px;
    margin-right: 20px;
    padding: 15px;
  }
  .interactive-map__pic {
    top: 150px;
  }
  .control-gallery__item_shadow {
    padding: 10px 40px;
  }
  .about-info {
    padding-top: 0;
  }
  .about-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-info__pic {
    position: static;
    width: calc(100% + 80px);
    max-height: 600px;
    overflow: hidden;
    max-width: none;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    margin-bottom: 44px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-info__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-info__text {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about-info__text p {
    max-width: none;
  }
  .about-info__link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .conditions__content {
    max-width: none;
  }
  .conditions__list {
    max-width: 660px;
    width: 55%;
  }
  .posts-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .post-image__title {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 14px;
  }
  .post-image__position {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
  }
  .product-card__pic {
    height: 145px;
  }
  .related-categories-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .products-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .products-list__pagination {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .product-catalog-more {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .manufacture-contacts__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .docs-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .docs-card {
    padding: 15px 20px;
  }
  .archive-filters__title {
    padding: 16px 20px 16px 25px;
    min-width: 150px;
  }
  .archive-filters__btn input {
    min-width: 140px;
  }
  .related-products__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .team-list__item {
    width: 33.333%;
  }
  .team-list__item_row {
    width: 100%;
  }
  .border-text {
    padding: 20px;
  }
  .fin-results__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .reports__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .reports-list__text {
    font-size: inherit;
    line-height: inherit;
  }
  .reports-list__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .obligations__content {
    gap: 20px;
  }
  .obligations__text {
    font-size: inherit;
    line-height: inherit;
  }
  .rating__grid {
    gap: 20px;
  }
  .rating__text {
    font-size: inherit;
    font-weight: inherit;
  }
  .rating-list__item {
    font-size: inherit;
    line-height: inherit;
  }
  .about-text__title {
    font-size: 45px;
  }
  .about-text p span {
    font-size: 45px;
  }
  .stats-list__item {
    padding: 40px 10px;
  }
  .about-advantages__bg {
    width: 47%;
  }
  .about-advantages__inner {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .about-advantages__content {
    font-size: 25px;
  }
  .about-advantages__text {
    max-width: 350px;
  }
  .about-advantages__list {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .blue-bg__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .blue-bg__content {
    grid-column: auto;
  }
  .about-gray .container {
    min-height: auto;
  }
  .about-blue .container {
    min-height: auto;
  }
}

.addr {
  display: none;
}

@media (max-width: 1023px) {
  .production {
    height: auto;
  }
  .production__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .production__fixed {
    position: static;
  }
  .production__content {
    max-width: none;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .production__swiper {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 600px;
  }
  .news__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news__col {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .news__col:last-child {
    margin-bottom: 0;
  }
  .news-card_half-width {
    width: 100%;
    max-width: none;
  }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__content {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
  .contacts__map {
    width: 100%;
    max-width: none;
  }
  .gallery {
    padding-bottom: 62px;
  }
  .gallery-pics__item {
    width: 48%;
    max-width: 485px;
    margin-bottom: 18px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__content {
    width: 100%;
  }
  .team-list__position_row {
    max-width: none;
  }
  .team-tabs__content {
    width: 100%;
  }
  .internship__content {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
  .internship__text {
    max-width: none;
  }
  .internship__pic {
    left: 0;
    width: 35%;
    bottom: -160px;
  }
  .internship__list {
    width: 60%;
    margin-left: auto;
  }
  .events {
    padding-bottom: 72px;
  }
  .events__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events__content {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .events__text {
    max-width: none;
  }
  .events__swiper {
    max-width: none;
    width: 100%;
  }
  .events-swiper__pagination {
    bottom: -30px;
  }
  .growth {
    overflow: hidden;
  }
  .growth__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .growth__content {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .growth__content::before {
    display: none;
  }
  .growth__content::after {
    display: none;
  }
  .growth__list {
    width: 100%;
    max-width: none;
  }
  .growth-list-item__text {
    max-width: none;
  }
  .posts-swiper-card {
    display: block;
  }
  .posts-swiper-card__pics {
    max-width: none;
  }
  .post-image {
    height: inherit;
  }
  .single-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product__aside {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .single-product__info {
    width: 100%;
    max-width: none;
  }
  .favorites__pics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .favorites__pics::before {
    left: calc(50% - 17.5px);
    width: 35px;
    height: 35px;
    background: url(../img/gray-arrow-bottom.svg) no-repeat center;
    background-size: contain;
  }
  .favorites__pic {
    width: 100%;
    max-width: 415px;
    height: auto;
    margin-bottom: 78px;
    margin-right: 0;
  }
  .favorites__pic img {
    width: 100%;
    height: auto;
  }
  .favorites__pic:last-child {
    margin-bottom: 0;
  }
  .personal-area-page__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal-area-page__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .personal-area-page__content {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 940px) {


  .page-title {
    font-size: 35px;
  }
  .single-page-title {
    font-size: 48px;
    line-height: 100%;
  }
  .section-title {
    font-size: 36px;
  }
  .header__inner {
    padding: 13px 0;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden auto;
    z-index: 1000000000000000000;
    padding: 35px 22px;
    background-color: #3ea2c4;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header__bottom.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__bottom .spec-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header__bottom::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -22px;
    width: calc(100% + 44px);
    height: calc(100% + 70px);
    background: url(/storage/images/mobile-bg.png) no-repeat center;
    background-size: cover;
    z-index: -1;
  }
  .header__nav {
    position: relative;
    margin-bottom: 20px;
  }
  .header__nav .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__nav .nav__list-item {
    padding: 0;
    margin-bottom: 35px;
  }
  .header__nav .nav__list-item:last-child {
    margin-bottom: 0;
  }
  .header__nav .nav__list-item::before {
    display: none;
  }
  .header__nav .nav__list-link {
    font-weight: 450;
    font-size: 23px;
    line-height: 20px;
  }
  .header__close {
    position: absolute;
    top: -20px;
    right: 0;
    display: block;
    cursor: pointer;
  }
  .header__search.active {
    width: 55%;
  }
  .side-btns__item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 20px;
  }
  .side-btns__item:last-child {
    margin-right: 2px;
  }
  .burger-btn {
    margin-right: 0;
  }

  .spec-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: auto;
    margin-right: 20px;
  }

  .spec-btn__link {
    display: none;
  }

  .personal-dropdown__head {
    border: none;
    padding: 0;
    padding-right: 12px;
  }

  .personal-dropdown__head::before {
    right: 0;
    top: 6px;
  }
  .personal-dropdown__body {
    top: calc(100% + 32px);
    left: -96px;
    width: 220px;
  }
  .personal-area__name {
    text-align: right;
  }
  .personal-area__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__search {
    position: absolute;
    top: 95px;
    left: 17px;
    z-index: 8;
  }
  .header__search.active {
    width: calc(100% - 34px);
  }
  .mobile-menu {
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    color: #1655A3;
    padding: 30px 17px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .mobile-menu.active {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .mobile-menu__wrapper {
    position: relative;
  }
  .mobile-menu__close {
    position: absolute;
    top: 0;
    right: 17px;
  }
  .mobile-menu .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mobile-menu .nav__list-item {
    padding: 0;
    margin-bottom: 16px;
  }
  .mobile-menu .nav__list-link {
    font-size: 20px;
    color: #1655A3;
  }
  .burger-btn {
    display: block;
    width: 40px;
    height: 40px;
  }
  .burger-btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .intro__inner_about {
    padding-top: 168px;
  }
  .gradient-swiper__controls {
    top: auto;
    right: auto;
    left: 17px;
    bottom: 36px;
  }
  .gradient-swiper__btn {
    background: transparent;
  }
  .gradient-swiper__btn path {
    fill: #1D1D1B;
  }
  .gradient-slide {
    padding: 36px 17px 88px;
  }
  .gradient-slide__bg {
    width: 100%;
    height: 100%;
  }
  .gradient-slide__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .production__content {
    padding: 0;
  }
  .production-swiper__slide {
    padding: 72px 17px 172px 17px;
  }
  .production-swiper__pagination {
    left: 17px !important;
  }
  .production-swiper__btns {
    right: 17px !important;
  }
  .advantages-list__item {
    font-size: 24px;
  }
  .contacts {
    padding: 30px 0 0;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .positions {
    padding: 46px 0 20px;
  }
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__col {
    width: 45%;
    margin-bottom: 30px;
  }
  .gallery {
    padding: 60px 0 42px;
  }
  .blue-bg {
    padding: 60px 15px;
  }
  .team-list__item {
    margin-bottom: 40px;
  }
  .profile {
    overflow: hidden;
  }
  .profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__image {
    width: 100%;
    margin-bottom: 40px;
  }
  .profile__info {
    width: 100%;
  }
  .publications-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .publications-item__pic {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .publications-item__content {
    width: 100%;
    max-width: none;
  }
  .publications-item__title {
    font-size: 30px;
  }
  .publications-item__bottom {
    margin-top: 20px;
  }
  .publications-item:nth-child(2n) .publications-item__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-gallery-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .positions-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .positions-list__item {
    padding: 0;
  }
  .search-result__number {
    padding-bottom: 0;
  }
  .page-form-submit {
    width: 240px;
  }
  .form__text {
    margin-bottom: 20px;
  }
  .form__text p {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 5px;
  }
  .accordion-item__head {
    font-size: 20px;
    padding: 20px 35px 20px 20px;
  }
  .accordion-item__head::before {
    right: 20px;
  }
  .accordion-item__body {
    padding: 0 20px 0 20px;
  }
  .accordion-item.active .accordion-item__body {
    padding: 0 20px 20px 20px;
  }
  .interactive-map {
    height: auto;
    min-height: auto;
  }
  .interactive-map__pic {
    width: 100%;
    max-width: none;
    height: 820px;
  }
  .interactive-map__content {
    width: 100%;
  }
  .interactive-map__list {
    margin-bottom: 0;
  }
  .map-list-item {
    position: absolute;
    width: 100%;
    padding: 20px;
    margin: 0;
    max-width: none;
    overflow: visible;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
  }
  .map-list-item__info {
    margin-right: 0;
  }
  .map-list-item__dropdown p {
    margin-bottom: 10px;
  }
  .map-list-item__dropdown p:last-child {
    margin-bottom: 0;
  }
  .map-list-item__text {
    margin-right: auto;
    margin-left: 20px;
  }
  .map-list-item::before {
    display: none;
  }
  .map-list-item::after {
    display: none;
  }
  .map-list-item.active {
    visibility: visible;
    opacity: 1;
  }
  .map-list-item__text {
    position: relative;
  }
  .map-list-item-1 {
    bottom: -465px;
    left: 0;
  }
  .map-list-item-1 .map-list-item__text::before {
    right: 0px;
    bottom: -38px;
  }
  .map-list-item-2 {
    bottom: -315px;
  }
  .map-list-item-2 .map-list-item__text::before {
    right: 125px;
  }
  .map-list-item-3 {
    bottom: -353px;
  }
  .map-list-item-3 .map-list-item__text::before {
    right: 175px;
  }
  .map-list-item-4 {
    bottom: -400px;
  }
  .map-list-item-4 .map-list-item__text::before {
    right: 130px;
  }
  .map-list-item-5 {
    bottom: -670px;
  }
  .map-list-item-5 .map-list-item__text::before {
    right: 180px;
  }
  .map-line {
    display: none;
  }
  .control-gallery__item_shadow {
    padding: 10px 35px;
  }
  .conditions__text {
    margin-bottom: 25px;
  }
  .conditions__pic {
    width: 35%;
  }
  .conditions-list__item {
    margin-bottom: 25px;
  }
  .registration-form::before {
    display: none;
  }
  .registration-form__aside-text {
    font-size: 20px;
    line-height: 150%;
  }
  .registration-form__aside-text p {
    margin-bottom: 20px;
  }
  .contact-us {
    padding: 44px 0 62px;
  }
  .contact-us__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-us__btn {
    margin-right: 0;
    max-width: none;
    margin-bottom: 16px;
  }
  .single-product__title {
    font-size: 40px;
    line-height: 120%;
  }
  .single-product__aside {
    margin-bottom: 24px;
  }
  .single-product__aside .accordion-item__head {
    padding: 20px 35px 20px 20px;
  }
  .product-info {
    padding: 25px 20px;
  }
  .product-info__item {
    margin-bottom: 32px;
  }
  .product-info__item:last-child {
    margin-bottom: 0;
  }
  .product-info__title {
    font-size: 32px;
    line-height: 120%;
    padding-left: 13px;
  }
  .product-info__title::before {
    width: 2px;
  }
  .product-info__text {
    font-weight: 300;
  }
  .single-product {
    overflow: hidden;
  }
  .single-product__swiper-container {
    margin-bottom: 14px;
  }
  .single-product__links-swiper .swiper-wrapper {
    padding-bottom: 18px;
  }
  .single-product__link {
    padding: 11px 20px 10px;
    font-size: 16px;
    line-height: 132%;
  }
  .single-product_category .single-product__links-swiper {
    overflow: visible;
  }
  .warning {
    padding: 15px 0 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
  }
  .warning::before {
    display: none;
  }
  .manufacture-contacts::before {
    display: none;
  }
  .favorites {
    padding: 26px 0 44px;
  }
  .favorites__title {
    margin-bottom: 32px;
  }
  .favorites__text {
    margin-bottom: 25px;
  }
  .hide-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hide-content__content {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .archive-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .archive-filters__title {
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
  .archive-filters__btn {
    margin-top: 10px;
  }
  .archive-filters__btn input {
    padding: 20px 0;
  }
  .archive-filters .filters-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 30px 0;
  }
  .about-stats {
    padding: 45px 0;
    max-width: none;
  }
  .about-stats__title {
    margin-bottom: 30px;
  }
  .stats-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .stats-list__item {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
  .stats-list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .about-text {
    padding: 45px 0 0;
  }
  .about-text__text {
    margin-bottom: 30px;
  }
  .about-text p {
    max-width: none;
  }
  .about-text p span {
    font-size: 35px;
    line-height: 40px;
  }
  .about-text__title {
    font-size: 35px;
    line-height: 40px;
  }
  .about-text__pic {
    height: 340px;
  }
  .about-spec {
    padding: 40px 0;
  }
  .about-spec__title {
    padding: 20px;
  }
  .about-blue {
    padding: 60px 0;
  }
  .about-blue__text {
    font-size: 30px;
  }
  .manufacture-info {
    padding: 35px 0;
  }
  .manufacture-info__content {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .manufacture-info__title {
    line-height: inherit;
    margin-bottom: 20px;
  }
  .manufacture-info__text {
    font-size: inherit;
    line-height: 110%;
    margin-bottom: 20px;
  }
  .manufacture-info__list {
    gap: 20px;
  }
  .border-text__text {
    font-size: 38px;
    line-height: 125%;
    max-width: none;
  }
  .border-text__pic {
    display: none;
  }
  .research {
    padding: 35px 0;
  }
  .research__title {
    line-height: 120%;
    margin-bottom: 20px;
  }
  .research__pic {
    display: none;
  }
  .research__content {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
  .research__text {
    font-size: inherit;
    line-height: inherit;
  }
  .control__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .control__col {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .control__title {
    margin-bottom: 20px;
    line-height: 120%;
  }
  .control__subtitle {
    font-size: inherit;
    line-height: inherit;
  }
  .control__text {
    width: 100%;
    max-width: none;
    font-size: inherit;
    line-height: 110%;
  }
  .control__border-text {
    margin-bottom: 20px;
  }
  .control__border-text .border-text__text {
    max-width: none;
  }
  .principles-list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .principles-list__title {
    font-size: 30px;
    line-height: 120%;
  }
  .principles-list__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .about-text {
    padding: 30px 0;
  }
  .about-text__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-text__content {
    padding: 30px;
  }
  .about-text__text {
    margin-bottom: 0;
  }
  .about-banner__pic {
    margin-bottom: 0;
    height: 300px;
  }
  .about-stats__text {
    font-size: 25px;
  }
  .stats-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .stats-list__item {
    margin-bottom: 0;
  }
  .about-blue__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-blue__text {
    grid-column: auto;
  }
  .about-advantages__bg {
    width: 100%;
    height: 30%;
  }
  .about-advantages__bg img {
    width: 100%;
    height: 100%;
  }
  .about-advantages__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-advantages__content {
    padding: 30px 0;
    grid-column: auto;
  }
  .about-advantages__content::before {
    display: none;
  }
  .about-advantages__content::after {
    right: -40px;
  }
  .about-advantages__text {
    max-width: none;
  }
  .about-advantages__list {
    grid-column: auto;
  }
  .about-advantages__item::after {
    display: none;
  }
  .about-gray__text {
    font-size: 35px;
  }
  .manufacture-info__pic {
    display: none;
  }
  .manufacture-info__content {
    margin-bottom: 0;
  }
  .manufacture-info__icon {
    width: 75px;
    height: 75px;
  }
  .control__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
  .control__pic img {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .principles-list {
    padding: 30px 0;
  }
  .point__wrapper {
    padding: 30px 0;
  }
  .point__content {
    margin-bottom: 30px;
  }
  .point__text {
    max-width: none;
  }
  .point__pic {
    position: static;
    width: 100%;
  }
  .product-catalog__filters .filters-checkboxes__label {
    padding: 12px 25px;
  }
  .product-catalog__filters .archive-filters__list {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .management-principles .principles-list__title {
    font-size: 36px;
    line-height: 120%;
  }
  .management-principles__swiper .infographics-card {
    min-height: 185px;
  }
  .management-principles__swiper .infographics-card__text {
    font-size: 25px;
  }
  .grid-scheme {
    position: relative;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .grid-scheme__legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid-scheme__legend-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grid-scheme__item {
    position: relative;
    min-height: 80px;
    padding: 8px 30px 11px;
  }
  .grid-scheme__item::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;
    height: 12px;
    background: url(../img/scheme-right-arrow.svg) no-repeat center;
    background-size: contain;
  }
  .grid-scheme__item_wide .grid-scheme__title {
    font-size: 30px;
  }
  .grid-scheme__item_blue::before {
    display: none;
  }
  .grid-scheme__item_blue::after {
    bottom: -30px;
    height: 30px;
  }
  .grid-scheme__item_dropdown::before {
    display: none;
  }
  .grid-scheme__main::before {
    display: none;
  }
  .grid-scheme__arrow {
    right: 10px;
    bottom: 10px;
  }
  .grid-scheme__title {
    font-size: 18px;
  }
  .grid-scheme__name {
    font-size: 16px;
  }
  .grid-scheme__text {
    font-size: 16px;
  }
  .grid-scheme__col {
    padding: 0 20px;
  }
  .grid-scheme__col:first-of-type .grid-scheme__item::after {
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 12px;
    background: url(../img/scheme-right-arrow.svg) no-repeat center;
    background-size: contain;
  }
  .grid-scheme__col:last-child {
    grid-column: 1 / -1;
  }
  .grid-scheme__col:last-child .grid-scheme__item:first-child::after {
    display: none;
  }
  .grid-scheme__col:last-child .grid-scheme__item:last-child::before {
    display: none;
  }
  .grid-scheme__col:last-child::before {
    display: none;
  }
  .grid-scheme__col:last-child::after {
    display: none;
  }
  .grid-scheme__col .grid-scheme__item {
    margin-bottom: 30px;
  }
  .grid-scheme__col .grid-scheme__item:first-child::after {
    top: -30px;
    height: 30px;
  }
  .grid-scheme__ceo::before {
    bottom: -30px;
    height: 30px;
  }
  .grid-scheme__ceo::after {
    top: auto !important;
    bottom: -30px !important;
  }
  .grid-scheme__dropdown {
    font-size: 18px;
  }
  .grid-scheme::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 20px;
    height: 720px;
    background: url(../img/scheme-left-line.svg) no-repeat;
    background-size: contain;
  }
  .grid-scheme::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 20px;
    height: 455px;
    background: url(../img/scheme-right-line.svg) no-repeat;
    background-size: contain;
  }
  .management-docs__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .management-docs__col {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .management-docs__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .addr {
    display: flex; !important;
  }

  h1.main{

    display: none;
  }

  .page-lang, .search-btn{
    display: none;
  }


  .tel-menu {
    display: block !important;
  }


  .tel-menu1 {
    display: none !important;
  }

  a.let {

    display: none;
  }
  .container {
    padding: 0 17px;
  }
  section {
    position: relative;
  }
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-title__link {
    font-weight: 450;
    margin-top: 12px;
    margin-left: 0;
  }
  .section-title__text {
    font-size: 20px;
    line-height: 120%;
  }
  .arrow-link_bg {
    padding-left: 0;
  }
  .partners {
    padding: 46px 0 32px;
  }
  .partners__title .section-title__link {
    bottom: 198px;
  }
  .partners__text {
    margin-bottom: 54px;
  }
  .partners__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partners__links-item {
    margin-bottom: 10px;
  }
  .partners__links-item:last-child {
    margin-bottom: 0;
  }
  .partners__links-item::after {
    display: none;
  }
  .infographics__item {
    width: 286px;
    height: 286px;
  }
  .infographics__item_animated {
    padding: 20px;
  }
  .infographics__item_animated::before {
    top: 5px;
    left: 5px;
    width: 276px;
    height: 276px;
  }
  .infographics__item_animated::after {
    top: -15px;
    left: -15px;
    width: 316px;
    height: 316px;
  }
  .news {
    padding: 32px 0;
  }
  .news-card__date {
    margin-bottom: 26px;
  }
  .news-card__overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.94%, #1655A3), to(rgba(22, 85, 163, 0))), radial-gradient(30.45% 29.91% at 0% 0%, rgba(22, 85, 163, 0.4) 0%, rgba(22, 85, 163, 0) 100%);
    background: linear-gradient(0deg, #1655A3 2.94%, rgba(22, 85, 163, 0) 100%), radial-gradient(30.45% 29.91% at 0% 0%, rgba(22, 85, 163, 0.4) 0%, rgba(22, 85, 163, 0) 100%);
  }
  .news-swiper__slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-swiper__card {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .news-swiper__card:last-child {
    margin-bottom: 0;
  }
  .footer__col {
    width: 100%;
  }
  .footer__btn {
    max-width: 341px;
    margin: 0 auto;
  }
  .footer__contacts-title {
    display: none;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__copyright {
    margin-bottom: 24px;
  }
  .footer__privacy {
    margin: 0 0 40px;
  }
  .footer__logo {
    margin-left: 0;
  }
  .intro-links__item {
    padding-bottom: 5px;
  }
  .pagination__item {
    margin-left: 10px;
  }
  .pagination__link {
    width: 37px;
    height: 37px;
    font-size: 16px;
    line-height: 120%;
  }
  .all-news {
    padding: 35px 0;
  }
  .all-news__list {
    margin-bottom: 35px;
  }
  .form-content {
    padding: 30px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .growth-list-item {
    padding: 15px 15px 90px 15px;
  }
  .growth-list-item__icon {
    bottom: 15px;
  }
  .posts-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 25px;
  }
  .posts .section-title__link {
    display: none;
  }
  .all-posts-btn {
    display: block;
  }
  .favorites::before {
    display: none;
  }
  .principles-list .infographics-card {
    min-height: 160px;
  }
  .cookies {
    padding: 23px 0;
  }
  .cookies__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies__text {
    font-size: 16px;
    line-height: 150%;
  }
  .cookies__btn {
    margin-left: 0;
    margin-top: 14px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .popup__wrapper {
    width: calc(100% - 34px);
  }
}

@media (max-width: 767px) {
  .contacts__map {
    width: calc(100% + 34px);
    -webkit-transform: translateX(-17px);
            transform: translateX(-17px);
    height: 466px;
  }
  .contacts__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-catalog {
    padding: 48px 0;
  }
  .positions-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .positions-list__item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(22, 85, 163, 0.4);
  }
  .positions-list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .positions-list__description {
    text-align: center;
  }
  .tabs-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px;
  }
  .tabs-top__pic {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .tabs-top__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs-top__name {
    text-align: center;
  }
  .tabs-top__position {
    text-align: center;
  }
  .team-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .team-list__item {
    width: 40%;
  }
  .team-list__item:last-child {
    margin-right: 0;
  }
  .team-list__item_row {
    width: 100%;
  }
  .profile__pic {
    width: 223px;
    height: 223px;
  }
  .profile__news .news-card-4 {
    display: none;
  }
  .profile__news .news-card-5 {
    display: none;
  }
  .profile-item__content blockquote {
    padding: 67px 15px;
  }
  .profile-item__content blockquote::before {
    left: 15px;
    top: 18px;
  }
  .profile-item__content blockquote::after {
    right: 15px;
    bottom: 18px;
  }
  .infographics-card {
    padding-left: 20px;
  }
  .infographics-card__title-num {
    font-size: 80px;
  }
  .infographics-card__title-text {
    font-size: 60px;
  }
  .infographics-card__title-text sup {
    font-size: 30px;
  }
  .infographics-card__text {
    font-size: 20px;
  }
  .news-card-5 {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .single-page-title_article {
    font-size: 30px;
  }
  .single-news {
    padding: 30px 0;
  }
  .single-news__subtitle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .single-news__date {
    width: 50%;
    margin-bottom: 10px;
  }
  .single-news__agency {
    margin: 0 0 10px 0;
    width: 50%;
    text-align: right;
  }
  .single-news__btns {
    margin-left: auto;
  }
  .all-news-item {
    margin-bottom: 10px;
  }
  .all-news-item__wrapper {
    padding: 9px 0;
  }
  .all-news-item__title {
    font-weight: 400;
    font-size: 16px;
  }
  .all-news-item__date {
    font-size: 14px;
  }
  .all-news-item__link_download .all-news-item__wrapper {
    padding-right: 0;
  }
  .all-news-item__link_download .all-news-item__title {
    margin-bottom: 5px;
  }
  .all-news-item__link_download .all-news-item__download {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .purchases-item__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .purchases-item__btn {
    margin-bottom: 15px;
  }
  .single-page-title {
    font-size: 40px;
  }
  .shadow-box {
    overflow: hidden;
  }
  .shadow-box::before {
    width: 100%;
    height: 368px;
    top: auto;
    bottom: 0;
  }
  .shadow-box::after {
    top: 368px;
    border: none;
    width: 100%;
    height: 12%;
    background: url(../img/big-arrow.svg) no-repeat center top;
    background-size: cover;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shadow-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .shadow-box__item {
    width: 100%;
    max-width: none;
    padding: 32px 15px;
    height: 368px;
  }
  .shadow-box__item:nth-child(2) {
    padding: 32px 15px;
  }
  .shadow-box__vert-text {
    font-size: 20px;
  }
  .shadow-box__title {
    font-size: 32px;
  }
  .shadow-box__text {
    font-size: 20px;
  }
  .shadow-box:hover::after {
    background: url(../img/big-arrow-blue.svg) no-repeat center top;
    background-size: cover;
  }
  .page-form-submit {
    background-color: transparent;
    position: absolute;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    color: black;
    font-size: 0;
  }
  .page-form-submit:hover {
    background: transparent;
  }
  .page-form-submit__icon-search:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-form-submit__icon-search {
    display: block;
    fill: #3ea2c4;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .search-result__form {
    position: relative;
  }
  .search-result__form .form-label {
    display: none;
  }
  .search-result__form-btn {
    margin-left: 0;
  }
  .control-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .control-gallery__item {
    width: 100%;
    max-width: 281px;
    margin-bottom: 20px;
  }
  .control-gallery__item:last-child {
    margin-bottom: 0;
  }
  .control-gallery__item_shadow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 32px;
  }
  .control-gallery__item_shadow img {
    margin-bottom: 0;
    margin-right: 32px;
  }
  .control-gallery__item_shadow img:last-child {
    margin-right: 0;
  }
  .internship__pic {
    display: none;
  }
  .internship__list {
    width: 100%;
    margin-left: 0;
  }
  .events-swiper__btn {
    width: 30px;
    height: 30px;
  }
  .events-swiper__btn svg {
    width: 10px;
    height: 10px;
  }
  .conditions__list {
    max-width: none;
    width: 100%;
  }
  .conditions__pic {
    display: none;
  }
  .single-product {
    padding: 25px 0 20px;
  }
  .product-info {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .related-categories {
    padding: 20px 0;
  }
  .related-categories::before {
    display: none;
  }
  .related-categories__title {
    margin-bottom: 24px;
  }
  .related-categories__warning {
    font-size: 32px;
    line-height: 120%;
  }
  .related-categories-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-catalog .filters-checkboxes__item {
    min-width: auto;
  }
  .product-catalog .filters-checkboxes__label {
    padding: 12px 25px;
  }
  .product-catalog__filters .filter-label {
    line-height: 31px;
  }
  .filter-values__item {
    margin-bottom: 10px;
  }
  .filters-checkboxes__list {
    overflow-x: auto;
  }
  .filters-checkboxes__list::-webkit-scrollbar {
    height: 1px;
  }
  .filters-checkboxes__item {
    min-width: auto;
  }
  .filters-checkboxes__label {
    padding: 12px 20px;
  }
  .products-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .products-list__pagination {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .product-catalog-more {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    border: none;
    background: #F2F5F7;
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    padding: 23px;
  }
  .archive-filters__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .archive-filters__list .filter {
    margin-bottom: 14px;
  }
  .archive-filters__list .filter:last-child {
    margin-bottom: 0;
  }
  .active-filters__btn-reset input {
    background: transparent;
    text-transform: none;
    color: #1655A3;
    padding: 0;
    font-weight: 450;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    letter-spacing: normal;
  }
  .active-filters__item {
    display: none;
  }
  .product-catalog__filters {
    margin-bottom: 17px;
  }
  .filter {
    z-index: auto;
  }
  .filter__dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
    height: 80vh;
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.05);
    padding: 32px 15px 25px;
  }
  .filter__title {
    position: relative;
    font-weight: 350;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 33px;
    display: block;
    padding-right: 50px;
  }
  .filter__title::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/filter-close.svg) no-repeat center;
    background-size: contain;
  }
  .filter__search {
    display: block;
    margin-bottom: 20px;
  }
  .filter-values {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .filter__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .filter__btn {
    width: 100%;
    border: none;
    font-family: inherit;
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    padding: 23px 0;
    background: #1655A3;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-bottom: 0;
  }
  .filter__btn:hover {
    background: #297BE1;
    color: #FFFFFF;
  }
  .product-filter {
    z-index: auto;
  }
  .product-filter__letters {
    display: none;
  }
  .product-filter__current-letter {
    display: none;
  }
  .product-filter__title {
    position: relative;
    font-weight: 350;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 33px;
    display: block;
    padding-right: 50px;
  }
  .product-filter__title::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 12px;
    width: 22px;
    height: 22px;
    background: url(../img/filter-close.svg) no-repeat center;
    background-size: contain;
  }
  .product-filter__search {
    display: block;
    margin-bottom: 21px;
  }
  .product-filter__values {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .product-filter__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
  .product-filter__btn {
    width: 100%;
    border: none;
    font-family: inherit;
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    padding: 23px 0;
    background: #1655A3;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s linear;
    transition: .3s linear;
  }
  .product-filter__btn:hover {
    background: #297BE1;
    color: #FFFFFF;
  }
  .product-filter__dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    max-width: none;
    z-index: 100;
    height: calc(100vh - 2rem);
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.05);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 15px 25px;
  }
  .product-filter-values__item {
    width: 100%;
  }
  .product-filter-values__list {
    max-height: calc(100vh - 330px);
  }
  .product-filter-value {
    margin-bottom: 20px;
  }
  .product-filter-value.hide {
    display: block;
  }
  .filter-label {
    display: block;
    padding-left: 45px;
    font-size: 20px;
    line-height: 31px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .filter-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #303A44;
  }
  .filter-label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #303A44;
    opacity: 0;
  }
  .filter-checkbox:checked ~ .filter-label {
    color: #1D1D1B;
  }
  .filter-checkbox:checked ~ .filter-label::after {
    opacity: 1;
  }
  .manufacture-contacts {
    padding: 45px 0 40px;
  }
  .manufacture-contacts__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 15px;
  }
  .manufacture-contacts__title {
    margin-bottom: 30px;
  }
  .manufacture-contacts-card {
    padding: 30px;
  }
  .manufacture-contacts-card h3 {
    margin-bottom: 20px;
  }
  .docs-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hide-content__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .hide-content__btns .sign-up-btn {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .sign-up-btn {
    padding: 23px 20px;
  }
  .sign-in-btn {
    padding: 23px 20px;
  }
  .archive-filters .filters-list {
    padding: 0;
    border: none;
  }
  .archive-filters__btn {
    display: none;
  }
  .video-master {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .video-master__pic {
    margin-right: 0;
  }
  .video-master__content {
    text-align: center;
  }
  .related-products__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .post-swiper-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px 20px;
  }
  .post-swiper-card__pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .single-post__subtitle .single-news__date {
    width: auto;
  }
  .single-post__subtitle .single-news__agency {
    width: auto;
    margin-right: auto;
    text-align: left;
  }
  .single-post__subtitle .single-news__btns {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .about-stats__title {
    font-size: 30px;
  }
  .stats-list__text {
    font-size: 28px;
  }
  .text-grid__absolute-text {
    font-size: 26px;
  }
  .about-spec__title-text {
    max-width: none;
    font-size: 30px;
  }
  .about-spec__title-pic {
    display: none;
  }
  .manufacture-list__item {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .principles-list__item {
    padding: 35px;
  }
  .border-text__text {
    font-size: 30px;
    line-height: 125%;
  }
  .personal-area-page::before {
    display: none;
  }
  .personal-area-page__name {
    font-size: 30px;
    line-height: 132%;
    margin-bottom: 13px;
  }
  .personal-area-group {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .personal-area-group__title {
    font-size: 20px;
    line-height: 132%;
    margin-bottom: 24px;
  }
  .personal-area-group__btn button {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 20px;
    line-height: 28px;
  }
  .fin-results {
    padding: 30px 0;
  }
  .fin-results__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .fin-results__text {
    margin-bottom: 25px;
  }
  .reports {
    padding: 30px 0;
  }
  .reports__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .reports-list {
    padding: 30px 0;
  }
  .reports-list__text {
    margin-bottom: 20px;
  }
  .reports-list__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .reports-list__item {
    padding: 20px 15px;
  }
  .obligations {
    padding: 30px 0;
  }
  .obligations__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .obligations-cupon__head {
    padding: 20px 15px;
  }
  .obligations-cupon__name-title {
    font-size: 22px;
  }
  .obligations-cupon__percent-num {
    font-size: 18px;
  }
  .obligations-cupon__body {
    padding: 20px 15px;
  }
  .rating {
    padding: 30px 0;
  }
  .rating__grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .rating-list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
  }
  .rating-list__item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rating-list__item:first-child img {
    max-width: 260px;
  }
  .section-bottom-text {
    padding: 30px 0;
  }
  .about-gray__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
  .about-gray__pic {
    display: none;
  }
  .team-tabs-aside {
    padding: 40px 0;
  }
  .team-tabs-aside__pic {
    display: none;
  }
  .team__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
  .team__text {
    max-width: none;
    margin-bottom: 30px;
  }
  .about-management__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .about-management__text {
    grid-column: auto;
  }
  .about-management a {
    grid-column: auto;
  }
}



@media (max-width: 600px) {
  .header__logo {
    max-width: 86px !important;
    margin-right: 20px;
  }
  .intro {
    height: auto;
    min-height: 625px;
  }
  .intro_page {
    min-height: auto;
  }
  .intro__inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .intro .page-title {
    margin-bottom: auto;
  }
  .intro__inner_page .page-title {
    margin-bottom: 20px;
  }
  .intro__inner_page .intro__bottom {
    margin-top: 20px;
  }
  .pagination__item {
    display: none;
  }
  .pagination__item.active {
    display: block;
  }
  .pagination__item.pagination__item_next {
    display: block;
  }
  .pagination__item.pagination__item_prev {
    display: block;
  }
  .pagination__item:nth-child(2) {
    display: block;
  }
  .pagination__item:nth-last-child(2) {
    display: block;
  }
  .pagination__item:nth-last-child(3) {
    display: block;
  }
  .team-list__item {
    width: 100%;
  }
  .team-list__item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
  .team-list__name_row {
    margin-bottom: 10px;
  }
  .team-list__position_row {
    text-align: left;
    max-width: 100%;
  }
  .news-contacts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .news-contacts-list__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .intro-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro-links__item {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .intro-links__item:last-child {
    margin-bottom: 0;
  }
  .news-gallery-list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .page-title {
    padding-left: 15px;
  }
  .publications-item__pic {
    height: auto;
    min-height: 180px;
  }
  .publications-item__pic img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-contacts {
    padding: 50px 0;
  }
  .purchases-item__btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .form-content__title {
    margin-bottom: 15px;
  }
  .form__tabs-nav {
    width: calc(100% + 34px);
    -webkit-transform: translateX(-17px);
            transform: translateX(-17px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 29px 17px;
    background-color: #F4F4F4;
  }
  .form__tabs-link {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #1D1D1B;
    border: none;
    padding: 0 0 0 45px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .form__tabs-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #303A44;
  }
  .form__tabs-link::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1D1D1B;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
  }
  .form__tabs-link:last-child {
    margin-bottom: 0;
  }
  .form__tabs-link:hover {
    color: #1D1D1B;
  }
  .form__tabs-link.active {
    color: #1D1D1B;
  }
  .form__tabs-link.active::after {
    opacity: 1;
  }
  .form-group_date {
    width: 100%;
  }
  .form-input {
    padding: 12px 17px 11px;
    font-size: 14px;
  }
  .form-textarea {
    padding: 24px 17px 20px;
    font-size: 14px;
  }
  .form-textarea:focus ~ .form-label,
  .form-textarea:not(:placeholder-shown) ~ .form-label {
    font-size: 10px;
  }
  .form-label {
    font-size: 14px;
    left: 17px;
  }
  .form-input:focus ~ .form-label,
  .form-input:not(:placeholder-shown) ~ .form-label {
    font-size: 10px;
  }
  .form-submit__btn {
    width: 100%;
    padding: 23px 32px;
  }
  .privacy-checkbox .checkbox-label__text {
    font-size: 14px;
    line-height: 150%;
  }
  .checkbox-label__text {
    font-size: 14px;
  }
  .select__top {
    height: auto;
    padding: 20px 17px 5px;
  }
  .select__top.selected .select__label {
    top: 5px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 10px;
    line-height: 14px;
  }
  .select__top::before {
    right: 17px;
  }
  .select__label {
    font-size: 14px;
    left: 17px;
  }
  .select__text {
    left: 17px;
    font-size: 14px;
    line-height: 18px;
  }
  .select__item {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 120%;
  }
  .form-checkboxes__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-checkboxes__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .form-checkboxes__list .form-checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-checkboxes__list .form-checkbox:last-child {
    margin-bottom: 0;
  }
  .tabs-form__section {
    margin-bottom: 30px;
  }
  .tabs-form__title {
    font-size: 20px;
  }
  .form-radios__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .radio-label__text {
    font-size: 14px;
  }
  .cloned-block__title {
    font-size: 20px;
  }
  .cloned-block__remove {
    font-size: 12px;
  }
  .interactive-map__wrapper {
    height: 100%;
    width: calc(100% + 34px);
    -webkit-transform: translateX(-17px);
            transform: translateX(-17px);
  }
  .interactive-map__wrapper .map-image {
    max-width: 1400px;
    top: -715px;
    left: -10px;
  }
  .interactive-map__wrapper picture {
    max-width: 1400px;
    top: -715px;
    left: -10px;
  }
  .map-point__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .map-point__icon::before {
    width: 10px;
    height: 10px;
  }
  .map-point__city {
    font-size: 18px;
  }
  .map-list-item__text {
    font-size: 12px;
    width: 100%;
    margin: 0;
  }
  .map-list-item__dropdown {
    font-size: 12px;
  }
  .map-group-1 {
    top: 385px;
    left: 258px;
  }
  .map-group-1 .map-point__icon {
    margin-left: 10px;
  }
  .map-group-2 {
    top: 257px;
    left: 150px;
  }
  .map-group-3 {
    top: 290px;
    left: 15px;
  }
  .map-group-3 .map-point__icon {
    margin-left: 10px;
  }
  .map-group-4 {
    top: 330px;
    left: 145px;
  }
  .map-group-5 {
    top: 570px;
    left: 105px;
  }
  .map-group-6 {
    top: 290px;
    left: 165px;
  }
  .map-list-item-1 {
    bottom: -456px;
    left: 0;
  }
  .map-list-item-2 {
    bottom: -550px;
  }
  .map-list-item-3 {
    bottom: -360px;
  }
  .map-list-item-4 {
    bottom: -401px;
  }
  .map-list-item-5 {
    bottom: -642px;
  }
  .blue-bg {
    position: relative;
    padding-top: 30px;
  }
  .blue-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/storage/images/about-blue_1000_1000.webp) no-repeat;
    background-position: top;
    background-size: contain;
    z-index: -1;
  }
  .blue-bg__pic {
    display: none;
  }
  .shadow-box__title {
    margin-bottom: 0;
  }
  .internship-list__item {
    margin-bottom: 15px;
  }
  .internship-list__num {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-top: 3px;
    margin-right: 10px;
    font-size: 14px;
  }
  .conditions-list__item {
    width: 100%;
    max-width: none;
  }
  .conditions-list__text {
    max-width: none;
  }
  .registration-form {
    padding: 26px 0 32px;
  }
  .registration-form__title {
    margin-bottom: 32px;
  }
  .registration-form .form-submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registration-form .form-submit__btn {
    margin-bottom: 20px;
  }
  .next-step-btn {
    width: 100%;
    padding: 23px 0;
  }
  .info-message {
    font-size: 10px;
  }
  .post-card__pic {
    height: 202px;
  }
  .post-card__info {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .post-card__title {
    font-size: 20px;
    line-height: 120%;
  }
  .post-card__favorites-btn {
    top: 16px;
    right: 11px;
  }
  .post-card__text {
    font-size: 18px;
  }
  .posts-swiper-card__pics {
    min-height: 205px;
  }
  .posts-swiper-card__content {
    padding: 17px 21px 31px;
  }
  .posts-swiper-card__pagination {
    display: none;
  }
  .posts-swiper-card__title {
    font-size: 22px;
    line-height: 120%;
    font-weight: 450;
  }
  .posts-swiper-card__text {
    font-size: 16px;
    line-height: 150%;
  }
  .post-image {
    padding: 11px 0 11px 11px;
  }
  .post-image__title {
    font-size: 17px;
  }
  .contact-us__title {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .popup__wrapper {
    padding: 36px 24px 43px;
  }
  .popup__close {
    top: 16px;
    right: 20px;
  }
  .popup__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .popup__text {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .popup_disclaimer .popup__wrapper {
    padding: 30px 25px 40px;
  }
  .email-form .form-group {
    margin-bottom: 16px;
  }
  .product-info-list_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info-list__col {
    margin-bottom: 12px;
    width: 100%;
  }
  .form-group_phone .select__top {
    padding: 14px 17px 12px 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .form-group_phone .select__top::before {
    right: 5px;
  }
  .gen-pass-btn {
    width: 20px;
  }
  .show-pass-btn {
    width: 20px;
  }
  .select__search-input {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 120%;
  }
  .select__empty {
    padding: 10px 17px;
    font-size: 14px;
    line-height: 120%;
  }
  .form-submit__btn {
    margin-top: 20px;
  }
  .form-file {
    font-size: 16px;
  }
  .form-file__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rating-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .rating-list__item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
  .rating-list__item:first-child img {
    max-width: none;
  }
  .rating-list__item:nth-child(2n + 1)::after {
    display: none;
  }
  .form-submit {
    display: block;
  }
  .form-submit__btn_white {
    margin-left: 0;
  }
  .stats-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-text p span {
    font-size: 25px;
    line-height: 120%;
  }
  .about-text__title {
    font-size: 25px;
    line-height: 120%;
  }
  .about-text__content {
    padding: 15px;
  }
  .about-gray__text {
    font-size: 30px;
  }
  .about-blue__text {
    font-size: 25px;
  }
  .manufacture-info__title {
    font-size: 28px;
    line-height: 120%;
  }
  .manufacture-info__icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .manufacture-info__slide-text {
    font-size: 20px;
  }
  .interactive-map__title {
    font-size: 28px;
    line-height: 120%;
  }
  .control__title {
    font-size: 28px;
    line-height: 120%;
  }
  .point__content {
    padding: 20px;
  }
  .about-banner__pic {
    height: auto;
  }
  .about-banner img {
    display: none;
  }
  .about-banner .about-banner__mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .form-capture-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-capture-image {
    width: 100%;
    margin-bottom: 12px;
  }
  .form-capture-input {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .page-title {
    font-size: 40px;
  }
  .obligations-cupon__name-title {
    font-size: 18px;
  }
  .warning {
    font-size: 20px;
  }

  .footer__contacts-link {

    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */