@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;
}
@font-face {
  display: swap;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: local("Open Sans"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
}
@font-face {
  display: swap;
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: local("Open Sans"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype");
}
@font-face {
  display: swap;
  font-family: "MTS Wide";
  font-weight: 700;
  font-style: normal;
  src: local("MTS Wide"), url("../fonts/MTSWide-Bold.woff2") format("woff2"), url("../fonts/MTSWide-Bold.woff") format("woff"), url("../fonts/MTSWide-Bold.ttf") format("truetype");
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Futura PT", sans-serif;
  font-size: 22px;
  line-height: 110%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1d1d1b;
}

.main {
  flex: 1 0 auto;
}

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

* {
  box-sizing: border-box;
}

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

.container {
  width: 100%;
  max-width: 1350px;
  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: flex;
  flex-direction: column;
  padding: 20px 0;
}

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

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

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

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

.header__search {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  max-width: 1033px;
  transition: 0.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: #1655a3;
  position: static;
}

.header__close {
  display: none;
}

.form-file {
  width: 100%;
}

.form-file__wrapper {
  display: flex;
  align-items: center;
  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;
  padding-inline-start: 0;
}

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

.form-group_date {
  width: 50%;
}

.form-group_date::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  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;
  appearance: none;
}

.form-textarea {
  width: 100%;
  padding: 20px 24px;
  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;
  transform: translateY(-50%);
  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;
  transform: translateY(-50%);
  color: rgba(29, 29, 27, 0.6);
  transition: 0.3s linear;
}

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

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

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

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

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

.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  font-family: "Futura PT", sans-serif;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #dce2e8;
  cursor: pointer;
  transition: 0.3s linear;
}

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

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

.select__top.selected {
  padding: 13px 24px;
}

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

.select__top.selected .select__text {
  height: auto;
}

.select__input {
  display: none;
}

.select__label {
  padding-right: 25px;
  color: #637586;
  transition: 0.3s linear;
}

.select__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 25px;
  height: 0;
  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;
  transform-origin: 50% 0;
  transition: 0.3s linear;
  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 {
  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;
  transition: 0.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: #e85412;
}

.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: flex;
  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%;
  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: #e85412;
}

.input-radio {
  display: none;
}

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

.radio-label {
  display: flex;
  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: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.form-submit.form-with-mts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 20px;
}

.form-submit__btn {
  min-width: fit-content;
  padding: 16px 32px;
  background: #1655a3;
  border: none;
  box-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Futura PT";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s linear;
}

.form-submit__btn:hover {
  background: #297be1;
}

.form-submit__btn_mts {
  padding: 0;
  margin-top: 5px;
  width: 52px;
  height: 52px;
  border: none;
  cursor: pointer;
  color: #fafafa;
  box-shadow: none;
  font-family: "MTS Wide", sans-serif;
  transition: 0.3s linear;
}

@media (max-width: 600px) {
  .form-submit__btn {
    margin-bottom: 0 !important;
  }
  .form-submit.form-with-mts {
    flex-direction: row !important;
    justify-content: center;
  }
}
.form-submit__btn_mts:hover {
  opacity: 0.7;
}

.form-submit__btn_white {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  color: #1655a3;
  text-decoration: none;
  border: 1px solid #cbd4dd;
}

.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;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}

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

.search-form__submit:hover svg {
  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;
  transition: 0.3s linear;
}

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

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

.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: flex;
  align-items: center;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 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;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #ffffff;
}

.nav__list-link {
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: 0.2s linear;
}

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

.side-btns {
  display: flex;
  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 {
  transition: 0.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;
}

.page-lang__link {
  border-bottom: 1px solid transparent;
  transition: 0.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;
  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: linear-gradient(0deg, rgba(22, 85, 163, 0.88), rgba(22, 85, 163, 0.88));
}

.intro__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  padding: 354px 0 65px;
}

.intro__flex {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

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

.intro__right-block {
  margin-left: 20px;
  width: 100%;
  max-width: 348px;
  flex-shrink: 0;
}

.intro__title {
  width: 100%;
}

.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%;
  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;
  align-self: flex-start;
  display: flex;
}

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

.intro__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.intro__inner_page {
  padding: 220px 0 28px;
  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__btn {
  padding: 16px 40px;
  width: 181px;
  height: 60px;
  background-color: #ffffff;
  color: #1655a3;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  margin-top: 40px;
  transition: 0.3s ease;
}

.intro__btn:hover {
  opacity: 0.9;
}

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

.career-forbes {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #ffffff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffffff;
  padding: 30px 35px;
}

.career-forbes__logo {
  width: 110.45px;
  height: 28.64px;
  margin-bottom: 10px;
}

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

.career-forbes__text {
  font-size: 15px;
  line-height: 110%;
  max-width: 261px;
  margin-bottom: 20px;
}

.career-forbes__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.career-forbes__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 86px;
  height: 86px;
  padding: 34px 0 8px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  font-size: 10px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}

.career-forbes__item:last-child {
  margin-right: 0;
}

.career-forbes__item-head {
  position: absolute;
  top: -2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border: 2px solid #2c64a8;
  border-radius: 20px;
  color: #2c64a8;
  font-weight: 400;
}

.career-forbes__item-head.bg-bronze {
  background: url(../img/bronze_bg.png) no-repeat center;
  background-size: cover;
}

.career-forbes__item-head.bg-silver {
  background: url(../img/silver_bg.png) no-repeat center;
  background-size: cover;
}

.career-forbes__item-head.bg-platina {
  background: url(../img/platina_bg.png) no-repeat center;
  background-size: cover;
}

.career-forbes__item-text {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 22px;
}

.career-forbes__item-stars {
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-forbes__item-star {
  display: block;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: url(../img/star.png) no-repeat center;
  background-size: contain;
  margin-right: 4px;
}

.career-forbes__item-star:last-child {
  margin-right: 0;
}

.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%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background: #e85412;
}

.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: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  font-weight: 350;
  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;
  transition: 0.2s linear;
}

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

.arrow-link_blue {
  color: #1655a3;
  border-color: #1655a3;
}

.arrow-link_blue path {
  fill: #1655a3;
}

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

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

.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 {
  transform: rotate(45deg) translate(-3px, 3px);
}

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

.about__title {
  margin-bottom: 28px;
}

.section-title {
  display: flex;
  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: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
}

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

.infographics_small-text .swiper-wrapper {
  align-items: stretch;
}

.infographics_small-text .swiper-slide {
  display: flex;
  height: initial;
  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;
  transform: translateY(-50%);
  width: 2px;
  height: 90%;
  background: #a0c6f5;
}

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

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

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

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

.gradient-swiper__btn {
  display: flex;
  justify-content: 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%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

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

.gradient-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fin-results__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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: grid;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reports-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 75px 40px;
  background: #ffffff;
  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%;
  transition: 0.3s linear;
}

.reports-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background: #e85412;
  opacity: 0;
  transition: 0.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: grid;
  grid-template-columns: 1fr 430px;
  -moz-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;
  box-shadow: 0px 4px 20px #d3dfed;
}

.obligations-cupon__head {
  display: flex;
  align-items: baseline;
  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: flex;
  flex-wrap: wrap;
  padding: 22px 30px 15px;
}

.obligations-cupon__item {
  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: grid;
  grid-template-columns: 1fr 325px;
  -moz-column-gap: 54px;
  column-gap: 54px;
  margin-bottom: 60px;
}

.rating__text {
  display: flex;
  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: grid;
  grid-template-columns: repeat(5, 1fr);
}

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

.rating-list__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 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;
  transition: 0.3s linear;
}

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

.production {
  position: relative;
  background: #297be1;
  color: #ffffff;
  transition: 0.3s linear;
}

.production__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

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

.production__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  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: 50%;
  align-self: flex-end;
  height: inherit;
}

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

.production-swiper__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  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: linear-gradient(90deg, rgba(22, 85, 163, 0.74) 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 {
  margin-top: auto;
}

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

.production-swiper__pagination {
  width: auto !important;
  top: auto !important;
  right: auto !important;
  left: 80px !important;
  bottom: 47px !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: flex;
  z-index: 1;
}

.production-swiper__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1655a3;
  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: flex;
  flex-direction: column;
}

.advantages-list__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 34px;
  font-size: 28px;
  line-height: 120%;
}

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

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

.news {
  padding: 48px 0 57px;
}

.news__title {
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.news .posts-4 .news-card-4 {
  grid-column-start: 3;
  grid-column-end: 5;
  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: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}

.news-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  transition: 0.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;
  transition: 0.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;
  transform: translate(65px);
  border-color: transparent transparent transparent #fafafa;
  transition: 0.3s linear;
}

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

.shadow-box__item {
  display: flex;
  flex-direction: column;
  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: flex;
  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: flex;
  align-items: center;
}

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

.partners__links-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  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: flex;
  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;
  transition: 0.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;
  transition: 0.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: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 738px;
}

.today-tomorrow__title {
  position: relative;
  font-weight: 450;
  font-size: 46px;
  line-height: 120%;
  margin-bottom: 60px;
  transition: 0.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: flex;
  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: flex;
  justify-content: center;
  align-items: center;
}

.swiper-tags {
  display: flex;
  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;
  transition: 0.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: #1655a3;
  color: #ffffff;
  font-weight: 300;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  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;
  transition: 0.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: flex;
  justify-content: center;
  width: 20px;
  margin-right: 15px;
  margin-top: 5px;
}

.footer__contacts-icon img {
  display: block;
}

.footer__contacts-text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 120%;
  max-width: 240px;
}

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

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

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

.footer__contacts-item {
  display: flex;
  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: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 18px;
  line-height: 120%;
}

.footer__privacy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

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

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

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

.pixelplus {
  display: flex;
  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 {
  background: rgba(22, 85, 163, 0.1);
  padding: 48px 0 50px;
  font-weight: 300;
}

.contacts__inner {
  display: flex;
  justify-content: space-between;
  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: flex;
  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: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contacts-list__link {
  text-decoration: none;
  color: #1d1d1b;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
  transition: 0.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: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.positions-list__item {
  display: flex;
  flex-direction: column;
}

.positions-list__title {
  display: flex;
  justify-content: 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: flex;
  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;
  transition: 0.2s linear;
}

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

.manufacture-contacts::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  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: 64px;
}

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

.manufacture-contacts-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  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: 28px;
  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: #e85412;
}

.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;
  align-items: flex-start;
  justify-content: flex-start;
}

.intro__title_about {
  margin-bottom: 36px;
}

.intro__content {
  display: flex;
  justify-content: space-between;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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: #1655a3;
  overflow: hidden;
  z-index: 1;
}

.blue-bg__inner {
  display: grid;
  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 {
  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: flex;
  flex-direction: column;
  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: 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 {
  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: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.about-text__content {
  padding: 30px 42px;
  background: #ffffff;
  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: flex;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stats-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  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;
  transition: 0.3s ease;
}

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

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

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

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

.about-advantages__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-weight: 350;
  font-size: 35px;
  line-height: 110%;
  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: flex;
  flex-direction: column;
  grid-column: 3/4;
}

.about-advantages__item {
  position: relative;
  padding: 24px 9px 24px 15px;
  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: flex;
  align-items: center;
  background-color: rgba(43, 85, 158, 0.031372549);
  padding: 100px 0;
  overflow: hidden;
}

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

.about-gray__text {
  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 {
  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: #1655a3;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

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

.about-blue__text {
  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: flex;
  flex-direction: column;
}

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

.team__inner {
  position: relative;
}

.team__link {
  text-decoration: none;
  color: #1d1d1b;
  transition: 0.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;
  transform: translateY(300px);
  transition: 0.5s linear;
}

.tabs__pane.fade {
  display: block;
}

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

.team-tabs__nav {
  position: relative;
  display: flex;
  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 {
  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;
  transition: 0.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;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e85412;
  opacity: 0;
  transition: 0.3s linear;
  z-index: 2;
}

.team-tabs__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.team-tabs-aside__pic {
  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: flex;
  align-items: center;
  width: 100%;
  padding: 40px 58px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(25, 86, 156, 0.3);
}

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

.tabs-top__content {
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team-list__item {
  display: flex;
  flex-direction: column;
  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 {
  flex-direction: column;
}

.team-list__item_row {
  display: grid;
  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: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  max-width: none;
  margin-bottom: 0;
  text-align: left;
}

.team-list__position_row {
  grid-column: 2/4;
  display: flex;
  flex-direction: column;
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 30px;
}

.about-management__title {
  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: #1655a3;
  color: #ffffff;
  padding: 50px 0;
  z-index: 0;
}

.history__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/history-bg-2.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

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

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

.history__title {
  margin-bottom: 28px;
}

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

.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%;
  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: flex;
  justify-content: space-between;
  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;
  box-sizing: border-box;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 6px;
  transition: 0.3s linear;
  overflow: hidden;
}

.fall-down-block__logo {
  display: flex;
  align-items: 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;
  transition: 0.3s ease-in;
  overflow: hidden;
  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;
  transition: 0.3s linear;
}

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

.united-block {
  position: absolute;
  width: 39%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: auto;
  overflow: hidden;
  transition: 0.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 {
  align-items: stretch;
}

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

.manufacture-info__slide {
  position: relative;
  display: flex;
  align-items: center;
  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;
  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: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 33px;
}

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

.manufacture-list__item {
  display: flex;
  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;
  writing-mode: horizontal-tb;
}

.interactive-map__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-direction: column;
}

.map-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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;
  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: flex;
  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: flex;
  flex-direction: column;
  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 {
  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 {
  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: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.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;
  transition: 0.3s linear;
  z-index: 1;
}

.map-point__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #1655a3;
  border-radius: 50%;
  transition: 0.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;
  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: flex;
  flex-direction: column;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.control__col {
  display: flex;
  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: flex;
  flex-direction: column;
  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: #1655a3;
  margin-bottom: 48px;
}

.principles-list__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 39px 40px 51px;
  min-height: 180px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e7ecf1;
  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%;
  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%;
  transform: translateY(-50%);
  left: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2f5f7;
  z-index: -2;
}

.principles-list .infographics-card {
  display: flex;
  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 {
  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;
  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: flex;
  justify-content: space-between;
  align-items: stretch;
}

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

.control-gallery__item_shadow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  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 {
  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;
  transition: 0.3s linear;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup.fade {
  display: block;
}

.popup.active {
  opacity: 1;
}

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

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

.popup__close {
  position: absolute;
  top: 37px;
  right: 31px;
  display: flex;
  align-items: 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%;
}

.popup_quiz .popup__wrapper {
  padding: 60px;
  z-index: 1;
}

.popup_quiz .popup__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 383px;
  height: 370px;
  background: url(../img/quiz-popup.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.popup_quiz .popup__content {
  max-width: 440px;
}

.popup_quiz .popup__text {
  font-weight: 300;
  font-size: 30px;
  line-height: 132%;
  text-align: left;
}

.popup_quiz .popup__form {
  display: flex;
  flex-direction: column;
}

.popup_quiz .popup__form button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  background: #1655a3;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 25px;
  transition: 0.3s ease;
}

.popup_quiz .popup__form button:hover {
  opacity: 0.9;
}

.popup_quiz .popup__btn {
  padding: 16px 40px;
  display: block;
  width: 181px;
  height: 60px;
  background-color: #1655a3;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  margin-top: 80px;
  transition: 0.3s ease;
}

.popup_quiz .popup__btn:hover {
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .popup_quiz .popup__wrapper::after {
    width: 320px;
    height: 315px;
  }
  .popup_quiz .popup__content {
    max-width: 395px;
  }
  .popup_quiz .popup__text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .popup_quiz .popup__wrapper {
    padding: 20px;
  }
  .popup_quiz .popup__wrapper::after {
    width: 290px;
    height: 275px;
  }
  .popup_quiz .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup_quiz .popup__content {
    max-width: 350px;
  }
  .popup_quiz .popup__form button {
    width: 100%;
  }
  .popup_quiz .popup__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .popup_quiz .popup__text {
    font-size: 24px;
  }
}
@media (max-width: 610px) {
  .popup_quiz .popup__wrapper {
    padding-bottom: 275px;
  }
  .popup_quiz .popup__content {
    max-width: 100%;
  }
  .popup_quiz .popup__form button {
    padding: 14px 40px;
    font-size: 16px;
  }
  .popup_quiz .popup__title {
    font-size: 20px;
  }
  .popup_quiz .popup__text {
    font-size: 16px;
  }
  .popup_quiz .popup__btn {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    margin-top: 0;
  }
}
.popup_quiz-result .popup__wrapper::after {
  background: url(../img/quiz-popup-email.png) no-repeat center;
  background-size: contain;
}

.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: flex;
  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: flex;
  justify-content: space-between;
}

.publications-item__pic {
  display: flex;
  justify-content: 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: flex;
  flex-direction: column;
  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: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}

.publications-item:nth-child(2n) .publications-item__pic {
  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: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 315px;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.news-gallery-item__link {
  position: relative;
  display: flex;
  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;
  transform: translateY(0);
}

.news-gallery-item__link_video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 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: linear-gradient(0deg, #1655a3 2.94%, rgba(22, 85, 163, 0) 48.71%);
  opacity: 0;
  transition: 0.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%;
  transition: 0.3s linear;
  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: flex;
  align-items: center;
}

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

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

.news-contacts-list__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #e85412;
  margin-right: 9px;
}

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

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

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

.breadcrumbs {
  padding: 36px 0;
}

.breadcrumbs__inner {
  display: flex;
  align-items: center;
  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: flex;
  align-items: center;
  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 {
  transform: rotate(45deg);
}

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

.all-news-list {
  display: flex;
  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;
  transition: 0.3s linear;
}

.all-news-item__link:hover .all-news-item__wrapper {
  padding-left: 29px;
  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%;
  transform: translateY(-50%);
}

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

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

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

.pagination__list {
  display: flex;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #1655a3;
  width: 58px;
  height: 58px;
  color: #1655a3;
  font-weight: 450;
  transition: 0.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 {
  transition: 0.3s linear;
}

.pagination__item_prev svg {
  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: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

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

.single-news__btns {
  display: flex;
  align-items: center;
}

.single-news__btn {
  position: relative;
  width: 32px;
  height: 32px;
  background: #ededed;
  cursor: pointer;
  margin-right: 5px;
  transition: 0.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%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: auto;
}

.single-news__btn svg {
  position: absolute;
  top: 50%;
  left: 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: flex;
  align-items: flex-start;
  margin: 37px 0 0;
}

.single-news__agency {
  margin-left: 10px;
  margin-right: auto;
  color: #1655a3;
  font-weight: 350;
}

.endnote {
  font-size: 12px;
  line-height: 1.2;
}

.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;
  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: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.profile__image {
  width: 30%;
  max-width: 400px;
}

.profile__pic {
  width: 280px;
  height: 280px;
  margin-bottom: 32px;
}

.profile__name {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  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;
  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: flex;
  justify-content: center;
  align-items: center;
  background: #f2f5f7;
  padding: 90px 58px 83px;
  font-size: 20px;
  margin-block-start: 40px;
  margin-block-end: 40px;
  margin-inline-start: 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: flex;
  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;
  transform: translateY(-50%);
}

.page-form-submit {
  font-family: "Futura PT";
  font-weight: 350;
  font-size: 20px;
  line-height: 28px;
  border: none;
  background: #1655a3;
  color: #ffffff;
  padding: 20px 0;
  width: 314px;
  cursor: pointer;
  transition: 0.3s linear;
}

.page-form-submit:hover {
  background: #297be1;
}

.page-form-submit__icon-search {
  display: none;
}

.form {
  padding: 52px 0 70px;
}

.form__inner {
  display: flex;
  justify-content: space-between;
  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: flex;
  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;
  transition: 0.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;
  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 {
  flex-direction: column;
  width: 100%;
}

.accordion {
  background-color: #ffffff;
  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%;
  transform: translateY(-50%);
  right: 30px;
  width: 10px;
  height: 7px;
  background: url(../img/accordion-arrow.svg) no-repeat center;
  background-size: contain;
  transition: 0.3s linear;
}

.accordion-item__body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.3s linear;
  padding: 0 30px 0 35px;
}

.accordion-item.active .accordion-item__head::before {
  transform: scaleY(-1);
}

.accordion-item.active .accordion-item__body {
  height: auto;
  opacity: 1;
  padding: 0 30px 28px 35px;
}

.messangers-list {
  display: flex;
  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%;
  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: flex;
  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: -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: flex;
  align-items: center;
  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 {
  flex-direction: column;
  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: flex;
  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: flex;
  flex-direction: column;
}

.cloned-block__item {
  margin-bottom: 30px;
}

.cloned-block__item:last-child {
  margin-bottom: 0;
}

.cloned-block__head {
  display: flex;
  justify-content: space-between;
  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: flex;
  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: flex;
  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%;
}

.values {
  position: relative;
  padding: 72px 0;
  background: #1655a3;
  color: #ffffff;
  overflow: hidden;
}

.values__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/values-bg.png) no-repeat center;
  background-size: contain;
  background-position-x: 30%;
  z-index: -1;
  max-width: 500px;
}

@media (max-width: 1023px) {
  .values__bg {
    top: auto;
    bottom: -50px;
    left: 40px;
    background-position-y: bottom;
  }
}
@media (max-width: 580px) {
  .values__bg {
    display: none;
  }
}
.values__inner {
  position: relative;
  display: flex;
}

.values__pic {
  position: absolute;
  right: 50%;
  width: 100%;
  top: -20px;
  max-width: 810px;
}

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

.values__pic.mobile {
  display: none;
}

@media (max-width: 1365px) {
  .values__pic {
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%);
    right: 45%;
  }
}
@media (max-width: 1023px) {
  .values__pic.desktop {
    display: none;
  }
  .values__pic.mobile {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    max-width: 500px;
    transform: translateY(-50px);
    margin: 0 auto;
  }
}
.values__content {
  width: 50%;
  max-width: 660px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 2;
}

.values__content_inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-left: 50px;
}

@media (max-width: 1023px) {
  .values__content_inner {
    margin-top: -50px;
  }
}
@media (max-width: 1023px) {
  .values__content {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.values__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.values__item_title {
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .values__item_title {
    font-size: 22px;
  }
}
.values__item_gradient {
  width: 86px;
  height: 86px;
  position: absolute;
  top: -22px;
  left: -80px;
}

.values__item_gradient img {
  width: 100%;
}

.values__list {
  padding-left: 30px;
}

.values__list_item {
  color: rgba(255, 255, 255, 0.88);
  line-height: 30px;
  position: relative;
}

.values__list_item:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: -19px;
  top: 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.88);
}

.internship {
  position: relative;
  padding: 72px 0;
  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: 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: flex;
  margin-bottom: 32px;
}

.internship-list__num {
  display: flex;
  justify-content: 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: flex;
  flex-direction: column;
  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: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}

.conditions-list__item {
  display: flex;
  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: flex;
  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: flex;
  flex-direction: column;
}

.growth-list__item {
  margin-bottom: 16px;
}

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

.growth-list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px;
  padding-right: 135px;
  height: 152px;
  overflow: hidden;
  background: #ffffff;
  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: flex;
  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%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #f2f5f7;
  z-index: 3;
  transition: 0.3s linear;
}

.events-swiper__btn:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.15);
}

.events-swiper__btn svg {
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}

.events-swiper__btn-prev {
  left: -24px;
}

.events-swiper__btn-prev svg {
  transform: translate(-50%, -50%) scaleX(-1);
}

.events-swiper__btn-next {
  right: -24px;
}

.events-swiper__pagination {
  display: flex;
  align-items: center;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.events-swiper__pagination .swiper-pagination-bullet {
  margin-right: 12px;
  width: 6px;
  height: 6px;
  background: #dce2e8;
  transition: 0.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: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.registration-form__aside {
  display: flex;
  flex-direction: column;
  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;
  transform-origin: 50% 50%;
  transition: 0.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: flex;
  align-items: center;
  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;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s linear;
}

.next-step-btn:hover {
  background: #297be1;
}

.prev-step-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  font-family: inherit;
  cursor: pointer;
  font-size: 20px;
  line-height: 150%;
  color: #a7b5c3;
  transition: 0.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;
  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: flex;
  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: flex;
  flex-direction: column;
  width: 66%;
  max-width: 890px;
}

.personal-area-group {
  padding: 60px;
  background: #ffffff;
  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;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s linear;
}

.spec-btn {
  position: relative;
  display: flex;
  min-width: 221px;
}

.spec-btn__link {
  display: flex;
  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: flex;
  flex-direction: column;
  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;
  transition: 0.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: flex;
  align-items: 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;
  transition: 0.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 {
  transform: scaleY(-1);
}

.personal-dropdown__body {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  background: #ffffff;
  padding: 18px 25px 24px;
  z-index: 9;
  transform-origin: 50% 0;
  transition: 0.3s linear;
  transform: scaleY(0);
  opacity: 0;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.personal-dropdown__head.active ~ .personal-dropdown__body {
  transform: scaleY(1);
  opacity: 1;
}

.posts-swiper {
  padding: 30px 0 0;
}

.posts-swiper__controls {
  position: relative;
  display: flex;
  justify-content: 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: flex;
  height: 100%;
}

.posts-swiper-card__pics {
  display: flex;
  width: 100%;
  max-width: 576px;
  min-height: 430px;
}

.posts-swiper-card__pic {
  width: 100%;
}

.posts-swiper-card__content {
  display: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
  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: 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: 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;
  transition: 0.3s linear;
}

.posts-pagination__link:hover {
  color: #e85412;
}

.posts {
  padding: 30px 0;
}

.posts__title {
  margin-bottom: 24px;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.post-card {
  display: flex;
  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%;
  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: flex;
  align-items: baseline;
  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;
  transition: 0.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;
  transition: 0.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: flex;
  align-items: center;
  justify-content: center;
  transition: 0.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 {
  transition: 0.3s linear;
}

.favorites-btn:hover {
  background: rgba(242, 245, 247, 0.8);
}

.favorites-btn:hover path {
  fill: rgba(245, 88, 10, 0.5215686275);
}

.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: flex;
  align-items: 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;
  transition: 0.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: flex;
  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: flex;
  justify-content: 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;
  transition: 0.3s linear;
}

.archive-filters__btn input:hover {
  background: #297be1;
}

.filters-list {
  position: relative;
}

.filters-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  border-right: 1px solid #dce2e8;
  padding: 20px;
  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;
  transition: 0.3s linear;
}

.filter__dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  max-width: 632px;
  background: #ffffff;
  padding: 31px 14px 41px 39px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  opacity: 0;
  transition: 0.3s linear;
}

.filter__title {
  display: none;
}

.filter__search {
  display: none;
}

.filter.active .filter__head::before {
  transform: scaleY(-1);
}

.active .filter__head ~ .filter__dropdown {
  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;
  transition: 0.3s linear;
}

.filter-value__name:hover {
  color: #1655a3;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  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;
  transition: 0.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: flex;
  align-items: 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: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 19px;
}

.product-info-list_card {
  flex-direction: row;
  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: flex;
  flex-direction: column;
  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: flex;
  flex-direction: column;
}

.post-docs__item {
  display: flex;
  align-items: center;
  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: flex;
  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 {
  padding-top: 10px;
}

.related-posts__title {
  margin-bottom: 44px;
}

.related-posts__list {
  display: flex;
  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%;
  transition: 0.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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card-link {
  width: 100%;
  text-decoration: none;
  color: #1d1d1b;
  transition: 0.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: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dce2e8;
  padding: 20px 20px 10px;
  transition: 0.3s linear;
}

.product-card:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.product-card__link {
  display: flex;
  flex-direction: column;
  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 {
  transform: scale(1.05);
}

.product-card__pic {
  width: 100%;
  height: 210px;
  transition: 0.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;
  transition: 0.3s linear;
}

.product-card__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: #e85412;
  opacity: 0;
  transition: 0.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%;
}

.post-video__frame-vertical {
  max-height: 500px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.post-video__frame-vertical video {
  max-height: 500px;
}

@media (max-width: 450px) {
  .post-video__frame-vertical {
    max-height: inherit;
    width: 100%;
  }
  .post-video__frame-vertical video {
    max-height: inherit;
  }
}
.post-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.post-video__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-video__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  cursor: pointer;
  transition: 0.3s ease;
}

.post-video__play-btn::before {
  content: "";
  display: block;
  width: 45.09px;
  height: 45.09px;
  background: url(../img/play-btn.svg) no-repeat right;
}

.post-video__play-btn:hover {
  opacity: 1;
}

.post-video.played .post-video__preview {
  display: none;
}

.post-video.played .post-video__play-btn {
  display: none;
}

.video-block {
  width: 100%;
  height: auto;
}

.video-master {
  display: flex;
  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%;
}

.video-master + .video-master {
  margin-top: 22px;
}

.hide-content {
  position: relative;
  padding: 50px 0 70px;
  background: #ffffff;
}

.hide-content__gradient {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 10;
}

.hide-content__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1005px;
}

.hide-content__content {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.hide-content__icon {
  display: flex;
  justify-content: 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: 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;
  transition: 0.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;
  transition: 0.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: 54px;
}

.product-catalog__filters {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37px;
}

.product-catalog__filters .filters-checkboxes {
  flex-grow: 1;
  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;
  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: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}

.product-catalog__search {
  margin-right: 40px;
}

.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: flex;
  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;
  transform: translateY(-50%);
  cursor: text;
  transition: 0.3s ease;
}

.catalog-search__btn {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../img/search-black.svg) no-repeat center;
  background-size: 17.5px;
}

.catalog-search__input:not(:-moz-placeholder-shown) ~ .catalog-search__label {
  opacity: 0;
  visibility: hidden;
}

.catalog-search__input:focus ~ .catalog-search__label,
.catalog-search__input:not(:placeholder-shown) ~ .catalog-search__label {
  opacity: 0;
  visibility: hidden;
}

.letters-checkboxes {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.letters-checkboxes__item {
  display: flex;
  justify-content: center;
  position: relative;
  font-weight: 350;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  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;
  transition: 0.3s ease;
}

.letters-checkboxes__input:checked ~ .letters-checkboxes__label {
  color: #1655a3;
  font-weight: 450;
}

.filters-checkboxes {
  display: flex;
  width: 100%;
}

.filters-checkboxes__list {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.filters-checkboxes__checkbox {
  display: none;
}

.filters-checkboxes__label {
  display: flex;
  justify-content: 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;
  transition: 0.3s linear;
  white-space: nowrap;
}

.filters-checkboxes__item {
  flex-grow: 1;
  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;
  transform: scaleY(0);
  width: 100%;
  max-width: 738px;
  display: flex;
  justify-content: space-between;
  transform-origin: 50% 0;
  opacity: 0;
  transition: 0.3s linear;
  padding: 57px 25px 57px 64px;
  background: #ffffff;
  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 {
  transform: scaleY(1);
  opacity: 1;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.products-list__pagination {
  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;
  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;
  transition: 0.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: rgba(70, 128, 199, 0.6156862745);
}

.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: flex;
  align-items: center;
  justify-content: space-between;
  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;
  transition: 0.3s linear;
}

.filter-checkbox:checked ~ .filter-label {
  position: relative;
  color: #e85412;
}

.single-product {
  padding: 30px 0 47px;
}

.single-product__title {
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 38px;
}

.single-product__content {
  display: flex;
  align-items: flex-start;
  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;
  filter: drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.05));
}

.single-product__swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.single-product__swiper .swiper-wrapper {
  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: flex;
  justify-content: 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: #e85412;
}

.single-product__accordion-content {
  font-weight: 350;
  font-size: 20px;
  line-height: 120%;
  color: #637586;
}

.single-product__accordion-content a {
  text-decoration: none;
  color: #e85412;
}

.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;
  transition: 0.3s linear;
  padding: 26px;
  background: #ffffff;
  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;
  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;
  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: #e85412;
}

.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: flex;
  justify-content: 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: flex;
  justify-content: 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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.warning {
  position: relative;
  font-size: 54px;
  line-height: 138.5%;
  text-transform: uppercase;
  color: #a7b5c3;
}

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

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

.form-group_phone .form-label {
  left: 105px;
}

.country-select {
  height: 100%;
  max-width: 80px;
}

.country-select__top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 70px;
  border-right: none;
  padding: 20px 28px 12px 10px;
  text-align: center;
}

.country-select__top::before {
  right: 0;
}

.country-select__top.selected {
  padding: 15px 28px 15px 24px;
}

.country-select__item {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  padding-left: 24px;
}

.country-select__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.country-select .select__text {
  font-size: 22px;
  width: 25px;
  height: 25px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0;
}

.country-select .select__text img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.docs {
  padding: 52px 0;
}

.docs-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.docs-card {
  display: flex;
  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: flex;
  justify-content: flex-start;
  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;
  transition: 0.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;
  transition: 0.3s ease;
}

.cookies__inner {
  display: flex;
  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;
  transition: 0.3s linear;
}

.cookies__btn:hover {
  background: #297be1;
  color: #ffffff;
}

.cookies.show {
  transition-delay: 1s;
  bottom: 0;
}

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

.form-capture-image {
  display: flex;
  flex: 1 1 0;
}

.form-capture-input {
  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 {
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 40px;
}

.grid-scheme__legend {
  display: flex;
  align-items: center;
  grid-column: 1/-1;
}

.grid-scheme__legend-item {
  display: flex;
  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;
  box-shadow: 0px 0px 15px rgba(33, 81, 146, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: 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%;
  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 {
  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%;
  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%;
  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;
  transition: 0.3s ease;
}

.grid-scheme__arrow svg {
  display: block;
}

.grid-scheme__arrow path {
  transition: 0.3s ease;
  fill: #1655a3;
}

.grid-scheme__ceo::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 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;
  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;
  transition: 0.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: flex;
  justify-content: space-between;
  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;
  box-shadow: 0px 4px 15px rgba(33, 81, 146, 0.25);
  max-width: 615px;
}

.visit-form {
  position: relative;
  padding: 0 0 150px;
  z-index: 1;
}

.visit-form__title {
  font-size: 42px;
  line-height: 120%;
  margin-bottom: 28px;
}

.visit-form__wrapper {
  padding: 40px 60px;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  max-width: 890px;
}

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

.visit-step {
  margin: 20px 0;
  display: none;
  opacity: 0;
}

.visit-step.active {
  opacity: 1;
}

.visit-step.fade {
  display: block;
}

.visit-step__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 132%;
  margin-bottom: 23px;
}

.visit-step__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.visit-step__fields {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 12px;
}

.visit-step__fields-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 12px;
  margin-bottom: 11px;
}

.visit-step__fields-group:last-child {
  margin-bottom: 0;
}

.visit-step__btn {
  display: flex;
  align-items: center;
  padding: 16px 40px;
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s ease;
  border: none;
  outline: none;
  margin-top: 11px;
  background: #1655a3;
  color: #ffffff;
}

.visit-step__btn.disabled {
  background: #f2f5f7;
  color: #dce2e8;
}

.visit-step__btn.disabled .visit-step__btn-icon svg path {
  stroke: #dce2e8;
}

.visit-step__btn-icon {
  width: 8px;
  height: 13px;
  margin-left: 20px;
}

.visit-step__btn-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.visit-step__btn-icon svg path {
  stroke: #ffffff;
  transition: 0.3s ease;
}

.visit-step .form-group.error {
  margin-bottom: 25px;
}

.visit-step .form-radios__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #1e252c;
}

.visit-step .form-radios__list {
  margin-bottom: 0;
}

.visit-step .radio-label {
  align-items: center;
}

.add-select__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 12px;
  margin-bottom: 12px;
}

.add-select__item {
  display: flex;
}

.add-select__remove {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  margin-left: 12px;
  background: #ffffff;
  border: 1px solid #dce2e8;
  outline: none;
  cursor: pointer;
}

.add-select__remove::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url(../img/remove.svg) no-repeat center;
  background-size: contain;
}

.add-select__btn {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding: 1.5px 0 1.5px 45px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.add-select__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../img/add.svg) no-repeat center;
  background-size: contain;
}

.visit-products {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  row-gap: 7px;
}

.visit-product {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 14px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 7px 16px;
  background: #f2f5f7;
  transition: 0.3s ease;
}

.visit-product__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.visit-product__col {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

.visit-product__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #637586;
}

.visit-product__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-left: 2px;
}

.visit-product__input {
  display: none;
}

.visit-product__edit-btn {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid transparent;
  outline: none;
  padding: 0;
  background: transparent;
}

.visit-product__edit-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.04px;
  height: 13.04px;
  background: url(../img/edit.svg) no-repeat center;
  background-size: contain;
}

.visit-product.filled {
  background: #cfe2fa;
}

.visit-product.opened {
  grid-template-columns: 2fr 1fr 1fr 1fr 68px;
  padding: 0 0 0 16px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  background: transparent;
}

.visit-product.opened .visit-product__col {
  flex-direction: column;
  align-items: flex-start;
  border-color: #dce2e8;
  padding: 12px 15px;
}

.visit-product.opened .visit-product__col.filled {
  background: #f2f5f7;
  border-color: #f2f5f7;
}

.visit-product.opened .visit-product__value {
  display: none;
}

.visit-product.opened .visit-product__input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

.visit-product.opened .visit-product__edit-btn {
  border-color: #dce2e8;
}

.visit-product.opened .visit-product__edit-btn::before {
  width: 20px;
  height: 20px;
  background: url(../img/confirm.svg) no-repeat center;
}

.visit-brands {
  display: flex;
  flex-direction: column;
}

.visit-brands__item {
  margin-bottom: 23px;
}

.visit-brands__item:last-child {
  margin-bottom: 0;
}

.visit-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.visit-brand__name {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.visit-brand__form-group {
  width: 100%;
}

.visit-brand__form-group .form-label {
  font-size: 14px;
  color: #637586;
}

.visit-brand__radios {
  display: flex;
  align-items: center;
}

.visit-brand__radios .form-radios__title {
  white-space: nowrap;
  margin-right: 11px;
  margin-bottom: 0;
}

.visit-brand__radios .radio-label {
  align-items: center;
}

.visit-gifts {
  display: flex;
  flex-direction: column;
}

.visit-gifts__item {
  margin-bottom: 12px;
}

.visit-gifts__item:last-child {
  margin-bottom: 0;
}

.visit-gift {
  display: flex;
  align-items: center;
}

.visit-gift__name {
  flex-shrink: 0;
  width: 137px;
  margin-right: 12px;
}

.visit-gift__form-group {
  width: 115px;
  margin-right: 12px;
}

.visit-gift__form-group:last-child {
  margin-right: 0;
}

.article-spec__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-spec__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  grid-column: 1/3;
  grid-row: 2/auto;
}

.article-spec__wrapper .related-posts__title {
  font-weight: 350;
  font-size: 32px;
  line-height: 120%;
}

.article-spec__nav {
  grid-row: 2/auto;
}

.article-spec__subtitle {
  grid-column: 1/3;
  margin-bottom: 0;
}

.article-nav {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.article-nav__head {
  position: relative;
  cursor: pointer;
  padding: 8px 35px 8px 15px;
  background: #4680c7;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #ffffff;
  display: none;
}

.article-nav__head::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow-bottom-white.svg) no-repeat center;
  background-size: contain;
  transition: 0.3s ease;
}

.article-nav__list {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.article-nav__item {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 350;
  font-size: 20px;
  line-height: 132%;
  padding: 25px 40px 25px 70px;
  border-bottom: 1px solid #f2f5f7;
  color: #1e252c;
  transition: 0.3s ease;
}

.article-nav__item::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 40px;
  display: block;
  width: 17px;
  height: 4px;
  background: #4680c7;
}

.article-nav__item:last-child {
  border: none;
}

.article-nav__item:hover {
  background: rgba(242, 245, 247, 0.4);
}

.article-nav__item.active {
  background: #f2f5f7;
  color: #1655a3;
}

.article-section {
  padding: 40px 50px 40px 40px;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.article-section__text {
  font-weight: 350;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 22px;
}

.article-section__text:last-child {
  margin-bottom: 0;
}

.article-section h2 {
  position: relative;
  font-size: 42px;
  line-height: 120%;
  padding-left: 15px;
  margin-bottom: 19px;
}

.article-section h2::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 40px;
  background: #f5580a;
}

.article-section h3 {
  font-weight: 350;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 22px;
}

.article-section p {
  font-weight: 350;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 22px;
}

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

.article-section img {
  max-width: 100%;
}

.article-section .post-video__frame {
  margin-bottom: 0;
}

.article-section .post-docs {
  margin-bottom: 0;
}

.visit-feedback {
  padding: 0 0 50px;
}

.visit-feedback__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.visit-feedback__content {
  flex-grow: 1;
  padding: 40px 40px 46px;
  background: #ffffff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
}

.visit-feedback__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 430px;
  padding: 45px 25px;
  flex-shrink: 0;
  border: 1px solid #cfe2fa;
  border-radius: 9px;
}

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

.visit-feedback__text {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-bottom: 23px;
}

.visit-feedback__text h2 {
  font-size: 42px;
  line-height: 120%;
}

.visit-feedback__text p {
  font-weight: 350;
  font-size: 20px;
  line-height: 1.4;
}

.visit-feedback__form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.visit-feedback__radios {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 15px;
}

.rating-radio__input {
  display: none;
}

.rating-radio__input:checked ~ .rating-radio__label {
  background: #1655a3;
  color: #ffffff;
  border-color: #1655a3;
}

.rating-radio__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 70px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130.18%;
  color: #637586;
  border: 2px dashed #637586;
  border-radius: 11px;
  cursor: pointer;
  transition: 0.3s ease;
}

.rating-radio__label:hover {
  background: #e7ecf1;
}

.visit-quiz__item {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.visit-quiz__subtitle {
  font-weight: 350;
  font-size: 20px;
  line-height: 1.4;
  color: #1655a3;
}

.visit-quiz__checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.visit-quiz__checkboxes .checkbox-label {
  font-weight: 350;
}

.visit-quiz__checkboxes .checkbox-label__area {
  border-color: #303a44;
}

.visit-quiz__checkboxes .checkbox-label__text {
  font-size: 20px;
}

.visit-quiz__radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.visit-quiz__radios .radio-label {
  font-weight: 350;
}

.visit-quiz__radios .radio-label__area {
  border-color: #1d1d1b;
}

.visit-quiz__radios .radio-label__area::before {
  background: #1d1d1b;
}

.visit-quiz__radios .radio-label__text {
  font-size: 20px;
  line-height: 1.4;
  color: #1d1d1b;
}

.visit-quiz__fancy-rating {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px;
  max-width: 642px;
}

.fancy-radio {
  width: 110px;
  height: 132px;
}

.fancy-radio__input {
  display: none;
}

.fancy-radio__input:checked ~ .fancy-radio__label {
  border-color: #4680c7;
  background: #ffffff;
}

.fancy-radio__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 10px;
  border: 2px solid #e7ecf1;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.fancy-radio__label:hover {
  background: #e7ecf1;
}

.fancy-radio__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.fancy-radio__icon img {
  width: auto;
  height: auto;
}

.fancy-radio__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

@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) {
  .intro_page {
    height: 500px;
    min-height: 100vh;
  }
  .intro__inner_page {
    min-height: inherit;
  }
  .intro .container {
    min-height: inherit;
  }
  .product-catalog__filters .filters-checkboxes__label {
    padding: 20px 8px;
  }
  .product-catalog__filter-name {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-catalog__search {
    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;
    justify-content: center;
  }
  .archive-filters__btn button {
    min-width: 200px;
  }
  .archive-filters__btn input {
    min-width: 200px;
  }
  .about-text {
    display: flex;
    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: flex;
    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 {
    justify-content: space-around;
    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 {
    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 {
    flex-direction: column;
    align-items: flex-start;
  }
  .form__inner {
    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 {
    align-items: center;
  }
  .growth-list-item {
    height: auto;
  }
  .registration-form::before {
    display: none;
  }
  .registration-form__content {
    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: flex;
    justify-content: space-between;
    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;
  }
  .article-spec__layout {
    gap: 20px;
  }
  .article-section {
    padding: 30px;
  }
  .article-nav__list {
    top: 20px;
  }
  .article-nav__item {
    padding: 8px 15px 8px 37px;
  }
  .article-nav__item::before {
    width: 12px;
    top: 18px;
    left: 15px;
  }
}
@media (max-width: 1400px) {
  .product-catalog__filters {
    border: none;
    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 {
    order: 3;
    border: none;
  }
  .product-catalog__filters .archive-filters__list {
    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 {
    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: 100vh;
  }
  .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: 50%;
  }
  .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: flex;
    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: flex;
    flex-direction: column;
  }
  .about-info__pic {
    position: static;
    width: calc(100% + 80px);
    max-height: 600px;
    overflow: hidden;
    max-width: none;
    transform: translateX(-40px);
    margin-bottom: 44px;
    order: 1;
  }
  .about-info__title {
    order: 2;
  }
  .about-info__text {
    width: 100%;
    max-width: none;
    order: 3;
  }
  .about-info__text p {
    max-width: none;
  }
  .about-info__link {
    order: 4;
  }
  .conditions__content {
    max-width: none;
  }
  .conditions__list {
    max-width: 660px;
    width: 55%;
  }
  .posts-list {
    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 {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-list__pagination {
    grid-column: 1/3;
  }
  .product-catalog-more {
    grid-column: 1/3;
  }
  .manufacture-contacts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .docs-list {
    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 {
    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 {
    grid-template-columns: repeat(2, 1fr);
  }
  .reports__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .reports-list__text {
    font-size: inherit;
    line-height: inherit;
  }
  .reports-list__grid {
    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 {
    grid-template-columns: repeat(4, 1fr);
  }
  .about-advantages__content {
    font-size: 25px;
  }
  .about-advantages__text {
    max-width: 350px;
  }
  .about-advantages__list {
    grid-column: 3/5;
  }
  .blue-bg__inner {
    grid-template-columns: 1fr;
  }
  .blue-bg__content {
    grid-column: auto;
  }
  .about-gray .container {
    min-height: auto;
  }
  .about-blue .container {
    min-height: auto;
  }
  .visit-feedback__inner {
    flex-direction: column-reverse;
  }
  .visit-feedback__pic {
    width: 100%;
  }
  .visit-feedback__radios {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .visit-feedback__form {
    gap: 18px;
  }
  .visit-feedback__form .form-submit__btn {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .production {
    padding: 32px 0 0;
    height: auto;
  }
  .production__inner {
    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: auto;
  }
  .news__content {
    flex-wrap: wrap;
    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 {
    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 {
    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 {
    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 {
    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 {
    flex-direction: column;
  }
  .single-product__aside {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .single-product__info {
    width: 100%;
    max-width: none;
  }
  .favorites__pics {
    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 {
    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: 48px;
  }
  .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: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden auto;
    z-index: 1000000000000000000;
    padding: 35px 22px;
    background-color: #1655a3;
    transition: 0.3s linear;
    transform: translateX(100%);
  }
  .header__bottom.active {
    transform: translateX(0);
  }
  .header__bottom .spec-btn__link {
    display: flex;
    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(../img/mobile-bg.png) no-repeat center;
    background-size: cover;
    z-index: -1;
  }
  .header__nav {
    position: relative;
    margin-bottom: 20px;
  }
  .header__nav .nav__list {
    flex-direction: column;
    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 {
    order: 2;
    margin-right: 20px;
  }
  .side-btns__item:last-child {
    margin-right: 20px;
  }
  .burger-btn {
    margin-right: 0;
  }
  .spec-btn {
    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 {
    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;
    transition: 0.3s linear;
    transform: translate(100%);
  }
  .mobile-menu.active {
    transform: translate(0);
  }
  .mobile-menu__wrapper {
    position: relative;
  }
  .mobile-menu__close {
    position: absolute;
    top: 0;
    right: 17px;
  }
  .mobile-menu .nav__list {
    flex-direction: column;
    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;
  }
  .intro__flex {
    flex-direction: column;
    justify-content: flex-start;
  }
  .intro__right-block {
    margin: 20px 0;
  }
  .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 {
    flex-wrap: wrap;
  }
  .footer__col {
    width: 45%;
    margin-bottom: 30px;
  }
  .gallery {
    padding: 60px 0 42px;
  }
  .blue-bg {
    padding: 60px 0;
  }
  .team-list__item {
    margin-bottom: 40px;
  }
  .profile {
    overflow: hidden;
  }
  .profile__inner {
    flex-direction: column;
  }
  .profile__image {
    width: 100%;
    margin-bottom: 40px;
  }
  .profile__info {
    width: 100%;
  }
  .publications-item {
    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 {
    order: 2;
  }
  .news-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .positions-list {
    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;
    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 {
    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: 32px;
    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 {
    flex-direction: column;
    align-items: flex-start;
  }
  .hide-content__content {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .archive-filters {
    flex-direction: column;
    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 {
    justify-content: space-around;
    padding: 30px 0;
  }
  .about-stats {
    padding: 45px 0;
    max-width: none;
  }
  .about-stats__title {
    margin-bottom: 30px;
  }
  .stats-list {
    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 {
    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 {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .principles-list__title {
    font-size: 30px;
    line-height: 120%;
  }
  .principles-list__item {
    grid-column: 1/3;
  }
  .about-text {
    padding: 30px 0;
  }
  .about-text__inner {
    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 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-list__item {
    margin-bottom: 0;
  }
  .about-blue__inner {
    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 {
    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 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .control__pic img {
    width: 100%;
    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;
    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;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .grid-scheme__legend {
    flex-direction: column;
    align-items: flex-start;
  }
  .grid-scheme__legend-pic {
    display: flex;
    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%;
    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%;
    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 {
    flex-direction: column;
  }
  .management-docs__col {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .management-docs__text {
    font-size: 18px;
  }
  .visit-form {
    padding: 0 0 100px;
  }
  .visit-form__wrapper {
    padding: 0;
    box-shadow: none;
  }
  .visit-form::before {
    display: none;
  }
  .visit-product {
    grid-template-columns: 1fr 1fr 1fr 14px;
  }
  .visit-product__name {
    grid-column: 1/-1;
  }
  .visit-product.opened {
    grid-template-columns: 1fr 1fr 1fr 68px;
  }
  .visit-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .article-spec__layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 860px;
  }
  .article-spec__subtitle {
    order: 1;
    grid-column: auto;
    grid-row: auto;
  }
  .article-spec__nav {
    order: 2;
    grid-column: auto;
    grid-row: auto;
  }
  .article-spec__wrapper {
    order: 3;
    grid-column: auto;
    grid-row: auto;
  }
  .article-nav {
    position: sticky;
    top: 0;
    padding: 10px 40px;
    width: calc(100% + 80px);
    transform: translateX(-40px);
    z-index: 10;
    transition: 0.3s ease;
  }
  .article-nav__head {
    display: block;
    width: 100%;
  }
  .article-nav__item {
    font-weight: 400;
    border: none;
    background: #f2f5f7;
  }
  .article-nav__item.active {
    color: #1e252c;
  }
  .article-nav__item:hover {
    background: #f2f5f7;
  }
  .article-nav__list {
    position: static;
    padding: 0;
    box-shadow: none;
    gap: 5px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    width: 100%;
    transition: 0.3s ease;
  }
  .article-nav.active {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.05);
  }
  .article-nav.active .article-nav__head::before {
    transform: translateY(-50%) scaleY(-1);
  }
  .article-nav.active .article-nav__list {
    margin: 6px 0 0;
    max-height: none;
    opacity: 1;
  }
  .article-section {
    box-shadow: none;
    padding: 0;
  }
  .article-section h2 {
    font-weight: 350;
    font-size: 24px;
    line-height: 120%;
    padding-left: 13px;
    margin-bottom: 20px;
  }
  .article-section h2::before {
    width: 2px;
    height: 20px;
  }
  .article-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .article-section p {
    font-weight: 350;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
  }
  .visit-feedback__inner {
    gap: 18px;
  }
  .visit-feedback__content {
    padding: 0;
    box-shadow: none;
  }
  .visit-feedback__text {
    gap: 8px;
  }
  .visit-feedback__text h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
  }
  .visit-feedback__text p {
    font-size: 16px;
    line-height: 150%;
  }
  .rating-radio__label {
    width: 45px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 17px;
  }
  section {
    position: relative;
  }
  .section-title {
    flex-direction: column;
    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 {
    flex-direction: column;
    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: 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 {
    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 {
    flex-direction: column;
    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;
    box-shadow: none;
  }
  .growth-list-item {
    padding: 15px 15px 90px 15px;
  }
  .growth-list-item__icon {
    bottom: 15px;
  }
  .posts-list {
    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 {
    flex-direction: column;
  }
  .cookies__text {
    font-size: 16px;
    line-height: 150%;
  }
  .cookies__btn {
    margin-left: 0;
    margin-top: 14px;
    align-self: flex-start;
  }
  .popup__wrapper {
    width: calc(100% - 34px);
  }
  .article-nav {
    width: calc(100% + 32px);
    transform: translateX(-16px);
    padding: 10px 16px;
  }
  .article-nav__head {
    font-size: 14px;
  }
  .article-nav__item {
    font-size: 14px;
  }
  .visit-quiz__fancy-rating {
    flex-direction: column;
  }
  .fancy-radio {
    width: 100%;
    height: auto;
  }
  .fancy-radio__label {
    flex-direction: row;
    gap: 10px;
    padding: 9.5px 17px;
  }
}
@media (max-width: 767px) {
  .contacts__map {
    width: calc(100% + 34px);
    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 {
    grid-template-columns: 1fr;
  }
  .positions-list__item {
    width: 100%;
    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 {
    flex-direction: column;
    padding: 40px;
  }
  .tabs-top__pic {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .tabs-top__content {
    align-items: center;
  }
  .tabs-top__name {
    text-align: center;
  }
  .tabs-top__position {
    text-align: center;
  }
  .team-list {
    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 {
    flex-wrap: wrap;
    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;
    transform: translateY(0);
  }
  .purchases-item__btns {
    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;
    transform: translateX(-50%);
  }
  .shadow-box__content {
    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%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: black;
    font-size: 0;
  }
  .page-form-submit:hover {
    background: transparent;
  }
  .page-form-submit__icon-search:hover {
    transform: scale(1.1);
  }
  .page-form-submit__icon-search {
    display: block;
    fill: #1655a3;
    transition: all 0.5s;
  }
  .search-result__form {
    position: relative;
  }
  .search-result__form .form-label {
    display: none;
  }
  .search-result__form-btn {
    margin-left: 0;
  }
  .control-gallery {
    flex-direction: column;
    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 {
    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;
    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 {
    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 {
    grid-template-columns: 1fr;
  }
  .products-list__pagination {
    grid-column: 1/2;
  }
  .product-catalog-more {
    grid-column: 1/2;
    border: none;
    background: #f2f5f7;
    font-weight: 450;
    font-size: 20px;
    line-height: 28px;
    padding: 23px;
  }
  .archive-filters__list {
    flex-direction: column;
    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;
    transform-origin: 50% 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    height: 80vh;
    border-radius: 20px 20px 0px 0px;
    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 {
    flex-grow: 1;
  }
  .filter__btns {
    display: flex;
    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;
    transition: 0.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;
    flex-grow: 1;
  }
  .product-filter__btns {
    display: flex;
    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;
    transition: 0.3s linear;
  }
  .product-filter__btn:hover {
    background: #297be1;
    color: #ffffff;
  }
  .product-filter__dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    transform-origin: 50% 100%;
    max-width: none;
    z-index: 100;
    height: calc(100vh - 2rem);
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.05);
    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: -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 {
    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 {
    grid-template-columns: 1fr;
  }
  .hide-content__btns {
    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;
    flex-direction: column;
    align-items: center;
  }
  .video-master__pic {
    margin-right: 0;
  }
  .video-master__content {
    text-align: center;
  }
  .related-products__list {
    grid-template-columns: 1fr;
  }
  .post-swiper-card {
    flex-direction: column;
    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%;
    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 {
    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;
    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 {
    grid-template-columns: 1fr;
  }
  .fin-results__text {
    margin-bottom: 25px;
  }
  .reports {
    padding: 30px 0;
  }
  .reports__grid {
    grid-template-columns: 1fr;
  }
  .reports-list {
    padding: 30px 0;
  }
  .reports-list__text {
    margin-bottom: 20px;
  }
  .reports-list__grid {
    grid-template-columns: 1fr;
  }
  .reports-list__item {
    padding: 20px 15px;
  }
  .obligations {
    padding: 30px 0;
  }
  .obligations__content {
    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 {
    grid-template-columns: 1fr;
  }
  .rating-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 10px;
  }
  .rating-list__item:first-child {
    grid-column: 1/5;
    display: flex;
    justify-content: center;
  }
  .rating-list__item:first-child img {
    max-width: 260px;
  }
  .section-bottom-text {
    padding: 30px 0;
  }
  .about-gray__text {
    grid-column: 1/4;
  }
  .about-gray__pic {
    display: none;
  }
  .team-tabs-aside {
    padding: 40px 0;
  }
  .team-tabs-aside__pic {
    display: none;
  }
  .team__content {
    grid-column: 1/4;
  }
  .team__text {
    max-width: none;
    margin-bottom: 30px;
  }
  .about-management__inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .about-management__text {
    grid-column: auto;
  }
  .about-management a {
    grid-column: auto;
  }
  .visit-feedback {
    padding: 30px 0;
  }
  .visit-feedback__pic {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .header__logo {
    margin-right: 0;
  }
  .intro {
    height: auto;
    min-height: 625px;
  }
  .intro_page {
    min-height: auto;
  }
  .intro__inner {
    padding-top: 160px;
    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;
  }
  .career-forbes {
    display: flex;
    justify-content: center;
    padding: 30px 10px;
  }
  .career-forbes__wrapper {
    width: 100%;
    max-width: 278px;
  }
  .career-forbes__list {
    justify-content: space-between;
  }
  .career-forbes__item {
    margin-right: 0;
  }
  .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: flex;
    flex-direction: column;
    align-items: flex-start;
    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 {
    flex-direction: column;
    align-items: baseline;
  }
  .news-contacts-list__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .intro-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .intro-links__item {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .intro-links__item:last-child {
    margin-bottom: 0;
  }
  .news-gallery-list {
    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);
    transform: translateX(-17px);
    flex-direction: column;
    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;
    transition: 0.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:not(:-moz-placeholder-shown) ~ .form-label {
    font-size: 10px;
    transform: translateY(-15px);
  }
  .form-textarea:focus ~ .form-label,
  .form-textarea:not(:placeholder-shown) ~ .form-label {
    font-size: 10px;
    transform: translateY(-15px);
  }
  .form-label {
    font-size: 14px;
    left: 17px;
  }
  .form-input:not(:-moz-placeholder-shown) ~ .form-label {
    font-size: 10px;
    transform: translateY(-25px);
  }
  .form-input:focus ~ .form-label,
  .form-input:not(:placeholder-shown) ~ .form-label {
    font-size: 10px;
    transform: translateY(-25px);
  }
  .privacy-checkbox .checkbox-label__text {
    font-size: 14px;
    line-height: 150%;
  }
  .checkbox-label__text {
    font-size: 14px;
  }
  .select__top {
    height: auto;
    padding: 12px 17px;
  }
  .select__top.selected {
    padding: 10px 17px;
  }
  .select__top.selected .select__label {
    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%;
  }
  .country-select__item {
    padding: 5px 17px;
  }
  .form-checkboxes__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form-checkboxes__list {
    flex-direction: column;
    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);
    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: 204px;
  }
  .blue-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dna-mobile.png) 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 {
    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: 20px;
    margin-bottom: 22px;
  }
  .popup_disclaimer .popup__wrapper {
    padding: 30px 25px 40px;
  }
  .email-form .form-group {
    margin-bottom: 16px;
  }
  .product-info-list_card {
    flex-direction: column;
  }
  .product-info-list__col {
    margin-bottom: 12px;
    width: 100%;
  }
  .form-group_phone .select__top {
    padding: 12px 17px 11px;
    height: 53px;
    justify-content: center;
  }
  .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 {
    flex-wrap: wrap;
  }
  .rating-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rating-list__item:first-child {
    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 {
    justify-content: space-between;
  }
  .form-submit__btn_white {
    margin-left: 0;
  }
  .stats-list {
    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 {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-capture-image {
    width: 100%;
    margin-bottom: 12px;
  }
  .form-capture-input {
    width: 100%;
  }
  .visit-form {
    padding: 40px 0;
  }
  .visit-step__btn {
    padding: 16px;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    line-height: 28px;
  }
  .add-select__remove {
    width: 55px;
  }
  .visit-product {
    padding: 6.5px 12px;
    gap: 5px;
    border: 1px solid transparent;
  }
  .visit-product.opened {
    grid-template-columns: 1fr 1fr 1fr 20px;
    padding: 6.5px 12px;
    border-color: #e7ecf1;
  }
  .visit-product.opened .visit-product__col {
    padding: 4px 8px;
  }
  .visit-product.opened .visit-product__title {
    font-size: 12px;
  }
  .visit-product.opened .visit-product__edit-btn {
    border-color: transparent;
  }
  .visit-product.opened .visit-product__edit-btn::before {
    left: 0;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
  }
  .visit-gift {
    flex-direction: column;
    align-items: flex-start;
  }
  .visit-gift__name {
    margin-bottom: 5px;
  }
  .visit-gift__form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .post-docs__item {
    position: relative;
    padding: 23px 87px 23px 20px;
    border-radius: 3px;
  }
  .post-docs__link {
    position: absolute;
    top: 0;
    right: 0;
    width: 87px;
    height: 100%;
    border: none;
    background-color: #e7ecf1;
    background-image: url(../img/download-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    border-radius: 0px 3px 3px 0px;
  }
  .post-docs__link .arrow-link__text {
    display: none;
  }
  .post-docs__link .arrow-link__icon {
    display: none;
  }
  .post-docs__file-icon {
    width: 25px;
    height: 35px;
  }
  .single-page-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
  }
  .visit-feedback__radios {
    justify-content: center;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media (max-width: 374px) {
  .page-title {
    font-size: 40px;
  }
  .obligations-cupon__name-title {
    font-size: 18px;
  }
  .warning {
    font-size: 27px;
  }
}
.info-intro {
  position: relative;
  background-color: #f1f7fe;
  padding-bottom: 80px;
  z-index: 1;
  margin-bottom: 25px;
}

.info-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 55.4/51.4;
  background: url("../img/info-intro-bg.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.info-intro__title {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 30px;
}

.info-intro__title span {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1655a3;
}

.info-intro__text {
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  max-width: 850px;
}

.info-intro__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  background-color: #1655a3;
  font-weight: 450;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  transition: 0.3s ease;
  color: #fff;
  margin-top: 40px;
}

.info-intro__btn-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.info-intro__btn-icon .next {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 17px;
  height: 9px;
  background: url('data:image/svg+xml,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8.5 8L16 1" stroke="white" stroke-width="1.4" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.info-intro__btn-icon .next.segunda {
  margin-top: 8px;
}

.info-intro__btn-icon .next.primera {
  animation-delay: 0.2s;
}

.info-intro__btn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .info-intro {
    padding: 61px 0;
  }
  .info-intro__title {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .info-intro__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
  }
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
.info-catalog {
  padding: 25px 0 52px;
}

.info-catalog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 32px;
}

.info-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.info-catalog__more {
  display: flex;
  justify-content: center;
  grid-column: 1/-1;
  margin-top: 20px;
}

.info-catalog__more-btn {
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  max-width: 345px;
  height: 74px;
  background: #f2f5f7;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #637586;
  transition: 0.3s ease;
}

.info-catalog__more-btn:hover {
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .info-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .info-catalog__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-catalog__grid {
    grid-template-columns: 1fr;
  }
}
.switch__input {
  display: none;
}

.switch__input:checked ~ .switch__label .switch__label-box {
  background-color: #1655a3;
}

.switch__input:checked ~ .switch__label .switch__label-box::before {
  left: 24px;
}

.switch__label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.switch__label-box {
  position: relative;
  display: block;
  border-radius: 16px;
  padding: 4px 24px 4px 4px;
  width: 46px;
  height: 26px;
  background-color: #cbd4dd;
}

.switch__label-box::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  border-radius: 16px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  transition: 0.3s ease;
}

.switch__label-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1d1d1b;
}

.flip-card {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 43/51.2;
  -ms-perspective: 800px;
  perspective: 800px;
}

.flip-card__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border: 1px solid #dce2e8;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flip-card__inner:hover {
  border-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
}

.flip-card__front {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  background-color: #fff;
  color: black;
  padding: 20px 50px;
}

.flip-card__front-pic {
  width: 100%;
  margin-bottom: 10px;
}

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

.flip-card__front-title {
  font-weight: 350;
  font-size: 36px;
  line-height: 78%;
  text-align: center;
  margin-bottom: 10px;
}

.flip-card__front-subtitle {
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #637486;
  margin-bottom: 15px;
}

.flip-card__front-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
  margin: auto auto 0;
  background-color: #e7ecf1;
}

.flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  background-color: #fff;
  color: black;
  padding: 40px 50px 20px 50px;
  transform: rotateY(180deg);
}

.flip-card__back-title {
  font-weight: 350;
  font-size: 36px;
  line-height: 78%;
  margin-bottom: 12px;
  text-align: left;
}

.flip-card__back-subtitle {
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  color: #637486;
  text-align: left;
  margin-bottom: 15px;
}

.flip-card__back-text {
  font-weight: 350;
  font-size: 18px;
  line-height: 144%;
  text-align: left;
  margin-bottom: auto;
}

.flip-card__back-text span {
  color: #1655a3;
}

.flip-card__back-link {
  display: flex;
  flex-direction: column;
  border: 1px solid #cbd4dd;
  padding: 15px;
  text-align: left;
  color: #637586;
  margin-top: 20px;
  margin-bottom: 25px;
}

.flip-card__back-link a {
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1655a3;
}

.flip-card__back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0 auto 0;
  background-color: #e7ecf1;
}

.flip-card:hover .flip-card__inner {
  transform: rotateY(-10deg);
}

.flip-card.active .flip-card__inner {
  transform: rotateY(180deg);
}

@media (max-width: 1300px) {
  .flip-card {
    aspect-ratio: 43/60.2;
  }
  .flip-card__front,
  .flip-card__back {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .flip-card {
    aspect-ratio: 34.5/40.2;
  }
  .flip-card__front-pic {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .flip-card {
    aspect-ratio: 34.5/55.2;
    max-height: 450px;
    max-width: 425px;
    margin: 0 auto;
  }
  .flip-card__front-title {
    font-size: 30px;
    line-height: 113%;
    margin-bottom: 4px;
  }
  .flip-card__front-subtitle {
    font-size: 20px;
    line-height: 140%;
  }
  .flip-card__back-title {
    font-size: 30px;
    line-height: 93%;
    margin-bottom: 12px;
  }
  .flip-card__back-subtitle {
    font-size: 18px;
    line-height: 89%;
  }
  .flip-card__back-link {
    padding: 10px;
    font-size: 18px;
  }
}
.quiz-banner {
  padding-bottom: 30px;
  position: relative;
}

.quiz-banner__inner {
  position: relative;
  padding: 60px 40px;
  background: radial-gradient(245.71% 108.41% at 40.14% 0%, rgb(70, 128, 199) 0%, rgb(44, 110, 190) 21.3510394096%, rgb(4, 37, 78) 100%);
  z-index: 1;
}

.quiz-banner__content {
  position: relative;
  z-index: 10;
  max-width: calc(100% - 500px);
}

.quiz-banner__title {
  font-weight: 300;
  font-size: 42px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 24px;
}

.quiz-banner__text {
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #ffffff;
}

.quiz-banner__btn {
  position: relative;
  display: block;
  padding: 16px 35px;
  width: 180px;
  height: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  margin-top: 52px;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 24px 0 rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.01);
}

.quiz-banner__btn svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
  animation: fancyBtn;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.quiz-banner__btn:hover {
  background-color: #fff;
  color: #1655a3;
}

.quiz-banner__btn:hover svg {
  animation: none;
}

.quiz-banner__img-wrap {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: -3px;
  left: 0;
}

.quiz-banner__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 1023px) {
  .quiz-banner__inner {
    padding: 270px 25px 25px;
  }
  .quiz-banner__img {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .quiz-banner__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .quiz-banner__title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .quiz-banner__text {
    font-size: 18px;
  }
  .quiz-banner__btn {
    text-align: center;
    margin: 40px auto 0;
  }
}
@keyframes fancyBtn {
  from {
    stroke-dashoffset: 150;
  }
  to {
    stroke-dashoffset: -480;
  }
}
.quiz-intro {
  position: relative;
  min-height: 622px;
  padding-top: 223px;
  padding-bottom: 45px;
  z-index: 1;
}

.quiz-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(22, 85, 163, 0.78), rgba(22, 85, 163, 0.78));
  z-index: -1;
}

.quiz-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}

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

.quiz-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.quiz-intro__title {
  font-family: "Futura PT", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  max-width: 840px;
}

.quiz-intro__subtitle {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.quiz-intro__subtitle-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.quiz-intro__subtitle-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

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

.quiz-intro__subtitle-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.quiz-intro__btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  padding: 16px 40px;
  height: 60px;
  background-color: #ffffff;
  color: #1655a3;
  text-decoration: none;
  margin-top: 16px;
  transition: 0.3s ease;
}

.quiz-intro__btn:hover {
  opacity: 0.9;
}

.quiz-intro__socials {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  margin-top: -30px;
}

.quiz-intro__socials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.quiz-intro__socials-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
  max-width: 199px;
}

.quiz-intro__socials-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 1024px) {
  .quiz-intro {
    display: flex;
    align-items: stretch;
    padding-top: 160px;
  }
  .quiz-intro .container {
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: initial;
    flex-grow: 1;
  }
  .quiz-intro__socials {
    margin-top: auto;
  }
}
@media (max-width: 660px) {
  .quiz-intro {
    padding: 192px 0 35px;
  }
  .quiz-intro__inner {
    gap: 15px;
  }
  .quiz-intro__title {
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 400px;
  }
  .quiz-intro__socials {
    margin-top: 75px;
    justify-content: center;
  }
  .quiz-intro__socials-wrapper {
    align-items: center;
  }
  .quiz-intro__socials-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
  }
}
.quiz-intro__socials-list {
  position: relative;
}

.quiz-intro__socials-list .ya-share2__list {
  display: flex;
  padding: 0;
  margin: 0;
}

.quiz-intro__socials-list .ya-share2__item {
  flex-shrink: 0;
  display: block;
  width: 36px !important;
  height: 36px !important;
  background-color: rgba(255, 255, 255, 0.12);
  margin-right: 10px;
}

.quiz-intro__socials-list .ya-share2__item:last-child {
  margin-right: 0;
}

.quiz-intro__socials-list .ya-share2__item_service_telegram .ya-share2__icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/social-tg.svg);
}

.quiz-intro__socials-list .ya-share2__item_service_vkontakte .ya-share2__icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/social-vk.svg);
}

.quiz-intro__socials-list .ya-share2__item_service_whatsapp .ya-share2__icon {
  width: 15.42px !important;
  height: 15.42px !important;
  background-image: url(../img/social-wt.svg);
}

.quiz-intro__socials-list .ya-share2__item_copy .ya-share2__icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/social-link.svg);
}

.quiz-intro__socials-list .ya-share2__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.quiz-intro__socials-list .ya-share2__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.quiz-intro__socials-list .ya-share2__icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.quiz-intro__socials-list .ya-share2__title {
  display: none;
}

.quiz-intro__socials-list .ya-share2__input_copy {
  display: none;
}

.quiz-intro__socials-list .share-notification {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -25px;
  opacity: 0;
  pointer-events: none;
  text-align: right;
  font-size: 14px;
  transition: 0.3s ease;
}

.quiz-intro__socials-list .share-notification.active {
  opacity: 1;
}

.quiz-rules {
  padding: 54px 0 123px;
}

.quiz-rules__inner {
  display: flex;
  gap: 60px;
}

.quiz-rules__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px 60px 60px 60px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
}

.quiz-rules__content-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}

.quiz-rules__content-text p {
  margin-bottom: 7px;
}

.quiz-rules__content-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
  background: #1655a3;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s ease;
}

.quiz-rules__content-btn:hover {
  opacity: 0.9;
}

.quiz-rules__aside {
  width: 400px;
  flex-shrink: 0;
}

.quiz-rules__aside-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
}

.quiz-rules__list ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
}

.quiz-rules__list h3 {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 136%;
  padding-left: 15px;
  margin-bottom: 12px;
}

.quiz-rules__list h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #e85412;
}

.quiz-rules__list p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .quiz-rules {
    padding: 30px 0;
  }
  .quiz-rules__inner {
    gap: 32px;
  }
  .quiz-rules__content {
    padding: 30px;
    flex: 1 1 0;
  }
  .quiz-rules__aside {
    width: auto;
    flex: 1 1 0;
  }
}
@media (max-width: 660px) {
  .quiz-rules__inner {
    flex-direction: column;
  }
  .quiz-rules__content {
    padding: 20px;
  }
  .quiz-rules__content-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
  }
}
.quiz-app {
  padding: 54px 0 120px;
}

@media (max-width: 767px) {
  .quiz-app {
    padding: 25px 0;
  }
}
.quiz-result {
  padding: 140px 0 33px 0;
  background: radial-gradient(245.71% 108.41% at 40.14% 0%, rgb(70, 128, 199) 0%, rgb(44, 110, 190) 21.3510394096%, rgb(4, 37, 78) 100%);
  color: #ffffff;
}

.quiz-result__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.quiz-result__pic {
  flex-shrink: 0;
}

.quiz-result__pic img {
  display: block;
  aspect-ratio: 6.63/3.96;
  width: 100%;
  height: auto;
  max-width: 663px;
}

.quiz-result__content {
  width: -moz-fit-content;
  width: fit-content;
}

.quiz-result__suptitle {
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
}

.quiz-result__title {
  position: relative;
  padding-left: 32px;
  font-weight: 300;
  font-size: 64px;
  line-height: 100%;
  margin: 24px 0;
}

.quiz-result__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #f5580a;
}

.quiz-result__subtitle {
  display: flex;
  gap: 24px;
}

.quiz-result__subtitle-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.quiz-result__subtitle-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
}

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

.quiz-result__subtitle-text {
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
}

@media (max-width: 1200px) {
  .quiz-result__pic img {
    max-width: 560px;
  }
}
@media (max-width: 1024px) {
  .quiz-result__pic img {
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .quiz-result__inner {
    flex-direction: column;
    align-items: center;
  }
  .quiz-result__pic {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .quiz-result__pic img {
    width: 100%;
    max-width: 425px;
    height: auto;
  }
  .quiz-result__suptitle {
    text-align: center;
    font-size: 28px;
  }
  .quiz-result__title {
    padding: 0;
    text-align: center;
    margin: 15px 0;
    font-size: 48px;
  }
  .quiz-result__title::before {
    display: none;
  }
  .quiz-result__subtitle-text {
    font-size: 24px;
  }
}
.quiz-dashboard {
  padding: 54px 0 120px;
}

.quiz-dashboard__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.quiz-dashboard__aside {
  flex-shrink: 0;
  width: 420px;
}

.quiz-dashboard__content {
  flex-grow: 1;
}

.quiz-dashboard__title {
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 12px;
}

.quiz-dashboard__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}

.quiz-dashboard__table-wrapper {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 10px 20px;
}

.quiz-dashboard__show-all {
  display: block;
  width: 345px;
  height: 74px;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 16px auto 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  background-color: transparent;
  color: #637586;
}

.quiz-dashboard__show-all:hover {
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .quiz-dashboard__aside {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .quiz-dashboard__inner {
    flex-direction: column;
    gap: 25px;
  }
  .quiz-dashboard__aside {
    width: 100%;
  }
  .quiz-dashboard__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quiz-dashboard {
    padding: 25px 0;
  }
  .quiz-dashboard__table-wrapper {
    position: relative;
    padding: 0;
    width: calc(100% + 34px);
    left: -17px;
  }
  .quiz-dashboard__show-all {
    width: 100%;
  }
}
.salute-item {
  position: fixed;
  pointer-events: none;
  z-index: 10;
}

.salute-item_1 {
  top: 10%;
  left: 40%;
}

.salute-item_2 {
  top: 30%;
  right: 15%;
}

.salute-item_3 {
  bottom: 30%;
  right: 40%;
}

.salute-item_4 {
  left: 50%;
  bottom: 10%;
}

.quiz-table {
  width: 100%;
  border-collapse: collapse;
}

.quiz-table th {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  color: #637586;
  text-align: left;
  padding: 10px 20px;
}

.quiz-table td {
  padding: 16px 24px;
  font-weight: 300;
  font-size: 22px;
  line-height: 136%;
  border-top: 1px solid #dce2e8;
}

.quiz-table__row:first-child td {
  border-top: none;
}

.quiz-table__row:first-child td:first-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url("../img/first-place.svg") no-repeat center;
  background-size: contain;
}

.quiz-table__row:nth-child(2) td:first-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url("../img/second-place.svg") no-repeat center;
  background-size: contain;
}

.quiz-table__row:nth-child(3) td:first-child::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url("../img/third-place.svg") no-repeat center;
  background-size: contain;
}

.quiz-table__row.active td {
  border: 1px solid #fecf9c;
  border-right: none;
  border-left: none;
}

.quiz-table__row.active td:first-child {
  border-left: 1px solid #fecf9c;
}

.quiz-table__row.active td:last-child {
  border-right: 1px solid #fecf9c;
}

.quiz-table__row_empty td {
  text-align: center;
}

@media (max-width: 767px) {
  .quiz-table th {
    font-size: 16px;
    line-height: 150%;
    padding: 5px 10px;
  }
  .quiz-table td {
    font-size: 18px;
    line-height: 111%;
    padding: 5px 10px;
  }
  .quiz-table td:last-child {
    text-align: right;
  }
  .quiz-table__row:first-child td {
    border-top: none;
  }
  .quiz-table__row:first-child td:first-child::after {
    width: 15px;
    height: 15px;
  }
  .quiz-table__row:nth-child(2) td:first-child::after {
    content: "";
    width: 15px;
    height: 15px;
  }
  .quiz-table__row:nth-child(3) td:first-child::after {
    content: "";
    width: 15px;
    height: 15px;
  }
}
.info-warning {
  padding-bottom: 64px;
}

.info-warning__content {
  font-weight: 300;
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #a7b5c3;
}

@media (max-width: 1023px) {
  .info-warning {
    padding-bottom: 25px;
  }
  .info-warning__content {
    font-size: 32px;
    line-height: 120%;
    text-align: left;
  }
}
.webinar {
  padding-top: 54px;
  padding-bottom: 120px;
}

.webinar__btns {
  /* background-color: black; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.webinar__elem {
  width: 48px;
  height: 48px;
  border: 1px solid #a7b5c3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.3s ease;
}

.webinar__copy {
  position: relative;
  display: none;
}

.webinar__alert {
  position: absolute;
  bottom: -25px;
  right: 0;
  font-family: "Open Sans";
  font-size: 12px;
  white-space: nowrap;
  color: #1e252c;
  font-weight: 300;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.webinar__copy--active .webinar__alert {
  visibility: visible;
  opacity: 1;
}

.webinar__elem:hover {
  filter: brightness(0.5);
}

.webinar__content {
  max-width: 890px;
  margin: 0 auto;
  margin-top: -50px;
}

.webinar__video {
  margin: 32px 0;
}

.webinar__text p {
  color: #1e252c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

.webinar__text p:not(:last-child) {
  margin-bottom: 12px;
}

.webinar__text h1,
.webinar__text h2,
.webinar__text h3,
.webinar__text h4 {
  color: #1d1d1b;
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (max-width: 1160px) {
  .webinar__content {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .webinar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .webinar__text p {
    font-size: 18px;
  }
  .webinar__text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .webinar__text h1,
  h2,
  h3,
  h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.webinar .quiz-intro__socials-list .ya-share2__item {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid #a7b5c3 !important;
  background-color: transparent !important;
  transition: 0.3s ease !important;
}

.webinar .quiz-intro__socials-list .ya-share2__item:hover {
  filter: brightness(0.5);
}

.webinar .quiz-intro__socials-list .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url(../img/webinar/webinar-tg.svg) !important;
  width: 20px !important;
  height: 20px !important;
}

.webinar .quiz-intro__socials-list .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url(../img/webinar/webinar-vk.svg) !important;
  width: 20px !important;
  height: 20px !important;
}

.webinar .quiz-intro__socials-list .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url(../img/webinar/webinar-whatsapp.svg) !important;
  width: 20px !important;
  height: 20px !important;
}

.webinar .quiz-intro__socials-list .ya-share2__item_copy .ya-share2__icon {
  background-image: url(../img/webinar/webinar-copy.svg) !important;
  width: 20px !important;
  height: 20px !important;
}

.subtitle-elem {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #1e252c;
  font-family: "Futura PT";
}

.text-elem {
  font-family: "Open-sans";
  color: #1e252c;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.title-elem {
  font-family: "Open-sans";
  font-size: 42px;
  color: #1d1d1b;
  line-height: 1.2;
  font-weight: 300;
}

.invocation__info {
  padding: 40px 40px 50px 40px;
  background-color: #f2f5f7;
  background-image: url(../img/invocation-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.invocation__info-title {
  margin-bottom: 50px;
}

.invocation__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.invocation__moderators {
  display: flex;
  flex-direction: column;
  background: #e8eff8;
  padding: 40px 40px 54px 40px;
  margin-bottom: 80px;
}
.invocation__moderators-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.invocation__moderators-title h3 {
  font-size: 32px;
  line-height: 120%;
}
.invocation__moderators-controls {
  display: flex;
  gap: 15px;
}
.invocation__moderators-controls .swiper-button-next,
.invocation__moderators-controls .swiper-button-prev {
  background: rgba(255, 255, 255, 0.6);
}
.invocation__moderators-swiper {
  overflow: hidden;
}
@media (max-width: 640px) {
  .invocation__moderators {
    padding: 30px 20px 20px;
  }
  .invocation__moderators-title h3 {
    font-size: 24px;
    line-height: 120%;
  }
}

.moderator-card {
  display: flex;
  gap: 24px;
}
.moderator-card__pic {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}
.moderator-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moderator-card__content {
  display: flex;
  flex-direction: column;
  max-width: 417px;
}
.moderator-card h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 6px;
}
.moderator-card p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}
@media (max-width: 640px) {
  .moderator-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.invocation__experts {
  margin-bottom: 80px;
  overflow: hidden;
}

.invocation__experts-wrap {
  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-bottom: 24px;
}

.invocation__experts-item {
  background-color: #f2f5f7;
  padding: 40px 80px;
  text-align: center;
}

.invocation__experts-img {
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 8px;
}

.invocation__experts-name {
  margin-bottom: 8px;
}

.invocation__experts-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.invocation__target {
  margin-bottom: 60px;
}

.invocation__target-title {
  margin-bottom: 24px;
}

.invocation__target-subtitle {
  margin-bottom: 12px;
}

.invocation__target-descr {
  max-width: 660px;
}

.invocation__phase {
  margin-bottom: 60px;
}

.invocation__phase-subtitle {
  margin-bottom: 32px;
}

.invocation__phase-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.invocation__phase-item {
  border: 1px solid #dce2e8;
  padding: 25px;
  min-height: 340px;
}

.invocation__phase-head {
  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;
  margin-bottom: 16px;
}

.invocation__phase-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.invocation__phase-status {
  color: rgba(0, 0, 0, 0.48);
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.invocation__phase-status--active {
  color: #1655a3;
}

.invocation__format {
  margin-bottom: 80px;
}

.invocation__format-title {
  margin-bottom: 24px;
}

.invocation__format-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 60px;
}

.invocation__materials-title {
  margin-bottom: 32px;
}

.invocation__link-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  border-bottom: 1px solid #1655a3;
}

.invocation__link {
  text-decoration: none;
  color: #1655a3;
  font-family: "Open-sans";
  font-size: 20px;
  line-height: 1.2;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.invocation__link:hover {
  color: #216cc8;
}

.invocation__bottom {
  background-color: #f2f5f7;
}

.invocation__question {
  padding-top: 40px;
  padding-bottom: 60px;
}

.invocation__question-title {
  margin-bottom: 24px;
}

.invocation__question-text {
  margin-bottom: 24px;
}

.invocation__accordion {
  background-color: #fff;
  padding: 20px 25px;
}

.invocation__accordion-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invocation__accordion-head {
  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;
}

.invocation__accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.invocation__accordion-content {
  overflow: hidden;
  min-height: 0;
}

.invocation__accordion-item:first-child {
  padding-top: 24px;
}

.invocation__accordion-item:not(:last-child) {
  margin-bottom: 32px;
}

.invocation__accordion-title--bold {
  font-weight: 700;
}

.invocation__accordion-btn {
  width: 48px;
  height: 48px;
  background-color: #f2f5f7;
  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;
}

.invocation__accordion-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.invocation__accordion-text {
  margin-bottom: 16px;
}

.invocation__textarea {
  resize: none;
  min-height: 160px;
  border: 1px solid #dce2e8;
  padding: 20px 24px;
  width: 100%;
  font-family: "Open-sans";
  color: #1e252c;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 16px;
}

.invocation__textarea::-webkit-input-placeholder {
  font-family: "Open-sans";
  color: #637586;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.invocation__textarea::-moz-placeholder {
  font-family: "Open-sans";
  color: #637586;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.invocation__textarea:-ms-input-placeholder {
  font-family: "Open-sans";
  color: #637586;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.invocation__textarea::-ms-input-placeholder {
  font-family: "Open-sans";
  color: #637586;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.invocation__textarea::placeholder {
  font-family: "Open-sans";
  color: #637586;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.invocation__submit {
  color: #1655a3;
  padding: 16px 32px;
  border: 2px solid #1655a3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.invocation__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.invocation__input-file {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.invocation__label {
  cursor: pointer;
  background-color: #f1f7fe;
  padding: 16px 32px 16px 24px;
  color: #1655a3;
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.invocation__label::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 8px;
  background-image: url(../img/invocation-paperclip.svg);
}

.invocation__link-show {
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  color: #1655a3;
  border: 2px solid #1655a3;
  font-family: "Open-sans";
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.invocation__person {
  background-color: #f2f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 12px;
  margin-bottom: 24px;
}

.invocation__person-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.invocation__person-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.invocation__person-status,
.invocation__person-descr,
.invocation__person-time {
  color: #1e252c;
  font-family: "Open-sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.invocation__person-descr {
  max-width: 762px;
}

.invocation__person-answer {
  color: #1655a3;
  padding: 8px 12px;
  background-color: #fff;
  margin-top: 16px;
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.invocation__video-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.invocation__video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.invocation__video-wrap--active::after {
  content: none;
}

.invocation__video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.invocation__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
}

.invocation__video-play:hover {
  opacity: 0.8;
}

.invocation__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.invocation__btn-hide {
  color: #1655a3;
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 12px;
  background-color: #f2f5f7;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.invocation__btn-talk {
  color: #1655a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 12px;
  background-color: #f2f5f7;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.invocation__subaccordion {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.invocation__subaccordion:not(:last-child) {
  border-bottom: 1px solid #d9ded9;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.invocation__subaccordion-wrap {
  overflow: hidden;
  min-height: 0;
}

.invocation__message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

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

.invocation__message-avatar {
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 69px;
  width: 69px;
  border-radius: 50%;
}

.invocation__message-input {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  border: 1px solid #dce2e8;
  font-family: "Open-sans";
  font-size: 20px;
  color: #1e252c;
  line-height: 1;
  resize: none;
  min-height: 69px;
  padding: 0px 24px;
  padding-top: 23px;
}

.invocation__message-submit {
  height: 69px;
  color: #fff;
  font-family: "Open-sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 0.12;
  background-color: #1655a3;
  padding: 0px 32px;
}

.invocation__person--dialog {
  margin-bottom: 8px;
}

.invocation__discussion {
  margin-bottom: 8px;
  margin-left: 135px;
}

.invocation__discussion .invocation__person {
  margin-bottom: 8px;
}

.invocation__discussion .invocation__person-descr {
  max-width: 100%;
}

.invocation .swiper-button-next,
.invocation .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #f2f5f7;
  position: static;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.invocation .swiper-button-next:hover {
  border-color: #dddddd;
}

.invocation .swiper-button-prev:hover {
  border-color: #dddddd;
}

.invocation .swiper-button-prev img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.invocation .swiper-button-next::after {
  content: none;
}

.invocation .swiper-button-prev::after {
  content: none;
}

.resolution {
  padding-top: 70px;
  padding-bottom: 80px;
}

.resolution button {
  border: none;
}

.invocation button {
  border: none;
}

.resolution__title {
  color: #1d1d1b;
  font-family: "Open-sans";
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 60px;
}

.resolution__info-text {
  color: #989898;
  font-family: "Open-sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.resolution__info {
  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: 950px;
  margin-bottom: 60px;
}

.resolution__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.resolution__info-value {
  color: #1d1d1b;
  font-family: "Open-sans";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.resolution__info-link {
  color: #1655a3;
  font-family: "Open-sans";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration-line: underline;
}

.resolution__content {
  margin-bottom: 60px;
}

.resolution__accordion {
  background-color: #f2f5f7;
  padding: 40px 40px 60px 40px;
}

.resolution__accordion-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resolution__accordion-head {
  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;
}

.resolution__accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.resolution__accordion-content {
  overflow: hidden;
  min-height: 0;
}

.resolution__accordion-list {
  margin-bottom: 24px;
}

.resolution__accordion-item {
  list-style-type: disc;
  margin-left: 20px;
}

.resolution__accordion-item:first-child {
  padding-top: 24px;
}

.resolution__accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

.resolution__accordion-title--bold {
  font-weight: 700;
}

.resolution__accordion-btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  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;
}

.resolution__accordion-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.resolution__accordion-text {
  margin-bottom: 16px;
}

.resolution__accordion-close {
  color: #1655a3;
  font-family: "Open-sans";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.resolution__bottom {
  background-color: #f2f5f7;
}

.resolution__text-block {
  margin-top: 80px;
  background-color: #f2f5f7;
  padding: 40px;
  margin-bottom: 80px;
}

.resolution__text-title,
.resolution__text-descr {
  margin-bottom: 24px;
}

.resolution__contact {
  background: #25d366;
  color: #fff;
  width: 345px;
  height: 74px;
  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;
  gap: 12px;
  font-variant-numeric: ordinal;
  font-family: "Open-sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.resolution__contact:hover {
  background: #18dd60;
}

.resolution .invocation__accordion-text {
  margin-bottom: 24px;
}

.accordion__body--active {
  grid-template-rows: 1fr;
}

.accordion__icon--active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1440px) {
  .container {
    max-width: 1384px;
    padding: 0 40px;
  }
}
@media (max-width: 1300px) {
  .invocation__phase-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .invocation__discussion {
    margin-left: 20px;
  }
  .invocation__person--dialog {
    margin-bottom: 16px;
  }
}
@media (max-width: 930px) {
  .invocation__info {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 17px;
  }
  .text-elem {
    font-size: 20px;
    line-height: 1.5;
  }
  .invocation__info {
    padding: 20px 20px 40px 20px;
  }
  .invocation__experts,
  .invocation__target,
  .invocation__phase-wrap,
  .invocation__format-block {
    margin-bottom: 40px;
  }
  .invocation__materials-title {
    margin-bottom: 24px;
  }
  .invocation__phase {
    margin-bottom: 40px;
  }
  .invocation__phase-wrap {
    grid-template-columns: 1fr;
  }
  .invocation__phase-item {
    padding: 25px 20px;
    min-height: 320px;
  }
  .invocation__phase-stage {
    font-size: 24px;
  }
  .invocation__phase-status {
    font-size: 20px;
  }
  .invocation__question {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .invocation__accordion {
    padding: 20px 15px 25px 15px;
  }
  .invocation__accordion-block {
    -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;
  }
  .invocation__accordion-text {
    font-size: 20px;
  }
  .invocation__input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .invocation__person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invocation__video-play {
    width: 28px;
    height: 28px;
  }
  .invocation__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .invocation__message-avatar {
    display: none;
  }
  .invocation__message-input {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 69px;
    width: 100%;
  }
  .invocation__message-submit {
    height: 69px;
    width: 100%;
  }
  .resolution {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .resolution__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .resolution__info {
    margin-bottom: 40px;
    -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: 24px;
  }
  .resolution__info-text {
    font-size: 16px;
  }
  .resolution__info-value,
  .resolution__info-link {
    font-size: 20px;
  }
  .resolution__content {
    margin-bottom: 40px;
  }
  .resolution__accordion {
    padding: 20px 20px 30px 20px;
  }
  .resolution__accordion-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .resolution__text-block {
    padding: 20px;
  }
  .resolution__contact {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .title-elem {
    font-size: 32px;
  }
}
@font-face {
  display: swap;
  font-family: "Open-sans";
  font-weight: 300;
  font-style: normal;
  src: local("Open-sans"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff");
}
@font-face {
  display: swap;
  font-family: "Open-sans";
  font-weight: 400;
  font-style: normal;
  src: local("Open-sans"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
}
@font-face {
  display: swap;
  font-family: "Futura PT";
  font-weight: 400;
  font-style: normal;
  src: local("Futura PT"), url("../fonts/futuraptbook.woff2") format("woff2"), url("../fonts/futuraptbook.woff") format("woff");
}
@media (any-hover: hover) {
  .invocation__submit:hover {
    color: #2168bf;
    border-color: #2168bf;
  }
  .invocation__label:hover {
    background-color: #e4eff8;
  }
  .invocation__link-show:hover {
    color: #2168bf;
    border-color: #2168bf;
  }
  .invocation__person-answer:hover {
    background-color: #fdfcfc;
  }
  .invocation__btn-hide:hover {
    background-color: #eff1f4;
  }
  .invocation__btn-talk:hover {
    background-color: #eff1f4;
  }
}
.single-news__inner .post-video {
  margin-bottom: 20px;
}

.gnc-quiz {
  padding: 0 0 120px;
}
.gnc-quiz__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.gnc-quiz__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 0 0;
}
.gnc-quiz__head h1 {
  font-weight: 300;
  font-size: 42px;
  line-height: 100%;
}
.gnc-quiz__head ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gnc-quiz__head ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
}
.gnc-quiz__head ul li img {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.gnc-quiz__banner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 45px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.gnc-quiz__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1655a3 30%, rgba(22, 85, 163, 0) 100%);
  z-index: -1;
}
.gnc-quiz__banner picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.gnc-quiz__banner picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gnc-quiz__banner h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 125%;
}
.gnc-quiz__banner ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gnc-quiz__banner ul li {
  position: relative;
  font-weight: 300;
  font-size: 26px;
  line-height: 135%;
  padding-left: 30px;
}
.gnc-quiz__banner ul li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 17px;
  border-bottom: 4px solid #f5580a;
}
.gnc-quiz__banner p {
  font-weight: 300;
  font-size: 26px;
  line-height: 135%;
}
.gnc-quiz__grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 30px;
}
.gnc-quiz__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.gnc-quiz__nav {
  position: sticky;
  top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
}
.gnc-quiz__nav a {
  position: relative;
  padding: 25px 40px 25px 70px;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  color: #1e252c;
  border-bottom: 1px solid #f2f5f7;
  text-decoration: none;
  transition: 0.3s ease;
}
.gnc-quiz__nav a::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 40px;
  width: 17px;
  border-bottom: 4px solid #4680c7;
}
.gnc-quiz__nav a:last-child {
  border-bottom: none;
}
.gnc-quiz__nav a.active {
  background-color: #f1f7fe;
}
@media (max-width: 1200px) {
  .gnc-quiz__grid {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 1023px) {
  .gnc-quiz__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
@media (max-width: 610px) {
  .gnc-quiz {
    padding: 0 0 35px;
  }
  .gnc-quiz__inner {
    gap: 30px;
  }
  .gnc-quiz__head {
    gap: 16px;
    padding: 25px 0 0;
  }
  .gnc-quiz__head h1 {
    font-size: 28px;
    line-height: 120%;
  }
  .gnc-quiz__head ul li {
    align-items: flex-start;
    font-size: 16px;
    line-height: 140%;
  }
  .gnc-quiz__banner {
    gap: 14px;
    padding: 20px 20px 160px;
  }
  .gnc-quiz__banner h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .gnc-quiz__banner ul {
    gap: 8px;
  }
  .gnc-quiz__banner ul li {
    font-size: 18px;
    line-height: 135%;
  }
  .gnc-quiz__banner p {
    font-size: 18px;
    line-height: 135%;
  }
  .gnc-quiz__nav {
    gap: 5px;
  }
  .gnc-quiz__nav a {
    border-radius: 4px;
    padding: 8px 15px 8px 37px;
    font-weight: 500;
    font-size: 14px;
    line-height: 132%;
    border-bottom: none;
    background-color: #f2f5f7;
  }
  .gnc-quiz__nav a::before {
    top: 8px;
    left: 16px;
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
  .gnc-quiz__nav a.active {
    background-color: #f2f5f7;
  }
  .gnc-quiz__content {
    gap: 20px;
  }
  .gnc-quiz .container {
    padding: 0 14px;
  }
}

.gnc-question {
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
}
.gnc-question__number {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  padding-left: 16px;
  margin-bottom: 16px;
}
.gnc-question__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 4px solid #f5580a;
}
.gnc-question__text {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #1e252c;
}
.gnc-question__subtext {
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  margin-top: 6px;
}
.gnc-question__form {
  margin-top: 24px;
}
.gnc-question__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gnc-question__sort-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gnc-question__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gnc-question__submit {
  display: block;
  width: 100%;
  margin-top: 32px;
  border-radius: 2px;
  padding: 16px 0px;
  color: #ffffff;
  background-color: #1655a3;
  outline: none;
  border: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  cursor: pointer;
  transition: 0.3s ease;
}
.gnc-question__submit:hover {
  opacity: 0.9;
}
.gnc-question__submit:disabled {
  pointer-events: none;
  opacity: 0.2;
}
.gnc-question__answer {
  border-radius: 2px;
  padding: 16px 20px;
  margin-top: 32px;
  background-color: #f1f7fe;
}
.gnc-question__answer h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 136%;
  margin-bottom: 8px;
}
.gnc-question__answer p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}
.gnc-question__answer img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 8px;
}
.gnc-question__answer a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #1655a3;
}
.gnc-question__answer a:hover {
  opacity: 0.8;
}
@media (max-width: 610px) {
  .gnc-question {
    position: relative;
    left: -14px;
    width: calc(100% + 28px);
    padding: 14px;
  }
  .gnc-question__number {
    font-size: 18px;
  }
  .gnc-question__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
  }
  .gnc-question__form {
    margin-top: 16px;
  }
  .gnc-question__submit {
    margin-top: 20px;
  }
}

.gnc-form-group__input {
  display: block;
  width: 100%;
  border: 1px solid #cbd4dd;
  border-radius: 2px;
  padding: 10px 16px;
  background: #ffffff;
  outline: none;
  font-family: inherit;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
}
.gnc-form-group__label {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}
.gnc-form-group__textarea {
  display: block;
  width: 100%;
  border: 1px solid #cbd4dd;
  border-radius: 2px;
  padding: 10px 16px;
  background: #ffffff;
  outline: none;
  font-family: inherit;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  resize: none;
  min-height: 140px;
}
.gnc-form-group--inline {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gnc-form-group--inline .gnc-form-group__label {
  flex-shrink: 0;
  width: 280px;
}
.gnc-form-group--inline .gnc-form-group__input {
  flex: 1 1 0;
}
@media (max-width: 610px) {
  .gnc-form-group__input, .gnc-form-group__textarea {
    font-size: 18px;
    line-height: 130%;
  }
  .gnc-form-group__textarea {
    min-height: 108px;
  }
  .gnc-form-group__label {
    font-size: 18px;
    line-height: 130%;
  }
  .gnc-form-group--inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .gnc-form-group--inline .gnc-form-group__label {
    width: 100%;
  }
}

.gnc-radio__input {
  display: none;
}
.gnc-radio__input:checked ~ .gnc-radio__label {
  background: #f1f7fe;
}
.gnc-radio__input:checked ~ .gnc-radio__label::after {
  opacity: 1;
}
.gnc-radio__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #cbd4dd;
  border-radius: 2px;
  padding: 10px 16px 10px 54px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  cursor: pointer;
  transition: 0.3s ease;
}
.gnc-radio__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #303a44;
}
.gnc-radio__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #303a44;
  opacity: 0;
}
.gnc-radio__label:hover {
  background: #f2f5f7;
}
@media (max-width: 610px) {
  .gnc-radio__label {
    font-size: 18px;
    line-height: 122%;
  }
}

.gnc-checkbox__input {
  display: none;
}
.gnc-checkbox__input:checked ~ .gnc-checkbox__label {
  background: #f1f7fe;
}
.gnc-checkbox__input:checked ~ .gnc-checkbox__label::before {
  background-color: #1655a3;
  border-color: #1655a3;
}
.gnc-checkbox__input:checked ~ .gnc-checkbox__label::after {
  opacity: 1;
}
.gnc-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #cbd4dd;
  border-radius: 2px;
  padding: 10px 16px 10px 54px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  cursor: pointer;
  transition: 0.3s ease;
}
.gnc-checkbox__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cbd4dd;
}
.gnc-checkbox__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 8px;
  background: url(../img/gynecology/check.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
}
.gnc-checkbox__label:hover {
  background: #f2f5f7;
}
@media (max-width: 610px) {
  .gnc-checkbox__label {
    font-size: 18px;
    line-height: 122%;
  }
}

.disabled .gnc-radio .gnc-radio__input:checked ~ .gnc-radio__label::after {
  background-color: #cbd4dd;
}

.disabled .gnc-checkbox__input:checked ~ .gnc-checkbox__label::before {
  background-color: #cbd4dd;
  border-color: #cbd4dd;
}

.gnc-sort-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #cbd4dd;
  border-radius: 2px;
  padding: 10px 16px 10px 54px;
  font-weight: 300;
  font-size: 20px;
  line-height: 150%;
  cursor: grab;
  transition: 0.3s ease;
}
.gnc-sort-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/gynecology/more-vertical.svg) no-repeat center;
  background-size: contain;
}
.gnc-sort-item.blue-background-class {
  background-color: #f1f7fe;
}
@media (max-width: 610px) {
  .gnc-sort-item {
    font-size: 18px;
    line-height: 130%;
  }
}



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