@charset "UTF-8";
#cookies-accept .wrapper {
  position: fixed;
  z-index: 1000;
  right: 60px;
  bottom: 60px;
  width: 316px;
  background: #F6E200;
  color: #1e252a;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 3px rgba(34, 60, 80, 0.2);
}
@media (max-width: 768px) {
  #cookies-accept .wrapper {
    width: 100%;
    right: 0;
    bottom: 0;
  }
}
#cookies-accept .content {
  padding: 20px 35px 20px 22px;
}
@media (max-width: 768px) {
  #cookies-accept .content {
    padding: 27px 13px 22px 30px;
  }
}
#cookies-accept .text {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: TTNormsPro;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 17px;
}
#cookies-accept .text a {
  color: #1e252a;
  text-decoration: underline;
}
#cookies-accept .text a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #cookies-accept .text {
    font-size: 14px;
  }
}
#cookies-accept .btn {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 38px;
  padding-left: 54px;
  padding-right: 54px;
  background-color: #1e252a;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
}
@media (max-width: 768px) {
  #cookies-accept .btn {
    font-size: 12px;
  }
}

.header {
  background-color: #ffffff;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
}
@media (max-width: 950px) {
  .header__top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 74px;
    border-bottom: 1px solid #D9D9D9;
  }
  .header__top .page-container {
    height: 100%;
  }
}
@media (max-width: 950px) {
  .header__bottom {
    display: none;
  }
}
@media (max-width: 950px) {
  .header__content {
    height: 100%;
  }
}
.header--inner .header-sidebar {
  row-gap: 20px;
}
.header--inner .header-catalog-wrp {
  top: unset;
  position: relative;
}
@media (max-width: 1150px) {
  .header--inner .header-catalog-wrp {
    width: 180px;
  }
}

.header-link {
  color: #354647;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .header-link {
    font-size: 13px;
  }
}
.header-link__icon {
  max-height: 20px;
  margin-left: 5px;
}
.header-link__icon svg {
  max-height: 20px;
  width: 10px;
  stroke: #050505;
}

.header-catalog-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1150px) {
  .header-catalog-wrp {
    width: 235px;
  }
}
@media (max-width: 950px) {
  .header-catalog-wrp {
    display: none;
  }
}

.header-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 300px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1300px) {
  .header-sidebar {
    width: 235px;
  }
}
@media (max-width: 1150px) {
  .header-sidebar {
    width: 180px;
  }
}
@media (max-width: 950px) {
  .header-sidebar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 150px;
  }
}

.header-logo {
  margin-right: 45px;
  width: 250px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .header-logo {
    width: 200px;
  }
}
@media (max-width: 1150px) {
  .header-logo {
    width: 180px;
  }
}
@media (max-width: 950px) {
  .header-logo {
    width: unset;
    height: 100%;
    margin: 0 15px;
  }
}
.header-logo img {
  height: 100%;
}
.header-logo img._sticky {
  display: none;
}

.header-logo-mob {
  display: none;
}

.header-catalog-menu-link {
  display: none;
  margin-right: 10px;
}

.header-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6E200;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 40px;
}

.header-catalog-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catalog-link__icon {
  width: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: 10px;
  margin-left: 20px;
}
@media (max-width: 1150px) {
  .header-catalog-link__icon {
    margin-left: 10px;
  }
}
.header-catalog-link__icon .icon {
  aspect-ratio: 14/10;
  display: inline-block;
  width: 10px;
  height: 14px;
  stroke: #050505;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1150px) {
  .header-catalog-link__icon .icon {
    scale: 0.7;
  }
}
.header-catalog-link__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
}
@media (max-width: 1150px) {
  .header-catalog-link__title {
    font-size: 13px;
  }
}

.header-catalog-download {
  width: 15px;
  height: 16px;
}
.header-catalog-download .icon {
  width: 15px;
  height: 16px;
  fill: #050505;
}
.header-catalog-download .icon.unfilled {
  fill: none;
  stroke: #050505;
  stroke-width: 2px;
}

.header-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-main-menu__item {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 1300px) {
  .header-main-menu__item {
    font-size: 13px;
    padding: 10px 10px;
  }
}
.header-main-menu__link {
  color: #A3A7AA;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-main-menu__link--active {
  color: #050505;
}
.header-main-menu__icon {
  width: 7px;
  height: 9px;
  margin-left: 5px;
}
.header-main-menu__icon svg {
  display: block;
  max-height: 9px;
  width: 7px;
  fill: #050505;
}

.header-main-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 1300px) {
  .header-main-menu-item {
    font-size: 13px;
  }
}
.header-main-menu-item--active > .header-main-menu-item__link {
  color: #050505;
}
.header-main-menu-item--active > .header-main-menu-item__icon svg {
  fill: #050505;
}
.header-main-menu-item__link {
  color: #050505;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 15px;
  width: 100%;
}
.header-main-menu-item__link[data-short-title] {
  font-size: 0;
}
.header-main-menu-item__link::before {
  content: attr(data-full-title);
  font-size: 16px;
}
@media (max-width: 1150px) {
  .header-main-menu-item__link::before {
    font-size: 13px;
  }
}
.header-main-menu-item__link--active {
  color: #050505;
}
@media (max-width: 1150px) {
  .header-main-menu-item__link {
    padding: 10px 5px;
  }
  .header-main-menu-item__link::before {
    content: attr(data-short-title);
  }
}
.header-main-menu-item__icon {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 10px;
}
@media (max-width: 1150px) {
  .header-main-menu-item__icon {
    width: 8px;
    margin-left: 0;
  }
}
.header-main-menu-item__icon svg {
  display: inline-block;
  max-height: 20px;
  width: 10px;
  fill: #050505;
}
.header-main-menu-item__dropdown {
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 4px 4px 9px 4px rgba(34, 60, 80, 0.31);
          box-shadow: 4px 4px 9px 4px rgba(34, 60, 80, 0.31);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  white-space: nowrap;
}
.header-main-menu-item:hover {
  background-color: #F6E200;
}
.header-main-menu-item:hover > .header-main-menu-item__link {
  color: #050505;
}
@media (max-width: 950px) {
  .header-main-menu-item:hover > .header-main-menu-item__link {
    width: 100%;
  }
}
.header-main-menu-item:hover > .header-main-menu-item__icon svg {
  fill: #050505;
}
.header-main-menu-item:hover > .header-main-menu-item__dropdown {
  display: block;
  background-color: #ffffff;
  z-index: 3;
}

.header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
}
@media (max-width: 950px) {
  .header-top-content {
    padding: 0;
    height: 100%;
  }
}
.header-top-content__burger {
  display: none;
}
@media (max-width: 950px) {
  .header-top-content__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-top-content__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .header-top-content__content {
    display: none;
  }
}
.header-top-content__mob-content {
  display: none;
}
@media (max-width: 950px) {
  .header-top-content__mob-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header-top-content__mob-content .header-langs {
  display: none;
}
.header-top-content__mob-content .header-catalog-btn {
  padding: 13px 25px;
}
@media (max-width: 950px) {
  .header-top-content__mob-content .header-catalog-btn {
    padding: 10px 20px;
  }
}
@media (max-width: 950px) {
  .header-top-content__mob-content .header-catalog-btn {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
  }
}
.header-top-content__mob-content.opened .header-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-content__mob-content.opened .header-catalog-btn {
  display: none;
}
.header-top-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-content__row:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .header-top-content__row:not(:last-child) {
    margin-bottom: 15px;
  }
}
.header-top-content__mob-menu {
  position: absolute;
  width: 100%;
  height: calc(100vh - 74px);
  top: 74px;
  background-color: #ffffff;
  z-index: 3;
  display: none;
  padding: 15px;
  left: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media (max-width: 950px) {
  .header-top-content__mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-top-content__mob-menu.opened {
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.search-btn {
  background: none;
  width: 50px;
  height: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin-left: 40px;
  display: inline-block;
  padding: 0;
}
@media (max-width: 950px) {
  .search-btn {
    margin-left: 10px;
  }
}
.search-btn .icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #121318;
  stroke-width: 2px;
  display: inline-block;
}

.header-burger {
  height: 20px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-burger span {
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #121318;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-burger::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #121318;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-burger::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #121318;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-burger.opened span {
  left: 200%;
  opacity: 0;
  width: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-burger.opened::before {
  -webkit-transform: translateY(9px) rotate(-45deg);
      -ms-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-burger.opened::after {
  -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-mob-menu:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.header-mob-menu__item {
  margin: 15px 0;
}
.header-mob-menu__link {
  font-family: TTNormsPro;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  text-decoration: none;
}
.header-mob-menu .header-link {
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-mob-menu .header-link--inactive {
  color: #A3A7AA;
}
.header-mob-menu .header-link__icon {
  width: 12px;
  max-height: 9px;
}
.header-mob-menu .header-link__icon--inactive svg {
  fill: #A3A7AA;
}
.header-mob-menu .header-link__icon--rotate90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header-mob-menu .header-link__icon svg {
  display: block;
  width: 12px;
  max-height: 9px;
}

.header-mob-submenu {
  display: none;
  background-color: #ededed;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
          box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
  padding: 10px 0;
  padding-left: 30px;
}

.header-mob-submenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  padding-right: 10px;
}
@media (max-width: 1300px) {
  .header-mob-submenu-item {
    font-size: 13px;
  }
}
.header-mob-submenu-item__link {
  color: #050505;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.header-mob-submenu-item--active {
  background-color: #F6E200;
}
.header-mob-submenu-item--active .header-mob-submenu-item__link {
  color: #050505;
}
.header-mob-submenu-item:hover {
  background-color: #F6E200;
}
.header-mob-submenu-item:hover .header-mob-submenu-item__link {
  color: #050505;
}

.header-mob-menu-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mob-menu-item__wrp {
  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;
  width: 100%;
}
.header-mob-menu-item__link {
  font-family: TTNormsPro;
  color: #050505;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  text-decoration: none;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header-mob-menu-item__arrow {
  width: 10px;
  margin-left: 5px;
  padding: 8px 40px;
}
.header-mob-menu-item__arrow svg {
  max-height: 20px;
  width: 10px;
  fill: #121318;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header-mob-menu-item__icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.header-mob-menu-item__icon .icon {
  width: 15px;
  height: 15px;
  fill: #050505;
}
.header-mob-menu-item__icon .icon.unfilled {
  fill: none;
  stroke: #050505;
  stroke-width: 2px;
}
.header-mob-menu-item__submenu {
  margin: 0 -15px;
}
.header-mob-menu-item--opened .header-mob-menu-item__arrow svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  fill: #F6E200;
}

.header-mob-menu-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: auto;
}
.header-mob-menu-content .header-social {
  margin-bottom: 80px;
  margin-top: 30px;
}

.header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 1150px) {
  .header-top-menu {
    gap: 0;
  }
}
.header-top-menu__link {
  color: #354647;
  font-family: TTNormsPro;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%; /* 11px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.header-top-menu__link .icon {
  max-height: 9px;
  margin-left: 5px;
  margin-right: 5px;
  max-height: 9px;
  width: 12px;
  fill: #050505;
}
.header-top-menu__link .icon.unfilled {
  fill: none;
  stroke: #050505;
  stroke-width: 2px;
}
@media (max-width: 1300px) {
  .header-top-menu__link {
    font-size: 11px;
  }
}
.header-top-menu__link:hover {
  color: #F6E200;
}
.header-top-menu__link:hover .icon {
  fill: #F6E200;
}
.header-top-menu__link:hover .icon.unfilled {
  fill: none;
  stroke: #F6E200;
}
.header-top-menu__link:hover.header-top-menu__link--inactive {
  color: #F6E200;
}
.header-top-menu__link:hover.header-top-menu__link--inactive .icon {
  fill: #F6E200;
}
.header-top-menu__link:hover.header-top-menu__link--inactive .icon.unfulled {
  fill: none;
  stroke: #F6E200;
}

.header-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-controls__search {
  max-width: 190px;
}
@media (max-width: 1150px) {
  .header-controls__search {
    max-width: 100px;
  }
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.header-social__item {
  margin: 0 3px;
}
.header-social__link {
  display: inline-block;
  width: 28px;
  height: 22px;
}
.header-social__link svg {
  width: auto;
  max-width: 28px;
  height: 22px;
  fill: #1D252D;
}
.header-social__link:hover svg {
  fill: #F6E200;
}
.header-social__link--active svg {
  fill: #F6E200;
}

.header-langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.header-langs__link {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px;
}
.header-langs__link--active {
  color: #050505;
  background: #F6E200;
}

.header-search {
  position: relative;
  color: #354647;
  font-family: TTNormsPro;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media (max-width: 1300px) {
  .header-search {
    font-size: 10px;
  }
}
.header-search__wrp {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-search .icon {
  width: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #050505;
  stroke-width: 2px;
  right: 10px;
}
.header-search__input {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding-left: 15px;
  outline: 0;
  border: 1px solid #A3A7AA;
  padding: 6px 10px;
  max-width: 190px;
}
@media (max-width: 1150px) {
  .header-search__input {
    max-width: 80px;
  }
}

.header-top-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px 10px;
}
@media (max-width: 1150px) {
  .header-top-menu-item {
    padding: 5px 5px;
  }
}
.header-top-menu-item__link {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%; /* 11px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .header-top-menu-item__link {
    font-size: 11px;
  }
}
.header-top-menu-item__link--bold {
  font-weight: 700;
}
.header-top-menu-item__link--inactive {
  color: #A3A7AA;
}
.header-top-menu-item__icon {
  margin-left: 5px;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.header-top-menu-item__icon--rortate90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header-top-menu-item__icon .icon {
  height: 17px;
  max-width: 100%;
  fill: #050505;
}
.header-top-menu-item__icon .icon.unfilled {
  fill: none;
  stroke: #050505;
  stroke-width: 2px;
}
.header-top-menu-item__icon--inactive .icon {
  fill: #A3A7AA;
}
.header-top-menu-item__icon--inactive .icon.unfilled {
  fill: none;
  stroke: #A3A7AA;
}
.header-top-menu-item__icon--small {
  width: 13px;
  height: 13px;
}
.header-top-menu-item__icon--small .icon {
  height: 13px;
  max-width: 100%;
}
.header-top-menu-item__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  border: 1px solid #EFEFEF;
  border-top: 0;
  -webkit-box-shadow: 4px 11px 9px 0px rgba(34, 60, 80, 0.31);
          box-shadow: 4px 11px 9px 0px rgba(34, 60, 80, 0.31);
  min-width: 200px;
  border-radius: 0px 0px 8px 8px;
}
.header-top-menu-item__dropdown--short {
  min-width: unset;
  width: 70px;
}
.header-top-menu-item--inactive {
  color: #A3A7AA;
}
.header-top-menu-item--inactive .icon {
  fill: #A3A7AA;
}
.header-top-menu-item--inactive .icon.unfulled {
  fill: none;
  stroke: #A3A7AA;
}
.header-top-menu-item:hover > .header-top-menu-item__link {
  color: #F6E200;
}
.header-top-menu-item:hover > .header-top-menu-item__icon .icon {
  fill: #F6E200;
}
.header-top-menu-item:hover > .header-top-menu-item__icon .icon.unfilled {
  fill: none;
  stroke: #F6E200;
  stroke-width: 2px;
}
.header-top-menu-item:hover > .header-top-menu-item__dropdown {
  display: block;
  background-color: #ffffff;
  z-index: 3;
}

.sticky-header .header {
  top: 50px;
  position: fixed;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -webkit-animation: headerSticky 0.5s ease-in-out forwards;
          animation: headerSticky 0.5s ease-in-out forwards;
}
@media (max-width: 950px) {
  .sticky-header .header {
    top: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }
}
.sticky-header .header-logo {
  width: 200px;
}
@media (max-width: 1150px) {
  .sticky-header .header-logo {
    width: 200px;
  }
}
@media (max-width: 950px) {
  .sticky-header .header-logo {
    width: unset;
    height: 100%;
  }
}
.sticky-header .header-logo:has(._sticky) img {
  display: none;
}
.sticky-header .header-logo:has(._sticky) ._sticky {
  display: block;
}
.sticky-header .header-catalog-wrp {
  display: none;
}
.sticky-header .header-catalog-menu-link {
  display: block;
}
.sticky-header .header-sidebar__content,
.sticky-header .header-top-content__content {
  padding: 15px 0;
}
.sticky-header .header-top-content__row:not(:last-child) {
  margin-bottom: 10px;
}
.sticky-header .page-main {
  margin-top: 120px;
}
@media (max-width: 950px) {
  .sticky-header .page-main {
    margin-top: 75px;
  }
}

@-webkit-keyframes headerSticky {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}

@keyframes headerSticky {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.directions-section {
  padding: 80px 0;
}

.directions-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  text-align: left;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .directions-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .directions-header__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .directions-header__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 55px;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  width: 100%;
}
@media (max-width: 1024px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 45px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 768px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    row-gap: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 600px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
    row-gap: 35px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 480px) {
  .directions-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}

.direction-card {
  background: #F5F5F5;
  border-radius: 0;
  padding: 15px 20px;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.direction-card:focus {
  outline: 2px solid #F6E200;
  outline-offset: 2px;
}
.direction-card:hover, .direction-card:focus {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.direction-card:hover .direction-card-default__arrow, .direction-card:focus .direction-card-default__arrow {
  color: #F6E200;
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
  color: #F6E200;
  -webkit-transform: translateX(50%) rotate(-90deg) scale(1.1);
      -ms-transform: translateX(50%) rotate(-90deg) scale(1.1);
          transform: translateX(50%) rotate(-90deg) scale(1.1);
}
@media (max-width: 768px) {
  .direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media (max-width: 480px) {
  .direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
.direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
  color: #F6E200;
  -webkit-transform: translateY(-50%) rotate(180deg) scale(1.1);
      -ms-transform: translateY(-50%) rotate(180deg) scale(1.1);
          transform: translateY(-50%) rotate(180deg) scale(1.1);
}
@media (max-width: 768px) {
  .direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media (max-width: 480px) {
  .direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
.direction-card.direction-card--lighting:hover, .direction-card.direction-card--lighting:focus {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.direction-card.direction-card--lighting:hover .direction-card-default, .direction-card.direction-card--lighting:focus .direction-card-default {
  left: unset;
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.direction-card.direction-card--energy:hover, .direction-card.direction-card--energy:focus {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.direction-card.direction-card--energy:hover .direction-card-default, .direction-card.direction-card--energy:focus .direction-card-default {
  left: unset;
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.direction-card.direction-card--it:hover, .direction-card.direction-card--it:focus {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.direction-card.direction-card--it:hover .direction-card-default, .direction-card.direction-card--it:focus .direction-card-default {
  left: 0;
  top: unset;
  bottom: 100%;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
@media (max-width: 768px) {
  .direction-card.direction-card--lighting:hover, .direction-card.direction-card--lighting:focus, .direction-card.direction-card--energy:hover, .direction-card.direction-card--energy:focus, .direction-card.direction-card--it:hover, .direction-card.direction-card--it:focus {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.direction-card.expanded .direction-card-default {
  left: 100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.direction-card.expanded .direction-expanded {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.direction-card.expanded .direction-expanded .direction-expanded__title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.direction-card.expanded .direction-expanded .direction-expanded__logo {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.direction-card.expanded .direction-expanded .direction-expanded__link {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.direction-card.direction-card--lighting.expanded {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media (max-width: 768px) {
  .direction-card {
    padding: 15px 15px;
  }
  .direction-card .direction-card-default {
    display: none;
  }
  .direction-card .direction-expanded {
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .direction-card .direction-expanded .direction-expanded__title {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .direction-card .direction-expanded .direction-expanded__logo {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .direction-card .direction-expanded .direction-expanded__link {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media (max-width: 600px) {
  .direction-card {
    padding: 12px 12px;
  }
}
@media (max-width: 480px) {
  .direction-card {
    padding: 12px 12px;
  }
}

.direction-card-default {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 2;
}

.direction-card--lighting .direction-card-default {
  left: unset;
  right: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.direction-card--energy .direction-card-default {
  left: unset;
  right: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.direction-card--it .direction-card-default {
  left: 0;
  top: unset;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

.direction-card-default__name {
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D252D;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .direction-card-default__name {
    font-size: 16px;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .direction-card-default__name {
    font-size: 14px;
    margin-right: 35px;
  }
}

.direction-card--lighting .direction-card-default__name,
.direction-card--energy .direction-card-default__name {
  margin-right: 20px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .direction-card--lighting .direction-card-default__name,
  .direction-card--energy .direction-card-default__name {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .direction-card--lighting .direction-card-default__name,
  .direction-card--energy .direction-card-default__name {
    margin-right: 35px;
    margin-left: 0;
  }
}

.direction-card--it .direction-card-default__name {
  margin-right: 0;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .direction-card--it .direction-card-default__name {
    margin-right: 40px;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .direction-card--it .direction-card-default__name {
    margin-right: 35px;
    margin-top: 0;
    text-align: left;
  }
}

.direction-card-default__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 40px;
  color: #D9D9D9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.direction-card-default__arrow svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .direction-card-default__arrow {
    right: 15px;
    width: 24px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow {
    right: 12px;
    width: 20px;
    height: 25px;
  }
}

.direction-card-default__arrow--up {
  right: 50%;
  top: 15px;
  -webkit-transform: translateX(50%) rotate(-90deg);
      -ms-transform: translateX(50%) rotate(-90deg);
          transform: translateX(50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .direction-card-default__arrow--up {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow--up {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.direction-card-default__arrow--left {
  right: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .direction-card-default__arrow--left {
    right: 15px;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow--left {
    right: 12px;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.direction-expanded {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.direction-expanded__grid {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .direction-expanded__grid {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .direction-expanded__grid {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__grid {
    gap: 12px;
  }
}

.direction-expanded__title {
  font-family: TTNormsPro;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D252D;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.4s ease 0.05s;
  transition: all 0.4s ease 0.05s;
}
@media (max-width: 768px) {
  .direction-expanded__title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__title {
    font-size: 13px;
  }
}

.direction-expanded__link {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.direction-expanded__link span {
  font-family: TTNormsPro;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #050505;
}
@media (max-width: 768px) {
  .direction-expanded__link span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__link span {
    font-size: 11px;
  }
}

.direction-expanded__link-arrow {
  width: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #050505;
}
.direction-expanded__link-arrow svg {
  width: 100%;
  height: auto;
  aspect-ratio: 32/40;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

.direction-expanded__logo {
  grid-column: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.direction-expanded__logo img {
  width: 92px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .direction-expanded__logo img {
    width: 70px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__logo img {
    width: 60px;
    height: 23px;
  }
}

.direction-logo {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  cursor: default;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.direction-logo:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1024px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 768px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 600px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 480px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.direction-logo__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .directions-section {
    padding: 60px 0;
  }
  .directions-header__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.main-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
.main-banner__sidebar {
  width: 300px;
}
@media (max-width: 1300px) {
  .main-banner__sidebar {
    width: 235px;
  }
}
@media (max-width: 950px) {
  .main-banner__sidebar {
    display: none;
  }
}
.main-banner__banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 315px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  .main-banner__banner {
    width: calc(100% - 250px);
  }
}

.catalog-menu {
  border: 1px solid #D9D9D9;
  padding: 15px 20px 15px 10px;
  border-top: 0;
  margin-top: 40px;
}
@media (max-width: 1150px) {
  .catalog-menu {
    height: 480px;
    overflow: auto;
  }
}
.catalog-menu::-webkit-scrollbar {
  width: 3px; /* width of the entire scrollbar */
}
.catalog-menu::-webkit-scrollbar-track {
  background: #050505; /* color of the tracking area */
}
.catalog-menu::-webkit-scrollbar-thumb {
  background-color: #F6E200; /* color of the scroll thumb */
  border-radius: 3px; /* roundness of the scroll thumb */
}

.catalog-menu-item {
  padding: 5px;
}
.catalog-menu-item:not(:last-child) {
  margin-bottom: 7px;
}
.catalog-menu-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #121318;
  font-family: TTNormsPro;
  text-decoration: none;
}
.catalog-menu-item__icon {
  margin-right: 5px;
}
.catalog-menu-item__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 17.5px */
}
@media (max-width: 1300px) {
  .catalog-menu-item__text {
    font-size: 12px;
  }
}
.catalog-menu-item:hover {
  background-color: #F6E200;
}

@media (max-width: 950px) {
  .main-slider {
    margin-top: 25px;
  }
}
.main-slider__container {
  height: 444px;
  position: relative;
}
.main-slider__container:hover .main-slider-arrows__prev, .main-slider__container:hover .main-slider-arrows__next {
  opacity: 0.8;
}
@media (max-width: 1300px) {
  .main-slider__container {
    height: 385px;
  }
}
@media (max-width: 1280px) {
  .main-slider__container {
    height: 328px;
  }
}
@media (max-width: 1150px) {
  .main-slider__container {
    height: 260px;
  }
}
@media (max-width: 1023px) {
  .main-slider__container {
    height: 328px;
  }
}
@media (max-width: 1023px) {
  .main-slider__container {
    height: unset;
  }
}
.main-slider__list {
  height: 100%;
}
.main-slider__list .slick-list,
.main-slider__list .slick-track {
  height: 100%;
}
.main-slider__item {
  display: inline-block;
  height: 100%;
  aspect-ratio: 973/444;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .main-slider__item {
    aspect-ratio: 852/328;
  }
}
@media (max-width: 1280px) {
  .main-slider__item {
    aspect-ratio: 852/328;
  }
}
@media (max-width: 1024px) {
  .main-slider__item {
    aspect-ratio: 698/328;
  }
}
@media (max-width: 950px) {
  .main-slider__item {
    aspect-ratio: 698/328;
  }
}
@media (max-width: 600px) {
  .main-slider__item {
    aspect-ratio: 362/200;
  }
}
.main-slider__item--video {
  position: relative;
}
.main-slider__item--video .sound-btn {
  bottom: 20px;
  right: 20px;
}
.main-slider__item video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider__item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider-arrows__prev {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: rgba(255, 255, 255, 0.337254902);
}
.main-slider-arrows__prev svg {
  width: 15px;
  height: 19px;
  fill: #ffffff;
}
.main-slider-arrows__next {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.337254902);
}
.main-slider-arrows__next svg {
  width: 15px;
  height: 19px;
  fill: #ffffff;
}
.main-slider-arrows__next, .main-slider-arrows__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.main-slider-arrows__next svg, .main-slider-arrows__prev svg {
  margin-top: 1px;
}

.main-slider-pagination .slick-list {
  margin: 0 -6px;
}
.main-slider-pagination__list {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.main-slider-pagination__wrapper {
  height: 100%;
}
.main-slider-pagination__item {
  overflow: hidden;
  padding: 0 8px;
}
.main-slider-pagination__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.main-slider-pagination__item--video {
  position: relative;
}
.main-slider-pagination__item--video::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #F6E200;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/svg/play-bl.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 20px center;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-slider-pagination__item--video:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-video {
  margin-top: 80px;
}
@media (max-width: 1150px) {
  .main-video {
    margin-top: 10px;
  }
}
.main-video__head {
  height: 155px;
  padding: 50px 0;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 1300px) {
  .main-video__head {
    height: 115px;
    padding: 35px 0;
  }
}
@media (max-width: 1150px) {
  .main-video__head {
    height: 105px;
  }
}
@media (max-width: 950px) {
  .main-video__head {
    padding: 20px 0;
    margin-bottom: 35px;
    height: unset;
  }
}
.main-video__head::before {
  content: "";
  background-color: #F6E200;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
}
@media (max-width: 950px) {
  .main-video__head::before {
    width: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.main-video__head::after {
  content: "";
  background-color: #F6E200;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
}
.main-video__btn-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: url(../images/svg/play-yel.svg);
  background-repeat: no-repeat;
  background-position: 17px center;
  background-size: 40px;
  border-radius: 50%;
  border: 4px solid #F6E200;
  color: transparent;
  top: 30px;
  right: 30px;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 950px) {
  .main-video__btn-play {
    scale: 0.7;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .main-video__btn-play {
    scale: 0.5;
    top: 10px;
    right: 10px;
  }
}
.main-video__btn-play:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-video__wrapper {
  position: relative;
  width: 100%;
  height: 490px;
}
@media (max-width: 1300px) {
  .main-video__wrapper {
    height: 385px;
  }
}
@media (max-width: 1150px) {
  .main-video__wrapper {
    height: 330px;
  }
}
@media (max-width: 950px) {
  .main-video__wrapper {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .main-video__wrapper {
    height: 200px;
  }
}
.main-video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 0;
}
.main-video__preview-poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-video__preview-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 950px) {
  .main-video__preview-play {
    scale: 0.7;
  }
}
@media (max-width: 500px) {
  .main-video__preview-play {
    scale: 0.5;
  }
}
.main-video__preview-play:hover {
  opacity: 1;
}
.main-video__content {
  position: relative;
}
.main-video__container {
  position: relative;
}
.main-video__container--play .main-video__btn-play {
  display: none;
  z-index: -1;
}
.main-video__container--play .main-video__preview {
  display: none;
  z-index: -1;
}

.main-video-title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main-video-title {
    font-size: 43px;
  }
}
@media (max-width: 1150px) {
  .main-video-title {
    font-size: 34px;
  }
}
@media (max-width: 950px) {
  .main-video-title {
    font-size: 24px;
  }
}

.main-video__player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-services {
  margin: 45px 0;
  background-color: #D6D7D5;
  padding: 45px 0;
}
@media (max-width: 950px) {
  .main-services {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
    background-color: #ffffff;
  }
}

.services-info {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: TTNormsPro;
  color: #121318;
  padding-bottom: 15px;
}
@media (max-width: 1300px) {
  .services-info {
    height: 125px;
  }
}
.services-info__title {
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .services-info__title {
    font-size: 32px;
    max-width: 350px;
  }
}
@media (max-width: 1150px) {
  .services-info__title {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .services-info__title {
    color: #050505;
    font-size: 24px;
    font-weight: 1000;
    line-height: 100%; /* 24px */
    max-width: unset;
  }
}
.services-info__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 400;
  line-height: 94%; /* 18.8px */
  max-width: 400px;
}
@media (max-width: 1300px) {
  .services-info__descr {
    font-size: 16px;
    max-width: 350px;
  }
}
@media (max-width: 1150px) {
  .services-info__descr {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .services-info__descr {
    max-width: unset;
  }
}

.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 950px) {
  .services-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services-grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  row-gap: 15px;
}
.services-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
}
.services-grid__row--fill {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 950px) {
  .services-grid__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-item {
  border: 1px solid #D9D9D9;
  background-color: #ffffff;
  height: 165px;
  width: 100%;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .service-item {
    height: 135px;
  }
}
@media (max-width: 1150px) {
  .service-item {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .service-item {
    height: 105px;
  }
}
@media (max-width: 950px) {
  .service-item {
    height: 150px;
  }
}
.service-item:hover {
  background-color: #F6E200;
}
.service-item:hover .service-item__title {
  color: #050505;
}
.service-item:hover .service-item__arrow svg {
  fill: #050505;
}
.service-item--medium {
  height: 221px;
}
@media (max-width: 1300px) {
  .service-item--medium {
    height: 170px;
  }
}
@media (max-width: 1024px) {
  .service-item--medium {
    height: 145px;
  }
}
@media (max-width: 950px) {
  .service-item--medium {
    height: 165px;
  }
}
.service-item--medium .service-item__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .service-item--medium .service-item__pic {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
.service-item--big {
  height: 250px;
}
@media (max-width: 1300px) {
  .service-item--big {
    height: 210px;
  }
}
@media (max-width: 1024px) {
  .service-item--big {
    height: 165px;
  }
}
@media (max-width: 950px) {
  .service-item--big {
    height: 165px;
  }
}
.service-item--big .service-item__pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .service-item--big .service-item__pic {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.service-item--extra {
  height: 306px;
}
@media (max-width: 1300px) {
  .service-item--extra {
    height: 245px;
  }
}
@media (max-width: 1024px) {
  .service-item--extra {
    height: 205px;
  }
}
@media (max-width: 950px) {
  .service-item--extra {
    height: 190px;
  }
}
.service-item--extra .service-item__pic {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1300px) {
  .service-item--extra .service-item__pic {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
.service-item--promo {
  padding: 20px 95px 20px 20px;
  height: 250px;
}
@media (max-width: 1300px) {
  .service-item--promo {
    padding: 15px;
    height: 205px;
  }
}
@media (max-width: 1024px) {
  .service-item--promo {
    height: 160px;
  }
}
@media (max-width: 950px) {
  .service-item--promo {
    height: 170px;
  }
}
.service-item--promo .service-item__title {
  font-size: 25px;
}
@media (max-width: 950px) {
  .service-item--promo .service-item__title {
    font-size: 18px;
  }
}
.service-item--promo .service-item__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .service-item--promo .service-item__pic {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
@media (max-width: 1024px) {
  .service-item--promo .service-item__pic {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 550px) {
  .service-item--promo .service-item__pic {
    margin-right: -20px;
    right: 0;
  }
}
@media (max-width: 550px) {
  .service-item--promo .service-item__text {
    max-width: 235px;
  }
}
.service-item__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .service-item__pic {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
.service-item__arrow {
  position: absolute;
  width: 15px;
  height: 19px;
  top: 20px;
  right: 20px;
}
@media (max-width: 1300px) {
  .service-item__arrow {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 1150px) {
  .service-item__arrow {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 950px) {
  .service-item__arrow {
    top: 20px;
    right: 30px;
  }
}
.service-item__arrow svg {
  width: 15px;
  height: 19px;
  fill: #050505;
}
.service-item__title {
  color: #232323;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  max-width: 226px;
}
@media (max-width: 1300px) {
  .service-item__title {
    max-width: 185px;
  }
}
@media (max-width: 1150px) {
  .service-item__title {
    font-size: 13px;
  }
}
@media (max-width: 950px) {
  .service-item__title {
    font-size: 18px;
  }
}
.service-item__text {
  color: rgba(35, 35, 35, 0.64);
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  max-width: 226px;
}
@media (max-width: 1300px) {
  .service-item__text {
    max-width: 170px;
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .service-item__text {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .service-item__text {
    font-size: 14px;
    max-width: 300px;
  }
}

.main-products {
  overflow: hidden;
}

.products-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 330px;
}
@media (max-width: 1280px) {
  .products-slider {
    height: 288px;
  }
}
@media (max-width: 1024px) {
  .products-slider {
    height: 280px;
  }
}
@media (max-width: 950px) {
  .products-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}
.products-slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
  margin-left: calc((100% - 1290px) / 2);
}
@media (max-width: 1290px) {
  .products-slider__info {
    min-width: 315px;
    margin-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .products-slider__info {
    margin-left: calc((100% - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .products-slider__info {
    width: 100%;
    margin-left: unset;
  }
}
.products-slider__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 403px - (100% - 1290px) / 2);
}
@media (max-width: 1600px) {
  .products-slider__list {
    width: 1050px;
  }
}
@media (max-width: 1280px) {
  .products-slider__list {
    width: 940px;
  }
}
@media (max-width: 1050px) {
  .products-slider__list {
    width: 800px;
  }
}
@media (max-width: 950px) {
  .products-slider__list {
    display: none;
  }
}
.products-slider__list .slick-list {
  height: 100%;
}
.products-slider__list .slick-track {
  height: 100%;
}
@media (max-width: 950px) {
  .products-slider__list-mob {
    height: 330px;
  }
}

.products-slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 330px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #D9D9D9;
  padding: 30px;
  color: #121318;
  font-family: TTNormsPro;
  position: relative;
}
@media (max-width: 1300px) {
  .products-slider-info {
    height: 320px;
  }
}
@media (max-width: 1150px) {
  .products-slider-info {
    height: 250px;
  }
}
@media (max-width: 950px) {
  .products-slider-info {
    border: 0;
    padding: 30px 10px;
  }
}
.products-slider-info__title {
  font-family: DrukTextWideCyr;
  font-size: 35px;
  font-weight: 1000;
  line-height: 100%; /* 35px */
  max-width: 290px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #050505;
}
@media (max-width: 1280px) {
  .products-slider-info__title {
    font-size: 30px;
  }
}
@media (max-width: 1150px) {
  .products-slider-info__title {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .products-slider-info__title {
    max-width: unset;
  }
}
.products-slider-info__descr {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
@media (max-width: 1280px) {
  .products-slider-info__descr {
    font-size: 15px;
  }
}
@media (max-width: 1150px) {
  .products-slider-info__descr {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .products-slider-info__descr {
    display: none;
  }
}

.products-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 25px;
}
.products-slider-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products-slider-arrows__next, .products-slider-arrows__prev {
  width: 13px;
  height: 15px;
  margin: 0 8px;
  cursor: pointer;
}
.products-slider-arrows__next svg, .products-slider-arrows__prev svg {
  width: 13px;
  height: 16px;
  fill: #050505;
}
.products-slider-arrows__next:hover svg, .products-slider-arrows__prev:hover svg {
  fill: #F6E200;
}
@media (max-width: 950px) {
  .products-slider-arrows {
    display: none;
  }
}

.products-slider-item {
  height: 100%;
  padding: 0 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products-slider-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 50%;
}
.products-slider-card:first-child {
  margin-bottom: 8px;
}
.products-slider-card:last-child {
  margin-bottom: 0px;
}
.products-slider-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
.products-slider-card__inner:hover {
  background: #F6E200;
}
.products-slider-card__name {
  width: 50%;
  color: #121318;
  text-align: left;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  word-wrap: break-word;
}
@media (max-width: 1280px) {
  .products-slider-card__name {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .products-slider-card__name {
    font-size: 12px;
  }
}
.products-slider-card__pic {
  max-height: 170px;
  height: 100%;
  width: 100%;
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -40px;
}
.products-slider-card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-slider__list-mob {
  padding: 0 5px;
}
@media (max-width: 850px) {
  .products-slider__list-mob {
    width: 850px;
  }
}
@media (max-width: 650px) {
  .products-slider__list-mob {
    width: 650px;
  }
}
@media (max-width: 470px) {
  .products-slider__list-mob {
    width: 500px;
  }
}
.products-slider__list-mob .products-slider-item {
  height: 330px;
}
.products-slider__list-mob .products-slider-card__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.products-slider__list-mob .products-slider-card__name {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.products-slider__list-mob .products-slider-card__pic {
  max-height: 150px;
  margin-bottom: 0;
}
.products-slider__list-mob .products-slider-card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-prod-lines {
  margin: 45px 0;
  height: 550px;
  width: 100%;
  background-color: #121318;
  position: relative;
}
@media (max-width: 1300px) {
  .main-prod-lines {
    height: 500px;
  }
}
@media (max-width: 1150px) {
  .main-prod-lines {
    height: 415px;
  }
}
@media (max-width: 950px) {
  .main-prod-lines {
    min-height: 765px;
  }
}
.main-prod-lines__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-prod-lines__content {
  height: 100%;
}
.main-prod-lines__content .page-container {
  height: 100%;
}

.prod-lines-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 55px 0;
}
@media (max-width: 1300px) {
  .prod-lines-content {
    gap: 40px;
  }
}
@media (max-width: 950px) {
  .prod-lines-content {
    gap: unset;
    padding: 30px 0;
  }
}
.prod-lines-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .prod-lines-content__info {
    width: 100%;
  }
}
.prod-lines-content__pics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.prod-lines-info {
  max-width: 640px;
}
.prod-lines-info__title {
  color: #ffffff;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .prod-lines-info__title {
    font-size: 32px;
  }
}
@media (max-width: 1150px) {
  .prod-lines-info__title {
    font-size: 24px;
  }
}
.prod-lines-info__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 950px) {
  .prod-lines-pics-mob {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.prod-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFF;
  padding: 8px 16px;
  color: #FFF;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  text-decoration: none;
}
@media (max-width: 1300px) {
  .prod-line {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .prod-line {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .prod-line {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.prod-line--active {
  background-color: #ffffff;
  color: #050505;
  -webkit-animation: fadeEffect 0.3s;
          animation: fadeEffect 0.3s;
}
.prod-line:hover {
  border: 1px solid #F6E200;
  color: #F6E200;
}
.prod-line:hover.prod-line--active {
  color: #050505;
}

.line-content {
  opacity: 0;
  width: 320px;
  display: none;
}
.line-content__descr {
  color: #FFF;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .line-content__descr {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .line-content__descr {
    font-size: 12px;
  }
}
@media (max-width: 950px) {
  .line-content__descr {
    font-size: 14px;
  }
}
.line-content--active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeEffect 0.5s;
          animation: fadeEffect 0.5s;
}

.prod-lines-pics {
  position: relative;
  height: 100%;
  width: 100%;
}
.prod-lines-pics__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prod-lines-pics__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-lines-pic {
  opacity: 0;
}
.prod-lines-pic--active {
  opacity: 1;
  -webkit-animation: fadeEffect 0.5s;
          animation: fadeEffect 0.5s;
}

@-webkit-keyframes fadeEffect {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  0% {
    display: block;
  }
  1% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
.main-academy {
  margin: 100px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-academy {
    height: 560px;
  }
}
@media (max-width: 950px) {
  .main-academy {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.main-academy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.academy-banner {
  height: 656px;
  width: 600px;
  min-width: 600px;
  margin-left: calc((100% - 1400px) / 2);
}
@media (max-width: 1300px) {
  .academy-banner {
    height: 580px;
    width: 550px;
    min-width: 560px;
    margin-left: calc((100% - 1230px) / 2);
    margin-right: -60px;
  }
}
@media (max-width: 1150px) {
  .academy-banner {
    height: 520px;
    width: 550px;
    min-width: 560px;
    margin-left: calc((100% - 1060px) / 2);
    margin-right: -60px;
  }
}
@media (max-width: 950px) {
  .academy-banner {
    display: none;
  }
}
.academy-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 950px) {
  .academy-banner {
    margin: 0;
    width: 100%;
    height: unset;
  }
}

.academy-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  width: calc(100% - (480px + (100% - 1290px) / 2));
}
@media (max-width: 1300px) {
  .academy-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 1150px) {
  .academy-slider {
    width: calc(100% - 600px);
  }
}
@media (max-width: 950px) {
  .academy-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 55px;
    width: 100%;
  }
}
.academy-slider__info {
  width: 100%;
}
.academy-slider__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 100px);
}
@media (max-width: 950px) {
  .academy-slider__list {
    width: 100%;
  }
}
.academy-slider__list .slick-list,
.academy-slider__list .slick-track {
  height: 100%;
}

.academy-slider-info {
  position: relative;
  width: 605px;
  color: #121318;
  font-family: TTNormsPro;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 950px) {
  .academy-slider-info {
    width: 100%;
    border: 0;
    position: unset;
    height: unset;
    padding-top: 0;
  }
}
.academy-slider-info__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%; /* 43px */
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .academy-slider-info__title {
    font-size: 43px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-info__title {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .academy-slider-info__title {
    font-size: 24px;
  }
}
.academy-slider-info__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 1300px) {
  .academy-slider-info__descr {
    font-size: 13px;
  }
}
.academy-slider-info__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.academy-slider-info__head {
  background-color: #F6E200;
  margin-left: -40px;
  padding: 20px 90px;
}
@media (max-width: 1300px) {
  .academy-slider-info__head {
    padding: 20px 75px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-info__head {
    padding: 20px 60px;
    position: relative;
  }
}
@media (max-width: 950px) {
  .academy-slider-info__head {
    padding: 20px 15px;
    margin-left: 0;
  }
}
.academy-slider-info__body {
  padding: 35px 45px;
  max-width: 640px;
}
@media (max-width: 1300px) {
  .academy-slider-info__body {
    padding: 30px 35px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-info__body {
    padding: 15px 20px;
  }
}
@media (max-width: 950px) {
  .academy-slider-info__body {
    padding: 35px 15px;
  }
}

.academy-slider-list {
  padding-left: 10px;
}
@media (max-width: 1150px) {
  .academy-slider-list {
    padding-left: 0;
  }
}
@media (max-width: 950px) {
  .academy-slider-list {
    padding: 0 5px;
  }
}

.academy-slider-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1070px) {
  .academy-slider-counters {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.counter {
  font-family: TTNormsPro;
  max-width: 140px;
}
.counter__number {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 23px;
  font-weight: 1000;
  line-height: 100%; /* 20px */
}
@media (max-width: 1300px) {
  .counter__number {
    font-size: 20px;
  }
}
@media (max-width: 1150px) {
  .counter__number {
    font-size: 17px;
  }
}
@media (max-width: 950px) {
  .counter__number {
    font-size: 14px;
  }
}
.counter__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 13.261px */
  margin-right: 10px;
}
@media (max-width: 950px) {
  .counter__descr {
    font-size: 12px;
  }
}

.academy-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 15px;
  gap: 10px;
}
@media (max-width: 1300px) {
  .academy-slider-arrows {
    bottom: 30px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-arrows {
    bottom: 50px;
  }
}
@media (max-width: 950px) {
  .academy-slider-arrows {
    left: 55px;
    bottom: 0;
  }
}
.academy-slider-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.academy-slider-arrows__next, .academy-slider-arrows__prev {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 6px;
}
.academy-slider-arrows__next svg, .academy-slider-arrows__prev svg {
  width: 15px;
  height: 16px;
  fill: #050505;
}
.academy-slider-arrows__next:hover svg, .academy-slider-arrows__prev:hover svg {
  fill: #F6E200;
}

.academy-slider-item {
  height: 100%;
  padding: 0 8px;
}
.academy-slider-item__inner {
  height: 100%;
  border: 1px solid #D9D9D9;
  background: #FFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  height: 210px;
}
@media (max-width: 1300px) {
  .academy-slider-item__inner {
    padding: 15px 20px;
    height: 150px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-item__inner {
    padding: 10px 20px;
    height: 120px;
  }
}
.academy-slider-item__pic {
  height: 307px;
  width: 100%;
}
.academy-slider-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.academy-slider-item__info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.academy-slider-item__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  max-width: 100%;
}
@media (max-width: 1300px) {
  .academy-slider-item__name {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-item__name {
    font-size: 12px;
  }
}
.academy-slider-item__date {
  color: #777;
  font-family: TTNormsPro;
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  margin: 5px 0;
  color: #A3A7AA;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .academy-slider-item__date {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-item__date {
    font-size: 12px;
  }
}
.academy-slider-item__more {
  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;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #050505;
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 13.271px; /* 125% */
  max-width: 230px;
}
.academy-slider-item__more .icon {
  width: 9px;
  height: 12px;
  fill: #ffffff;
}
.academy-slider-item__more:hover {
  background-color: #F6E200;
  color: #050505;
}
.academy-slider-item__more:hover .icon {
  fill: #050505;
}

.academy-slider-more {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-decoration: none;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1300px) {
  .academy-slider-more {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .academy-slider-more {
    font-size: 16px;
    position: absolute;
    right: 30px;
  }
}
@media (max-width: 1070px) {
  .academy-slider-more {
    font-size: 16px;
    position: absolute;
    right: 30px;
    bottom: 90px;
  }
}
@media (max-width: 950px) {
  .academy-slider-more {
    margin-top: 20px;
    font-size: 12px;
    right: 10px;
  }
}
@media (max-width: 600px) {
  .academy-slider-more {
    margin-top: 0;
  }
}
.academy-slider-more .icon {
  height: 20px;
  width: 8px;
  fill: none;
  stroke: #121318;
  stroke-width: 2px;
}
.academy-slider-more .btn {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px;
  min-width: 130px;
  text-align: center;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%; /* 10.471px */
}
@media (max-width: 950px) {
  .academy-slider-more .btn {
    margin-top: 20px;
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .academy-slider-more .btn {
    min-width: 100px;
  }
}
.academy-slider-more .btn:hover {
  background-color: #F6E200;
  border: 2px solid #050505;
}

.academy-slider-controls {
  width: 100%;
}
@media (max-width: 1300px) {
  .academy-slider-controls__nav {
    margin: 40px 0 15px 0;
  }
}
@media (max-width: 950px) {
  .academy-slider-controls__nav {
    display: none;
  }
}
.academy-slider-controls__nav.slider-dots-nav {
  margin: 20px 0;
}

.main-univer {
  margin: 100px 0;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .main-univer {
    margin: 80px 0;
  }
}
@media (max-width: 950px) {
  .main-univer {
    margin: 30px -15px;
  }
}
.main-univer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1300px) {
  .main-univer__content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 950px) {
  .main-univer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.univer-banner {
  width: 35%;
}
@media (max-width: 950px) {
  .univer-banner {
    display: none;
  }
}
.univer-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-univer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  width: calc(100% - (480px + (100% - 1290px) / 2));
}
@media (max-width: 1300px) {
  .main-univer__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 400px);
  }
}
@media (max-width: 1150px) {
  .main-univer__info {
    width: calc(100% - 350px);
  }
}
@media (max-width: 950px) {
  .main-univer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 55px;
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .main-univer__info {
    gap: 15px;
    padding-bottom: 0;
  }
}
.main-univer__head {
  background-color: #F6E200;
  padding: 20px 45px;
  position: relative;
}
.main-univer__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100vw - 100%);
  height: 100%;
  background-color: #F6E200;
  z-index: -1;
}
@media (max-width: 950px) {
  .main-univer__head::before {
    display: none;
  }
}
@media (max-width: 1300px) {
  .main-univer__head {
    padding: 20px 35px;
  }
}
@media (max-width: 1150px) {
  .main-univer__head {
    padding: 20px 30px;
    position: relative;
  }
}
@media (max-width: 950px) {
  .main-univer__head {
    padding: 15px 20px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.main-univer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 5px 0px 5px 45px;
}
@media (max-width: 1300px) {
  .main-univer__body {
    padding: 5px 0px 5px 35px;
  }
}
@media (max-width: 1150px) {
  .main-univer__body {
    padding: 5px 0px 5px 30px;
  }
}
@media (max-width: 950px) {
  .main-univer__body {
    padding: 15px 20px;
  }
}
.main-univer__content-header {
  position: relative;
  width: 100%;
  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;
}
@media (max-width: 1300px) {
  .main-univer__content-header {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .main-univer__content-header {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .main-univer__content-header {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .main-univer__content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.main-univer__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .main-univer__title {
    font-size: 43px;
  }
}
@media (max-width: 1150px) {
  .main-univer__title {
    font-size: 34px;
  }
}
.main-univer__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-top: 25px;
}
@media (max-width: 1300px) {
  .main-univer__counters {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1070px) {
  .main-univer__counters {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .main-univer__counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .main-univer__counters {
    gap: 10px;
    margin-top: 15px;
  }
}
.main-univer__more-link {
  display: block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 10px;
  min-width: 130px;
  text-align: center;
  text-decoration: none;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1300px) {
  .main-univer__more-link {
    min-width: 120px;
    padding: 8px;
  }
}
@media (max-width: 950px) {
  .main-univer__more-link {
    font-size: 12px;
    padding: 5px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 600px) {
  .main-univer__more-link {
    min-width: 100px;
    padding: 8px 12px;
    font-size: 11px;
  }
}
.main-univer__more-link:hover {
  background-color: #F6E200;
  border: 2px solid #050505;
}
.main-univer__more-link--primary {
  background-color: #F6E200;
  border: 1px solid #F6E200;
  color: #050505;
}
.main-univer__more-link--primary:hover {
  background-color: #ffffff;
  border: 1px solid #F6E200;
  color: #050505;
}
.main-univer__descr {
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.main-univer__descr p {
  margin: 30px 0;
}
@media (max-width: 950px) {
  .main-univer__descr p {
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  .main-univer__descr p {
    margin: 15px 0;
  }
}
@media (max-width: 1300px) {
  .main-univer__descr {
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .main-univer__descr {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .main-univer__descr {
    font-size: 13px;
    line-height: 140%;
  }
}

.univer-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 600px) {
  .univer-counters {
    gap: 10px;
  }
}
@media (max-width: 450px) {
  .univer-counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.counter {
  font-family: TTNormsPro;
  max-width: unset;
}
@media (max-width: 950px) {
  .counter {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .counter {
    text-align: left;
  }
}
.counter__number {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 28px;
  font-weight: 1000;
  line-height: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .counter__number {
    font-size: 32px;
  }
}
@media (max-width: 1150px) {
  .counter__number {
    font-size: 26px;
  }
}
@media (max-width: 950px) {
  .counter__number {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .counter__number {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.counter__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 950px) {
  .counter__descr {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .counter__descr {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .counter__descr {
    font-size: 14px;
  }
}

.main-univer__slider {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 950px) {
  .main-univer__slider {
    margin-top: 30px;
  }
}

.univer-slider {
  position: relative;
  width: 100%;
}
.univer-slider__container {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 950px) {
  .univer-slider__container {
    padding: 0 15px;
  }
}
.univer-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.univer-slider__slide {
  height: 185px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.univer-slider-item__inner {
  height: 185px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.univer-slider-item__inner:hover {
  border-color: #F6E200;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1300px) {
  .univer-slider-item__inner {
    padding: 15px 20px;
    height: 185px;
  }
}
@media (max-width: 950px) {
  .univer-slider-item__inner {
    padding: 15px 20px;
    height: 185px;
  }
}
@media (max-width: 600px) {
  .univer-slider-item__inner {
    padding: 20px;
    height: 185px;
  }
}

.univer-slider-item__date {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.univer-slider-item__name {
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.univer-slider-item__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 12px;
  text-decoration: none;
  background-color: #A3A7AA;
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.univer-slider-item__more:hover {
  background-color: #F6E200;
  color: #050505;
}
@media (max-width: 950px) {
  .univer-slider-item__more {
    font-size: 11px;
    padding: 6px 10px;
  }
}
@media (max-width: 600px) {
  .univer-slider-item__more {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.univer-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .univer-slider-controls {
    margin-top: 20px;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.univer-slider-controls__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 950px) {
  .univer-slider-controls__nav {
    display: none;
  }
}

.univer-slider-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.univer-slider-arrows__next, .univer-slider-arrows__prev {
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.univer-slider-arrows__next svg, .univer-slider-arrows__prev svg {
  width: 15px;
  height: 16px;
  fill: #050505;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.univer-slider-arrows__next:hover svg, .univer-slider-arrows__prev:hover svg {
  fill: #F6E200;
}

.univer-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.univer-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  background-color: #616569;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.univer-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F6E200;
}
.univer-slider-pagination .swiper-pagination-bullet:hover {
  background-color: #F6E200;
}
@media (max-width: 950px) {
  .univer-slider-pagination {
    display: none;
  }
}

.main-news {
  margin: 60px 0;
}
@media (max-width: 950px) {
  .main-news {
    margin-top: 0;
  }
}
.main-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 950px) {
  .main-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main-news__list {
  width: 580px;
}
@media (max-width: 1300px) {
  .main-news__list {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 950px) {
  .main-news__list {
    width: 100%;
  }
}
.main-news__promo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1300px) {
  .main-news__promo {
    width: 590px;
  }
}
@media (max-width: 1150px) {
  .main-news__promo {
    width: 485px;
  }
}
@media (max-width: 950px) {
  .main-news__promo {
    width: 100%;
  }
}

.main-news-list__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-style: normal;
  font-weight: 1000;
  line-height: 120%; /* 60px */
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .main-news-list__title {
    font-size: 32px;
  }
}
@media (max-width: 1150px) {
  .main-news-list__title {
    font-size: 32px;
  }
}

.main-news-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  gap: 25px;
}
.main-news-list-items li {
  padding-left: 80px;
  position: relative;
}
@media (max-width: 950px) {
  .main-news-list-items li {
    padding-left: 0;
  }
}
.main-news-list-items li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 36px;
  left: 0;
  background-image: url(../images/svg/arrow-list-marker.svg);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
@media (max-width: 950px) {
  .main-news-list-items li::before {
    content: unset;
  }
}
.main-news-list-items li:not(:last-child) .main-news-list-item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.main-news-list-items li:hover::before {
  left: 15px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.main-news-list-item {
  font-size: 16px;
  font-family: TTNormsPro;
  line-height: 140%; /* 22.4px */
  display: block;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .main-news-list-item {
    font-size: 14px;
  }
}
.main-news-list-item__title {
  color: #121318;
  font-weight: 700;
  margin-bottom: 10px;
}
.main-news-list-item__date {
  color: #777;
  font-weight: 400;
}

.main-news-promo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-decoration: none;
  max-width: 680px;
}
@media (max-width: 950px) {
  .main-news-promo {
    max-width: unset;
  }
}
.main-news-promo__inner {
  overflow: hidden;
  border: 1.5px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-news-promo__img {
  max-height: 400px;
  overflow: hidden;
}
.main-news-promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-news-promo__info {
  padding: 25px 30px;
  font-family: TTNormsPro;
}
@media (max-width: 950px) {
  .main-news-promo__info {
    padding: 20px 15px;
  }
}
.main-news-promo__title {
  color: #121318;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%; /* 30px */
  margin-bottom: 10px;
  max-width: 510px;
}
@media (max-width: 1300px) {
  .main-news-promo__title {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .main-news-promo__title {
    font-size: 16px;
  }
}
.main-news-promo__date {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 1300px) {
  .main-news-promo__date {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .main-news-promo__date {
    font-size: 16px;
  }
}
.main-news-promo:hover .main-news-promo__info {
  background-color: #F6E200;
}

.news-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 75px;
     -moz-column-gap: 75px;
          column-gap: 75px;
}
@media (max-width: 1300px) {
  .news-sections {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
.news-sections__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-sections.slick-initialized .news-section__more {
  display: block;
}

@media (max-width: 900px) {
  .news-section {
    padding: 0 10px;
  }
}
.news-section__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 45px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1300px) {
  .news-section__title {
    font-size: 40px;
  }
}
@media (max-width: 1150px) {
  .news-section__title {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .news-section__title {
    display: none;
  }
}
.news-section__title:hover {
  color: #F6E200;
}
.news-section__more {
  display: none;
}

.news-section-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  text-decoration: none;
}
.news-section-item:not(:last-child) {
  border-bottom: 1px solid #A3A7AA;
}
.news-section-item:nth-child(3) {
  border-bottom: 0;
}
@media (max-width: 950px) {
  .news-section-item:nth-child(3) {
    border-bottom: 1px solid #A3A7AA;
  }
}
.news-section-item:nth-child(n+4) {
  display: none;
}
@media (max-width: 950px) {
  .news-section-item:nth-child(n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-section-item__pic {
  margin-bottom: 15px;
}
.news-section-item__pic img {
  width: 100%;
  aspect-ratio: 1000/700;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-section-item__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  margin: 15px 0;
  text-decoration: none;
}
.news-section-item__title span {
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
@media (max-width: 1300px) {
  .news-section-item__title {
    font-size: 13px;
    height: 40px;
  }
}
@media (max-width: 1150px) {
  .news-section-item__title {
    font-size: 12px;
  }
}
.news-section-item__date {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .news-section-item__date {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .news-section-item__date {
    font-size: 12px;
  }
}
.news-section-item--banner {
  padding: unset;
  margin-bottom: 15px;
}
.news-section-item--banner:not(:last-child) {
  border-bottom: 0;
}
.news-section-item--banner .news-section-item__pic {
  margin-bottom: 0;
}
.news-section-item--banner .news-section-item__title {
  color: #050505;
  border-top: 0;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 115px;
  padding-top: 30px;
  margin: 0 0 15px 0;
}
@media (max-width: 1300px) {
  .news-section-item--banner .news-section-item__title {
    font-size: 15px;
    height: 105px;
  }
}
@media (max-width: 1150px) {
  .news-section-item--banner .news-section-item__title {
    font-size: 13px;
    height: 100px;
  }
}
.news-section-item--banner .news-section-item__title span {
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
}
@media (max-width: 1300px) {
  .news-section-item--banner .news-section-item__title span {
    font-size: 15px;
    height: 55px;
  }
}
@media (max-width: 1150px) {
  .news-section-item--banner .news-section-item__title span {
    font-size: 13px;
    height: 50px;
  }
}
.news-section-item:hover .news-section-item__title {
  color: #F6E200;
}

.news-sections-arrows {
  display: none;
  position: relative;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .news-sections-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 5px;
    bottom: 0;
  }
}
.news-sections-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-sections-arrows__next, .news-sections-arrows__prev {
  width: 12px;
  height: 15px;
  cursor: pointer;
  margin: 0 6px;
}
.news-sections-arrows__next svg, .news-sections-arrows__prev svg {
  width: 12px;
  height: 16px;
  fill: #050505;
}

.news-sections-dots {
  margin-bottom: 15px;
}
.news-sections-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-sections-dots button {
  font-size: 0;
  border: 0;
  background: none;
}
.news-sections-dots button::before {
  content: attr(data-name);
  color: #A3A7AA;
  font-size: 14px;
  font-family: DrukTextWideCyr;
  font-style: normal;
  font-weight: 1000;
  text-transform: uppercase;
}
.news-sections-dots .slick-active button::before {
  color: #050505;
}

.news-sections-wrp {
  position: relative;
}

.news-subscribe-form {
  width: 64.7%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media (max-width: 950px) {
  .news-subscribe-form {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    margin-top: 50px;
  }
}
.news-subscribe-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.news-subscribe-form__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 15px;
}
@media (max-width: 1150px) {
  .news-subscribe-form__title {
    font-size: 13px;
  }
}
.news-subscribe-form__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 15px;
}
@media (max-width: 450px) {
  .news-subscribe-form__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.news-subscribe-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  gap: 15px;
}
@media (max-width: 450px) {
  .news-subscribe-form__fields {
    width: 100%;
  }
}
.news-subscribe-form__field {
  border: 1px solid #A3A7AA;
  background: #FFF;
}
.news-subscribe-form__input {
  width: 100%;
  padding: 15px 25px;
  border: none;
  outline: none;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
}
@media (max-width: 1150px) {
  .news-subscribe-form__input {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.news-subscribe-form__submit {
  min-width: 285px;
}
@media (max-width: 1300px) {
  .news-subscribe-form__submit {
    min-width: 200px;
  }
}
@media (max-width: 1150px) {
  .news-subscribe-form__submit {
    min-width: 150px;
  }
}
@media (max-width: 450px) {
  .news-subscribe-form__submit {
    width: 100%;
  }
}
.news-subscribe-form__submit .btn {
  width: 100%;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
}
@media (max-width: 1150px) {
  .news-subscribe-form__submit .btn {
    padding: 10px 15px;
    font-size: 13px;
  }
}

.main-projects-slider {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.main-projects-slider__info {
  width: 100%;
}
.main-projects-slider__list {
  width: 100%;
}
@media (max-width: 950px) {
  .main-projects-slider__list {
    display: none;
  }
}
.main-projects-slider__list .slick-list {
  height: 100%;
}
.main-projects-slider__list .slick-track {
  height: 100%;
}
.main-projects-slider__more {
  margin-top: 40px;
}
@media (max-width: 950px) {
  .main-projects-slider__more {
    display: none;
  }
}

.main-projects-slider-list {
  height: 500px !important;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-projects-slider-list {
    height: 460px !important;
  }
}
@media (max-width: 1150px) {
  .main-projects-slider-list {
    height: 380px !important;
  }
}
.main-projects-slider-list .slick-list {
  height: 100% !important;
}
.main-projects-slider-list::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (max-width: 950px) {
  .main-projects-slider-list::after {
    content: unset;
  }
}
.main-projects-slider-list__row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.main-projects-slider-dots {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-projects-slider-dots .slick-dots li {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  height: 25px;
  overflow: hidden;
  margin: 7px;
  width: 3px;
}
.main-projects-slider-dots .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: #a8a8a8;
  margin: 0 !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: none;
  color: transparent;
}
.main-projects-slider-dots .slick-dots li.slick-active button {
  background: #F6E200;
}

.main-projects-slider-info {
  height: 255px;
  padding: 80px 0;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .main-projects-slider-info {
    padding: 50px 0;
    height: 180px;
  }
}
@media (max-width: 950px) {
  .main-projects-slider-info {
    margin-bottom: unset;
    height: unset;
    padding: 30px 0;
  }
}
.main-projects-slider-info--ch {
  height: auto;
}
.main-projects-slider-info::before {
  content: "";
  background-color: #F6E200;
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
@media (max-width: 950px) {
  .main-projects-slider-info::before {
    width: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.main-projects-slider-info::after {
  content: "";
  background-color: #F6E200;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
}
@media (max-width: 950px) {
  .main-projects-slider-info::after {
    content: unset;
  }
}
.main-projects-slider-info__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-projects-slider-info__title {
    font-size: 43px;
  }
}
@media (max-width: 1024px) {
  .main-projects-slider-info__title {
    font-size: 34px;
  }
}
@media (max-width: 950px) {
  .main-projects-slider-info__title {
    font-size: 24px;
  }
}
.main-projects-slider-info__descr {
  display: none;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-top: 25px;
}
@media (max-width: 950px) {
  .main-projects-slider-info__descr {
    display: block;
  }
}

.main-projects-slider-item {
  min-height: 450px;
  padding: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1280px) {
  .main-projects-slider-item {
    height: 390px;
  }
}
@media (max-width: 1150px) {
  .main-projects-slider-item {
    height: 315px;
  }
}
.main-projects-slider-item__inner {
  height: 100%;
  overflow: hidden;
  border: 1.5px solid #D9D9D9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-projects-slider-item__pic {
  aspect-ratio: 1000/700;
  overflow: hidden;
}
.main-projects-slider-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.main-projects-slider-item__pic:hover img {
  scale: 1.1;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.main-projects-slider-item__info {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-projects-slider-item__name {
  color: #121318;
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-decoration: none;
}
@media (max-width: 1280px) {
  .main-projects-slider-item__name {
    font-size: 17px;
  }
}
.main-projects-slider-item__name:hover {
  color: #F6E200;
}
.main-projects-slider-item__city {
  color: #121318;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-top: 5px;
}
@media (max-width: 1280px) {
  .main-projects-slider-item__city {
    font-size: 12px;
  }
}
.main-projects-slider-item__descr {
  color: #777;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  max-height: 60px;
  overflow: hidden;
}
.main-projects-slider-item__descr a {
  text-decoration: none;
  color: #050505;
}
@media (max-width: 1280px) {
  .main-projects-slider-item__descr {
    font-size: 12px;
  }
}

.main-projects-slider__list-mob {
  display: none;
  width: 100%;
}
@media (max-width: 950px) {
  .main-projects-slider__list-mob {
    display: block;
    height: 530px;
  }
}
@media (max-width: 850px) {
  .main-projects-slider__list-mob {
    width: 850px;
  }
}
@media (max-width: 600px) {
  .main-projects-slider__list-mob {
    width: 600px;
  }
}
.main-projects-slider__list-mob .main-projects-slider-list {
  height: 455px !important;
}
.main-projects-slider__list-mob .main-projects-slider-item {
  height: 450px;
  padding: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-projects-slider__list-mob .main-projects-slider-item__inner {
  height: 100%;
  overflow: hidden;
  border: 1.5px solid #D9D9D9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-projects-slider__list-mob .main-projects-slider-item__pic {
  height: 235px;
  width: 100%;
}
.main-projects-slider__list-mob .main-projects-slider-item__name {
  font-size: 20px;
}
.main-projects-slider__list-mob .main-projects-slider-item__city {
  font-size: 14px;
}
.main-projects-slider__list-mob .main-projects-slider-item__descr {
  font-size: 14px;
}

.main-projects-slider-arrows {
  display: none;
  position: relative;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 950px) {
  .main-projects-slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 5px;
    bottom: 0;
  }
}
.main-projects-slider-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-projects-slider-arrows__next, .main-projects-slider-arrows__prev {
  width: 12px;
  height: 15px;
  cursor: pointer;
  margin: 0 6px;
}
.main-projects-slider-arrows__next svg, .main-projects-slider-arrows__prev svg {
  width: 12px;
  height: 16px;
  fill: #050505;
}

.brands {
  position: relative;
  margin-bottom: 80px;
}
.brands__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%; /* 50px */
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .brands__title {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .brands__title {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  .brands {
    overflow: hidden;
  }
}
@media (max-width: 680px) {
  .brands__list {
    width: 680px;
  }
}
.brands__nav {
  margin: 25px 0;
}
.brands__slider {
  position: relative;
}

.brand {
  position: relative;
  height: 370px;
  overflow: hidden;
}
.brand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.64;
  background: linear-gradient(135deg, black 30%, transparent 80%);
  z-index: 0;
  top: 0;
  right: 0;
}
.brand__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.brand__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand__info {
  position: relative;
  padding: 40px;
}
.brand__logo {
  height: 84px;
  width: 280px;
}
@media (max-width: 950px) {
  .brand__logo {
    height: 60px;
  }
}
.brand__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand__title {
  color: #FFF;
  font-family: TTNormsPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  max-width: 380px;
  margin: 20px 0;
}
@media (max-width: 1300px) {
  .brand__title {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .brand__title {
    font-size: 16px;
  }
}
.brand__link {
  color: #F6E200;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
}
@media (max-width: 1300px) {
  .brand__link {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .brand__link {
    font-size: 12px;
  }
}
.brand__link .icon {
  width: 8px;
  height: 8px;
  fill: #F6E200;
}
.brand__link:hover {
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
  gap: 10px;
}

.brands-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 40px;
  bottom: 25px;
  z-index: 2;
  gap: 10px;
}
@media (max-width: 950px) {
  .brands-arrows {
    left: 20px;
  }
}
.brands-arrows__prev, .brands-arrows__next {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin: 0 10px;
}
.brands-arrows__prev svg, .brands-arrows__next svg {
  width: 15px;
  height: 16px;
  fill: #ffffff;
}
.brands-arrows__prev:hover svg, .brands-arrows__next:hover svg {
  fill: #F6E200;
}
.brands-arrows__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-list {
  margin-bottom: 35px;
  position: relative;
}
.news-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
@media (max-width: 950px) {
  .news-list__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 950px) {
  .news-list__header .pagination {
    display: none;
  }
}
.news-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}
.news-list__footer .btn {
  font-size: 23px;
  font-weight: 700;
  line-height: 20.02px; /* 87.043% */
  min-width: 375px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .news-list__footer .btn {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .news-list__footer .btn {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .news-list__footer .btn {
    min-width: 230px;
  }
}

.news-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  font-family: TTNormsPro;
  padding: 40px 0;
}
.news-list-item:not(:last-child) {
  border-bottom: 1px solid #D6D8D5;
}
@media (max-width: 500px) {
  .news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
    gap: 30px;
  }
}
.news-list-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
.news-list-item__img {
  width: 300px;
  position: relative;
  padding: 14px 0;
}
@media (max-width: 1150px) {
  .news-list-item__img {
    width: 190px;
  }
}
@media (max-width: 500px) {
  .news-list-item__img {
    width: 100%;
    height: unset;
    overflow: hidden;
  }
}
.news-list-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  aspect-ratio: 1000/700;
  display: block;
}
.news-list-item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #F6E200;
  aspect-ratio: 1000/700;
}
.news-list-item__date {
  color: #A1A5A7;
  font-size: 14px;
  font-weight: 1000;
  line-height: 20.02px; /* 143% */
  font-family: DrukTextWideCyr;
}
@media (max-width: 1150px) {
  .news-list-item__date {
    font-size: 13px;
    line-height: 17.542px; /* 134.94% */
  }
}
@media (max-width: 950px) {
  .news-list-item__date {
    font-size: 12px;
    line-height: 1; /* 134.94% */
  }
}
@media (max-width: 500px) {
  .news-list-item__date {
    font-size: 12px;
    line-height: 14.383px; /* 143.83% */
  }
}
.news-list-item__title {
  color: #050505;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  margin: 15px 0;
}
@media (max-width: 1150px) {
  .news-list-item__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 21.03px; /* 84.118% */
    margin: 10px 0;
  }
}
@media (max-width: 950px) {
  .news-list-item__title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .news-list-item__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 17.242px; /* 143.687% */
    margin: 0;
  }
}
.news-list-item__descr {
  color: #606567;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1300px) {
  .news-list-item__descr {
    font-size: 12px;
    line-height: 17.184px; /* 143.203% */
  }
}
@media (max-width: 1150px) {
  .news-list-item__descr {
    font-size: 17px;
    line-height: 17.542px; /* 103.189% */
  }
}
@media (max-width: 950px) {
  .news-list-item__descr {
    font-size: 14px;
    line-height: 1; /* 103.189% */
  }
}
@media (max-width: 500px) {
  .news-list-item__descr {
    font-size: 12px;
    line-height: 14.383px; /* 143.83% */
  }
}

.news-list-filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 950px) {
  .news-list-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-filter-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-filter-select .jq-selectbox__select-text {
  color: rgba(68, 70, 66, 0.5);
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.02px; /* 143% */
}
@media (max-width: 1300px) {
  .news-filter-select .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 17.184px; /* 143.203% */
  }
}
@media (max-width: 1150px) {
  .news-filter-select .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 14.383px; /* 130.755% */
  }
}
.news-filter-select .jq-selectbox__select {
  background: #F3F3F3;
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-filter-select .jq-selectbox__trigger {
  border: 0;
}
.news-filter-select .jq-selectbox__trigger-arrow {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-image: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-filter-select.dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-filter-select:focus-visible {
  outline: 0;
}
.news-filter-select.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #F6E200;
}

.news-detail {
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 850px) {
  .news-detail__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-detail__head--pic .news-detail__title-wrp {
  width: calc(100% - 525px);
  padding-right: 80px;
}
@media (max-width: 1300px) {
  .news-detail__head--pic .news-detail__title-wrp {
    width: calc(100% - 450px);
  }
}
@media (max-width: 1150px) {
  .news-detail__head--pic .news-detail__title-wrp {
    padding-right: 20px;
  }
}
@media (max-width: 1150px) {
  .news-detail__head--pic .news-detail__title-wrp {
    width: calc(100% - 400px);
  }
}
@media (max-width: 850px) {
  .news-detail__head--pic .news-detail__title-wrp {
    width: 100%;
  }
}
.news-detail__title-wrp {
  width: 100%;
  padding-right: 80px;
}
.news-detail__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 43px;
  font-weight: 700;
  line-height: 48.991px; /* 113.932% */
}
@media (max-width: 1150px) {
  .news-detail__title {
    font-size: 36px;
  }
}
@media (max-width: 950px) {
  .news-detail__title {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .news-detail__title {
    font-size: 25px;
    line-height: 1.3;
    margin: 30px 0;
    margin-top: 10px;
    font-weight: 800;
  }
}
@media (max-width: 500px) {
  .news-detail__title {
    font-size: 22px;
  }
}
.news-detail__date {
  color: #A1A5A7;
  font-family: DrukTextWideCyr;
  font-size: 20px;
  font-weight: 1000;
  line-height: 20.02px; /* 100.1% */
  margin: 30px 0;
}
@media (max-width: 1300px) {
  .news-detail__date {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .news-detail__date {
    margin: 20px 0;
  }
}
@media (max-width: 850px) {
  .news-detail__date {
    font-size: 14px;
  }
}
.news-detail__picture {
  width: 525px;
  aspect-ratio: 846/560;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .news-detail__picture {
    width: 450px;
  }
}
@media (max-width: 950px) {
  .news-detail__picture {
    margin-bottom: 20px;
    width: 400px;
  }
}
@media (max-width: 850px) {
  .news-detail__picture {
    width: 100%;
  }
}
.news-detail__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-detail__description {
  font-size: 20px;
}
@media (max-width: 1300px) {
  .news-detail__description {
    font-size: 18px;
  }
}
@media (max-width: 1150px) {
  .news-detail__description {
    font-size: 17px;
  }
}
.news-detail__description img {
  height: auto;
  display: block;
}
.news-detail__description p {
  font-weight: 500;
}

.news-another-slider-item {
  padding: 0 10px;
  text-decoration: none;
  width: 50%;
  height: 195px;
}
.news-another-slider-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F3F3;
  padding: 30px 20px 45px 20px;
  height: 100%;
}
.news-another-slider-item__date {
  color: #A1A5A7;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 700;
  line-height: 20.02px; /* 166.833% */
  margin-bottom: 20px;
}
.news-another-slider-item__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.news-another {
  width: 100%;
}

.news-another-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  position: relative;
}
.news-another-slider__list {
  width: 100%;
  height: 100%;
}
.news-another-slider .slick-track {
  height: 100%;
}

.news-another-slider-arrows__prev, .news-another-slider-arrows__next {
  position: absolute;
  width: 12px;
  height: 16px;
  bottom: 19px;
}
.news-another-slider-arrows__prev .icon, .news-another-slider-arrows__next .icon {
  width: 12px;
  height: 16px;
}
.news-another-slider-arrows__next {
  right: 30px;
}
.news-another-slider-arrows__prev {
  left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1300px) {
  .sidebar-menu-row .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px; /* 125% */
    padding: 15px 20px;
  }
}
@media (max-width: 1150px) {
  .sidebar-menu-row .btn {
    font-size: 12px;
  }
}

.news-all-link {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 950px) {
  .news-all-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-all-link .btn {
  font-size: 23px;
}
@media (max-width: 1150px) {
  .news-all-link .btn {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .news-all-link .btn {
    font-size: 14px;
  }
}

.support {
  --max-container-width: 1290px;
  padding-bottom: 100px;
  min-height: calc(100svh - 164px);
}
@media (max-width: 1300px) {
  .support {
    --max-container-width: 1100px;
  }
}
@media (max-width: 1150px) {
  .support {
    --max-container-width: 930px;
  }
}
@media (max-width: 950px) {
  .support {
    min-height: calc(100svh - 74px);
  }
}

.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -7px 20px;
}

.support-list-item {
  width: 33.3333%;
  padding: 7px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 950px) {
  .support-list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .support-list-item {
    width: 100%;
  }
}
.support-list-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 115px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .support-list-item__inner {
    height: 100px;
  }
}
@media (max-width: 1150px) {
  .support-list-item__inner {
    height: 85px;
  }
}
@media (max-width: 950px) {
  .support-list-item__inner {
    height: 100px;
  }
}
.support-list-item__inner:hover {
  background-color: #F6E200;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.support-list-item__pic {
  height: 100%;
}
.support-list-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
.support-list-item__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media (max-width: 1300px) {
  .support-list-item__name {
    font-size: 15px;
    line-height: 21.086px; /* 140.571% */
  }
}
@media (max-width: 1150px) {
  .support-list-item__name {
    font-size: 13px;
    line-height: 17.6px; /* 135.385% */
  }
}
@media (max-width: 950px) {
  .support-list-item__name {
    font-size: 15px;
    line-height: 21.086px; /* 140.571% */
  }
}

.products-support-link {
  position: fixed;
  right: calc((100vw - var(--max-container-width)) / 2); /* Выравниваем вправо от центра окна */
  bottom: 50px;
  width: 205px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 950px) {
  .products-support-link {
    right: 15px;
  }
}
.products-support-link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 11px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.products-support-link__icon {
  width: 50px;
  height: 50px;
  background-color: #F6E200;
  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;
}
.products-support-link__icon .icon {
  width: 30px;
  height: 30px;
}
.products-support-link:hover {
  background-color: #F6E200;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.products-support-link:hover .products-support-link__title {
  color: #050505;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.resupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 950px) {
  .resupport {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .resupport {
    padding-top: 0;
  }
}
.resupport-hero {
  padding: 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  position: relative;
  aspect-ratio: 1298/300;
  background-color: #fff;
  background-image: url(../images/resupport/hero-bg-new.png);
  background-size: cover;
}

@media screen and (max-width: 1399.98px) {
  .resupport-hero {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .resupport-hero {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 950px) {
  .resupport-hero.resupport-hero {
    padding-top: 12px;
    padding-bottom: 8px;
    gap: 50px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .resupport-hero.resupport-hero {
    padding-top: 5%;
    padding-bottom: 5%;
    aspect-ratio: 16/9;
    background-position: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .resupport-hero.resupport-hero {
    gap: 0;
    background: #fff;
    aspect-ratio: unset;
    padding: 30px 0;
  }
}
.resupport-hero-title {
  position: relative;
  color: #FFFFFF;
  font-family: DrukTextWideCyr;
  text-transform: uppercase;
  font-size: 73px;
  font-weight: 1000;
  line-height: 96%;
}

@media screen and (max-width: 1399.98px) {
  .resupport-hero-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .resupport-hero-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 950px) {
  .resupport-hero-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .resupport-hero-title {
    font-size: 52px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 576px) {
  .resupport-hero-title {
    font-size: 34px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4A5157;
    padding: 40px;
  }
}
@media screen and (max-width: 375px) {
  .resupport-hero-title {
    font-size: 28px;
  }
}
.resupport-hero-text {
  position: relative;
  color: #FFFFFF;
  font-family: TTNormsPro;
  max-width: 55%;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 1399.98px) {
  .resupport-hero-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1150px) {
  .resupport-hero-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 950px) {
  .resupport-hero-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .resupport-hero-text {
    margin-top: auto;
  }
}
@media screen and (max-width: 576px) {
  .resupport-hero-text {
    padding: 12px;
    background-color: #1D252D;
    max-width: 100%;
    font-weight: 400;
  }
}
.resupport-hero-pic {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8.2945736434%;
  bottom: 0;
  width: auto;
  max-width: 310px;
  padding: 10px;
}

@media screen and (max-width: 950px) {
  .resupport-hero-pic {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .resupport-hero-pic {
    display: none;
  }
}
.resupport-hero-pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.resupport-list {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
}

@media screen and (max-width: 1399.98px) {
  .resupport-list {
    gap: 12px;
  }
}
@media screen and (max-width: 1150px) {
  .resupport-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .resupport-list {
    grid-template-columns: 1fr;
  }
}
.resupport-item:nth-child(1),
.resupport-item:nth-child(2),
.resupport-item:nth-child(3) {
  grid-column: span 8;
}

.resupport-item:nth-child(4) {
  grid-column: span 10;
}

.resupport-item:nth-child(5) {
  grid-column: span 7;
}

.resupport-item:nth-child(6) {
  grid-column: span 7;
}

.resupport-item:nth-child(7),
.resupport-item:nth-child(8),
.resupport-item:nth-child(9) {
  grid-column: span 8;
}

@media screen and (max-width: 1150px) {
  .resupport-item.resupport-item {
    grid-column: span 1;
  }
  .resupport-item.resupport-item:nth-child(1),
  .resupport-item.resupport-item:nth-child(4),
  .resupport-item.resupport-item:nth-child(7),
  .resupport-item.resupport-item:nth-child(10) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 575.98px) {
  .resupport-item.resupport-item.resupport-item {
    grid-column: span 1;
  }
}
.resupport-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #D6D6D6;
  -webkit-transition: 300ms background-color, 300ms border-color;
  transition: 300ms background-color, 300ms border-color;
  background-image: url("../images/svg/arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: top 14px right 14px;
}

@media screen and (max-width: 1399.98px) {
  .resupport-card {
    gap: 20px;
  }
}
.resupport-pic {
  display: block;
  position: absolute;
  max-width: 48%;
  top: 48px;
  right: 0;
  bottom: 0;
}

.resupport-pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.resupport-card-title {
  font-family: TTNormsPro;
  font-weight: 700;
  font-size: 20px;
  color: #050505;
  max-width: calc(100% - 48px);
  min-height: 76px;
}

@media screen and (max-width: 1399.98px) {
  .resupport-card-title {
    font-size: 16px;
    min-height: 60px;
  }
}
@media screen and (max-width: 1150px) {
  .resupport-card-title {
    min-height: 40px;
  }
}
.resupport-card-details {
  font-family: TTNormsPro;
  font-size: 12px;
  color: #A1A5A7;
  font-weight: 500;
  max-width: 50%;
  -webkit-transition: 300ms color;
  transition: 300ms color;
}

@media (hover: hover) and (pointer: fine) {
  .resupport-card:hover {
    background-color: #F6E200;
    border-color: #F6E200;
  }
  .resupport-card:hover .resupport-card-details {
    color: #050505;
  }
}
.text-cloud {
  background-color: #F6E200;
  padding: 40px;
  position: relative;
}
.text-cloud__content {
  display: block;
  color: #1D252D;
  text-align: center;
  font-family: "TTNormsPro";
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.text-cloud__content:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.text-cloud::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 99%;
  right: 45px;
  width: 36px;
  height: 70px;
  background-image: url("../images/svg/figure-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 1150px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts__pic img {
  max-width: 544px;
}
@media (max-width: 1150px) {
  .contacts__pic img {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
}

.contacts-content__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1150px) {
  .contacts-content__descr {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-content__descr {
    font-size: 20px;
  }
}
.contacts-content--fill {
  width: 100%;
}

.contacts-section__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contacts-section__title .icon {
  width: 15px;
  height: 23px;
  display: inline-block;
  margin-right: 20px;
  fill: #F6E200;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1150px) {
  .contacts-section__title .icon {
    width: 13px;
    height: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-section__title .icon {
    width: 11px;
    height: 20px;
  }
}
.contacts-section__title--selected .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 950px) {
  .contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts-item__title {
  cursor: pointer;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-item__title .icon {
  width: 15px;
  height: 23px;
  display: inline-block;
  margin-right: 20px;
  fill: #F6E200;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1150px) {
  .contacts-item__title .icon {
    width: 13px;
    height: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-item__title .icon {
    width: 11px;
    height: 20px;
  }
}
.contacts-item__title--selected .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts-item-block {
  width: 48%;
}
@media (max-width: 1150px) {
  .contacts-item-block {
    width: 47%;
  }
}
@media (max-width: 950px) {
  .contacts-item-block {
    width: 100%;
  }
}
.contacts-item-block--fill {
  width: 100%;
}
.contacts-item-block__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
  margin-left: 35px;
}
.contacts-item-block__content {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  margin-bottom: 20px;
  margin-left: 35px;
}
.contacts-item-block__content:last-child {
  margin-bottom: unset;
}

.contacts-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 950px) {
  .contacts-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.contacts-socials__link {
  background-color: #D9D9D9;
  color: #050505;
  text-align: center;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  text-decoration: none;
}
.contacts-socials__link:hover {
  background-color: #F6E200;
  color: #050505;
}

.page-content .contacts-socials__link:hover {
  color: #050505;
}

.contacts-line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-line-list--gap {
  row-gap: 10px;
}

.contacts-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-line__label {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts-line__content {
  font-size: 14px;
}
.contacts-line__content a {
  font-size: 14px;
  text-decoration: none;
}
.contacts-line .icon {
  fill: #050505;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.contacts-line .icon.unfilled {
  fill: none;
  stroke: #050505;
}

.contacts-section-list {
  margin: 50px 0;
}
.contacts-section-list__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1150px) {
  .contacts-section-list__cards {
    margin: -30px;
  }
}
@media (max-width: 650px) {
  .contacts-section-list__cards {
    margin: -20px;
  }
}

.contacts-section-card {
  width: 25%;
  padding: 40px;
}
@media (max-width: 1150px) {
  .contacts-section-card {
    width: 33.3333%;
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .contacts-section-card {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .contacts-section-card {
    width: 100%;
  }
}
.contacts-section-card__inner {
  max-width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.contacts-section-card__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.contacts-section-card__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-section-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-section-card__content, .contacts-section-card__content a {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}
.contacts-section-card__icon {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
.contacts-section-card__icon .icon {
  width: 23px;
  height: 23px;
  fill: #050505;
}
.contacts-section-card__icon .icon.unfilled {
  fill: none;
  stroke: #050505;
}

.contacts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .contacts-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts-pagination__arrow {
  width: 10px;
  height: 12px;
  cursor: pointer;
}
.contacts-pagination__arrow .icon {
  width: 10px;
  height: 12px;
  display: block;
}
.contacts-pagination__arrow--left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-pagination__list li {
  color: #A3A7AA;
  text-align: center;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.contacts-pagination__list li._active {
  color: #050505;
}
.contacts-pagination__list li.first::after {
  content: "...";
}
.contacts-pagination__list li.last::before {
  content: "...";
}
.contacts-pagination__list li span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 10px;
}

.contacts-section-tabs {
  position: relative;
}
.contacts-section-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: absolute;
  max-width: 66%;
  bottom: calc(100% + 47px);
  right: 0;
}
@media (max-width: 1300px) {
  .contacts-section-tabs__header {
    bottom: calc(100% + 32px);
  }
}
@media (max-width: 1150px) {
  .contacts-section-tabs__header {
    bottom: unset;
    right: unset;
    position: unset;
    max-width: unset;
  }
}

.contacts-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 950px) {
  .contacts-tabs-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}
.contacts-tabs-list__item {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  width: 280px;
  padding: 5px 20px;
  border-right: 1px solid #A3A7AA;
}
@media (max-width: 1300px) {
  .contacts-tabs-list__item {
    width: 235px;
  }
}
@media (max-width: 1150px) {
  .contacts-tabs-list__item {
    width: 280px;
  }
}
@media (max-width: 950px) {
  .contacts-tabs-list__item {
    border-right: 0;
  }
}
.contacts-tabs-list__item:last-child {
  border-right: 0;
}
.contacts-tabs-list__item--active {
  color: #050505;
}

.hidden-contacts {
  display: none;
}

.our-production-item {
  margin: 75px 0;
}
@media (max-width: 950px) {
  .our-production-item {
    margin: 40px 0;
  }
}
.our-production-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media (max-width: 950px) {
  .our-production-item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
@media (max-width: 950px) {
  .our-production-item__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 35px;
  }
}
.our-production-item__text {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 100% */
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1300px) {
  .our-production-item__text {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 1150px) {
  .our-production-item__text {
    font-size: 20px;
  }
}
.our-production-item__video {
  display: inline-block;
  width: 525px;
  position: relative;
  aspect-ratio: 1285/723;
}
@media (max-width: 1300px) {
  .our-production-item__video {
    width: 470px;
  }
}
@media (max-width: 1150px) {
  .our-production-item__video {
    width: 380px;
  }
}
@media (max-width: 950px) {
  .our-production-item__video {
    width: 100%;
  }
}
.our-production-item__video::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/svg/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 125px;
  height: 70px;
}
@media (max-width: 1300px) {
  .our-production-item__video::before {
    width: 112px;
    height: 62px;
  }
}
@media (max-width: 1150px) {
  .our-production-item__video::before {
    width: 90px;
    height: 50px;
  }
}
.our-production-item__video::after {
  content: attr(data-title);
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-family: DrukTextWideCyr;
  font-size: 35px;
  font-weight: 1000;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
@media (max-width: 1300px) {
  .our-production-item__video::after {
    font-size: 30px;
  }
}
@media (max-width: 1150px) {
  .our-production-item__video::after {
    font-size: 25px;
  }
}
@media (max-width: 950px) {
  .our-production-item__video::after {
    font-size: 14px;
  }
}
.our-production-item__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fancybox__container.our-production-video .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  padding: 0;
  width: unset;
}
@media (max-width: 950px) {
  .fancybox__container.our-production-video .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 100%;
    height: unset;
  }
}
.fancybox__container.our-production-video .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content .fancybox__iframe {
  max-width: 100%;
  width: unset;
  aspect-ratio: 1285/723;
}

.in-development {
  margin-top: 30px;
  position: relative;
  height: 828px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .in-development {
    height: 712px;
  }
}
@media (max-width: 1150px) {
  .in-development {
    height: 590px;
  }
}
@media (max-width: 950px) {
  .in-development {
    margin-top: 0;
    height: 738px;
  }
}
.in-development__bg {
  max-width: unset;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .in-development__bg {
    width: 100%;
    height: auto;
  }
}

.in-development-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 55px;
  padding-bottom: 55px;
}
.in-development-content .page-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 950px) {
  .in-development-content .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .in-development-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.in-development-content__title {
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 34px;
  font-weight: 800;
  line-height: 140%; /* 47.6px */
  text-transform: uppercase;
  width: 600px;
}
@media (max-width: 1300px) {
  .in-development-content__title {
    font-size: 30px;
    width: 515px;
  }
}
@media (max-width: 1150px) {
  .in-development-content__title {
    font-size: 25px;
    width: 425px;
  }
}
@media (max-width: 950px) {
  .in-development-content__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .in-development-content__title {
    font-size: 20px;
  }
}
.in-development-content__descr {
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 39.2px */
  width: 600px;
}
@media (max-width: 1300px) {
  .in-development-content__descr {
    font-size: 24px;
    width: 515px;
  }
}
@media (max-width: 1150px) {
  .in-development-content__descr {
    font-size: 20px;
    width: 425px;
  }
}
@media (max-width: 950px) {
  .in-development-content__descr {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .in-development-content__descr {
    font-size: 18px;
  }
}
.in-development-content__btn {
  margin-top: 65px;
}
.in-development-content__btn .btn {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 23px;
  font-weight: 700;
  line-height: 20.02px; /* 87.043% */
}
@media (max-width: 1300px) {
  .in-development-content__btn .btn {
    font-size: 20px;
  }
}
@media (max-width: 1150px) {
  .in-development-content__btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .in-development-content__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.labor-protection__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px; /* 80% */
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .labor-protection__title {
    font-size: 25.733px;
    line-height: 20.587px; /* 80% */
  }
}
@media (max-width: 1150px) {
  .labor-protection__title {
    font-size: 20px;
    line-height: 17.043px; /* 85.213% */
  }
}
@media (max-width: 950px) {
  .labor-protection__title {
    display: none;
  }
}

.labor-protection-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.labor-protection-doc {
  width: 50%;
  padding: 8px 15px;
  min-height: 115px;
}
@media (max-width: 600px) {
  .labor-protection-doc {
    min-height: unset;
    padding: 8px 4px;
  }
}
.labor-protection-doc__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(214, 216, 213, 0.32);
  padding: 20px 25px;
}
@media (max-width: 600px) {
  .labor-protection-doc__inner {
    padding: 15px 7px;
  }
}
.labor-protection-doc a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px; /* 144% */
  text-decoration-line: underline;
}
@media (max-width: 1300px) {
  .labor-protection-doc a {
    font-size: 22px;
    line-height: 31px; /* 144% */
  }
}
@media (max-width: 1150px) {
  .labor-protection-doc a {
    font-size: 17px;
    line-height: 26px; /* 150.376% */
  }
}
@media (max-width: 600px) {
  .labor-protection-doc a {
    font-size: 12px;
    line-height: 15px; /* 150.376% */
  }
}

.tech-support__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 85px;
  margin: 60px 0;
}
@media (max-width: 950px) {
  .tech-support__socials {
    gap: 10px;
    margin: 25px 0;
  }
}
.tech-support__socials .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.265px; /* 146.323% */
  cursor: pointer;
}
@media (max-width: 1300px) {
  .tech-support__socials .btn {
    font-size: 17px;
    line-height: 25.425px; /* 149.562% */
  }
}
@media (max-width: 700px) {
  .tech-support__socials .btn {
    font-size: 12px;
    line-height: 15.524px; /* 141.132% */
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tech-support__description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 1300px) {
  .tech-support__description {
    font-size: 20px;
    line-height: 28.774px; /* 143.872% */
  }
}
@media (max-width: 1150px) {
  .tech-support__description {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .tech-support__description {
    font-size: 14px;
  }
}

.tech-support-schemes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0;
}
@media (max-width: 950px) {
  .tech-support-schemes {
    margin: 25px 0;
  }
}
@media (max-width: 700px) {
  .tech-support-schemes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -15px;
  }
}
.tech-support-schemes__info {
  width: 540px;
}
@media (max-width: 1300px) {
  .tech-support-schemes__info {
    width: 485px;
  }
}
@media (max-width: 1150px) {
  .tech-support-schemes__info {
    width: 400px;
  }
}
@media (max-width: 700px) {
  .tech-support-schemes__info {
    width: 100%;
  }
}
.tech-support-schemes__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 700px) {
  .tech-support-schemes__map {
    padding: 30px 15px;
  }
}
@media (max-width: 700px) {
  .tech-support-schemes__map iframe {
    min-height: 360px;
  }
}

.support-schemes-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #D6D8D5;
  padding: 35px 40px;
  min-height: 530px;
}
@media (max-width: 700px) {
  .support-schemes-info {
    min-height: unset;
  }
}
.support-schemes-info__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 21.19px;
  font-weight: 700;
  line-height: 26.487px; /* 125% */
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .support-schemes-info__title {
    font-size: 17px;
    line-height: 23.013px; /* 135.369% */
  }
}
@media (max-width: 1150px) {
  .support-schemes-info__title {
    font-size: 15.658px;
    line-height: 19.572px; /* 125% */
  }
}
@media (max-width: 500px) {
  .support-schemes-info__title {
    font-size: 14px;
    line-height: 14.113px; /* 100.808% */
  }
}

.support-scheme-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.support-scheme-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-scheme-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18.541px;
  font-weight: 700;
  line-height: 26.514px; /* 143% */
  text-decoration: none;
}
@media (max-width: 1300px) {
  .support-scheme-item a {
    font-size: 17px;
    line-height: 23.036px; /* 135.504% */
  }
}
@media (max-width: 1150px) {
  .support-scheme-item a {
    font-size: 13.701px;
    line-height: 19.592px; /* 143% */
  }
}
@media (max-width: 500px) {
  .support-scheme-item a {
    font-size: 12px;
    line-height: 14.127px; /* 141.273% */
  }
}
.support-scheme-item a:hover {
  color: #050505;
  text-decoration: underline;
}
.support-scheme-item span {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18.541px;
  font-weight: 700;
  line-height: 26.514px; /* 143% */
}
@media (max-width: 1300px) {
  .support-scheme-item span {
    font-size: 17px;
    line-height: 23.036px; /* 135.504% */
  }
}
@media (max-width: 1150px) {
  .support-scheme-item span {
    font-size: 13.701px;
    line-height: 19.592px; /* 143% */
  }
}
@media (max-width: 500px) {
  .support-scheme-item span {
    font-size: 12px;
    line-height: 14.127px; /* 141.273% */
  }
}
.support-scheme-item .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.projects {
  margin-bottom: 35px;
  position: relative;
}
.projects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 950px) {
  .projects__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 950px) {
  .projects__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.projects__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 40px 0;
}
.projects__footer .btn {
  font-size: 23px;
  font-weight: 700;
  line-height: 20.02px; /* 87.043% */
  min-width: 375px;
  padding: 20px;
}
@media (max-width: 1150px) {
  .projects__footer .btn {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .projects__footer .btn {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .projects__footer .btn {
    min-width: 230px;
  }
}

.projects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  font-family: TTNormsPro;
  padding: 40px 0;
}
.projects-item:not(:last-child) {
  border-bottom: 1px solid #D6D8D5;
}
@media (max-width: 500px) {
  .projects-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
    gap: 30px;
  }
}
.projects-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
.projects-item__img {
  width: 275px;
  height: 180px;
  position: relative;
}
@media (max-width: 1300px) {
  .projects-item__img {
    width: 235px;
    height: 155px;
  }
}
@media (max-width: 1150px) {
  .projects-item__img {
    width: 196px;
    height: 130px;
  }
}
@media (max-width: 950px) {
  .projects-item__img {
    min-width: 196px;
  }
}
@media (max-width: 500px) {
  .projects-item__img {
    width: 100%;
    height: unset;
    aspect-ratio: 362/192;
    overflow: hidden;
  }
}
.projects-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.projects-item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F6E200;
}
.projects-item__date {
  color: #A1A5A7;
  font-size: 14px;
  font-weight: 1000;
  line-height: 20.02px; /* 143% */
  font-family: DrukTextWideCyr;
}
@media (max-width: 1150px) {
  .projects-item__date {
    font-size: 13px;
    line-height: 17.542px; /* 134.94% */
  }
}
@media (max-width: 950px) {
  .projects-item__date {
    font-size: 12px;
    line-height: 1; /* 134.94% */
  }
}
@media (max-width: 500px) {
  .projects-item__date {
    font-size: 12px;
    line-height: 14.383px; /* 143.83% */
  }
}
.projects-item__title {
  color: #050505;
  font-size: 30px;
  font-weight: 700;
  line-height: 24px; /* 80% */
  text-decoration: none;
  margin: 15px 0;
}
@media (max-width: 1150px) {
  .projects-item__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 21.03px; /* 84.118% */
    margin: 10px 0;
  }
}
@media (max-width: 950px) {
  .projects-item__title {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .projects-item__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 17.242px; /* 143.687% */
    margin: 0;
  }
}
.projects-item__descr {
  color: #606567;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.02px; /* 100.1% */
}
@media (max-width: 1300px) {
  .projects-item__descr {
    font-size: 12px;
    line-height: 17.184px; /* 143.203% */
  }
}
@media (max-width: 1150px) {
  .projects-item__descr {
    font-size: 17px;
    line-height: 17.542px; /* 103.189% */
  }
}
@media (max-width: 950px) {
  .projects-item__descr {
    font-size: 14px;
    line-height: 1; /* 103.189% */
  }
}
@media (max-width: 500px) {
  .projects-item__descr {
    font-size: 12px;
    line-height: 14.383px; /* 143.83% */
  }
}
.projects-item__descr a {
  text-decoration: underline;
}

.projects-filter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 950px) {
  .projects-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-filter-select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-filter-select .jq-selectbox__select-text {
  color: rgba(68, 70, 66, 0.5);
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  line-height: 20.02px; /* 143% */
}
@media (max-width: 1300px) {
  .news-filter-select .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 17.184px; /* 143.203% */
  }
}
@media (max-width: 1150px) {
  .news-filter-select .jq-selectbox__select-text {
    font-size: 12px;
    line-height: 14.383px; /* 130.755% */
  }
}
.news-filter-select .jq-selectbox__select {
  background: #F3F3F3;
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-filter-select .jq-selectbox__trigger {
  border: 0;
}
.news-filter-select .jq-selectbox__trigger-arrow {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-image: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-filter-select.dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news-filter-select:focus-visible {
  outline: 0;
}
.news-filter-select.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #F6E200;
}

.project-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  min-width: 285px;
}
@media (max-width: 950px) {
  .project-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .project-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.project-controls .pagination {
  width: unset;
}

.page-items-count__select {
  min-width: 80px;
}
.page-items-count__select .jq-selectbox {
  width: 100%;
}

.card-tile-list {
  position: relative;
  padding-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -10px;
  width: 100%;
}
@media (max-width: 500px) {
  .card-tile-list {
    margin: 50px 0;
  }
}
.card-tile-list__arrows {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.card-tile-list .slick-initialized ~ .card-tile-list__arrows .card-tile-list-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-tile-item {
  width: 25%;
  padding: 0 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .card-tile-item {
    width: 33.3333%;
  }
}
@media (max-width: 780px) {
  .card-tile-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .card-tile-item {
    width: 100%;
    padding: 0;
  }
}
.card-tile-item__inner {
  width: 100%;
}
.card-tile-item__img {
  aspect-ratio: 265/270;
  scale: 1;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 500px) {
  .card-tile-item__img {
    width: 100%;
  }
}
.card-tile-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-tile-item__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1150px) {
  .card-tile-item__title {
    font-size: 17px;
  }
}
.card-tile-item__date {
  color: #A1A5A7;
  font-family: DrukTextWideCyr;
  font-size: 12px;
  font-weight: 1000;
  line-height: 20.02px; /* 166.833% */
}
@media (max-width: 1150px) {
  .card-tile-item__date {
    font-size: 10px;
  }
}
.card-tile-item:hover .card-tile-item__img {
  scale: 1.05;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
.card-tile-item:hover .card-tile-item__title {
  color: #F6E200;
}

.event-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 10px;
  width: 25%;
}
@media (max-width: 950px) {
  .event-card-item {
    width: 33.3333%;
  }
}
@media (max-width: 750px) {
  .event-card-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .event-card-item {
    width: 100%;
  }
}
.event-card-item__pic {
  margin-bottom: 15px;
}
.event-card-item__pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/700;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card-item__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  margin: 15px 0;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .event-card-item__title {
    font-size: 13px;
    height: 40px;
  }
}
@media (max-width: 1150px) {
  .event-card-item__title {
    font-size: 12px;
  }
}
.event-card-item__title span {
  font-weight: 500;
  text-decoration: unset;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.event-card-item__date {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .event-card-item__date {
    font-size: 13px;
  }
}
@media (max-width: 1150px) {
  .event-card-item__date {
    font-size: 12px;
  }
}
.event-card-item:hover .news-section-item__title {
  color: #F6E200;
}

.calc-page .page-text {
  margin: 45px 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1300px) {
  .calc-page .page-text {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
  .calc-page .page-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .calc-page .page-text {
    margin: 10px 0 10px 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.calc-page .accordion-list {
  padding: 30px 0;
}
@media (max-width: 950px) {
  .calc-page .accordion-list {
    padding: 30px 0;
  }
}

.programs-page {
  margin: 50px 0;
}
@media (max-width: 950px) {
  .programs-page {
    margin: 20px 0;
  }
}
.programs-page .page-text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .programs-page .page-text {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
  .programs-page .page-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .programs-page .page-text {
    margin: 10px 0 10px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 950px) {
  .programs-descr {
    display: none;
  }
}

.programs-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.program {
  width: 25%;
  padding: 30px 5px;
}
@media (max-width: 950px) {
  .program {
    width: 33.3333%;
    padding: 20px 10px;
  }
}
@media (max-width: 750px) {
  .program {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .program {
    width: 100%;
  }
}
.program__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  height: 205px;
  padding: 10px;
  padding-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .program__inner {
    height: 175px;
  }
}
@media (max-width: 1150px) {
  .program__inner {
    height: 152px;
  }
}
@media (max-width: 500px) {
  .program__inner {
    height: unset;
  }
}
.program__inner:hover {
  -webkit-box-shadow: 4px 3px 10px 7px rgba(34, 60, 80, 0.2);
          box-shadow: 4px 3px 10px 7px rgba(34, 60, 80, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.program__inner:hover .program__link {
  color: #F6E200;
}
.program__inner:hover .program__link .icon {
  fill: #F6E200;
}
.program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .program__head {
    margin-bottom: 20px;
  }
}
.program__pic {
  height: 42px;
  width: 75px;
}
@media (max-width: 1300px) {
  .program__pic {
    height: 35px;
    width: 65px;
  }
}
@media (max-width: 1150px) {
  .program__pic {
    height: 30px;
    width: 55px;
  }
}
@media (max-width: 500px) {
  .program__pic {
    height: 42px;
    width: 75px;
  }
}
.program__pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.program__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 1300px) {
  .program__title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 1150px) {
  .program__title {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .program__title {
    font-size: 20px;
    line-height: 18px;
  }
}
.program__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: unset;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
}
@media (max-width: 1300px) {
  .program__descr {
    font-size: 14px;
    line-height: 15.701px;
    height: 60px;
  }
}
@media (max-width: 1150px) {
  .program__descr {
    font-size: 12px;
    line-height: 1;
    height: 48px;
  }
}
@media (max-width: 950px) {
  .program__descr {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .program__descr {
    font-size: 14px;
    height: 60px;
  }
}
.program__link {
  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;
  text-decoration: unset;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-top: 25px;
  max-width: 260px;
}
@media (max-width: 1300px) {
  .program__link {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px; /* 112.5% */
  }
}
@media (max-width: 1150px) {
  .program__link {
    font-size: 12px;
    line-height: 13px;
  }
}
@media (max-width: 500px) {
  .program__link {
    font-size: 14px;
    line-height: 18px;
  }
}
.program__link .icon {
  width: 15px;
  height: 15px;
  fill: #050505;
}
@media (max-width: 1300px) {
  .program__link .icon {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1150px) {
  .program__link .icon {
    width: 11px;
    height: 11px;
  }
}

.solutions-page {
  margin-bottom: 50px;
}

.solutions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
  text-decoration: none;
}
.solutions-item:hover .solutions-item__name {
  color: #F6E200;
}
.solutions-item:hover .solutions-item__link .icon.unfilled {
  stroke: #F6E200;
}
.solutions-item__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.119px; /* 194.818% */
  max-width: 970px;
}
@media (max-width: 1150px) {
  .solutions-item__name {
    font-size: 16px;
    line-height: 23.979px;
  }
}
@media (max-width: 500px) {
  .solutions-item__name {
    font-size: 12px;
    line-height: 14px;
  }
}
.solutions-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solutions-item__link .icon {
  width: 14px;
  height: 16px;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .solutions-item__link .icon {
    width: 20px;
    height: 23px;
  }
}
@media (max-width: 1150px) {
  .solutions-item__link .icon {
    width: 18px;
    height: 21px;
  }
}
@media (max-width: 500px) {
  .solutions-item__link .icon {
    width: 13px;
    height: 15px;
  }
}
.solutions-item__link .icon.unfilled {
  stroke: #050505;
  fill: none;
  stroke-width: 2px;
}

@media (max-width: 1150px) {
  .bim-page .file-type-link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1150px) {
  .bim-page .file-type-link-item__types {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bim-page .file-type-link-item__types .download-link {
  width: 33.3333%;
  padding: 0 10px;
}
@media (max-width: 1150px) {
  .bim-page .file-type-link-item__types .download-link {
    width: unset;
  }
}
@media (max-width: 950px) {
  .bim-page .file-type-link-item__types .download-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.bim-page .page-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  margin: 20px 0;
}
@media (max-width: 1300px) {
  .bim-page .page-text {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
  .bim-page .page-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .bim-page .page-text {
    margin: 10px 0 10px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

.bim-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 20px 0;
}
@media (max-width: 1150px) {
  .bim-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bim-main__content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bim-main__sidebar {
  width: 290px;
  margin-bottom: 10px;
}
@media (max-width: 1150px) {
  .bim-main__sidebar {
    width: 100%;
  }
}
.bim-main .accordion-list {
  margin: 10px 0;
}

.faq-page .search-form {
  position: relative;
  padding: 10px 0;
  display: unset;
}
.faq-page .accordion-list {
  padding: 10px 0;
}
.faq-page .accordion-item--opened > .accordion-item__header .accordion-item__htitle .faq-question {
  color: #F6E200;
}
.faq-page .faq-main {
  margin: 30px 0;
}

.faq-question {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 700;
  line-height: 33.119px; /* 183.995% */
}
@media (max-width: 1150px) {
  .faq-question {
    font-size: 17px;
  }
}
@media (max-width: 950px) {
  .faq-question {
    font-size: 17px;
    line-height: 20.457px;
  }
}
@media (max-width: 500px) {
  .faq-question {
    font-size: 12px;
    line-height: 20.457px;
  }
}

.faq-answer {
  padding: 10px;
  background-color: #F6E200;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 1300px) {
  .faq-answer {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
  .faq-answer {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .faq-answer {
    margin: 10px 0 10px 0;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 950px) {
  .faq-main .accordion-item__hcontent {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.bim-n-cad {
  padding-bottom: 150px !important;
}

.bim-n-cad-header {
  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: 70px;
  margin-top: 70px;
}
@media (max-width: 950px) {
  .bim-n-cad-header {
    -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: 20px;
    margin-bottom: 30px;
  }
}
.bim-n-cad-header__title {
  color: #1C252E;
  font-family: TTNormsPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1150px) {
  .bim-n-cad-header__title {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 950px) {
  .bim-n-cad-header__title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .bim-n-cad-header__title {
    font-size: 18px;
    line-height: 18px;
  }
}
.bim-n-cad-header__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #F6E200;
  border: 2px solid #F6E200;
  color: #050505;
  font-family: TTNormsPro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 25px;
  white-space: nowrap;
}
@media (max-width: 1150px) {
  .bim-n-cad-header__button {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .bim-n-cad-header__button {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .bim-n-cad-header__button {
    padding: 12px 20px;
  }
}
@media (max-width: 500px) {
  .bim-n-cad-header__button {
    padding: 10px 16px;
  }
}
.bim-n-cad-header__button img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bim-n-cad-header__button span {
  color: #050505;
}
.bim-n-cad-header__button:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.bim-n-cad-header__button:hover span {
  color: #050505;
}
@media (max-width: 950px) {
  .bim-n-cad-header__button {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 950px) {
  .bim-n-cad {
    padding-bottom: 36px !important;
  }
}
.bim-n-cad-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
}

@media screen and (max-width: 1399.98px) {
  .bim-n-cad-list {
    gap: 12px;
  }
}
@media screen and (max-width: 1150px) {
  .bim-n-cad-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .bim-n-cad-list {
    grid-template-columns: 1fr;
  }
}
.bim-n-cad-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border: 1px solid #D6D6D6;
  min-height: 180px;
}

.bim-n-cad-card-pic {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100%;
  max-height: 115px;
  padding: 30px 15px;
}

.bim-n-cad-card-pic > img {
  display: block;
  max-width: 100%;
}

.bim-n-cad-control {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background-color: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: left;
  text-decoration: none;
}

.bim-n-cad-control::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.bim-n-cad-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: TTNormsPro;
  background-color: #F5F5F5;
  width: 100%;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.bim-n-cad-control--active {
  background-color: #F6E200;
}

@media screen and (max-width: 1199.98px) {
  .bim-n-cad-control {
    font-size: 14px;
  }
}
.bim-n-cad-control::after {
  display: block;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: right center;
  background-image: url("../images/svg/arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.bim-n-cad-control.is-selected::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bim-n-cad-card-item {
  position: relative;
}

.bim-n-cad-card-item:nth-child(even) .bim-n-cad-control {
  background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .bim-n-cad-control.bim-n-cad-control.bim-n-cad-control:hover {
    color: #050505;
    background-color: #F6E200;
  }
}
.bim-n-cad-panel-link {
  color: inherit;
  text-decoration: none;
}

.bim-n-cad-panel {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  display: none;
  z-index: 3;
  border: 1px solid #606567;
}

.bim-n-cad-panel-link {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  font-family: TTNormsPro;
  background-color: #fff;
  border-bottom: none;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.bim-n-cad-panel-item:not(:last-child) {
  border-bottom: 1px solid #606567;
}

@media (hover: hover) and (pointer: fine) {
  .bim-n-cad-panel-link:hover {
    color: #050505;
    background-color: #F6E200;
    border-color: #F6E200;
  }
}
@media screen and (max-width: 1199.98px) {
  .bim-n-cad-panel-link {
    font-size: 14px;
  }
}
.bim-n-cad-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: DrukTextWideCyr;
  font-size: 20px;
  font-weight: 1000;
  color: #050505;
  border: #050505 dashed 8px;
  background-color: #F6E200;
  text-transform: uppercase;
  aspect-ratio: 4/3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bim-n-cad-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 75px;
}

.bim-n-cad-card-header {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bim-n-cad-card-header--fl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bim-n-cad-card-title {
  color: #1C252E;
  font-family: TTNormsPro;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
}

.bim-n-cad-section:not(:last-child) {
  margin-bottom: 60px;
}

.bim-n-cad-section__title {
  color: #1C252E;
  font-family: TTNormsPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}

.brandbook {
  padding: 40px 0;
}
.brandbook__tabs {
  width: 100%;
}
.brandbook__tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 950px) {
  .brandbook__tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.brandbook__tab-btn {
  display: inline-block;
  padding: 15px 25px;
  min-width: 215px;
  background-color: #F5F5F5;
  border: 2px solid #F5F5F5;
  color: #A1A5A7;
  font-family: TTNormsPro, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 20.02px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook__tab-btn {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook__tab-btn {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook__tab-btn {
    font-size: 18px;
  }
}
.brandbook__tab-btn:hover {
  background-color: #F6E200;
  border-color: #F6E200;
  color: #1D252D;
}
.brandbook__tab-btn--active {
  background-color: #F6E200;
  border: 2px solid #F6E200;
  color: #1D252D;
  font-style: normal;
  font-weight: 500;
  line-height: 20.02px;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook__tab-btn--active {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook__tab-btn--active {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook__tab-btn--active {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .brandbook__tab-btn {
    width: 100%;
    text-align: center;
  }
}
.brandbook__tab-content {
  position: relative;
}
.brandbook__tab-pane {
  display: none !important;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}
.brandbook__tab-pane--active {
  display: block !important;
}
.brandbook__section {
  margin-bottom: 60px;
}
.brandbook__section:last-child {
  margin-bottom: 0;
}
.brandbook__section-title {
  position: relative;
  color: #050505;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 43px;
}
@media (max-width: 1150px) {
  .brandbook__section-title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .brandbook__section-title {
    font-size: 24px;
    line-height: 25px;
  }
}

.brandbook-logos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
}
@media (max-width: 1150px) {
  .brandbook-logos-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 60px;
  }
}
@media (max-width: 950px) {
  .brandbook-logos-grid {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-grid {
    gap: 30px;
  }
}

.brandbook-logos-main {
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 85px 40px 0;
}
@media (max-width: 1150px) {
  .brandbook-logos-main {
    grid-column: 1;
    grid-row: 1;
  }
}
.brandbook-logos-main__image {
  width: 100%;
  height: 265px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.brandbook-logos-description {
  grid-column: 2;
  grid-row: 1;
  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;
  padding: 30px;
  background: #F5F5F5;
  position: relative;
}
.brandbook-logos-description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: min((100vw - 1300px) / 2, 50vw);
  background: #F5F5F5;
  z-index: -1;
}
@media (max-width: 1300px) {
  .brandbook-logos-description::after {
    width: min((100vw - 1110px) / 2, 50vw);
  }
}
@media (max-width: 1150px) {
  .brandbook-logos-description {
    grid-column: 1;
    grid-row: 2;
  }
  .brandbook-logos-description::after {
    display: none;
  }
}
.brandbook-logos-description__text p {
  font-family: TTNormsPro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #1D252D;
  font-size: 22px;
  margin: 30px 0;
}
@media (max-width: 1150px) {
  .brandbook-logos-description__text p {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .brandbook-logos-description__text p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-description__text p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-description__text p {
    margin: 20px 0;
  }
}
.brandbook-logos-description__download {
  margin-top: auto;
}
.brandbook-logos-description__download .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #F6E200;
  border: 2px solid #F6E200;
  color: #050505;
  font-family: TTNormsPro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 25px;
}
@media (max-width: 1150px) {
  .brandbook-logos-description__download .btn {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-description__download .btn {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .brandbook-logos-description__download .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-description__download .btn {
    padding: 10px 16px;
  }
}
.brandbook-logos-description__download .btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandbook-logos-description__download .btn span {
  color: #050505;
}
.brandbook-logos-description__download .btn:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.brandbook-logos-description__download .btn:hover span {
  color: #050505;
}

.brandbook-logos-secondary {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
@media (max-width: 1150px) {
  .brandbook-logos-secondary {
    grid-column: 1;
    grid-row: 3;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 950px) {
  .brandbook-logos-secondary {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}

.brandbook-logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 208px;
  padding: 20px;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.brandbook-logo-item:hover {
  background: #D9D9D9;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.brandbook-logo-item:hover .brandbook-logo-item__name {
  color: #1D252D;
}
.brandbook-logo-item:hover .brandbook-logo-item__download svg {
  color: #1D252D;
}
.brandbook-logo-item__image {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.brandbook-logo-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.brandbook-logo-item__name {
  font-family: TTNormsPro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #A1A5A7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}
@media (max-width: 950px) {
  .brandbook-logo-item__name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .brandbook-logo-item__name {
    font-size: 14px;
  }
}
.brandbook-logo-item__download {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.brandbook-logo-item__download svg {
  width: 16px;
  height: 16px;
  color: #A1A5A7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.brandbook-logos-info {
  padding-left: 35px;
  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;
}
@media (max-width: 1150px) {
  .brandbook-logos-info {
    padding-left: 0;
  }
}
.brandbook-logos-info__text p {
  font-family: TTNormsPro, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #1D252D;
  font-size: 22px;
  margin: 30px 0;
}
@media (max-width: 1150px) {
  .brandbook-logos-info__text p {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .brandbook-logos-info__text p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-info__text p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .brandbook-logos-info__text p {
    margin: 20px 0;
  }
}
.brandbook-logos-info__text p:first-child {
  margin-top: 0;
}
.brandbook-logos-info__text p:last-child {
  margin-bottom: 0;
}

.brandbook-typography-grid {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-template-rows: auto auto auto auto;
  row-gap: 40px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
  padding: 20px 40px 0 0;
}
.brandbook-typography-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 55%;
  width: 45%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}
.brandbook-typography-grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: min((100vw - 1300px) / 2, 50vw);
  background: #F5F5F5;
  z-index: -1;
}
@media (max-width: 1300px) {
  .brandbook-typography-grid::after {
    width: min((100vw - 1110px) / 2, 50vw);
  }
}
@media (max-width: 1150px) {
  .brandbook-typography-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    padding: 20px 20px 0 0;
    row-gap: 30px;
  }
  .brandbook-typography-grid::before {
    display: none;
  }
  .brandbook-typography-grid::after {
    display: none;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    row-gap: 25px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 15px 15px 0 0;
  }
}
@media (max-width: 768px) {
  .brandbook-typography-grid {
    row-gap: 20px;
    padding: 10px 10px 0 0;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-grid {
    row-gap: 15px;
    padding: 5px 5px 0 0;
  }
}

.brandbook-typography-col1 {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.brandbook-typography-example {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.brandbook-typography-example::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .brandbook-typography-example {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .brandbook-typography-example::after {
    margin-left: 8px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-example {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .brandbook-typography-example::after {
    margin-left: 5px;
  }
}
.brandbook-typography-example__font-druk {
  font-family: "DrukTextWideCyr-Super", sans-serif;
  font-weight: 900;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  font-size: 48px;
}
@media (max-width: 1150px) {
  .brandbook-typography-example__font-druk {
    font-size: 42px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-example__font-druk {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-example__font-druk {
    font-size: 32px;
  }
}
.brandbook-typography-example__font-bold {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook-typography-example__font-bold {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-example__font-bold {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-example__font-bold {
    font-size: 18px;
  }
}
.brandbook-typography-example__font-medium {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1150px) {
  .brandbook-typography-example__font-medium {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-example__font-medium {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-example__font-medium {
    font-size: 16px;
  }
}
.brandbook-typography-example__font-regular {
  font-family: "TTNormsPro-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 950px) {
  .brandbook-typography-example__font-regular {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-example__font-regular {
    font-size: 14px;
  }
}

.brandbook-typography-col2 {
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  padding: 20px 0;
}
@media (max-width: 1150px) {
  .brandbook-typography-col2 {
    grid-column: 1;
    margin-bottom: 40px;
    padding: 20px 10px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-col2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .brandbook-typography-col2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-col2 {
    margin-bottom: 20px;
  }
}

.brandbook-typography-heading:nth-child(2) {
  grid-row: 1;
}
.brandbook-typography-heading:nth-child(4) {
  grid-row: 2;
}
.brandbook-typography-heading:nth-child(6) {
  grid-row: 3;
}
.brandbook-typography-heading:nth-child(8) {
  grid-row: 4;
}
.brandbook-typography-heading__title {
  font-family: "DrukTextWideCyr-Super", sans-serif;
  font-weight: 900;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  font-size: 36px;
}
@media (max-width: 1150px) {
  .brandbook-typography-heading__title {
    font-size: 32px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-heading__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-heading__title {
    font-size: 24px;
  }
}
.brandbook-typography-heading__subtitle {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
}
@media (max-width: 1150px) {
  .brandbook-typography-heading__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 950px) {
  .brandbook-typography-heading__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-heading__subtitle {
    font-size: 16px;
  }
}
.brandbook-typography-heading__subtitle2 {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  font-size: 18px;
}
@media (max-width: 950px) {
  .brandbook-typography-heading__subtitle2 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-heading__subtitle2 {
    font-size: 14px;
  }
}
.brandbook-typography-heading__text {
  font-family: "TTNormsPro-Regular", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  font-size: 17px;
}
@media (max-width: 950px) {
  .brandbook-typography-heading__text {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-heading__text {
    font-size: 13px;
  }
}

.brandbook-typography-download {
  grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 950px) {
  .brandbook-typography-download {
    grid-column: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.brandbook-typography-download .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #F6E200;
  border: 2px solid #F6E200;
  color: #050505;
  font-family: TTNormsPro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 25px;
}
@media (max-width: 1150px) {
  .brandbook-typography-download .btn {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-download .btn {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .brandbook-typography-download .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-typography-download .btn {
    padding: 10px 16px;
  }
}
.brandbook-typography-download .btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandbook-typography-download .btn span {
  color: #050505;
}
.brandbook-typography-download .btn:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.brandbook-typography-download .btn:hover span {
  color: #050505;
}
.brandbook-typography-download .btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandbook-typography-download .btn span {
  color: #050505;
}
.brandbook-typography-download .btn:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.brandbook-typography-download .btn:hover span {
  color: #050505;
}

.brandbook-colors-section {
  margin-bottom: 80px;
}
.brandbook-colors-section:last-child {
  margin-bottom: 0;
}

.brandbook-colors-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .brandbook-colors-header {
    -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: 20px;
  }
}
.brandbook-colors-header__title {
  position: relative;
  color: #050505;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  font-size: 43px;
}
@media (max-width: 1150px) {
  .brandbook-colors-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .brandbook-colors-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}
.brandbook-colors-header__download .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #F6E200;
  border: 2px solid #F6E200;
  color: #050505;
  font-family: TTNormsPro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 25px;
}
@media (max-width: 1150px) {
  .brandbook-colors-header__download .btn {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .brandbook-colors-header__download .btn {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .brandbook-colors-header__download .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-colors-header__download .btn {
    padding: 10px 16px;
  }
}
.brandbook-colors-header__download .btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandbook-colors-header__download .btn span {
  color: #050505;
}
.brandbook-colors-header__download .btn:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.brandbook-colors-header__download .btn:hover span {
  color: #050505;
}
.brandbook-colors-header__download .btn img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brandbook-colors-header__download .btn span {
  color: #050505;
}
.brandbook-colors-header__download .btn:hover {
  background-color: #ffffff;
  border-color: #F6E200;
}
.brandbook-colors-header__download .btn:hover span {
  color: #050505;
}

.brandbook-colors-description {
  margin-bottom: 40px;
}
.brandbook-colors-description__text {
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #1D252D;
  margin: 0 0 20px 0;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook-colors-description__text {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook-colors-description__text {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-colors-description__text {
    font-size: 18px;
  }
}
.brandbook-colors-description__text:last-child {
  margin-bottom: 0;
}

.brandbook-colors-palette-primary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 950px) {
  .brandbook-colors-palette-primary {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.brandbook-color-item-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.brandbook-color-item-primary--dark .brandbook-color-item-primary__name,
.brandbook-color-item-primary--dark .brandbook-color-item-primary__label,
.brandbook-color-item-primary--dark .brandbook-color-item-primary__value {
  color: #ffffff;
}
@media (max-width: 768px) {
  .brandbook-color-item-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.brandbook-color-item-primary__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brandbook-color-item-primary__name {
  color: #1D252D;
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook-color-item-primary__name {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook-color-item-primary__name {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-color-item-primary__name {
    font-size: 18px;
  }
}
.brandbook-color-item-primary__codes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.brandbook-color-item-primary__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brandbook-color-item-primary__label {
  color: #1D252D;
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  min-width: 80px;
  font-size: 17px;
}
@media (max-width: 950px) {
  .brandbook-color-item-primary__label {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .brandbook-color-item-primary__label {
    font-size: 13px;
  }
}
.brandbook-color-item-primary__value {
  color: #1D252D;
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 17px;
}
@media (max-width: 950px) {
  .brandbook-color-item-primary__value {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .brandbook-color-item-primary__value {
    font-size: 13px;
  }
}

.brandbook-colors-explanation__text {
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #1D252D;
  margin: 0 0 15px 0;
  font-size: 24px;
}
@media (max-width: 1150px) {
  .brandbook-colors-explanation__text {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .brandbook-colors-explanation__text {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .brandbook-colors-explanation__text {
    font-size: 18px;
  }
}
.brandbook-colors-explanation__text:last-child {
  margin-bottom: 0;
}

.brandbook-colors-palette-additional {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
@media (max-width: 1150px) {
  .brandbook-colors-palette-additional {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 950px) {
  .brandbook-colors-palette-additional {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .brandbook-colors-palette-additional {
    grid-template-columns: 1fr;
  }
}

.brandbook-color-item-additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.brandbook-color-item-additional--dark .brandbook-color-item-additional__name,
.brandbook-color-item-additional--dark .brandbook-color-item-additional__label,
.brandbook-color-item-additional--dark .brandbook-color-item-additional__value {
  color: #ffffff;
}
@media (max-width: 768px) {
  .brandbook-color-item-additional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.brandbook-color-item-additional__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brandbook-color-item-additional__name {
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.brandbook-color-item-additional__codes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.brandbook-color-item-additional__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brandbook-color-item-additional__label {
  color: #1D252D;
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  min-width: 80px;
  font-size: 17px;
}
@media (max-width: 950px) {
  .brandbook-color-item-additional__label {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .brandbook-color-item-additional__label {
    font-size: 13px;
  }
}
.brandbook-color-item-additional__value {
  color: #1D252D;
  font-family: TTNormsPro;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  font-size: 17px;
}
@media (max-width: 950px) {
  .brandbook-color-item-additional__value {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .brandbook-color-item-additional__value {
    font-size: 13px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 1150px) {
  .brandbook {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .brandbook {
    padding: 20px 0;
  }
  .brandbook__tab-btn {
    padding: 12px 20px;
    min-width: auto;
  }
  .brandbook__tab-nav {
    margin-bottom: 40px;
  }
  .brandbook-logos-main {
    padding: 20px;
  }
  .brandbook-logos-description {
    padding: 20px;
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 1150px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts__pic img {
  max-width: 544px;
}
@media (max-width: 1150px) {
  .contacts__pic img {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
  }
}

.contacts-content__descr {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1150px) {
  .contacts-content__descr {
    font-size: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-content__descr {
    font-size: 20px;
  }
}
.contacts-content--fill {
  width: 100%;
}

.contacts-section__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contacts-section__title .icon {
  width: 15px;
  height: 23px;
  display: inline-block;
  margin-right: 20px;
  fill: #F6E200;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1150px) {
  .contacts-section__title .icon {
    width: 13px;
    height: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-section__title .icon {
    width: 11px;
    height: 20px;
  }
}
.contacts-section__title--selected .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 950px) {
  .contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contacts-item__title {
  cursor: pointer;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-item__title .icon {
  width: 15px;
  height: 23px;
  display: inline-block;
  margin-right: 20px;
  fill: #F6E200;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 1150px) {
  .contacts-item__title .icon {
    width: 13px;
    height: 22px;
  }
}
@media (max-width: 950px) {
  .contacts-item__title .icon {
    width: 11px;
    height: 20px;
  }
}
.contacts-item__title--selected .icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts-item-block {
  width: 48%;
}
@media (max-width: 1150px) {
  .contacts-item-block {
    width: 47%;
  }
}
@media (max-width: 950px) {
  .contacts-item-block {
    width: 100%;
  }
}
.contacts-item-block--fill {
  width: 100%;
}
.contacts-item-block__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 0;
  margin-left: 35px;
}
.contacts-item-block__content {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  margin-bottom: 20px;
  margin-left: 35px;
}
.contacts-item-block__content:last-child {
  margin-bottom: unset;
}

.contacts-socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 950px) {
  .contacts-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.contacts-socials__link {
  background-color: #D9D9D9;
  color: #050505;
  text-align: center;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  text-decoration: none;
}
.contacts-socials__link:hover {
  background-color: #F6E200;
  color: #050505;
}

.page-content .contacts-socials__link:hover {
  color: #050505;
}

.contacts-line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-line-list--gap {
  row-gap: 10px;
}

.contacts-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-line__label {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contacts-line__content {
  font-size: 14px;
}
.contacts-line__content a {
  font-size: 14px;
  text-decoration: none;
}
.contacts-line .icon {
  fill: #050505;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.contacts-line .icon.unfilled {
  fill: none;
  stroke: #050505;
}

.contacts-section-list {
  margin: 50px 0;
}
.contacts-section-list__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1150px) {
  .contacts-section-list__cards {
    margin: -30px;
  }
}
@media (max-width: 650px) {
  .contacts-section-list__cards {
    margin: -20px;
  }
}

.contacts-section-card {
  width: 25%;
  padding: 40px;
}
@media (max-width: 1150px) {
  .contacts-section-card {
    width: 33.3333%;
    padding: 30px;
  }
}
@media (max-width: 650px) {
  .contacts-section-card {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .contacts-section-card {
    width: 100%;
  }
}
.contacts-section-card__inner {
  max-width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.contacts-section-card__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.contacts-section-card__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-section-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts-section-card__content, .contacts-section-card__content a {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}
.contacts-section-card__icon {
  width: 23px;
  height: 23px;
  margin-right: 15px;
}
.contacts-section-card__icon .icon {
  width: 23px;
  height: 23px;
  fill: #050505;
}
.contacts-section-card__icon .icon.unfilled {
  fill: none;
  stroke: #050505;
}

.contacts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .contacts-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts-pagination__arrow {
  width: 10px;
  height: 12px;
  cursor: pointer;
}
.contacts-pagination__arrow .icon {
  width: 10px;
  height: 12px;
  display: block;
}
.contacts-pagination__arrow--left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-pagination__list li {
  color: #A3A7AA;
  text-align: center;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.contacts-pagination__list li._active {
  color: #050505;
}
.contacts-pagination__list li.first::after {
  content: "...";
}
.contacts-pagination__list li.last::before {
  content: "...";
}
.contacts-pagination__list li span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 10px;
}

.contacts-section-tabs {
  position: relative;
}
.contacts-section-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: absolute;
  max-width: 66%;
  bottom: calc(100% + 47px);
  right: 0;
}
@media (max-width: 1300px) {
  .contacts-section-tabs__header {
    bottom: calc(100% + 32px);
  }
}
@media (max-width: 1150px) {
  .contacts-section-tabs__header {
    bottom: unset;
    right: unset;
    position: unset;
    max-width: unset;
  }
}

.contacts-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 950px) {
  .contacts-tabs-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}
.contacts-tabs-list__item {
  color: #A3A7AA;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  width: 280px;
  padding: 5px 20px;
  border-right: 1px solid #A3A7AA;
}
@media (max-width: 1300px) {
  .contacts-tabs-list__item {
    width: 235px;
  }
}
@media (max-width: 1150px) {
  .contacts-tabs-list__item {
    width: 280px;
  }
}
@media (max-width: 950px) {
  .contacts-tabs-list__item {
    border-right: 0;
  }
}
.contacts-tabs-list__item:last-child {
  border-right: 0;
}
.contacts-tabs-list__item--active {
  color: #050505;
}

.hidden-contacts {
  display: none;
}

.callback {
  padding-bottom: 100px;
}

.callback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1150px) {
  .callback-form {
    gap: 30px;
  }
}
@media (max-width: 950px) {
  .callback-form {
    gap: 20px;
  }
}
.callback-form__submit-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 220px;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1150px) {
  .callback-form__submit-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .callback-form__submit-btn {
    width: 100%;
  }
}

.callback-inputs {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1150px) {
  .callback-inputs {
    gap: 10px;
  }
}
@media (max-width: 950px) {
  .callback-inputs {
    gap: 8px;
  }
}

.services {
  padding-bottom: 100px;
}
.services__on-map, .services__contacts {
  margin-bottom: 56px;
}
@media (max-width: 1150px) {
  .services__on-map, .services__contacts {
    margin-bottom: 46px;
  }
}
@media (max-width: 950px) {
  .services__on-map, .services__contacts {
    margin-bottom: 36px;
  }
}

.services-locations__title {
  margin-bottom: 40px;
  font-family: TTNormsPro;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1150px) {
  .services-locations__title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .services-locations__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-item {
  padding: 0;
  margin: 0;
}

.services-link {
  padding: 0 0 0 37px;
  background-image: url("../images/svg/arrow-list-marker.svg");
  background-size: 23px 15px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  font-family: TTNormsPro;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 250ms color;
  transition: 250ms color;
}
@media (hover: hover) and (pointer: fine) {
  .services-link:hover {
    color: #F6E200;
  }
}
@media (max-width: 1150px) {
  .services-link {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 950px) {
  .services-link {
    padding-left: 26px;
    font-size: 14px;
  }
}

.services-on-map__title {
  margin-bottom: 74px;
  display: block;
  padding-left: 31px;
  font-family: WixMadeforDisplay;
  font-weight: 800;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  background-image: url("../images/svg/arrow-down-yel.svg");
  background-size: 15px 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1150px) {
  .services-on-map__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 950px) {
  .services-on-map__title {
    margin-bottom: 30px;
  }
}
.services-on-map__title .amount {
  font-weight: 400;
  color: #A3A7AA;
}

.services-on-map-content {
  width: 100%;
  display: grid;
  grid-template-columns: 266px 816px;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1150px) {
  .services-on-map-content {
    grid-template-columns: 266px auto;
  }
}
@media (max-width: 950px) {
  .services-on-map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.services-on-map-text__title {
  font-family: TTNormsPro;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 83px;
}
@media (max-width: 1150px) {
  .services-on-map-text__title {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media (max-width: 950px) {
  .services-on-map-text__title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.services-on-map-map .placeholder {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.servises-on-map-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}

.services-on-map-select-group__label {
  display: block;
  margin-bottom: 20px;
  font-family: TTNormsPro;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1150px) {
  .services-on-map-select-group__label {
    font-size: 16px;
  }
}

.services-on-map-select {
  border: none;
  width: 100%;
}
.services-on-map-select .jq-selectbox__select-text, .services-on-map-select li {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.02px; /* 143% */
}
.services-on-map-select li {
  padding: 3px 5px;
}
.services-on-map-select li:hover {
  background-color: #050505;
  color: #F6E200;
}
.services-on-map-select li.selected {
  color: #F6E200;
  background-color: #050505;
}
.services-on-map-select .jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 0;
  height: 21px;
}
.services-on-map-select .jq-selectbox__dropdown {
  border-radius: 0;
  border: none;
}
.services-on-map-select .jq-selectbox__trigger {
  border: 0;
}
.services-on-map-select .jq-selectbox__trigger-arrow {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-image: url(../images/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.services-on-map-select.dropdown.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.services-on-map-select:focus-visible {
  outline: 0;
}
.services-on-map-select.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.services-contacts-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 950px) {
  .services-contacts-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.services-contacts-title {
  text-decoration: none;
  color: inherit;
  font-family: TTNormsPro;
  font-weight: 500;
  font-size: 16px;
  padding-left: 29px;
  background-image: url("../images/svg/arrowdown-blk.svg");
  background-size: 10px 12px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}
@media (hover: hover) and (pointer: fine) {
  .services-contacts-title:hover {
    color: #F6E200;
  }
}

.services-contacts-alph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-contacts-l {
  color: inherit;
  text-decoration: none;
  padding: 3px;
  font-family: TTNormsPro;
  font-weight: 500;
  font-size: 16px;
  color: #A3A7AA;
}
.services-contacts-l.is-selected {
  color: #050505;
}
@media (hover: hover) and (pointer: fine) {
  .services-contacts-l:hover {
    color: #F6E200;
  }
}

.services-contacts__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 1150px) {
  .services-contacts__more {
    margin-top: 40px;
  }
}
@media (max-width: 950px) {
  .services-contacts__more {
    margin-top: 30px;
  }
}
.services-contacts__more .services-contacts-title {
  font-weight: 700;
}
.services-contacts__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .services-contacts__pagination {
    margin-top: 40px;
  }
}
@media (max-width: 950px) {
  .services-contacts__pagination {
    margin-top: 30px;
  }
}
.services-contacts__pagination .pagination-list a {
  font-size: 14px;
  font-weight: 700;
  background-color: transparent !important;
  color: #A3A7AA;
}
.services-contacts__pagination .pagination-list a:hover {
  color: #F6E200;
}
.services-contacts__pagination .pagination-list ._active a {
  color: #050505 !important;
}
.services-contacts__pagination .pagination__prev, .services-contacts__pagination .pagination__next {
  border: none;
}
.services-contacts__pagination .pagination__prev:hover, .services-contacts__pagination .pagination__next:hover {
  background-color: transparent;
}
.services-contacts__pagination .pagination__prev:hover .icon, .services-contacts__pagination .pagination__next:hover .icon {
  fill: #F6E200;
}
.services-contacts__headline {
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .services-contacts__headline {
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .services-contacts__headline {
    margin-bottom: 20px;
  }
}

.services-contacts-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 263px);
  gap: 50px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1150px) {
  .services-contacts-list {
    gap: 30px 20px;
    grid-template-columns: repeat(3, 263px);
  }
}
@media (max-width: 950px) {
  .services-contacts-list {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 263px);
  }
}
@media (max-width: 576px) {
  .services-contacts-list {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.services-contacts-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: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-contacts-item-title {
  padding-bottom: 8px;
  font-family: TTNormsPro;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .services-contacts-item-title {
    font-size: 14px;
    padding-bottom: 4px;
  }
}

.services-contacts-item-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  font-family: #050505;
}
.services-contacts-item-contact a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .services-contacts-item-contact a:hover {
    text-decoration: underline;
  }
}
.services-contacts-item-contact .icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: none;
  stroke: currentColor;
}

.history {
  padding-bottom: 100px;
  overflow: hidden;
}

.history-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1150px) {
  .history-container {
    gap: 75px;
  }
}
@media (max-width: 950px) {
  .history-container {
    gap: 50px;
  }
}

.history-video-container {
  width: 100%;
  display: block;
}

.history-video-preview {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .history-video-preview:hover .history-video-preview__play {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.history-video-preview:active .history-video-preview__play {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.history-video-preview__poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 576px) {
  .history-video-preview__poster {
    aspect-ratio: 21/9;
  }
}
.history-video-preview__play {
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  aspect-ratio: 1;
  width: 80px;
  height: 80px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .history-video-preview__play {
    width: 75px;
    height: 75px;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
  }
}
@media (max-width: 950px) {
  .history-video-preview__play {
    width: 70px;
    height: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
}

.history-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
}
@media (max-width: 576px) {
  .history-video-wrapper {
    aspect-ratio: 21/9;
  }
}

.history-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history-swiper {
  overflow: visible;
  position: relative;
  padding-left: 100px;
}
.history-swiper::before {
  content: "";
  position: absolute;
  width: 50vw;
  top: 0;
  bottom: 0;
  right: calc(100% - 70px);
  background-color: #fff;
  z-index: 2;
}

.history-slide {
  position: relative;
  overflow: visible;
  width: 100px;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 250ms ease-in-out color;
  transition: 250ms ease-in-out color;
}
@media (hover: hover) and (pointer: fine) {
  .history-slide:hover {
    color: #F6E200;
  }
}
.history-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #12212a;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transition: 250ms ease-in-out background-color;
  transition: 250ms ease-in-out background-color;
}
.history-slide.is-selected {
  color: #12212a;
}
.history-slide.is-selected::after {
  background-color: #F6E200;
}

.history-list-section__swiper {
  margin-bottom: 100px;
}
@media (max-width: 1150px) {
  .history-list-section__swiper {
    margin-bottom: 75px;
  }
}
@media (max-width: 950px) {
  .history-list-section__swiper {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .history-list-section__swiper {
    display: none;
  }
}

.history-swiper-nav {
  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;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  min-width: 70px;
  height: 48px;
  background-color: #fff;
  z-index: 3;
}
.history-swiper-nav::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

.history-prev,
.history-next {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/svg/arrow.svg");
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .history-prev:hover,
  .history-next:hover {
    background-image: url("../images/svg/arrow-list-marker.svg");
  }
}

.history-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.history-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.history-item-content {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 950px) {
  .history-item-content {
    padding: 0;
    max-width: 280px;
  }
}

.history-item-year {
  font-family: DrukTextWideCyr;
  font-weight: 100;
  font-size: 42px;
  line-height: 1;
}
@media (max-width: 768px) {
  .history-item-year {
    padding-top: 50px;
  }
}

.history-item-text {
  font-family: TTNormsPro;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 950px) {
  .history-item-text {
    font-size: 18px;
  }
}

.history-item-separator {
  position: relative;
  width: 2px;
  background-color: currentColor;
  height: 100%;
}
.history-item-separator::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 34px solid currentColor;
  border-right: 0;
  top: calc(50% - 17px);
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 768px) {
  .history-item-separator::after {
    top: 50px;
  }
}

.history-item {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  color: #d6d6d6;
  -webkit-transition: 250ms ease-in-out color;
  transition: 250ms ease-in-out color;
  min-height: 400px;
}
@media (max-width: 950px) {
  .history-item {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .history-item {
    grid-template-columns: 1fr 2px;
    gap: 28px 15px;
  }
}
.history-item.is-selected {
  color: #12212a;
}
.history-item__piclink {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .history-item__piclink {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
  }
}
.history-item__content {
  justify-self: end;
}
@media (max-width: 950px) {
  .history-item__content {
    justify-self: start;
  }
}
@media (max-width: 768px) {
  .history-item__content {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 768px) {
  .history-item__separator {
    grid-column: 2px;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .history-item:nth-child(even) .history-item__pic {
    grid-column: 1;
    grid-row: 1;
  }
  .history-item:nth-child(even) .history-item__content {
    justify-self: start;
    grid-column: 3;
    grid-row: 1;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .history-item:nth-child(even) .history-item__content {
    justify-self: end;
  }
}
@media (min-width: 768px) {
  .history-item:nth-child(even) .history-item__separator {
    grid-column: 2;
    grid-row: 1;
  }
  .history-item:nth-child(even) .history-item__separator::after {
    right: unset;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .history-item:first-child .history-item-year {
    padding-top: 0;
  }
  .history-item:first-child .history-item-separator::after {
    top: 0;
  }
}

.history-item-piclink {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .history-item-piclink:hover .history-item-piclink__play {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.history-item-piclink:active .history-item-piclink__play {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.history-item-piclink__pic {
  display: block;
  width: 100%;
  height: auto;
}
.history-item-piclink__pic > img {
  width: 100%;
  height: auto;
}
.history-item-piclink__play {
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  aspect-ratio: 1;
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .history-item-piclink__play {
    width: 45px;
    height: 45px;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
  }
}
@media (max-width: 950px) {
  .history-item-piclink__play {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
}

.history-item-logo {
  width: 66.67%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .history-item-logo {
    width: 100%;
  }
}

.production {
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 389.98px) {
  .production .page-title h1 {
    font-size: 21px;
  }
}

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

.production-section {
  padding: 50px 0;
}
@media (max-width: 1150px) {
  .production-section {
    padding: 37px 0;
  }
}
@media (max-width: 950px) {
  .production-section {
    padding: 25px 0;
  }
}

.prodiction-video-section {
  display: grid;
  grid-template-columns: auto 565px;
  gap: 50px;
  min-height: 400px;
}
@media (max-width: 1150px) {
  .prodiction-video-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

.production-video-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .production-video-link:hover .production-video-link__play {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.production-video-link:active .production-video-link__play {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.production-video-link__pic {
  display: block;
  width: 100%;
  height: 100%;
}
.production-video-link__pic > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.production-video-link__play {
  display: block;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  aspect-ratio: 1;
  width: 100px;
  height: 100px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .production-video-link__play {
    width: 94px;
    height: 94px;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
  }
}
@media (max-width: 950px) {
  .production-video-link__play {
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
  }
}

.production-video-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1150px) {
  .production-video-text {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .production-video-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.production-video-text__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: 12px;
}
@media (max-width: 1150px) {
  .production-video-text__item {
    gap: 20px;
  }
}
.production-video-text__item b {
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 67px;
  line-height: 0.8;
  color: #050505;
  white-space: nowrap;
}
@media (max-width: 1150px) {
  .production-video-text__item b {
    font-size: 42px;
  }
}
@media (max-width: 389.98px) {
  .production-video-text__item b {
    font-size: 32px;
  }
}
.production-video-text__item span {
  font-family: TTNormsPro;
  font-weight: 700;
  font-size: 20px;
  color: #12212a;
}
@media (max-width: 1150px) {
  .production-video-text__item span {
    max-width: 300px;
  }
}

.production-map-section-header {
  position: relative;
  margin-bottom: 55px;
  padding: 40px 60px 40px 0;
  color: #050505;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.25;
  max-width: 640px;
  margin: 0;
}
@media (max-width: 1150px) {
  .production-map-section-header {
    font-size: 24px;
    max-width: 540px;
  }
}
@media (max-width: 950px) {
  .production-map-section-header {
    font-size: 16px;
    max-width: 100%;
    padding: 40px 0;
  }
}
@media (max-width: 389.98px) {
  .production-map-section-header {
    font-size: 14px;
  }
}
.production-map-section-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #F6E200;
  z-index: -1;
  width: 50vw;
  right: calc(100% - 80px);
}
@media (max-width: 950px) {
  .production-map-section-header::before {
    right: 50%;
  }
}
.production-map-section-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F6E200;
  z-index: -1;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
@media (max-width: 950px) {
  .production-map-section-header::after {
    width: 50vw;
    left: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.production-map {
  display: block;
  padding-top: 50px;
}
.production-map > img {
  display: block;
  width: 100%;
  height: auto;
}

.production-map-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1150px) {
  .production-map-legend {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .production-map-legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.production-map-legitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 245px;
}
@media (max-width: 1150px) {
  .production-map-legitem {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.production-map-legitem img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 1150px) {
  .production-map-legitem img {
    width: 24px;
    height: 24px;
  }
}
.production-map-legitem span {
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  color: #050505;
  line-height: 1.1;
}
@media (max-width: 1150px) {
  .production-map-legitem span {
    font-size: 16px;
  }
}

.production-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1150px) {
  .production-list {
    gap: 30px;
  }
}
@media (min-width: 1149.98px) {
  .production-list .production-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .production-list .production-item:nth-child(even) .production-item-content {
    text-align: right;
  }
  .production-list .production-item:nth-child(even) .production-item-content-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .production-list .production-item:nth-child(even) .production-item-content-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.production-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1150px) {
  .production-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
  }
}

.production-item-piclink {
  display: block;
  position: relative;
  height: auto;
  width: 525px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1300px) {
  .production-item-piclink {
    width: 470px;
  }
}
@media (max-width: 1150px) {
  .production-item-piclink {
    width: 380px;
  }
}
@media (max-width: 950px) {
  .production-item-piclink {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .production-item-piclink:hover .production-item-piclink__play {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.production-item-piclink:active .production-item-piclink__play {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.production-item-piclink__pic {
  display: block;
  width: 100%;
  height: auto;
}
.production-item-piclink__pic > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1285/723;
}
@media (max-width: 1150px) {
  .production-item-piclink__pic > img {
    aspect-ratio: 1285/723;
  }
}
@media (max-width: 768px) {
  .production-item-piclink__pic > img {
    aspect-ratio: 1285/723;
  }
}
.production-item-piclink__play {
  display: block;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 35px);
  width: 70px;
  height: 40px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .production-item-piclink__play {
    width: 60px;
    height: 35px;
    top: calc(50% - 17.5px);
    left: calc(50% - 30px);
  }
}
@media (max-width: 1150px) {
  .production-item-piclink__play {
    width: 50px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 25px);
  }
}

.production-item-swiper {
  width: 100%;
  height: auto;
  position: relative;
}
.production-item-swiper .slick-list {
  width: 100%;
  height: auto;
}
.production-item-swiper .slick-slide {
  width: 100%;
  height: auto;
}
.production-item-swiper .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1285/723;
}
@media (max-width: 1150px) {
  .production-item-swiper .slick-slide img {
    aspect-ratio: 1285/723;
  }
}
@media (max-width: 768px) {
  .production-item-swiper .slick-slide img {
    aspect-ratio: 1285/723;
  }
}
.production-item-swiper__navigation {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .production-item-swiper__navigation {
    margin-top: 15px;
    gap: 15px;
  }
}
.production-item-swiper__navigation--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.production-item-swiper__arrow {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #121318;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .production-item-swiper__arrow {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .production-item-swiper__arrow:hover {
    color: #F6E200;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.production-item-swiper__arrow:active {
  color: #c3b300;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.production-item-swiper__arrow svg {
  width: 100%;
  height: 100%;
}
.production-item-swiper__arrow--prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.production-item-swiper__arrow--next svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.production-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 581px;
}
@media (max-width: 1150px) {
  .production-item-content {
    gap: 30px;
  }
}
@media (max-width: 1150px) {
  .production-item-content {
    width: 100%;
  }
}

.production-item-content-top {
  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;
}
@media (max-width: 1150px) {
  .production-item-content-top {
    gap: 30px;
  }
}

.production-item-title {
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 43px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (max-width: 1150px) {
  .production-item-title {
    font-size: 30px;
    line-height: 1.1;
  }
}
@media (max-width: 768px) {
  .production-item-title {
    font-size: 24px;
  }
}

.production-item-text {
  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;
}
.production-item-text, .production-item-text > * {
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .production-item-text, .production-item-text > * {
    font-size: 16px;
  }
}

.production-item-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 768px) {
  .production-item-content-bottom {
    gap: 30px;
  }
}

.production-item-content-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: 10px;
}
.production-item-content-item b {
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  font-size: 28px;
  color: #050505;
}
@media (max-width: 768px) {
  .production-item-content-item b {
    font-size: 18px;
  }
}
.production-item-content-item span {
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 700;
}

.production-list-nav {
  display: none;
}
@media (max-width: 768px) {
  .production-list-nav {
    display: block;
    padding-top: 50px;
  }
}

.production-news-section__title {
  margin-bottom: 100px;
  font-family: DrukTextWideCyr;
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 50px;
}
@media (max-width: 1150px) {
  .production-news-section__title {
    font-size: 43px;
    margin-bottom: 75px;
  }
}
@media (max-width: 1150px) {
  .production-news-section__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.production-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1150px) {
  .production-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.production-news-list-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: 60px;
  width: 480px;
}
@media (max-width: 1150px) {
  .production-news-list-wrap {
    width: 100%;
  }
}

.production-newslist {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}

.production-newsitem {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 54px;
  background-image: url("../images/svg/arrow-list-marker.svg");
  background-repeat: no-repeat;
  background-size: 24px 34px;
  background-position: top left;
  min-height: 34px;
}
@media (max-width: 1150px) {
  .production-newsitem {
    background-position: top 5px left;
  }
}
.production-newsitem:not(:last-child) .production-newslink {
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1150px) {
  .production-newsitem:not(:last-child) .production-newslink {
    padding-bottom: 14px;
  }
}

.production-newslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.production-newslink b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 500;
}
.production-newslink span {
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 400;
  color: #d6d6d6;
}
@media (hover: hover) and (pointer: fine) {
  .production-newslink:hover b {
    text-decoration: underline;
  }
}

.production-news-bignew {
  width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1150px) {
  .production-news-bignew {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .production-news-bignew:hover .production-news-bignew__content b {
    text-decoration: underline;
  }
}
.production-news-bignew__pic {
  display: block;
  width: 100%;
  height: auto;
}
.production-news-bignew__pic > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 608/404;
}
.production-news-bignew__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.production-news-bignew__content b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: TTNormsPro;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1150px) {
  .production-news-bignew__content b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .production-news-bignew__content b {
    font-size: 16px;
  }
}
.production-news-bignew__content span {
  font-family: TTNormsPro;
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
}

.production-news-list-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  aspect-ratio: 740/450;
  width: 90vw;
  height: 90vh;
  max-width: 740px;
  max-height: 450px;
  padding: 0;
  background: transparent;
}
@media (max-width: 1150px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 85vw;
    height: 85vh;
  }
}
@media (max-width: 950px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 80vw;
    height: 80vh;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: 95vw;
    height: auto;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
    width: auto;
    height: 95vh;
  }
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.about-hero {
  padding: 30px 0;
}
@media (max-width: 950px) {
  .about-hero {
    padding: 30px 0;
  }
}

.about-hero-title {
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .about-hero-title {
    margin-bottom: 40px;
  }
}
.about-hero-title__text {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-hero-title__text {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-hero-title__text {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-hero-content {
  margin-top: 0;
}

.about-hero-video {
  width: 100%;
  display: block;
}

.about-hero-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1269/653;
}
@media (max-width: 576px) {
  .about-hero-video-wrapper {
    aspect-ratio: 1269/653;
  }
}

.about-hero-video-preview {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .about-hero-video-preview:hover .about-hero-video-preview__play {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.about-hero-video-preview:active .about-hero-video-preview__play {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.about-hero-video-preview__poster {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1269/653;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 576px) {
  .about-hero-video-preview__poster {
    aspect-ratio: 1269/653;
  }
}
.about-hero-video-preview__play {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  aspect-ratio: 1;
  width: 108px;
  height: 108px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .about-hero-video-preview__play {
    width: 80px;
    height: 80px;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 850px) {
  .about-hero-video-preview__play {
    width: 50px;
    height: 50px;
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 650px) {
  .about-hero-video-preview__play {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
}

.about-hero-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: 60px;
}
@media (max-width: 1150px) {
  .about-hero-counters {
    gap: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 950px) {
  .about-hero-counters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 850px) {
  .about-hero-counters {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .about-hero-counters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-top: 30px;
  }
}

.about-hero-counter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media (max-width: 850px) {
  .about-hero-counter {
    width: calc(50% - 20px);
    text-align: center;
  }
}
@media (max-width: 550px) {
  .about-hero-counter {
    width: 100%;
    text-align: center;
  }
}
.about-hero-counter__number {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 38px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1300px) {
  .about-hero-counter__number {
    font-size: 30px;
  }
}
@media (max-width: 1150px) {
  .about-hero-counter__number {
    font-size: 26px;
  }
}
@media (max-width: 950px) {
  .about-hero-counter__number {
    font-size: 24px;
    line-height: 25px;
  }
}
.about-hero-counter__number .unit {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: lowercase;
}
@media (max-width: 1150px) {
  .about-hero-counter__number .unit {
    font-size: 24px;
  }
}
@media (max-width: 950px) {
  .about-hero-counter__number .unit {
    font-size: 16px;
    line-height: 25px;
  }
}
.about-hero-counter__description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  text-transform: lowercase;
}
@media (max-width: 1150px) {
  .about-hero-counter__description {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-hero-counter__description {
    font-size: 16px;
  }
}

.about-text-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-text-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-text-section {
    padding: 40px 0;
  }
}

.about-text-title {
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .about-text-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 650px) {
  .about-text-title {
    margin-bottom: 20px;
  }
}
.about-text-title__text {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-text-title__text {
    font-size: 28px;
  }
}
@media (max-width: 950px) {
  .about-text-title__text {
    font-size: 24px;
  }
}
@media (max-width: 650px) {
  .about-text-title__text {
    font-size: 20px;
  }
}

.about-text-description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 30px 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 96px;
}
.about-text-description.about-text-description--expanded {
  display: block;
  -webkit-line-clamp: unset;
  height: auto;
  text-overflow: unset;
}
@media (max-width: 1150px) {
  .about-text-description {
    font-size: 18px;
    height: 86.4px;
  }
}
@media (max-width: 950px) {
  .about-text-description {
    font-size: 16px;
    height: 76.8px;
  }
}
@media (max-width: 650px) {
  .about-text-description {
    font-size: 14px;
    height: 67.2px;
  }
}

.about-text-button {
  text-align: left;
}
.about-sections-menu {
  margin: 40px 0;
}
@media (max-width: 950px) {
  .about-sections-menu {
    margin: 40px 0;
  }
}
@media (max-width: 500px) {
  .about-sections-menu {
    margin: 40px 0;
  }
}

.about-sections-menu-wrapper {
  max-width: 1290px;
  margin: 0 auto;
}

.about-sections-menu-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  row-gap: 8px;
}
@media (max-width: 950px) {
  .about-sections-menu-tags {
    gap: 8px;
    row-gap: 8px;
  }
}
@media (max-width: 500px) {
  .about-sections-menu-tags {
    gap: 8px;
    row-gap: 8px;
  }
}

.about-sections-menu-tag {
  display: inline-block;
  padding: 12px 14px;
  background: #F5F5F5;
  color: #1C252E;
  text-decoration: none;
  font-family: TTNormsPro;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.02px; /* 143% */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid transparent;
  will-change: color, background-color, transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 950px) {
  .about-sections-menu-tag {
    padding: 12px 14px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .about-sections-menu-tag {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.about-sections-menu-tag:hover {
  color: #1C252E;
  background: #F6E200;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.about-sections-menu-tag:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.about-mission-values-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-mission-values-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-mission-values-section {
    padding: 40px 0;
  }
}

.about-mission-values-header {
  margin-bottom: 80px;
}
@media (max-width: 950px) {
  .about-mission-values-header {
    margin-bottom: 25px;
  }
}
.about-mission-values-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0 0 30px 0;
}
@media (max-width: 1150px) {
  .about-mission-values-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-mission-values-header__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
.about-mission-values-header__description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .about-mission-values-header__description {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-mission-values-header__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .about-mission-values-header__description {
    font-size: 14px;
  }
}

.about-mission-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1150px) {
  .about-mission-values {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .about-mission-values {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-mission-values {
    gap: 30px;
  }
}

.about-mission-values-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-mission-values-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-mission-values-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-mission-values-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-mission-values-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-mission-values-content {
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-mission-values-content {
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-mission-values-content {
    gap: 25px;
    padding: 0 15px;
    padding-right: unset;
  }
}
@media (max-width: 650px) {
  .about-mission-values-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-mission-values-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.about-mission-values-item {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-mission-values-item.about-mission-values-item--active .about-mission-values-item__arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about-mission-values-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 0 0 10px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 650px) {
  .about-mission-values-item__header {
    padding: 0 0 10px 0;
    gap: 12px;
  }
}
.about-mission-values-item__title {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-mission-values-item__title {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-mission-values-item__title {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-mission-values-item__title {
    font-size: 14px;
  }
}
.about-mission-values-item__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.about-mission-values-item__arrow img {
  width: 16px;
  height: 16px;
}
.about-mission-values-item__dropdown {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.about-mission-values-item__dropdown.about-mission-values-item__dropdown--active {
  max-height: 500px;
}
.about-mission-values-item__content {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
  padding: 0 0 30px 40px;
}
@media (max-width: 1150px) {
  .about-mission-values-item__content {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .about-mission-values-item__content {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .about-mission-values-item__content {
    font-size: 14px;
  }
}

.about-investors-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-investors-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-investors-section {
    padding: 40px 0;
  }
}

.about-investors-header {
  margin-bottom: 80px;
}
@media (max-width: 950px) {
  .about-investors-header {
    margin-bottom: 25px;
  }
}
.about-investors-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-investors-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-investors-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-investors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1150px) {
  .about-investors {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .about-investors {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-investors {
    gap: 30px;
  }
}

.about-investors-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-investors-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-investors-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-investors-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-investors-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-investors-content {
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-investors-content {
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-investors-content {
    gap: 25px;
    padding: 0 15px;
    padding-right: unset;
  }
}
@media (max-width: 650px) {
  .about-investors-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-investors-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.about-investors-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 950px) {
  .about-investors-row {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .about-investors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.about-investors-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-investors-stat__counter {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 42px;
  font-style: normal;
  font-weight: 1000;
  line-height: 51.581px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
}
@media (max-width: 950px) {
  .about-investors-stat__counter {
    font-size: 36px;
    line-height: 44px;
    min-width: 100px;
  }
}
@media (max-width: 650px) {
  .about-investors-stat__counter {
    font-size: 28px;
    line-height: 36px;
    min-width: 80px;
  }
}
.about-investors-stat__description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 950px) {
  .about-investors-stat__description {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 650px) {
  .about-investors-stat__description {
    font-size: 14px;
    line-height: 16px;
  }
}
.about-investors-stat__unit {
  font-size: 28px;
  font-style: normal;
  font-weight: 1000;
  line-height: 51.581px;
  text-transform: lowercase;
}
@media (max-width: 950px) {
  .about-investors-stat__unit {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (max-width: 650px) {
  .about-investors-stat__unit {
    font-size: 20px;
    line-height: 36px;
  }
}

.about-investors-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}
@media (max-width: 950px) {
  .about-investors-button {
    margin-top: 40px;
  }
}
@media (max-width: 650px) {
  .about-investors-button {
    margin-top: 30px;
  }
}
.about-production-section {
  padding: 40px 0 80px 0;
}
@media (max-width: 1300px) {
  .about-production-section {
    padding: 40px 0 70px 0;
  }
}
@media (max-width: 1150px) {
  .about-production-section {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 950px) {
  .about-production-section {
    padding: 40px 0 50px 0;
  }
}
@media (max-width: 650px) {
  .about-production-section {
    padding: 40px 0 40px 0;
  }
}
@media (max-width: 480px) {
  .about-production-section {
    padding: 40px 0 30px 0;
  }
}

.about-production-header {
  margin-bottom: 80px;
}
@media (max-width: 950px) {
  .about-production-header {
    margin-bottom: 25px;
  }
}
.about-production-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-production-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-production-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-production {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1150px) {
  .about-production {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .about-production {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-production {
    gap: 30px;
  }
}

.about-production-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-production-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-production-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-production-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-production-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-production-content {
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-production-content {
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-production-content {
    gap: 25px;
    padding: 0 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: unset;
  }
}
@media (max-width: 650px) {
  .about-production-content {
    gap: 50px;
  }
}

.about-production-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1300px) {
  .about-production-stats {
    gap: 45px;
  }
}
@media (max-width: 1150px) {
  .about-production-stats {
    gap: 40px;
  }
}
@media (max-width: 950px) {
  .about-production-stats {
    gap: 35px;
  }
}
@media (max-width: 650px) {
  .about-production-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .about-production-stats {
    gap: 25px;
  }
}

.about-production-stat {
  min-width: 200px;
}
@media (max-width: 1150px) {
  .about-production-stat {
    min-width: 180px;
  }
}
@media (max-width: 950px) {
  .about-production-stat {
    min-width: 160px;
  }
}
@media (max-width: 650px) {
  .about-production-stat {
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .about-production-stat {
    min-width: 120px;
  }
}
.about-production-stat--wide {
  grid-column: 1/-1;
  max-width: 500px;
}
@media (max-width: 950px) {
  .about-production-stat--wide {
    max-width: 450px;
  }
}
@media (max-width: 650px) {
  .about-production-stat--wide {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .about-production-stat--wide {
    max-width: 100%;
  }
}
.about-production-stat__counter {
  color: #1e252a;
  font-family: DrukTextWideCyr;
  font-size: 42px;
  font-style: normal;
  font-weight: 1000;
  line-height: 42px;
  margin-bottom: 8px;
}
@media (max-width: 1150px) {
  .about-production-stat__counter {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 950px) {
  .about-production-stat__counter {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 650px) {
  .about-production-stat__counter {
    font-size: 24px;
    line-height: 24px;
  }
}
.about-production-stat__counter .unit {
  color: #1e252a;
  font-family: DrukTextWideCyr;
  font-size: 28px;
  font-style: normal;
  font-weight: 1000;
  line-height: 42px;
}
@media (max-width: 1150px) {
  .about-production-stat__counter .unit {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 950px) {
  .about-production-stat__counter .unit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 650px) {
  .about-production-stat__counter .unit {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-production-stat__description {
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: lowercase;
  color: #666;
}
@media (max-width: 1150px) {
  .about-production-stat__description {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 950px) {
  .about-production-stat__description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 650px) {
  .about-production-stat__description {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 480px) {
  .about-production-stat__description {
    font-size: 12px;
    line-height: 14px;
  }
}

.about-production-advantages {
  margin-top: 60px;
}
@media (max-width: 1300px) {
  .about-production-advantages {
    margin-top: 55px;
  }
}
@media (max-width: 1150px) {
  .about-production-advantages {
    margin-top: 50px;
  }
}
@media (max-width: 950px) {
  .about-production-advantages {
    margin-top: 45px;
  }
}
@media (max-width: 650px) {
  .about-production-advantages {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .about-production-advantages {
    margin-top: 35px;
  }
}
.about-production-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .about-production-advantages__list {
    gap: 45px;
  }
}
@media (max-width: 1150px) {
  .about-production-advantages__list {
    gap: 40px;
  }
}
@media (max-width: 950px) {
  .about-production-advantages__list {
    gap: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 650px) {
  .about-production-advantages__list {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .about-production-advantages__list {
    gap: 25px;
  }
}

.about-production-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 1300px) {
  .about-production-advantage {
    gap: 22px;
  }
}
@media (max-width: 1150px) {
  .about-production-advantage {
    gap: 20px;
  }
}
@media (max-width: 950px) {
  .about-production-advantage {
    gap: 18px;
    min-width: calc(50% - 17.5px);
  }
}
@media (max-width: 650px) {
  .about-production-advantage {
    gap: 15px;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .about-production-advantage {
    gap: 12px;
  }
}
.about-production-advantage__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 68px;
  height: 68px;
  background-color: #F6E200;
  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;
}
@media (max-width: 1150px) {
  .about-production-advantage__icon {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 950px) {
  .about-production-advantage__icon {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 650px) {
  .about-production-advantage__icon {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 480px) {
  .about-production-advantage__icon {
    width: 46px;
    height: 46px;
  }
}
.about-production-advantage__icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1150px) {
  .about-production-advantage__icon img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 950px) {
  .about-production-advantage__icon img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 650px) {
  .about-production-advantage__icon img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .about-production-advantage__icon img {
    width: 24px;
    height: 24px;
  }
}
.about-production-advantage__text {
  font-family: TTNormsPro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #050505;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1300px) {
  .about-production-advantage__text {
    font-size: 15px;
    line-height: 120%;
  }
}
@media (max-width: 1150px) {
  .about-production-advantage__text {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 950px) {
  .about-production-advantage__text {
    font-size: 13px;
    line-height: 120%;
  }
}
@media (max-width: 650px) {
  .about-production-advantage__text {
    font-size: 12px;
    line-height: 120%;
  }
}
@media (max-width: 480px) {
  .about-production-advantage__text {
    font-size: 12px;
    line-height: 120%;
  }
}

.about-production-button {
  text-align: right;
  margin-top: 80px;
}
@media (max-width: 950px) {
  .about-production-button {
    margin-top: 60px;
  }
}
@media (max-width: 650px) {
  .about-production-button {
    margin-top: 50px;
  }
}
.about-history-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-history-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-history-section {
    padding: 40px 0;
  }
}

.about-history-header {
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .about-history-header {
    margin-bottom: 40px;
  }
}
.about-history-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-history-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-history-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .about-history {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-history {
    gap: 30px;
  }
}

.about-history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-history-content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-history-content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-history-content {
    gap: 25px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .about-history-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-history-text__paragraph {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-history-text__paragraph {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-history-text__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-history-text__paragraph {
    font-size: 14px;
  }
}

.about-history-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-history-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-history-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-history-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-history-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-career-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-career-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-career-section {
    padding: 40px 0;
  }
}

.about-career-header {
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .about-career-header {
    margin-bottom: 40px;
  }
}
.about-career-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-career-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-career-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-career {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .about-career {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-career {
    gap: 30px;
  }
}

.about-career-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-career-content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-career-content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-career-content {
    gap: 25px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .about-career-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-career-text__paragraph {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 20px 0;
}
@media (max-width: 1150px) {
  .about-career-text__paragraph {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-career-text__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-career-text__paragraph {
    font-size: 14px;
  }
}
.about-career-text__paragraph:last-child {
  margin-bottom: 0;
}

.about-career-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-career-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-career-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-career-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-career-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-labor-protection-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-labor-protection-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-labor-protection-section {
    padding: 40px 0;
  }
}

.about-labor-protection-header {
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .about-labor-protection-header {
    margin-bottom: 40px;
  }
}
.about-labor-protection-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-labor-protection-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-labor-protection-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-labor-protection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .about-labor-protection {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-labor-protection {
    gap: 30px;
  }
}

.about-labor-protection-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-labor-protection-content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-labor-protection-content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-labor-protection-content {
    gap: 25px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .about-labor-protection-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-labor-protection-text__paragraph {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0 0 20px 0;
}
@media (max-width: 1150px) {
  .about-labor-protection-text__paragraph {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-labor-protection-text__paragraph {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-labor-protection-text__paragraph {
    font-size: 14px;
  }
}
.about-labor-protection-text__paragraph:last-child {
  margin-bottom: 0;
}

.about-labor-protection-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.about-labor-protection-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-labor-protection-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-labor-protection-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-labor-protection-image__wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-customers {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-customers {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-customers {
    padding: 40px 0;
  }
}

.about-customers-header {
  margin-bottom: 50px;
}
@media (max-width: 950px) {
  .about-customers-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .about-customers-header {
    margin-bottom: 30px;
  }
}
.about-customers-header__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
@media (max-width: 1300px) {
  .about-customers-header__title {
    font-size: 38px;
  }
}
@media (max-width: 1150px) {
  .about-customers-header__title {
    font-size: 32px;
  }
}
@media (max-width: 950px) {
  .about-customers-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}
@media (max-width: 650px) {
  .about-customers-header__title {
    font-size: 20px;
  }
}

.about-customers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-customers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.about-customers-item:hover {
  opacity: 0.8;
}
.about-customers-item__logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about-customers-item:hover .about-customers-item__logo {
  opacity: 0.8;
}

.about-achievements {
  background-image: url("../images/about/awards-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .about-achievements {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .about-achievements {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .about-achievements {
    padding: 30px 0;
  }
}

.about-achievements-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .about-achievements-content {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .about-achievements-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .about-achievements-content {
    gap: 25px;
  }
}

.about-achievements-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.about-achievements-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-achievements-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-achievements-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-achievements-description__text {
  font-size: 16px;
  line-height: 1.6;
  font-family: TTNormsPro;
  color: #1C252E;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-achievements-description__text {
    font-size: 15px;
  }
}
@media (max-width: 950px) {
  .about-achievements-description__text {
    font-size: 14px;
  }
}
@media (max-width: 650px) {
  .about-achievements-description__text {
    font-size: 14px;
  }
}

.about-achievements-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .about-achievements-award {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .about-achievements-award {
    padding: 12px;
  }
}
.about-achievements-award__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .about-achievements-award__image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.about-achievements-award__image img {
  width: 165px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .about-achievements-award__image img {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .about-achievements-award__image img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .about-achievements-award__image img {
    width: 100px;
  }
}
.about-achievements-award__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-achievements-award__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  font-family: TTNormsPro;
  color: #1C252E;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-achievements-award__title {
    font-size: 17px;
  }
}
@media (max-width: 950px) {
  .about-achievements-award__title {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-achievements-award__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-achievements-award__title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about-achievements-award__title {
    font-size: 15px;
  }
}
.about-achievements-award__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: TTNormsPro;
  color: #1C252E;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-achievements-award__description {
    font-size: 13px;
  }
}
@media (max-width: 950px) {
  .about-achievements-award__description {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .about-achievements-award__description {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about-achievements-award__description {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .about-achievements-award__description {
    font-size: 12px;
  }
}

.about-achievements-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 768px) {
  .about-achievements-button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.about-achievements-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-achievements-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.achievements-modal {
  background: #ffffff url("../images/about/achivements-bg.svg") no-repeat center center;
  background-size: cover;
  max-width: 1440px;
  margin: 40px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.achievements-modal-content {
  position: relative;
}

.achievements-modal-body {
  padding: 40px;
}
@media (max-width: 1440px) {
  .achievements-modal-body {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-body {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-body {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-body {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-body {
    padding: 20px 15px;
  }
}

.achievements-modal-header {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .achievements-modal-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-header {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-header {
    margin-bottom: 20px;
  }
}
.achievements-modal-header__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 42px;
  font-style: normal;
  font-weight: 1000;
  line-height: 124.9%;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
@media (max-width: 1440px) {
  .achievements-modal-header__title {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-header__title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-header__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-header__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-header__title {
    font-size: 24px;
  }
}

.achievements-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1440px) {
  .achievements-modal-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.achievements-modal-item {
  background: transparent;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.achievements-modal-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 1440px) {
  .achievements-modal-item {
    padding: 0;
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-item {
    padding: 0;
    gap: 18px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-item {
    padding: 0;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-item {
    padding: 0;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-item {
    padding: 0;
    gap: 12px;
  }
}
.achievements-modal-item__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.achievements-modal-item__logo img {
  width: 62px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .achievements-modal-item__logo img {
    width: 62px;
    height: 62px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-item__logo img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-item__logo img {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-item__logo img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-item__logo img {
    width: 45px;
    height: 45px;
  }
}
.achievements-modal-item__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.achievements-modal-item__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: TTNormsPro;
  color: #1C252E;
  margin: 0 0 10px 0;
  line-height: normal;
}
@media (max-width: 1440px) {
  .achievements-modal-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-item__title {
    font-size: 15px;
    margin-bottom: 9px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-item__title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-item__title {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.achievements-modal-item__description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: TTNormsPro;
  color: rgba(28, 37, 46, 0.8);
  margin: 0;
}
@media (max-width: 1440px) {
  .achievements-modal-item__description {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .achievements-modal-item__description {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .achievements-modal-item__description {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .achievements-modal-item__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .achievements-modal-item__description {
    font-size: 13px;
  }
}

.about-showroom-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-showroom-section {
    padding: 40px 0;
  }
}
@media (max-width: 650px) {
  .about-showroom-section {
    padding: 40px 0;
  }
}

.about-showroom-header {
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .about-showroom-header {
    margin-bottom: 40px;
  }
}
.about-showroom-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-showroom-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-showroom-header__title {
    font-size: 24px;
    line-height: 25px;
  }
}

.about-showroom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1150px) {
  .about-showroom {
    gap: 50px;
  }
}
@media (max-width: 950px) {
  .about-showroom {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-showroom {
    gap: 30px;
  }
}

.about-showroom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  height: 100%;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-showroom-content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-showroom-content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-showroom-content {
    gap: 30px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .about-showroom-content {
    gap: 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-showroom-content__text {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1150px) {
  .about-showroom-content__text {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-showroom-content__text {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-showroom-content__text {
    font-size: 14px;
  }
}

.about-showroom-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about-showroom-counters__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 950px) {
  .about-showroom-counters__grid {
    gap: 25px;
  }
}
@media (max-width: 650px) {
  .about-showroom-counters__grid {
    gap: 20px;
  }
}

.about-showroom-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.about-showroom-counter:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.about-showroom-counter:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.about-showroom-counter:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.about-showroom-counter:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}
.about-showroom-counter:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}
.about-showroom-counter__number {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 42px;
  font-style: normal;
  font-weight: 1000;
  line-height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 120px;
}
@media (max-width: 1150px) {
  .about-showroom-counter__number {
    font-size: 32px;
    line-height: 32px;
    min-width: 100px;
  }
}
@media (max-width: 950px) {
  .about-showroom-counter__number {
    font-size: 28px;
    line-height: 28px;
    min-width: 100px;
  }
}
@media (max-width: 650px) {
  .about-showroom-counter__number {
    font-size: 24px;
    line-height: 24px;
    min-width: 80px;
  }
}
.about-showroom-counter__description {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1150px) {
  .about-showroom-counter__description {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 950px) {
  .about-showroom-counter__description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 650px) {
  .about-showroom-counter__description {
    font-size: 12px;
    line-height: 14px;
  }
}

.about-showroom-image {
  width: 100%;
  height: 100%;
  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;
}
@media (max-width: 650px) {
  .about-showroom-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 15px;
  }
}
.about-showroom-image__wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-showroom-image__wrapper img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-showroom-image__caption {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  padding-right: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-showroom-image__caption {
    padding-right: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-showroom-image__caption {
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-showroom-image__caption {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media (max-width: 650px) {
  .about-showroom-image__caption {
    font-size: 14px;
    padding: 0 15px;
  }
}

.about-showroom-button {
  margin-top: 40px;
}
@media (max-width: 650px) {
  .about-showroom-button {
    padding: 0 15px;
  }
}
.about-showroom-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-showroom-button__link {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-showroom-button__link .btn {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1150px) {
  .about-showroom-button__link .btn {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .about-showroom-button__link .btn {
    font-size: 12px;
  }
}

.about-projects-section {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-projects-section {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  .about-projects-section {
    padding: 40px 0;
  }
}
.about-projects-section__content {
  width: 100%;
}

.projects-section-info {
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .projects-section-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .projects-section-info {
    margin-bottom: 30px;
  }
}
.projects-section-info__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 50px;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1280px) {
  .projects-section-info__title {
    font-size: 43px;
  }
}
@media (max-width: 1024px) {
  .projects-section-info__title {
    font-size: 34px;
  }
}
@media (max-width: 950px) {
  .projects-section-info__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .projects-section-info__title {
    font-size: 24px;
  }
}

.projects-section-slider {
  position: relative;
}

.projects-swiper {
  overflow: hidden;
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .projects-swiper {
    padding-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .projects-swiper {
    padding-bottom: 40px;
  }
}
.projects-swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-card {
  height: 100%;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project-card__inner {
  height: 100%;
  width: 100%;
  border: 1.5px solid #D9D9D9;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.project-card__inner:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.project-card__pic {
  aspect-ratio: 1000/700;
  overflow: hidden;
  display: block;
  width: 100%;
}
.project-card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.project-card__pic:hover img {
  scale: 1.1;
}
.project-card__info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media (max-width: 500px) {
  .project-card__info {
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .project-card__info {
    padding: 12px;
  }
}
.project-card__title {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.project-card__name {
  color: #121318;
  font-family: TTNormsPro;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1280px) {
  .project-card__name {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .project-card__name {
    font-size: 16px;
  }
}
.project-card__name:hover {
  color: #F6E200;
}
.project-card__city {
  color: #121318;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .project-card__city {
    font-size: 12px;
  }
}
.project-card__descr {
  color: #777;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media (max-width: 500px) {
  .project-card__descr {
    font-size: 12px;
  }
}
.project-card__descr a {
  text-decoration: none;
  color: #050505;
}

.projects-section-slider__controls {
  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-top: 40px;
  padding: 0 20px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .projects-section-slider__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 650px) {
  .projects-section-slider__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
@media (max-width: 500px) {
  .projects-section-slider__controls {
    margin-top: 25px;
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 400px) {
  .projects-section-slider__controls {
    gap: 10px;
    padding: 0 10px;
  }
}

.projects-section-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 950px) {
  .projects-section-slider__arrows {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 650px) {
  .projects-section-slider__arrows {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .projects-section-slider__arrows {
    gap: 15px;
  }
}

.projects-section-slider__prev,
.projects-section-slider__next {
  width: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .projects-section-slider__prev,
  .projects-section-slider__next {
    width: 20px;
    height: 40px;
  }
}
.projects-section-slider__prev:hover svg,
.projects-section-slider__next:hover svg {
  fill: #F6E200;
}
.projects-section-slider__prev svg,
.projects-section-slider__next svg {
  width: 20px;
  height: 20px;
  fill: #000000;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media (max-width: 500px) {
  .projects-section-slider__prev svg,
  .projects-section-slider__next svg {
    width: 16px;
    height: 16px;
  }
}

.projects-section-slider__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.projects-section-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 950px) {
  .projects-section-slider__pagination {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .projects-section-slider__pagination {
    display: none;
  }
}
.projects-section-slider__pagination .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
@media (max-width: 500px) {
  .projects-section-slider__pagination .swiper-pagination {
    gap: 6px;
    padding: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .projects-section-slider__pagination .swiper-pagination {
    overflow-x: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 360px) {
  .projects-section-slider__pagination .swiper-pagination {
    gap: 4px;
    padding: 0 10px;
  }
}
.projects-section-slider__pagination .swiper-pagination-bullet {
  width: 17px;
  height: 3px;
  background: #A1A5A7;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 500px) {
  .projects-section-slider__pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    margin: 0 3px;
  }
}
@media (max-width: 360px) {
  .projects-section-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
    margin: 0 2px;
  }
}
.projects-section-slider__pagination .swiper-pagination-bullet-active {
  background: #F6E200;
  height: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 500px) {
  .projects-section-slider__pagination .swiper-pagination-bullet-active {
    height: 3px;
  }
}
@media (max-width: 360px) {
  .projects-section-slider__pagination .swiper-pagination-bullet-active {
    height: 2px;
  }
}

@media (max-width: 950px) {
  .projects-section-slider__more {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .projects-section-slider__more {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}
.projects-section-slider__more .btn {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .projects-section-slider__more .btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}
@media (max-width: 650px) {
  .projects-section-slider__more .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  .projects-section-slider__more .btn {
    font-size: 13px;
    padding: 8px 16px;
  }
}

.about-brandbook-hero {
  padding: 40px 0;
}
@media (max-width: 950px) {
  .about-brandbook-hero {
    padding: 40px 0;
  }
}

.about-brandbook-hero-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .about-brandbook-hero-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-brandbook-hero-header__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

.about-brandbook-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 950px) {
  .about-brandbook-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.about-brandbook-hero-image {
  position: relative;
}
@media (max-width: 950px) {
  .about-brandbook-hero-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-brandbook-hero-image__pic {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.about-brandbook-hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 950px) {
  .about-brandbook-hero-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-brandbook-hero-description {
  margin-bottom: 40px;
}
@media (max-width: 950px) {
  .about-brandbook-hero-description {
    margin-bottom: 30px;
  }
}
.about-brandbook-hero-description__text {
  font-family: TTNormsPro, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}

.about-brandbook-hero-list {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 950px) {
  .about-brandbook-hero-list {
    margin-bottom: 30px;
  }
}

.about-brandbook-hero-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.about-brandbook-hero-item:last-child {
  margin-bottom: 0;
}
.about-brandbook-hero-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg/arrow-list-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 950px) {
  .about-brandbook-hero-item::before {
    width: 18px;
    height: 18px;
    top: 6px;
  }
}
@media (max-width: 950px) {
  .about-brandbook-hero-item {
    padding-left: 30px;
    margin-bottom: 20px;
  }
}
.about-brandbook-hero-item__text {
  color: #050505;
  font-family: TTNormsPro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin: 0;
}

.about-brandbook-hero-button {
  margin-top: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 950px) {
  .about-brandbook-hero-button {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.social {
  background-color: #F6E200;
  padding: 100px 0;
}
@media (max-width: 850px) {
  .social {
    padding: 45px 0;
  }
}
.social__title {
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 40px;
  font-style: normal;
  font-weight: 1000;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .social__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .social__title {
    font-size: 24px;
    line-height: 25px;
  }
}
.social__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 950px) {
  .social__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.social__info {
  width: 60%;
}
@media (max-width: 950px) {
  .social__info {
    width: 100%;
  }
}
.social__links {
  width: 40%;
}
@media (max-width: 950px) {
  .social__links {
    width: 100%;
  }
}
.social__descr {
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 245.833% */
}
@media (max-width: 650px) {
  .social__descr {
    margin: 10px 0;
    font-size: 18px;
    line-height: 18px;
  }
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 950px) {
  .social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 460px;
  }
}
@media (max-width: 650px) {
  .social-links {
    max-width: 350px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}

.social-link {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  height: 70px;
}
@media (max-width: 650px) {
  .social-link {
    width: 48px;
    height: 48px;
  }
}
.social-link:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directions-section {
  padding: 40px 0;
}

.directions-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%;
  text-transform: uppercase;
  color: #050505;
  text-align: left;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .directions-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .directions-header__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .directions-header__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.directions-header__subtitle {
  color: #1C252E;
  text-align: center;
  font-family: TTNormsPro;
  font-size: 25.338px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
@media (max-width: 950px) {
  .directions-header__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .directions-header__subtitle {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .directions-header__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.directions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 55px;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  width: 100%;
}
@media (max-width: 1024px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    row-gap: 45px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media (max-width: 768px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    row-gap: 40px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 600px) {
  .directions-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
    row-gap: 35px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 480px) {
  .directions-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
    gap: 15px;
    row-gap: 30px;
  }
}

.direction-card {
  background: #F5F5F5;
  border-radius: 0;
  padding: 15px 20px;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.direction-card:focus {
  outline: 2px solid #F6E200;
  outline-offset: 2px;
}
.direction-card:hover, .direction-card:focus {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.direction-card:hover .direction-card-default__arrow, .direction-card:focus .direction-card-default__arrow {
  color: #F6E200;
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
  color: #F6E200;
  -webkit-transform: translateX(50%) rotate(-90deg) scale(1.1);
      -ms-transform: translateX(50%) rotate(-90deg) scale(1.1);
          transform: translateX(50%) rotate(-90deg) scale(1.1);
}
@media (max-width: 768px) {
  .direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media (max-width: 480px) {
  .direction-card:hover .direction-card-default__arrow--up, .direction-card:focus .direction-card-default__arrow--up {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
.direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
  color: #F6E200;
  -webkit-transform: translateY(-50%) rotate(180deg) scale(1.1);
      -ms-transform: translateY(-50%) rotate(180deg) scale(1.1);
          transform: translateY(-50%) rotate(180deg) scale(1.1);
}
@media (max-width: 768px) {
  .direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media (max-width: 480px) {
  .direction-card:hover .direction-card-default__arrow--left, .direction-card:focus .direction-card-default__arrow--left {
    -webkit-transform: translateY(-50%) scale(1.1);
        -ms-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
.direction-card.expanded .direction-card-default {
  left: 100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.direction-card.expanded .direction-expanded {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.direction-card.expanded .direction-expanded .direction-expanded__title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.direction-card.expanded .direction-expanded .direction-expanded__logo {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.direction-card.expanded .direction-expanded .direction-expanded__link {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.direction-card.direction-card--lighting.expanded {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.direction-card.direction-card--lighting.expanded .direction-card-default {
  left: unset;
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.direction-card.direction-card--energy.expanded {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.direction-card.direction-card--energy.expanded .direction-card-default {
  left: unset;
  right: 100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.direction-card.direction-card--it.expanded {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.direction-card.direction-card--it.expanded .direction-card-default {
  left: 0;
  top: unset;
  bottom: 100%;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
@media (max-width: 768px) {
  .direction-card.direction-card--lighting.expanded, .direction-card.direction-card--energy.expanded, .direction-card.direction-card--it.expanded {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (max-width: 768px) {
  .direction-card {
    padding: 15px 15px;
  }
  .direction-card .direction-card-default {
    display: none;
  }
  .direction-card .direction-expanded {
    display: block !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .direction-card .direction-expanded .direction-expanded__title {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .direction-card .direction-expanded .direction-expanded__logo {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .direction-card .direction-expanded .direction-expanded__link {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media (max-width: 600px) {
  .direction-card {
    padding: 12px 12px;
  }
}
@media (max-width: 480px) {
  .direction-card {
    padding: 12px 12px;
  }
}

.direction-card-default {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 2;
}

.direction-card--lighting .direction-card-default {
  left: unset;
  right: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.direction-card--energy .direction-card-default {
  left: unset;
  right: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.direction-card--it .direction-card-default {
  left: 0;
  top: unset;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

.direction-card-default__name {
  font-family: TTNormsPro;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D252D;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .direction-card-default__name {
    font-size: 16px;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .direction-card-default__name {
    font-size: 14px;
    margin-right: 35px;
  }
}

.direction-card--lighting .direction-card-default__name,
.direction-card--energy .direction-card-default__name {
  margin-right: 20px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .direction-card--lighting .direction-card-default__name,
  .direction-card--energy .direction-card-default__name {
    margin-right: 40px;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .direction-card--lighting .direction-card-default__name,
  .direction-card--energy .direction-card-default__name {
    margin-right: 35px;
    margin-left: 0;
  }
}

.direction-card--it .direction-card-default__name {
  margin-right: 0;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .direction-card--it .direction-card-default__name {
    margin-right: 40px;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .direction-card--it .direction-card-default__name {
    margin-right: 35px;
    margin-top: 0;
    text-align: left;
  }
}

.direction-card-default__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 40px;
  color: #D9D9D9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.direction-card-default__arrow svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .direction-card-default__arrow {
    right: 15px;
    width: 24px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow {
    right: 12px;
    width: 20px;
    height: 25px;
  }
}

.direction-card-default__arrow--up {
  right: 50%;
  top: 15px;
  -webkit-transform: translateX(50%) rotate(-90deg);
      -ms-transform: translateX(50%) rotate(-90deg);
          transform: translateX(50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .direction-card-default__arrow--up {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow--up {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.direction-card-default__arrow--left {
  right: auto;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .direction-card-default__arrow--left {
    right: 15px;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 480px) {
  .direction-card-default__arrow--left {
    right: 12px;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.direction-expanded {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.direction-expanded__grid {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 100%;
}
@media (max-width: 768px) {
  .direction-expanded__grid {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .direction-expanded__grid {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__grid {
    gap: 12px;
  }
}

.direction-expanded__title {
  font-family: TTNormsPro;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D252D;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  opacity: 0;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.4s ease 0.05s;
  transition: all 0.4s ease 0.05s;
}
@media (max-width: 768px) {
  .direction-expanded__title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__title {
    font-size: 13px;
  }
}

.direction-expanded__link {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.direction-expanded__link span {
  font-family: TTNormsPro;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #050505;
}
@media (max-width: 768px) {
  .direction-expanded__link span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__link span {
    font-size: 11px;
  }
}

.direction-expanded__link-arrow {
  width: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #050505;
}
.direction-expanded__link-arrow svg {
  width: 100%;
  height: auto;
  aspect-ratio: 32/40;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

.direction-expanded__logo {
  grid-column: 2;
  grid-row: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.direction-expanded__logo img {
  width: 92px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .direction-expanded__logo img {
    width: 70px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .direction-expanded__logo img {
    width: 60px;
    height: 23px;
  }
}

.direction-logo {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  cursor: default;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.direction-logo:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1024px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 768px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 600px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (max-width: 480px) {
  .direction-logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.direction-logo__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .directions-section {
    padding: 60px 0;
  }
  .directions-header__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.about-solutions-section {
  padding: 40px 0;
}

.about-solutions-section-header__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 125%;
  text-transform: uppercase;
  color: #050505;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .about-solutions-section-header__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .about-solutions-section-header__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

.about-solutions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .about-solutions {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .about-solutions {
    gap: 30px;
  }
}

.about-solutions-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .about-solutions-content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .about-solutions-content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .about-solutions-content {
    gap: 25px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .about-solutions-content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-solutions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-solutions-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 45px;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.about-solutions-item:last-child {
  margin-bottom: 0;
}
.about-solutions-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background-image: url("../images/svg/arrow-list-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 950px) {
  .about-solutions-item::before {
    width: 14px;
    height: 18px;
    top: 0;
  }
}
@media (max-width: 1150px) {
  .about-solutions-item {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .about-solutions-item {
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .about-solutions-item {
    font-size: 14px;
  }
}

.about-solutions-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .about-solutions-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.about-solutions-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.about-solutions-image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
}

.about-scroll-to-top-button {
  width: 64px;
  height: 52px;
  border: none;
  border-radius: 26px;
  background-color: transparent;
  color: #050505;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-scroll-to-top-button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.about-scroll-to-top-button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.about-scroll-to-top-icon {
  width: 52px;
  height: 64px;
  color: #d6d6d6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.about-scroll-to-top-button:hover .about-scroll-to-top-icon {
  color: #F6E200;
}

@media (max-width: 768px) {
  .about-scroll-to-top {
    bottom: 20px;
    right: 20px;
  }
  .about-scroll-to-top-button {
    width: 56px;
    height: 46px;
  }
  .about-scroll-to-top-icon {
    width: 46px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .about-scroll-to-top {
    bottom: 15px;
    right: 20px;
  }
  .about-scroll-to-top-button {
    width: 40px;
    height: 40px;
  }
  .about-scroll-to-top-icon {
    width: 40px;
    height: 40px;
  }
}
.solutions-section {
  padding: 40px 0;
}

.solutions__title {
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-style: normal;
  font-weight: 1000;
  line-height: 125%;
  text-transform: uppercase;
  color: #050505;
  margin: 0 0 60px 0;
}
@media (max-width: 1150px) {
  .solutions__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .solutions__title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

.solutions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  .solutions {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .solutions {
    gap: 30px;
  }
}

.solutions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc((100vw - 1290px) / 2);
}
@media (max-width: 1300px) {
  .solutions__content {
    margin-left: calc((100vw - 1100px) / 2);
  }
}
@media (max-width: 1150px) {
  .solutions__content {
    margin-left: calc((100vw - 930px) / 2);
  }
}
@media (max-width: 950px) {
  .solutions__content {
    gap: 25px;
    padding: 0 15px;
    margin-left: unset;
  }
}
@media (max-width: 650px) {
  .solutions__content {
    gap: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.solutions__text {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1150px) {
  .solutions__text {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .solutions__text {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .solutions__text {
    font-size: 14px;
  }
}
.solutions__text p {
  margin: 0 0 25px 0;
}

.solutions__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.solutions__list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 45px;
  color: #050505;
  font-family: TTNormsPro;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.solutions__list li:last-child {
  margin-bottom: 0;
}
.solutions__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 20px;
  background-image: url("../images/svg/arrow-list-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 950px) {
  .solutions__list li::before {
    width: 14px;
    height: 18px;
    top: 0;
  }
}
@media (max-width: 1150px) {
  .solutions__list li {
    font-size: 18px;
  }
}
@media (max-width: 950px) {
  .solutions__list li {
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .solutions__list li {
    font-size: 14px;
  }
}

.solutions__image {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .solutions__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.solutions__image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 460px;
  overflow: hidden;
}
.solutions__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.support {
  padding-bottom: 100px;
}

.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -7px 20px;
}

.support-list-item {
  width: 33.3333%;
  padding: 7px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 950px) {
  .support-list-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .support-list-item {
    width: 100%;
  }
}
.support-list-item--active .support-list-item__inner {
  background-color: #F6E200;
}
.support-list-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F3F3F3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 115px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .support-list-item__inner {
    height: 100px;
  }
}
@media (max-width: 1150px) {
  .support-list-item__inner {
    height: 85px;
  }
}
@media (max-width: 950px) {
  .support-list-item__inner {
    height: 100px;
  }
}
.support-list-item__inner:hover {
  background-color: #F6E200;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.support-list-item__pic {
  height: 100%;
}
.support-list-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
.support-list-item__name {
  color: #050505;
  font-family: TTNormsPro;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
@media (max-width: 1300px) {
  .support-list-item__name {
    font-size: 15px;
    line-height: 21.086px; /* 140.571% */
  }
}
@media (max-width: 1150px) {
  .support-list-item__name {
    font-size: 13px;
    line-height: 17.6px; /* 135.385% */
  }
}
@media (max-width: 950px) {
  .support-list-item__name {
    font-size: 15px;
    line-height: 21.086px; /* 140.571% */
  }
}

.support-tabs {
  margin-bottom: 60px;
}

.support-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 950px) {
  .support-tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.support-tabs-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.support-tabs-nav__item:hover {
  opacity: 0.8;
}
.support-tabs-nav__item--active {
  opacity: 1;
}
.support-tabs-nav__item__pic {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
}
.support-tabs-nav__item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-tabs-nav__item__name {
  font-family: TTNormsPro;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #050505;
}

.support-tabs-content {
  position: relative;
  width: 100%;
}

.support-tabs-pane {
  display: none;
  margin-top: 100px;
}
.support-tabs-pane--active {
  display: block;
}
.support-tabs-pane__header {
  margin-bottom: 40px;
  text-align: left;
}
@media (max-width: 950px) {
  .support-tabs-pane__header {
    margin-bottom: 30px;
  }
}
.support-tabs-pane__title {
  position: relative;
  color: #050505;
  font-family: DrukTextWideCyr;
  font-size: 43px;
  font-weight: 1000;
  line-height: 100%; /* 43px */
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1150px) {
  .support-tabs-pane__title {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .support-tabs-pane__title {
    font-size: 24px;
    line-height: 25px; /* 104.167% */
  }
}

.products-support-link {
  position: fixed;
  right: calc((100vw - var(--max-container-width)) / 2); /* Выравниваем вправо от центра окна */
  bottom: 50px;
  width: 205px;
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 950px) {
  .products-support-link {
    right: 15px;
  }
}
.products-support-link__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D252D;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 11px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.products-support-link__icon {
  width: 50px;
  height: 50px;
  background-color: #F6E200;
  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;
}
.products-support-link__icon .icon {
  width: 30px;
  height: 30px;
}
.products-support-link:hover {
  background-color: #F6E200;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.products-support-link:hover .products-support-link__title {
  color: #050505;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.tech-support .contact__link {
  color: #050505;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.tech-support .contact__link:hover {
  color: #F6E200;
  text-decoration: underline;
}

.footer {
  background: rgb(28, 37, 46);
  min-height: 285px;
}
@media (max-width: 950px) {
  .footer {
    background-position: 92%, top;
  }
}
@media (max-width: 850px) {
  .footer {
    background-position: 64%, top;
  }
}
@media (max-width: 500px) {
  .footer {
    background-position: 62%, top;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-content {
  padding: 80px 0 100px 0;
}
.footer-content__logo {
  width: 155px;
  margin-right: 20px;
}
@media (max-width: 850px) {
  .footer-content__logo {
    margin: 0 25px 30px 25px;
  }
}
@media (max-width: 500px) {
  .footer-content__logo {
    width: 100%;
    margin: 0 5px 30px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer-content__logo img {
    width: 155px;
  }
}
.footer-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1150px) {
  .footer-content__container {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1150px) {
  .footer-content__menu {
    margin-bottom: 30px;
  }
}
.footer-content__contacts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 850px) {
  .footer-content__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .footer-content__contacts {
    margin: 0 5px 0 5px;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-menu {
  margin: 0 45px;
}
@media (max-width: 1150px) {
  .footer-menu {
    margin: 0;
  }
}
@media (max-width: 950px) {
  .footer-menu {
    width: 100%;
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .footer-menu {
    margin: 0;
    width: unset;
  }
}
.footer-menu__item {
  margin: 5px 0;
}
@media (max-width: 500px) {
  .footer-menu__item {
    margin: 15px 0;
  }
}

.footer-link {
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: none;
}
@media (max-width: 500px) {
  .footer-link {
    font-size: 13px;
  }
}
.footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 1150px) {
  .footer-contacts {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 950px) {
  .footer-contacts {
    margin: 0 25px;
  }
}
@media (max-width: 500px) {
  .footer-contacts {
    margin: 0;
  }
}
.footer-contacts:not(:last-child) {
  margin-bottom: 30px;
}
.footer-contacts__title {
  color: #FFF;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 10px;
}

.footer-contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
@media (max-width: 500px) {
  .footer-contacts-item {
    margin: 15px 0;
  }
}
.footer-contacts-item__text {
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.footer-contacts-item__label {
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 450px) {
  .footer-contacts-item__label {
    display: none;
  }
}
.footer-contacts-item__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.footer-contacts-item__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
}

.footer-copy {
  margin-top: 10px;
  color: #ffffff;
  font-family: TTNormsPro;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  max-width: 155px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top__button {
  width: 64px;
  height: 52px;
  border: none;
  border-radius: 26px;
  background-color: transparent;
  color: #050505;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-to-top__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.scroll-to-top__button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.scroll-to-top__icon {
  width: 52px;
  height: 64px;
  color: #d6d6d6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.scroll-to-top__button:hover .scroll-to-top__icon {
  color: #F6E200;
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
  }
  .scroll-to-top__button {
    width: 56px;
    height: 46px;
  }
  .scroll-to-top__icon {
    width: 46px;
    height: 56px;
  }
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 20px;
  }
  .scroll-to-top__button {
    width: 40px;
    height: 40px;
  }
  .scroll-to-top__icon {
    width: 40px;
    height: 40px;
  }
}