@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

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

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background-color: #f4f4f0;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Raleway", sans-serif;
  --third-family: "Oswald", sans-serif;
  --font3: "Poppins", sans-serif;
  --font4: "Montserrat", sans-serif; }

section {
  margin-bottom: 128px; }
  @media (max-width: 480px) {
  section {
    margin-bottom: 50px; } }

.title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 24px; }
  @media (max-width: 480px) {
  .title {
    margin-bottom: 12px;
    font-size: 25px; } }

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

.text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5c5162; }
  @media (max-width: 480px) {
  .text {
    font-size: 12px;
    gap: 5px; } }

.alert {
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: #34a141;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px; }
  .alert button {
    background: transparent;
    color: #fff; }
  @media (max-width: 480px) {
  .alert {
    font-size: 12px;
    line-height: 100%; } }

.top {
  margin-top: 144px;
  margin-bottom: 16px; }
  @media (max-width: 480px) {
  .top {
    margin-top: 90px; } }
  .top__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px; }
  .top__main {
    color: rgba(0, 0, 0, 0.502); }
  .whatsapp-phone {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1010;
    display: flex;
    flex-direction: column;
    gap: 8px; }

.whatimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .whatimg {
    width: 50px; } }

.phoneimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .phoneimg {
    width: 50px; } }

.footer {
  background: #333;
  padding-top: 48px; }
  .footer__body {
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    @media (max-width: 800px) {
  .footer__body {
    flex-direction: column;
    gap: 30px; } }
  .footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    max-width: 447px; }
  .footer__left-top {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .footer__logo {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 39px;
    line-height: 100%;
    color: #fff; }
  .footer__subtitle {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
    text-wrap: balance; }
  .footer__social-list {
    display: flex;
    gap: 16px; }
  .footer__center {
    width: 100%;
    max-width: 400px; }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px; }
  .footer__item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    width: 100%; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .footer__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.5);
    text-wrap: nowrap; }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .footer__contacts-item {
    display: flex;
    gap: 12px; }
  .footer__contacts-item-list {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .footer__contacts-item-link {
    max-width: 253px;
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff; }
  .footer__order-link {
    border-radius: 999px;
    padding: 4px;
    padding-left: 20px;
    width: 218px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    margin-top: 20px; }
  .footer__order-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    color: #000; }
  .footer__order-arrow-place {
    border-radius: 9999px;
    width: 32px;
    height: 32px;
    background: #f67b43;
    display: flex;
    align-items: center;
    justify-content: center; }
  .footer__foot {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    display: flex;
    align-items: center; }
    @media (max-width: 390px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.5);
    padding-right: 5px;
    padding-top: 4px; }
    .footer__foot-left a {
      padding-top: 4px;
      height: fit-content; }

.header {
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 0.4s ease; }
  .header.active .header__top-container {
    background-color: #333; }
    .header.active .header__bottom-container {
      background-color: #fff; }
    .header.active .header__logo {
      color: #000; }
    .header.active .header__logo-image {
      max-height: 40px;
      filter: none; }
    .header.active .header__item-int-title {
      color: #000; }
    .header.active .header__item-ext-title {
      color: #000; }
    .header.active .header__item {
      color: #000; }
    .header.active .header__item-gallery-title {
      color: #000; }
    .header.active .burger {
      display: none; }
      @media (max-width: 1200px) {
  .header.active .burger {
    display: flex;
    margin-left: 10px;
    gap: 10px; }
    .header.active .burger * {
      fill: #000;
      stroke: #000; } }
  .header.active1 .header__top-container {
    background-color: #333; }
    .header.active1 .header__bottom-container {
      background-color: #fff; }
    .header.active1 .header__logo {
      color: #000; }
    .header.active1 .header__logo-image {
      max-height: 40px;
      filter: none; }
    .header.active1 .header__item-int-title {
      color: #000; }
    .header.active1 .header__item-ext-title {
      color: #000; }
    .header.active1 .header__item {
      color: #000; }
    .header.active1 .header__item-gallery-title {
      color: #000; }
  .header.active2 .header__top-container {
    background-color: #333; }
    .header.active2 .header__bottom-container {
      background-color: #fff; }
    .header.active2 .header__logo {
      color: #000; }
    .header.active2 .header__logo-image {
      max-height: 40px;
      filter: none; }
    .header.active2 .header__item-int-title {
      color: #000; }
    .header.active2 .header__item-ext-title {
      color: #000; }
    .header.active2 .header__item {
      color: #000; }
    .header.active2 .header__item-gallery-title {
      color: #000; }
  .header__top-container {
    background-color: rgba(0, 0, 0, 0.502); }
  .header__top {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 7.5px;
    align-items: center;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .header__top {
    padding: 1.5px; } }
  .header__order {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 8px 12px;
    width: 146px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header__right {
    display: flex;
    align-items: center;
    gap: 24px; }
  .header__top-items {
    display: flex;
    gap: 32px;
    border-right: 1px solid #666;
    padding-right: 24px; }
  .header__top-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #fff; }
  .header__langs-place {
    display: flex;
    align-items: center;
    position: relative; }
    .header__langs-place * {
      transition: 0.5s; }
    .header__langs-earth {
      margin-right: 4px; }
  .header__langs {
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Стандартное свойство */
    background: transparent;
    padding-right: 12px;
    /* место под вашу кастомную стрелку, если будет */
    border: none;
    /* при необходимости убрать обводку */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #fff; }
    .header__langs option {
      background-color: #c5c5c5;
      border: none; }
  .header__langs-image-place {
    position: absolute;
    top: 1px;
    right: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: none; }
  .header__bottom-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
    transition: 0.3s; }
  .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
  .header__logo {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 39px;
    line-height: 100%;
    color: #fff;
    padding: 20px 0px;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .header__logo {
    padding: 1.5px; } }
  .header__logo-image {
    max-height: 40px;
    filter: brightness(0) invert(1); }
  .header__items {
    display: flex;
    align-items: center;
    height: -webkit-fill-available; }
  .header__item-int {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    padding: 0px 16px;
    transition: 0.3s;
    cursor: pointer; }
    .header__item-int.active {
      background-color: rgba(0, 0, 0, 0.051); }
  .header__item-int-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s; }
  .header__item-ext {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    padding: 0px 16px;
    transition: 0.3s;
    cursor: pointer; }
    .header__item-ext.active {
      background-color: rgba(0, 0, 0, 0.051); }
  .header__item-ext-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 16px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__item:hover {
      background-color: #f2f2f2;
      color: #000; }
  .header__item-gallery {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 100%;
    padding: 0px 16px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .header__item-gallery:hover {
      background-color: #f2f2f2; }
      .header__item-gallery:hover .header__item-gallery-content {
        opacity: 1; }
      .header__item-gallery:hover .header__item-gallery-title {
        color: #000; }
  .header__item-gallery-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
    position: relative;
    z-index: 1; }
  .header__item-gallery-arrow {
    position: relative;
    z-index: 1; }
  .header__item-gallery-content {
    position: absolute;
    top: calc(100% + 1px);
    transition: 0.3s;
    left: 0px;
    padding: 8px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    z-index: -1;
    opacity: 0; }
  .header__item-gallery-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    color: #000; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.header__ext-place-container {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #fff;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  display: none; }
  .header__ext-place-container.active {
    display: block;
    opacity: 1;
    top: calc(100% + 1px);
    pointer-events: all; }
  .header__ext-place-container-field {
    background-color: #fff;
    overflow: auto; }
  .header__ext-place {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 31px 0px;
    height: 600px; }
  .header__ext-place-item {
    max-height: 600px;
    display: flex;
    gap: 24px; }
  .header__ext-item {
    max-width: 288px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
    z-index: 1; }
  .header__ext-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 100%; }
  .header__ext-brand-item {
    padding: 4px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 4px 12px 4px 4px;
    cursor: pointer; }
  .header__ext-brand-item.active {
    background: rgba(0, 0, 0, 0.05); }
  .header__ext-brand-item-image-place {
    width: 56px;
    height: 56px; }
  .header__ext-brand-item-image {
    max-width: 100%;
    max-height: 100%; }
  .header__ext-brand-item-content {
    width: 100%; }
  .header__ext-brand-item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #000; }
  .header__ext-brand-item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5); }
  .header__ext-item-block {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateX(-16px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    will-change: opacity, transform; }
  .header__ext-item-block.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2; }
  .header__ext-item-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-16px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    will-change: opacity, transform; }
  .header__ext-item-links.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2; }
  .header__ext-item-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #000;
    transition: 0.3s; }
  .header__ext-item-link:hover {
    color: #f67b43; }

.header__int-place-container {
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #fff;
  bottom: 0px;
  opacity: 0;
  pointer-events: none;
  display: none; }
  .header__int-place-container.active {
    display: block;
    opacity: 1;
    top: calc(100% + 1px);
    pointer-events: all; }
  .header__int-place-container-field {
    background-color: #fff;
    overflow: auto; }
  .header__int-place {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 31px 0px;
    height: 600px; }
  .header__int-place-item {
    max-height: 600px;
    display: flex;
    gap: 24px; }
  .header__int-item {
    max-width: 288px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
    z-index: 1; }
  .header__int-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    width: 24px;
    height: 100%; }
  .header__int-brand-item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 4px 12px 4px 4px;
    cursor: pointer; }
  .header__int-brand-item.active {
    background: rgba(0, 0, 0, 0.05); }
  .header__int-brand-item-image-place {
    width: 56px;
    height: 56px; }
  .header__int-brand-item-image {
    max-width: 100%;
    max-height: 100%; }
  .header__int-brand-item-content {
    width: 100%; }
  .header__int-brand-item-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #000; }
  .header__int-brand-item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5); }
  .header__int-item-block {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateX(-16px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    will-change: opacity, transform; }
  .header__int-item-block.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2; }
  .header__int-item-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-16px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    will-change: opacity, transform; }
  .header__int-item-links.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 2; }
  .header__int-item-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #000;
    transition: 0.3s; }
  .header__int-item-link:hover {
    color: #f67b43; }

.burger {
  display: none; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    margin-left: 10px;
    gap: 10px; }
    .burger * {
      fill: #fff;
      stroke: #fff; } }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
  @media (max-width: 480px) {
    .menu__close {
      font-size: 40px;
      right: 15px;
      top: 10px; } }
  .menu__logo {
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 39px;
    line-height: 100%;
    color: #000; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px; }
  .menu__item {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 169%;
    text-transform: uppercase;
    color: #404040; }
  .menu__gallery-top {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center; }
  .menu__gallery-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 169%;
    text-transform: uppercase;
    color: #404040; }
  .menu__gallery-content {
    display: none; }
  .menu__gallery-content-container {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .menu__gallery-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #404040;
    text-align: center; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__item-int-top {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center; }
  .menu__item-int-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 169%;
    text-transform: uppercase;
    color: #404040; }
  .menu__item-int-content {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px; }
  .menu__item-int-content-container {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .menu__item-int-brand {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 169%;
    color: #404040; }
  .menu__item-int-brand-top {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center; }
  .menu__item-int-brand-content {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px; }
  .menu__item-int-category {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center; }
  .menu__item-int-category-top {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center; }
  .menu__item-int-category-content {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px; }
  .menu__item-int-category-content-container {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .menu__item-int-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 11px;
    line-height: 169%;
    color: #404040;
    text-align: center; }

.main {
  height: 80vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .main::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .main__container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end; }
  .main__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 64px 0px;
    align-items: end; }
  @media (max-width: 800px) {
    .main__content {
      grid-template-columns: 1fr;
      gap: 12px; } }
  .main__left {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .main__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    color: #fff;
    text-wrap: balance; }
  @media (max-width: 500px) {
    .main__title {
      font-size: 32px; } }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff; }
  @media (max-width: 500px) {
    .main__subtitle {
      font-size: 15px; } }
  .main__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: space-between; }
  @media (max-width: 480px) {
    .main__list {
      gap: 12px; } }
  .main__item {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .main__item-title-place {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 41px;
    line-height: 100%;
    color: #f67b43; }
  @media (max-width: 500px) {
    .main__item-title-place {
      font-size: 20px; } }
  .main__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff; }
  @media (max-width: 500px) {
    .main__item-subtitle {
      font-size: 10px; } }

.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }
  @media (max-width: 800px) {
    .advantages__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .advantages__list {
      grid-template-columns: repeat(1, 1fr); } }
  .advantages__item {
    border-radius: 24px;
    padding: 24px;
    background: #e8e8e3; }
  @media (max-width: 480px) {
    .advantages__item {
      border-radius: 12px;
      padding: 12px; } }
  .advantages__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #000;
    margin-top: 24px;
    margin-bottom: 8px; }
  @media (max-width: 480px) {
    .advantages__item-title {
      margin-top: 12px;
      margin-bottom: 4px;
      font-size: 15px; } }
  .advantages__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 480px) {
    .advantages__item-subtitle {
      font-size: 10px; } }

.services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 48px;
  column-gap: 24px; }
  @media (max-width: 650px) {
    .services__list {
      grid-template-columns: 1fr;
      gap: 24px; } }
  .services__item {
    display: flex;
    gap: 24px; }
  @media (max-width: 650px) {
    .services__item {
      gap: 12px; } }
  @media (max-width: 650px) {
    .services__item-image {
      max-width: 48px; } }
  .services__item-title {
    font-family: var(--font3);
    font-weight: 600;
    font-size: 20px;
    text-align: start;
    color: #000;
    margin-bottom: 12px; }
  @media (max-width: 650px) {
    .services__item-title {
      font-size: 16px;
      margin-bottom: 6px; } }
  .services__item-subtitle {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 16px;
    color: #666;
    max-width: 480px;
    line-height: 120%; }
  @media (max-width: 650px) {
    .services__item-subtitle {
      font-size: 12px; } }

.video__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; }
  @media (max-width: 700px) {
    .video__list {
      grid-template-columns: 1fr; } }
  .video__item {
    height: 378px;
    border-radius: 24px;
    overflow: hidden; }
  @media (max-width: 480px) {
    .video__item {
      height: 250px; } }

.about {
  background-color: #f5f5f5;
  padding: 64px 0px; }
  .about__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  @media (max-width: 1000px) {
    .about__container {
      grid-template-columns: 1fr; } }
  .about__image {
    max-width: 100%;
    border-radius: 24px; }
  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px; }
  .about__title {
    text-align: start; }
  .about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
  @media (max-width: 480px) {
    .about__list {
      gap: 10px; } }
  .about__item {
    display: flex;
    gap: 20px; }
  @media (max-width: 480px) {
    .about__item {
      gap: 10px; } }
  .about__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000; }
  @media (max-width: 480px) {
    .about__item-title {
      font-size: 10px; } }

.gallery__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #666;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 24px; }
  @media (max-width: 480px) {
    .gallery__subtitle {
      font-size: 16px;
      margin-bottom: 12px; } }
  .gallery__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px; }
  @media (max-width: 800px) {
    .gallery__content {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .gallery__content {
      grid-template-columns: repeat(1, 1fr); } }
  .gallery__item {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px; }

.feedback__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 800px) {
    .feedback__container {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px; } }
  .feedback__title {
    text-align: start; }
  .feedback__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #666;
    max-width: 460px; }
  @media (max-width: 480px) {
    .feedback__subtitle {
      font-size: 12px; } }
  .feedback__form-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    line-height: 115%;
    color: #000;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .feedback__form-title {
      font-size: 20px;
      margin-bottom: 10px; } }
  .feedback__area-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  @media (max-width: 480px) {
    .feedback__area-inputs {
      gap: 10px; } }
  .feedback__area-input-place {
    display: flex;
    gap: 16px; }
  @media (max-width: 480px) {
    .feedback__area-input-place {
      flex-direction: column; } }
  .feedback__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%; }
  .feedback__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #000; }
  .feedback__label-red {
    color: #f67b43; }
  .feedback__area-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #999;
    border-radius: 8px;
    padding: 11px 16px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
    background: #e8e8e3;
    -webkit-appearance: none;
    /* Убираем стандартную стрелочку в Safari */
    -moz-appearance: none;
    /* Убираем стрелочку в Firefox */
    appearance: none;
    /* Убираем стрелочку в других браузерах */
    padding-right: 30px;
    /* Добавляем место для кастомной стрелочки */
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* Позиционируем стрелочку */
    background-size: 13px 6.51px;
    /* Размер стрелочки */
    background-repeat: no-repeat; }
  .feedback__agree-label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000; }
  .feedback__agree-label a {
    color: #000; }
  .feedback__area-input-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    border-radius: 999px;
    width: 100%;
    height: 48px;
    background: #f67b43;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #f67b43;
    transition: 0.3s; }
  .feedback__area-input-submit:hover {
    color: #f67b43;
    background: #fff; }

.about-page__main-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 31px; }
  .about-page__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  .about-page__image {
    width: 100%;
    border-radius: 24px; }
  .about-page__content-place {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .about-page__title {
    text-align: start; }
  .about-page__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #767676; }

.contacts__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 31px; }
  @media (max-width: 480px) {
    .contacts__title {
      margin-bottom: 15px;
      font-size: 35px; } }
  .contacts__buttons {
    border-radius: 999px;
    padding: 4px;
    background: #e8e8e3;
    width: fit-content;
    margin-bottom: 24px;
    display: flex;
    gap: 12px; }
  @media (max-width: 480px) {
    .contacts__buttons {
      margin-bottom: 12px; } }
  .contacts__button {
    padding: 12px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    transition: 0.3s; }
  @media (max-width: 480px) {
    .contacts__button {
      padding: 6px 10px;
      font-size: 12px; } }
  .contacts__button.active {
    border-radius: 9999px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contacts__content {
    display: none; }
  .contacts__content.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
    @media (max-width: 700px) {
    .contacts__content.active {
      display: flex;
      flex-direction: column-reverse; } }
  .contacts__map {
    height: 347px;
    border-radius: 24px;
    overflow: hidden; }
  .contacts__map iframe {
    border: none !important; }
  @media (max-width: 480px) {
    .contacts__map {
      height: 300px; } }
  .contacts__place {
    border-radius: 24px;
    padding: 24px;
    background: #e8e8e3;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  @media (max-width: 480px) {
    .contacts__place {
      border-radius: 12px;
      padding: 12px; } }
  .contacts__item {
    display: flex;
    gap: 16px; }
  @media (max-width: 480px) {
    .contacts__item {
      gap: 8px; } }
  .contacts__item-title {
    font-family: var(--font4);
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #000; }
  .contacts__item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5);
    max-width: 250px;
    display: block; }
  .contacts__item-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }

.base__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 32px; }
  @media (max-width: 480px) {
    .base__title {
      font-size: 35px;
      margin-bottom: 16px; } }
  .base__content {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .base__item-place {
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  @media (max-width: 700px) {
    .base__item-place {
      grid-template-columns: 1fr;
      gap: 12px; } }
  .base__item-place-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px; }
  .base__item-place-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666; }
  .base__right {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .base__item {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.25);
    background: #f4f4f0;
    overflow: hidden;
    transition: 0.3s; }
  @media (max-width: 480px) {
    .base__item {
      border-radius: 12px; } }
  .base__item.active {
    border: 0px solid rgba(0, 0, 0, 0); }
  .base__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s;
    padding: 16px 24px; }
  .base__item-top.active {
    background: #e8e8e3; }
  @media (max-width: 480px) {
    .base__item-top {
      padding: 8px 12px; } }
  .base__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000; }
  @media (max-width: 480px) {
    .base__item-title {
      font-size: 15px; } }
  .base__item-plus {
    background: #f67b43;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    position: relative;
    transition: 0.3s; }
  .base__item-plus::after {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    top: 10.5px;
    left: 6px;
    background-color: #fff;
    transition: 0.3s; }
  .base__item-plus::before {
    content: "";
    height: 12px;
    width: 2px;
    position: absolute;
    left: 11.5px;
    top: 6px;
    background-color: #fff;
    transition: 0.3s; }
  .base__item-plus.active::before {
    transform: rotate(45deg); }
    .base__item-plus.active::after {
      transform: rotate(45deg); }
  .base__item-text {
    display: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    background: #e8e8e3; }
  @media (max-width: 480px) {
    .base__item-text {
      font-size: 12px;
      padding: 8px 12px; } }

.gallery-page__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 31px; }
  @media (max-width: 480px) {
    .gallery-page__title {
      margin-bottom: 15px;
      font-size: 35px; } }
  .gallery-page__buttons {
    border-radius: 999px;
    padding: 4px;
    background: #e8e8e3;
    width: fit-content;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
  @media (max-width: 480px) {
    .gallery-page__buttons {
      margin-bottom: 12px;
      border-radius: 10px;
      gap: 3px; } }
  .gallery-page__button {
    padding: 12px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    transition: 0.3s; }
  @media (max-width: 480px) {
    .gallery-page__button {
      padding: 6px 10px;
      font-size: 12px; } }
  .gallery-page__button.active {
    border-radius: 9999px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .gallery-page__content {
    display: none; }
  .gallery-page__content.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px; }
    @media (max-width: 800px) {
    .gallery-page__content.active {
      grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px) {
    .gallery-page__content.active {
      grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 400px) {
    .gallery-page__content.active {
      grid-template-columns: repeat(1, 1fr); } }
  .gallery-page__item {
    height: 222px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px; }

.news__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 32px; }
  @media (max-width: 480px) {
    .news__title {
      font-size: 35px;
      margin-bottom: 16px; } }
  .news__content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  @media (max-width: 700px) {
    .news__content {
      gap: 32px; } }
  .news__item {
    display: flex;
    align-items: center;
    gap: 24px; }
  .news__item:first-child {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 700px) {
    .news__item:first-child {
      gap: 12px; } }
    .news__item:first-child .news__item-image-place {
      width: 100%;
      height: 450px; }
    .news__item:first-child .news__item-title {
      font-weight: 800;
      font-size: 40px;
      text-transform: uppercase; }
    @media (max-width: 1200px) {
    .news__item:first-child {
      display: flex;
      align-items: center; }
      .news__item:first-child .news__item-image-place {
        width: 288px;
        height: 216px;
        min-width: 288px; }

      .news__item:first-child .news__item-title {
        font-weight: 600;
        font-size: 25px;
        text-transform: none; } }
      @media (max-width: 1200px) and (max-width: 700px) {
        .news__item:first-child .news__item-image-place {
          width: 100%;
          height: 300px;
          min-width: auto; } }
  @media (max-width: 700px) {
    .news__item {
      flex-direction: column;
      gap: 12px; } }
  .news__item-image-place {
    width: 288px;
    height: 216px;
    min-width: 288px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px; }
  @media (max-width: 700px) {
    .news__item-image-place {
      width: 100%;
      height: 300px;
      min-width: auto; } }
  .news__item-content {
    max-width: 600px; }
  .news__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    line-height: 115%;
    color: #000; }
  .news__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #666;
    margin-top: 8px;
    margin-bottom: 24px; }
  @media (max-width: 480px) {
    .news__item-subtitle {
      margin-top: 4px;
      margin-bottom: 12px; } }
  .news__item-date {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 125%;
    text-transform: uppercase;
    color: #666; }

.news-single {
  margin-top: 200px;
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .news-single {
    margin-top: 80px;
    margin-bottom: 40px; } }
  .news-single__container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  @media (max-width: 480px) {
    .news-single__container {
      gap: 10px; } }
  .news-single__image-place {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 5px 40px 10px 0px;
    max-width: 600px;
    height: 350px;
    width: 100%;
    border-radius: 10px; }
  @media (max-width: 600px) {
    .news-single__image-place {
      float: none;
      height: 250px; } }
  .news-single__image {
    float: left;
    margin: 5px 40px 40px 0px;
    max-width: 600px;
    border-radius: 10px; }
  @media (max-width: 600px) {
    .news-single__image {
      width: 100%;
      float: none; } }
  .news-single__text {
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 300;
    line-height: 24.43px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none; }

.news-last__pagination-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px; }
  @media (max-width: 480px) {
    .news-last__pagination-wrapper {
      margin-top: 12px; } }
  @media (max-width: 1000px) {
    .news-last__pagination-wrapper {
      flex-direction: column; } }
  .news-last__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px; }
  .news-last__pagination .paginationjs {
    height: 48px; }
    .news-last__pagination .paginationjs .paginationjs-pages {
      height: 48px; }
      .news-last__pagination .paginationjs .paginationjs-pages ul {
        height: 48px; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-page {
        height: 48px;
        width: 48px; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-page a {
        height: 38px;
        width: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 100%; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-ellipsis {
        background-color: #e8e8e3;
        padding: 5px !important;
        border: none;
        height: 48px; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-ellipsis a {
        background-color: transparent; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page {
        background-color: #e8e8e3;
        padding: 5px !important;
        border: none; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page a {
        background-color: transparent;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #000; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page:nth-child(2) {
        border-top-left-radius: 100% !important;
        border-bottom-left-radius: 100% !important; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page:nth-last-child(2) {
        border-top-right-radius: 100% !important;
        border-bottom-right-radius: 100% !important; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page.active a {
        background-color: #fff; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next {
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
        border: 0px solid #f67b43 !important;
        background-color: #f67b43 !important;
        border-radius: 100% !important;
        transition: 0.3s; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next path {
        transition: 0.3s;
        fill: #fff;
        fill: #fff;
        stroke-width: 1px;
        stroke: #fff; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev {
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px;
        overflow: hidden;
        border: 0px solid #f67b43 !important;
        background-color: #f67b43 !important;
        border-radius: 100% !important;
        transition: 0.3s; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev path {
        transition: 0.3s;
        fill: #fff;
        fill: #fff;
        stroke-width: 1px;
        stroke: #fff; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next.disabled, .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev.disabled {
        background-color: transparent !important;
        border: 1px solid #b7b7b4 !important; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next.disabled *, .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev.disabled * {
        opacity: 1; }
      .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next.disabled path, .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev.disabled path {
        fill: #b7b7b4;
        stroke-width: 0px; }
  @media (max-width: 600px) {
    .news-last__pagination {
      height: 28px; }
      .news-last__pagination .paginationjs {
        height: 28px; }
        .news-last__pagination .paginationjs .paginationjs-pages {
          height: 28px; }
          .news-last__pagination .paginationjs .paginationjs-pages ul {
            height: 28px; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-page {
              height: 28px;
              width: 28px;
              display: block !important;
              align-content: center;
              justify-items: center;
              padding: 5px;
              background-color: #fff; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-page a {
                height: 18px;
                width: 18px !important;
                border: none;
                border-radius: 100%;
                display: block !important;
                max-width: 18px !important; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-ellipsis {
              background-color: #f4f5f6;
              padding: 2px !important;
              border: none;
              height: 28px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-ellipsis a {
                background-color: transparent; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page {
              background-color: #f4f5f6;
              padding: 5px !important;
              border: none;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 28px !important; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page a {
                background-color: transparent;
                color: #000;
                font-family: Inter;
                font-weight: 400;
                font-style: Regular;
                font-size: 16px;
                leading-trim: CAP_HEIGHT;
                line-height: 100%;
                letter-spacing: 0%;
                text-align: center;
                vertical-align: middle;
                width: 18px !important; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page:nth-child(2) {
              border-top-left-radius: 100% !important;
              border-bottom-left-radius: 100% !important; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page:nth-last-child(2) {
              border-top-right-radius: 100% !important;
              border-bottom-right-radius: 100% !important; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page.active {
              padding: 5px; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .J-paginationjs-page.active a {
                background-color: #fff;
                position: relative;
                z-index: 1;
                height: 18px;
                display: flex !important;
                width: 18px !important;
                max-width: 18px !important;
                overflow: hidden; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next {
              height: 28px;
              width: 28px;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-left: 5px;
              border: 0px solid #f4f5f6 !important;
              background-color: #ea3248 !important;
              border-radius: 100% !important; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next a {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: transparent; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev {
              height: 28px;
              width: 28px;
              display: flex;
              justify-content: center;
              align-items: center;
              margin-right: 5px;
              overflow: hidden;
              border: 0px solid #f4f5f6 !important;
              background-color: #ea3248 !important;
              border-radius: 100% !important; }
              .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev a {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: transparent; }
            .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-next.disabled, .news-last__pagination .paginationjs .paginationjs-pages ul .paginationjs-prev.disabled {
              background-color: transparent !important;
              border: 1px solid #f4f5f6 !important; } }
  .news-last__goto {
    display: flex;
    align-items: center;
    gap: 16px; }
  @media (max-width: 480px) {
    .news-last__goto {
      gap: 5px; } }
  .news-last__goto-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 480px) {
    .news-last__goto-text {
      font-size: 12px; } }
  .news-last__goto-select-container {
    position: relative;
    border-radius: 999px;
    padding: 4px 8px;
    width: 96px;
    height: 48px;
    background-color: #e8e8e3;
    display: flex;
    align-items: center; }
  .news-last__goto-select {
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Стандартное свойство */
    background: transparent;
    padding-right: 56px;
    padding-left: 8px;
    border: none;
    /* при необходимости убрать обводку */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #000; }
  .news-last__goto-select option {
    border: none; }
  .news-last__goto-select-image-place {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
  .news-last__goto-button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    background-color: #f67b43;
    border-radius: 999px;
    padding: 18px 32px;
    width: 131px;
    height: 48px;
    border: 1px solid #f67b43;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center; }
  .news-last__goto-button:hover {
    color: #f67b43;
    background-color: #fff; }

.doc-catalog__top-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 70px; }
  @media (max-width: 480px) {
    .doc-catalog__top-title {
      font-size: 30px;
      margin-bottom: 30px; } }
  .doc-catalog__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 24px; }
  @media (max-width: 480px) {
    .doc-catalog__title {
      font-size: 20px;
      margin-bottom: 12px; } }
  .doc-catalog__content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px; }
  @media (max-width: 1100px) {
    .doc-catalog__content {
      grid-template-columns: repeat(5, 1fr); } }
  @media (max-width: 1000px) {
    .doc-catalog__content {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 750px) {
    .doc-catalog__content {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) {
    .doc-catalog__content {
      grid-template-columns: repeat(2, 1fr); } }
  .doc-catalog__item {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .doc-catalog__item-image {
    width: 100%; }
  .doc-catalog__item-bottom {
    display: flex;
    align-items: center;
    gap: 8px; }
  .doc-catalog__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000; }
  @media (max-width: 480px) {
    .doc-catalog__item-title {
      font-size: 12px; } }

.doc__container {
  display: flex;
  flex-direction: column;
  gap: 128px; }
  @media (max-width: 480px) {
    .doc__container {
      gap: 50px; } }
  .doc__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    color: #000;
    margin-bottom: 24px; }
  @media (max-width: 480px) {
    .doc__title {
      font-size: 20px;
      margin-bottom: 12px; } }
  .doc__list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  @media (max-width: 480px) {
    .doc__list {
      gap: 8px; } }
  .doc__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 8px 0px; }
  @media (max-width: 480px) {
    .doc__item {
      padding: 4px 0px; } }
  .doc__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000; }
  @media (max-width: 480px) {
    .doc__item-title {
      font-size: 12px; } }
  .order__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 49px;
    line-height: 100%;
    color: #000;
    margin-bottom: 31px; }
  @media (max-width: 480px) {
    .order__title {
      font-size: 30px;
      margin-bottom: 15px; } }
  .order__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
  @media (max-width: 900px) {
    .order__content {
      grid-template-columns: 1fr;
      gap: 12px; } }
  .order__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666;
    text-wrap: balance;
    max-width: 500px; }
  .order__form-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 25px;
    line-height: 115%;
    color: #000;
    margin-bottom: 20px; }
  .stock {
    margin-top: 0; }
  .stock__title {
    text-align: start; }
  .stock__body {
    display: grid;
    grid-template-columns: 392px 1fr;
    align-items: start;
    column-gap: 24px; }
  @media (max-width: 1100px) {
    .stock__body {
      grid-template-columns: 1fr;
      gap: 24px; } }
  .stock__items {
    display: flex;
    flex-direction: column;
    row-gap: 24px; }
  .item-stock {
    border-radius: 24px;
    padding: 16px;
    background-color: #fff; }
  .item-stock__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px; }
  @media (max-width: 480px) {
    .item-stock__top {
      flex-direction: column;
      row-gap: 10px;
      align-items: start; } }
  .item-stock__content {
    display: flex;
    align-items: center;
    column-gap: 12px; }
  .item-stock__image {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    overflow: hidden; }
  .item-stock__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-stock__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-bottom: 4px;
    font-family: var(--font-family); }
  .item-stock__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5); }
  .item-stock__city {
    border-radius: 9999px;
    padding: 4px 8px;
    width: fit-content;
    height: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #333;
    background: #e8e8e3; }
  .item-stock__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 12px; }
  @media (max-width: 767px) {
    .item-stock__items {
      grid-template-columns: 1fr 1fr; } }
  .item-stock__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5); }
  .item-stock__item-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000; }

.filter {
  background-color: transparent;
  overflow: hidden; }
  .filter__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin-bottom: 24px; }
  .filter__items {
    display: flex;
    flex-direction: column;
    row-gap: 24px; }
  .filter__reset {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 9999px;
    padding: 15px 32px 14px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

.dsa__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 8px;
  cursor: pointer; }
  .dsa__title span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    font-family: var(--second-family); }
  .dsa__input-wrapper {
    border: 1px solid #e0e5eb;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer; }
  .dsa__input-wrapper.active .dsa__input span {
    color: #000; }
    .dsa__input-wrapper.active .dsa__input svg {
      transform: rotate(180deg); }
    .dsa__input-wrapper.active .dsa__input svg path {
      fill: #000; }
  .dsa__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px; }
  .dsa__input span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #8d98a5;
    transition: 0.5s; }
  .dsa__input svg {
    transition: 0.5s; }
    .dsa__input svg path {
      transition: 0.5s; }
  .dsa__hidden {
    position: relative;
    display: none; }
  .dsa__items {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 18px 20px;
    border-top: 1px solid #e0e5eb; }
  .dsa__item {
    display: flex;
    align-items: center;
    column-gap: 12px;
    cursor: pointer; }
  .dsa__item input {
    width: 20px;
    height: 20px;
    accent-color: #f67b43; }
  .dsa__item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6a7681; }

.item__container {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 700px) {
    .item__container {
      flex-direction: column; } }
  .item__left {
    width: 200%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px; }
  @media (max-width: 700px) {
    .item__left {
      width: 100%; } }
  .item__top {
    max-width: 444px; }
  .item__title {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 49px;
    line-height: 100%;
    color: #000; }
  @media (max-width: 480px) {
    .item__title {
      font-size: 30px; } }
  .item__subtitle {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 15px;
    line-height: 100%;
    color: #444;
    margin-bottom: 24px;
    margin-top: 6px; }
  @media (max-width: 480px) {
    .item__subtitle {
      font-size: 12px; } }
  .item__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #666; }
  .item__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 12px;
    column-gap: 12px; }
  .item__list-content {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    max-width: 250px; }
  .item__list-content-title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: rgba(0, 0, 0, 1); }
  .item__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: rgba(0, 0, 0, 0.5); }
  .item__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000; }
  .item__right {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    display: block; }
  .item__right-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
    text-align: center;
    align-content: center;
    padding: 10px; }
  .item__image {
    width: 100%; }

.items__container {
  display: flex;
  gap: 24px; }
  @media (max-width: 800px) {
    .items__container {
      flex-direction: column;
      gap: 12px; } }
  .items__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    width: 100%; }
  .items__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    line-height: 115%;
    color: #000;
    margin-bottom: 12px; }
  .items__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666; }
  .items__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #f5f5f5;
    border-radius: 999px;
    width: 152px;
    height: 48px;
    background: #f67b43;
    display: flex;
    align-items: center;
    justify-content: center; }
  .items__right {
    width: 200%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px; }
  @media (max-width: 800px) {
    .items__right {
      width: 100%; } }
  @media (max-width: 500px) {
    .items__right {
      grid-template-columns: repeat(2, 1fr); } }
  .items__item-image-place {
    position: relative; }
  .items__item-image-place-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .items__item-image {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.251);
    border-radius: 24px; }
  .items__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    margin-top: 16px;
    text-align: center; }

.about-item__image {
  width: 100%;
  border-radius: 24px; }
  .about-item__text-place {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 24px; }
  @media (max-width: 600px) {
    .about-item__text-place {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px;
      margin-top: 12px; } }
  .about-item__text-1 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    color: #000; }
  .about-item__text-2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #666; }

.about-list__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; }
  @media (max-width: 600px) {
    .about-list__container {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px; } }
  .about-list__item-image {
    width: 100%;
    border-radius: 24px; }
  .about-list__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #666;
    margin-top: 24px; }
  @media (max-width: 600px) {
    .about-list__item-text {
      margin-top: 12px; } }

.portfolio__title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 49px;
  line-height: 100%;
  color: #000;
  margin-bottom: 31px; }
  .portfolio__filter {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 56px; }
  @media (max-width: 480px) {
    .portfolio__filter {
      margin-bottom: 28px; } }
  .portfolio__filter-selects-container {
    overflow: auto;
    border-radius: 64px; }
  .portfolio__filter-selects {
    min-width: 1000px;
    display: flex;
    gap: 4px;
    background: #e8e8e3;
    padding: 4px;
    border-radius: 64px; }
  .portfolio__filter-selects select {
    width: 100%;
    cursor: pointer; }
    .portfolio__filter-selects select option {
      padding: 8px; }
  .portfolio__filter-select-container {
    border-radius: 8px 8px;
    padding: 18px 20px;
    background: #fff; }
  .portfolio__filter-select-container:first-child {
    border-radius: 48px 8px 8px 48px; }
  .portfolio__filter-select-container:last-child {
    border-radius: 8px 48px 48px 8px; }
  @media (max-width: 480px) {
    .portfolio__filter-select-container {
      padding: 9px 10px; } }
  .portfolio__filter-search-image-place {
    cursor: pointer; }
  @media (max-width: 480px) {
    .portfolio__filter-search-image {
      height: 44px; } }
  .portfolio__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
  @media (max-width: 900px) {
    .portfolio__content {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; } }
  @media (max-width: 600px) {
    .portfolio__content {
      grid-template-columns: repeat(1, 1fr); } }
  .portfolio__item-image-place {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px; }
  .portfolio__image-small-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .portfolio__image-small {
    height: 233px; }
  .portfolio__image-small-image-place {
    border-radius: 8px;
    overflow: hidden;
    width: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .portfolio__image-small-image {
    max-height: 100%;
    max-width: 100%; }
  .portfolio__image-big {
    width: 100%;
    max-width: 311px;
    height: 233px; }
  @media (max-width: 1200px) {
    .portfolio__image-big {
      max-width: 250px; } }
  @media (max-width: 1100px) {
    .portfolio__image-big {
      max-width: 200px; } }
  .portfolio__image-big-image-place {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px; }
  .portfolio__image-big-image {
    max-height: 100%; }
  .portfolio__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #000;
    margin-top: 16px;
    margin-bottom: 8px; }
  .portfolio__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000; }
  .portfolio__item-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px; }
  .portfolio__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000; }

.header__ext-item-block, .header__ext-item-docs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-16px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
  z-index: 1;
  display: none; }

.header__ext-item-link-doc {
  cursor: pointer; }

.header__ext-item-block.active, .header__ext-item-docs.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: fill;
  z-index: 10000; }
/* Бренд актив */
.js-brand-ext.active {
  background-color: #f5f5f5; }
/* Ссылки внутри блока */
.header__ext-item-links {
  display: flex;
  flex-direction: column;
  gap: 12px; }
/* Сама ссылка */
.header__ext-item-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #000;
  transition: color 0.3s; }
  .header__ext-item-link:hover {
    color: #f67b43; }

.header__ext-item-doc-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000; }

.header__ext-item-doc {
  display: flex;
  gap: 6px;
  align-items: center; }

.header__ext-place-item {
  position: relative;
  z-index: 0; }

.header__ext-place-item.active {
  z-index: 1; }

.header__int-item-block, .header__int-item-docs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-16px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  will-change: opacity, transform;
  z-index: 1;
  display: none; }

.header__int-item-link-doc {
  cursor: pointer; }

.header__int-item-block.active, .header__int-item-docs.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: fill;
  z-index: 10000; }
/* Бренд актив */
.js-brand-int.active {
  background-color: #f5f5f5; }
/* Ссылки внутри блока */
.header__int-item-links {
  display: flex;
  flex-direction: column;
  gap: 12px; }
/* Сама ссылка */
.header__int-item-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: #000;
  transition: color 0.3s; }
  .header__int-item-link:hover {
    color: #f67b43; }

.header__int-item-doc-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000; }

.header__int-item-doc {
  display: flex;
  gap: 6px;
  align-items: center; }

.header__int-place-item {
  position: relative;
  z-index: 0; }

.header__int-place-item.active {
  z-index: 1; }

.projects__subtitle {
  font-size: 25px; }
  @media (max-width: 480px) {
    .projects__subtitle {
      font-size: 16px; } }
  .projects__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
  @media (max-width: 900px) {
    .projects__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 12px; } }
  @media (max-width: 700px) {
    .projects__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .projects__list {
      grid-template-columns: repeat(1, 1fr); } }
  .projects__item-image-place {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px; }
  .projects__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    text-align: center;
    padding: 8px 0px; }

.menu__ext-item-doc-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  color: #000; }

.menu__ext-item-doc {
  display: flex;
  gap: 2px;
  align-items: center; }

.menu__ext-item-doc-none {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 120%;
  color: #000; }
