@charset "UTF-8";

@font-face {
  font-family: "Aeonik Pro";
  font-display: swap;
  src: url("../fonts/Aeonik_Pro/Aeonik_Pro_Regular.woff2") format("woff2"), url("../fonts/Aeonik_Pro/Aeonik_Pro_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik Pro";
  font-display: swap;
  src: url("../fonts/Aeonik_Pro/Aeonik_Pro_Medium.woff2") format("woff2"), url("../fonts/Aeonik_Pro/Aeonik_Pro_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* 
$prop - свойство,
$min - минимальное значение,
$max - максимальное значение,
$minW - минимальная ширина вьюпорта,
$maxW - махимальная ширина вьюпорта
*/

/*
$grow - коэффициент увеличения,
$shrink - коэффициент уменьшения,
$min - минимальная ширина,
$max - максимальная ширина,
$minW - минимальная ширина вьюпорта,
$maxW - махимальная ширина вьюпорта
*/

:root {
  --font-family: "Aeonik Pro", sans-serif;
  --color-white: #ffffff;
  --color-white-07: rgba(255, 255, 255, 0.7);
  --color-white-05: rgba(255, 255, 255, 0.5);
  --color-white-02: rgba(255, 255, 255, 0.2);
  --color-light-grey: #d9d9d9;
  --color-light-grey-08: rgba(217, 217, 217, 0.8);
  --color-smoky-white: #f5f5f5;
  --color-smoky-white-05: rgba(245, 245, 245, 0.5);
  --color-gainsborough: #e4e4e4;
  --color-silver-02: rgba(195, 193, 193, 0.2);
  --color-black: #181818;
  --color-black-08: rgba(24, 24, 24, 0.8);
  --color-black-05: rgba(24, 24, 24, 0.5);
  --color-black-02: rgba(24, 24, 24, 0.2);
  --color-green: #2c4c3e;
  --color-signal-black: #2d2d2d;
  --color-modal-bg: rgba(24, 24, 24, 0.6);
  --margin-section: 64px;
  --size-button: 40px;
  --vh: 100vh;
}

@supports (height: 100dvh) {
  :root {
    --vh: 100dvh;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

:focus,
:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

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: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

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

textarea {
  resize: none;
}

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: inherit;
}

:root {
  scrollbar-gutter: stable;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a,
button {
  color: inherit;
  font-size: inherit;
}

address {
  font-style: normal;
}

body {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--color-black);
  --padding-container: 16px;
  --container-width: 1376px;
  --max-width-container: 1440px;
  scrollbar-gutter: stable;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

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

[class*=__container] {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
  margin: 0 auto;
  width: 100%;
  max-width: var(--max-width-container);
}

.black-section {
  padding-top: var(--margin-section);
  padding-bottom: var(--margin-section);
  color: var(--color-white);
  background-color: var(--color-black);
}

.title-section {
  position: relative;
  padding-left: 0.3em;
  font-weight: 700;
  font-size: 26px;
  font-weight: 500;
  line-height: 97%;
  text-indent: 0.6em;
  --color-rect: var(--color-green);
}

.black-section .title-section {
  --color-rect: var(--color-white);
}

.title-section::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.26em;
  height: 0.26em;
  -webkit-transform: translateY(-100%) rotate(45deg);
      -ms-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
  background-color: var(--color-rect);
}

.text-green {
  color: var(--color-green);
}

.text-paragraph {
  display: block;
}

.margin-section {
  margin-bottom: var(--margin-section, 152px);
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-button__wrapper {
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  background-color: var(--color-silver-02);
  border-radius: 50px;
}

.swiper-button__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;
  width: var(--size-button);
  min-width: var(--size-button);
  height: var(--size-button);
  background-color: var(--color-white);
  border-radius: 50px;
}

.swiper-button__item:hover {
  background-color: var(--color-white-07);
}

.swiper-button__item.swiper-button-disabled {
  background-color: transparent;
  opacity: 0.4;
}

.swiper-button__item svg,
.swiper-button__item img {
  width: 20px;
}

.pagination-bullets {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}

.pagination-bullets .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: var(--color-gainsborough);
  border-radius: 5px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.pagination-bullets .swiper-pagination-bullet-active {
  width: 32px;
}

.pagination-fraction {
  font-size: 14px;
  color: var(--color-black-02);
  white-space: nowrap;
}

.pagination-fraction .swiper-pagination-current {
  color: var(--color-black);
}

.js-tabs-shell {
  will-change: height;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.7s cubic-bezier(0.6, -0.01, 0.24, 1);
  transition: height 0.7s cubic-bezier(0.6, -0.01, 0.24, 1);
}

.js-tabs-toggle {
  cursor: pointer;
}

.button {
  padding: 12px 24px;
  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;
  min-height: 48px;
  width: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: var(--color-black);
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-white);
}

.button:hover {
  background-color: var(--color-signal-black);
}

.button-transparent {
  padding: 8px 16px;
  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;
  min-height: 40px;
  font-size: 14px;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-radius: 40px;
}

.scroll-margin-top {
  scroll-margin-top: var(--height-header, 84px);
}

.header {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
  z-index: 5;
}

.header__body {
  padding-top: 16px;
  padding-bottom: 16px;
  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;
}

.header__logo {
  position: relative;
  z-index: 21;
  padding: 6px 8px 10px;
}

.header__logo img {
  max-width: 110px;
}

.header__actions {
  position: relative;
  z-index: 20;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: var(--color-silver-02);
  border-radius: 50px;
}

.header__order {
  position: relative;
  z-index: 1;
}

.header__menu {
  position: relative;
  z-index: 1;
  font-size: 0;
}

.header__menu-button {
  position: relative;
  width: var(--size-button);
  min-width: var(--size-button);
  height: var(--size-button);
  background-color: var(--color-white);
  border-radius: 50px;
}

.header__menu-button-line1,
.header__menu-button-line2,
.header__menu-button-line3 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: var(--color-black);
  width: 18px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.header__menu-button-line1 {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
      -ms-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
}

.is-open-header-menu .header__menu-button-line1 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header__menu-button-line2 {
  -webkit-transform: translate(-50%, calc(-50% + 5px));
      -ms-transform: translate(-50%, calc(-50% + 5px));
          transform: translate(-50%, calc(-50% + 5px));
}

.is-open-header-menu .header__menu-button-line2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header__menu-button-line3 {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__menu-pop-up {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
  position: fixed;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--color-white);
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.is-open-header-menu .header__menu-pop-up {
  right: 0;
}

.header__menu-pop-up-nav ol {
  padding-top: 160px;
  padding-bottom: 100px;
  width: 100%;
  -webkit-transition: border-color 0.2s 0.2s;
  transition: border-color 0.2s 0.2s;
}

.header__menu-pop-up-nav li {
  list-style: none;
}

.header__menu-pop-up-nav a {
  padding: 8px 0;
  display: inline-block;
  font-size: 24px;
}

.header__menu-pop-up-nav a::after {
  content: url("data:image/svg+xml; utf8, %3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2561 15.0775L11.3134 14.1175L16.7641 8.66685H0.666748V7.33352H16.7641L11.3134 1.88285L12.2561 0.922852L19.3334 8.00019L12.2561 15.0775Z' fill='%23181818'/%3E%3C/svg%3E%0A");
  padding-left: 12px;
}

.header__menu-pop-up-footer {
  padding-bottom: 32px;
  line-height: 143%;
  font-size: 14px;
}

.header__menu-pop-up-footer-title {
  margin-bottom: 8px;
  color: var(--color-black-05);
}

.header__menu-pop-up-footer-button-map {
  margin-top: 16px;
  margin-bottom: 24px;
}

.header time,
.header a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header .button-transparent {
  border: 1px solid var(--color-light-grey);
}

.footer li {
  list-style: none;
}

.footer__logo img {
  max-width: 110px;
}

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

.footer__nav-list li:not(:last-child) {
  margin-bottom: 8px;
}

.footer__nav-list a {
  display: inline-block;
  font-size: 16px;
  line-height: 120%;
}

.footer__nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 0;
}

.footer__nav-social img {
  width: 40px;
}

.footer__nav-social a {
  font-size: 14px;
}

.footer__contacts {
  line-height: 137%;
  font-size: 14px;
}

.footer__contacts-title {
  margin-bottom: 8px;
  color: var(--color-white-05);
}

.footer__contacts-button-map {
  margin-top: 16px;
  margin-bottom: 24px;
}

.footer time,
.footer a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal {
  --height-modal: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100vw;
  height: var(--height-modal);
  background-color: var(--color-modal-bg);
  scrollbar-gutter: stable;
  overflow-y: auto;
  overflow-x: hidden;
}

@supports (height: 100dvh) {
  .modal {
    --height-modal: 100dvh;
  }
}

.modal__container {
  padding: 0;
  min-height: var(--height-modal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__close {
  position: absolute;
  top: 24px;
  right: 16px;
  width: 40px;
  height: 40px;
  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;
  background-color: var(--color-smoky-white);
  border-radius: 50%;
}

.modal__close svg {
  width: 13px;
}

.modal__body {
  padding: 16px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: var(--height-modal);
  background-color: var(--color-white);
  max-width: 680px;
}

.modal__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 26px;
  line-height: 86%;
  max-width: 280px;
}

.modal__form-block {
  margin-bottom: 24px;
  border: 1px solid var(--color-light-grey);
  border-radius: 24px;
  overflow: hidden;
}

.modal__text {
  color: var(--color-black-05);
  font-size: 12px;
}

.modal__button-submit {
  margin-top: 24px;
  width: 100%;
}

.js-modal-hidden {
  display: none;
}

.js-modal-hidden.js-modal-visible {
  display: block;
}

.body-overflow {
  overflow: hidden;
}

.textarea,
.input {
  display: block;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
}

.textarea:not(:last-child),
.input:not(:last-child) {
  border-bottom: 1px solid var(--color-light-grey);
}

.textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: var(--color-black-05);
}

.textarea::-moz-placeholder, .input::-moz-placeholder {
  color: var(--color-black-05);
}

.textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: var(--color-black-05);
}

.textarea::-ms-input-placeholder, .input::-ms-input-placeholder {
  color: var(--color-black-05);
}

.textarea::placeholder,
.input::placeholder {
  color: var(--color-black-05);
}

.textarea {
  resize: none;
  height: 116px;
}

.checkbox-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.input-check {
  display: none;
}

.input-check:checked + .checkbox-item::before {
  display: block;
}

.checkbox-item {
  position: relative;
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--color-light-grey);
}

.checkbox-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--color-black);
  border-radius: 50%;
  display: none;
}

.title {
  padding-top: 108px;
  padding-bottom: 124px;
  font-weight: 500;
  font-size: 36px;
  line-height: 81%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.title__sell > *:last-child {
  padding-left: 0.5em;
}

.main-gallery__header {
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 58px;
}

.main-gallery__text {
  max-width: 280px;
  color: var(--color-black-08);
}

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

.main-gallery__swiper {
  overflow: hidden;
}

.main-gallery__slide {
  position: relative;
  padding-bottom: 79%;
}

.main-gallery__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__border {
  margin-top: 16px;
  border-bottom: 1px solid var(--color-gainsborough);
  border-top: 1px solid var(--color-gainsborough);
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent)), url("../img/svg/about-bg-m.svg") no-repeat bottom/100% auto;
  background: linear-gradient(#fff 50%, transparent 50%), url("../img/svg/about-bg-m.svg") no-repeat bottom/100% auto;
}

.about__block {
  min-height: 726px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 12px;
  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;
}

.about__content-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  font-size: 14px;
}

.about__content-text {
  font-size: 22px;
}

.about__avatar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__avatar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: calc(100vw + 200px);
  border-bottom: 1px solid var(--color-gainsborough);
}

.about__avatar-footer {
  width: 100%;
}

.about__name {
  font-size: 14px;
  width: 100%;
}

.about__photo {
  width: 40vw;
  margin-top: 80px;
  margin-bottom: 60px;
}

.about__photo img {
  width: 100%;
}

.portfolio__header {
  margin-bottom: 64px;
}

.portfolio__text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

.portfolio__text-sell {
  max-width: 450px;
  letter-spacing: 0.01em;
}

.portfolio__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}

.portfolio__image {
  padding: 12px;
  background-color: var(--color-smoky-white);
}

.portfolio__image-sell {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}

.portfolio__image-sell img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.portfolio__image-placeholder {
  position: absolute;
  inset: 0;
  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: 24px;
  background: linear-gradient(135deg, #dfe6db, #f2f0e8);
  color: var(--color-dark, #181818);
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  z-index: 0;
}

.project__plans {
  margin-top: 12px;
}

.portfolio__figcaption {
  padding-left: 20px;
  margin-top: 12px;
  position: relative;
  font-size: 14px;
}

.portfolio__figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 12px;
  height: 12px;
  background: url("../img/svg/rectangle-2.svg") no-repeat center/100%;
}

.portfolio__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stages__header {
  margin-top: 40px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}

.stages__points {
  font-size: 14px;
  color: var(--color-smoky-white-05);
}

.stages__text {
  color: var(--color-light-grey);
  max-width: 968px;
  font-size: 16px;
}

.stages__list {
  list-style-type: none;
  counter-reset: item 0;
}

.stages__list li {
  --padding: 24px;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  position: relative;
  border-top: 1px solid var(--color-white-02);
  font-size: 14px;
  line-height: 120%;
  color: var(--color-light-grey-08);
}

.stages__list li::after {
  content: "";
  position: absolute;
  top: calc(var(--padding) + 0.5em);
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--color-smoky-white-05);
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.stages__list li::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  top: var(--padding);
  left: 20px;
  color: var(--color-light-grey);
  font-size: 14px;
}

.stages__list li:nth-child(n+10)::before {
  content: counter(item);
  counter-increment: item;
}

.stages__list li span {
  padding-left: 88px;
  margin-left: auto;
  display: block;
  max-width: 588px;
}

.services__title {
  margin-bottom: 24px;
}

.services__tabs {
  margin-left: auto;
  max-width: 888px;
}

.services__tabs-body {
  border-bottom: 1px solid var(--color-black-02);
}

.services__tabs-button {
  padding-top: 16px;
  padding-bottom: 16px;
  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;
  font-weight: 500;
  font-size: 22px;
  width: 100%;
}

.services__tabs-cross {
  position: relative;
  --size: 24px;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
}

.services__tabs-cross::after,
.services__tabs-cross::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--size) * 0.666);
  height: 1.5px;
  background-color: var(--color-black);
}

.services__tabs-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.services__tabs-cross::before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services__tabs-content {
  padding-bottom: 24px;
  margin-left: auto;
  max-width: 600px;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services__tabs-content > *:not(:last-child) {
  margin-bottom: 20px;
}

.services__tabs-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.js-tabs-open .services__tabs-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.benefit {
  margin-top: -88px;
  overflow: hidden;
}

.benefit__slide {
  min-height: 240px;
}

.benefit__slide-body {
  padding: 16px;
  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;
  gap: 40px;
  height: 100%;
  border: 1px solid #e4e4e4;
  background-color: var(--color-white);
}

.benefit__slide-title {
  font-size: 24px;
}

.benefit__slide-text {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 115%;
}

.slide-size-s {
  padding-top: 56px;
}

.slide-size-m {
  padding-top: 28px;
}

.project ol {
  list-style: none;
}

.project__title {
  margin-bottom: 56px;
}

.project__header-description {
  margin-bottom: 64px;
  font-size: 22px;
  color: #000;
}

.project__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding-right: 80px;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-black-08);
}

.project__data li {
  margin-bottom: 6px;
}

.project__data-title {
  font-weight: 600;
}

.project__main-imge {
  margin-top: 64px;
  margin-bottom: 46px;
}

.project__main-imge img {
  width: 100%;
}

.project__description-content {
  font-size: 16px;
  line-height: 140%;
}

.project__description-content > * {
  margin-bottom: 40px;
}

.project__description-content img {
  width: 100%;
}

.project__image img {
  width: 100%;
}

.js-image-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.project-gallery {
  overflow: hidden;
}

.project-gallery__swiper {
  height: 57.6vw;
}

.project-gallery__swiper-wrapper {
  height: 100%;
}

.project-gallery__slide {
  overflow: hidden;
}

.project-gallery__slide img {
  height: 100%;
}

.project-gallery__nav {
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}

.project-gallery .swiper-wrapper {
  width: 100%;
}

.project-gallery .swiper-wrapper .swiper-slide {
  width: auto;
}

.modal-gallery__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.modal-gallery__header {
  padding: 16px 24px;
  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;
}

.modal-gallery__slide {
  position: relative;
  text-align: center;
  height: calc(100vh - 178px);
}

.modal-gallery__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-gallery__footer {
  padding: 16px;
  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;
}

.modal-gallery__title {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
}

.modal-gallery__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  background-color: var(--color-green);
}

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

.modal-gallery .modal__body {
  padding: 0;
}

.modal-gallery .modal__body {
  max-width: 100%;
}

.image-zoom__body img {
  max-width: 100vw;
  max-height: var(--vh);
}

.image-zoom .modal__body {
  padding: 0;
  max-width: none;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media (min-width: 768px) {
  :root {
    --margin-section: 100px;
  }

  body {
    --padding-container: 24px;
  }

  .title-section {
    font-size: 40px;
  }

  .button-transparent {
    padding: 14px 24px;
    font-size: 16px;
    min-height: 48px;
  }

  .header__logo img {
    max-width: 130px;
  }

  .footer__body {
    margin-bottom: 124px;
  }

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

  .footer__nav-list {
    margin-bottom: 44px;
  }

  .footer__contacts-button-map {
    margin-bottom: 32px;
  }

  .modal__body {
    padding: 40px;
  }

  .main-gallery__slide {
    padding-bottom: 43.34%;
  }

  .portfolio__figcaption::before {
    width: 14px;
    height: 14px;
  }

  .stages__points {
    font-size: 16px;
  }

  .stages__text {
    font-size: 24px;
  }

  .stages__list li {
    --padding: 32px;
    font-size: 20px;
  }

  .stages__list li::after {
    width: 10px;
    height: 10px;
  }

  .stages__list li::before {
    font-size: 16px;
  }

  .services__tabs-button {
    padding-top: 20px;
    padding-bottom: 24px;
    font-size: 24px;
  }

  .services__tabs-cross {
    --size: 32px;
  }

  .services__tabs-content {
    font-size: 16px;
  }

  .services__tabs-title {
    font-size: 20px;
  }

  .benefit__slide-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .modal__close {
    top: 16px;
    right: -72px;
    width: 56px;
    height: 56px;
    background-color: var(--color-white);
  }

  .modal__close svg {
    width: 16px;
  }

  .modal__title {
    margin-bottom: 32px;
    font-size: 56px;
    max-width: auto;
  }

  .modal__form-block {
    margin-bottom: 16px;
  }

  .modal__text {
    font-size: 16px;
  }

  .modal__button-submit {
    margin-top: 32px;
  }

  .textarea,
  .input {
    font-size: 20px;
  }

  .modal-gallery__header {
    padding: 0;
  }

  .modal-gallery__slide {
    height: calc(100vh - 96px);
  }

  .modal-gallery__footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .modal-gallery .modal__body {
    max-width: calc(100% - 200px);
    width: calc((100vh - 96px) / 0.65);
  }
}

@media (min-width: 1024px) {
  :root {
    --size-button: 56px;
    --margin-section: 152px;
  }

  body {
    --padding-container: 32px;
  }

  .title-section {
    font-size: 72px;
  }

  .pagination-fraction {
    font-size: 16px;
  }

  .button {
    width: auto;
    font-size: 16px;
    min-height: 56px;
  }

  .scroll-margin-top {
    scroll-margin-top: var(--height-header, 160px);
  }

  .header__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header__logo {
    padding: 16px 24px;
    z-index: 1;
  }

  .header__logo img {
    max-width: 185px;
  }

  .header__menu-pop-up {
    padding-left: 0;
    padding-right: 0;
    border-radius: 50px;
    position: absolute;
    right: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }

  .is-open-header-menu .header__menu-pop-up {
    width: var(--width-pop-up);
  }

  .is-open-header-menu .header__menu-pop-up ol {
    border-color: #e4e4e4;
  }

  .header__menu-pop-up-nav ol {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: calc(var(--offset-right, 240px) + 16px);
    padding-left: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 50px;
  }

  .header__menu-pop-up-nav a {
    padding: 8px;
    font-size: 16px;
    line-height: 150%;
  }

  .header__menu-pop-up-nav a::after {
    display: none;
  }

  .header__menu-pop-up-footer {
    display: none;
  }

  .footer__body {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }

  .footer__logo {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }

  .footer__logo img {
    max-width: 185px;
  }

  .footer__nav {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .footer__nav-list a {
    font-size: 20px;
  }

  .footer__contacts {
    font-size: 16px;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .footer .title-section p {
    margin-left: 120px;
  }

  .modal__body {
    padding: 64px;
  }

  .title {
    padding-top: 48px;
    padding-bottom: 100px;
    font-size: 88px;
  }

  .main-gallery__header {
    margin-bottom: 32px;
  }

  .main-gallery__pagination {
    position: absolute;
    top: -114px;
    right: 0;
  }

  .about__border {
    margin-top: 32px;
    border: 1px solid var(--color-gainsborough);
    background: url("../img/svg/about-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }

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

  .about__content {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    border-right: 1px solid var(--color-gainsborough);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about__content-data {
    font-size: 16px;
  }

  .about__content-data br {
    display: none;
  }

  .about__content-text {
    font-size: 32px;
  }

  .about__avatar {
    padding: 32px;
    border: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .about__avatar::before {
    display: none;
  }

  .about__name {
    font-size: 16px;
    text-align: center;
  }

  .about__photo {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    max-width: 372px;
  }

  .portfolio__header {
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .portfolio__text {
    font-size: 16px;
  }

  .portfolio__grid {
    gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio__image {
    padding: 16.7%;
  }

  .portfolio__figcaption {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .portfolio__button {
    margin-top: 48px;
  }

  .stages__header {
    margin-top: 72px;
    margin-bottom: 32px;
  }

  .stages__text {
    font-size: 32px;
  }

  .stages__list li {
    min-height: 300px;
  }

  .services__title {
    margin-bottom: 36px;
  }

  .benefit__slide {
    min-height: 348px;
  }

  .benefit__slide-body {
    padding: 40px;
  }

  .benefit__slide-title {
    font-size: 32px;
  }

  .benefit__pagination {
    display: none;
  }

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

  .project__header-description {
    margin-bottom: 0;
    font-size: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .project__header-data {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .project__data {
    font-size: 16px;
  }

  .project__main-imge {
    margin-top: 74px;
    margin-bottom: 104px;
  }

  .project__description-content {
    font-size: 20px;
  }

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

  .project-gallery__swiper {
    height: 512px;
  }

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

  .project-gallery__pagination-bullets {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header__menu-pop-up-nav ol {
    padding-right: calc(var(--offset-right, 240px) + 32px);
    padding-left: 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - var(--padding-container) * 2);
    gap: 16px;
  }
}

@media (min-width: 1272px) {
  .services__tabs {
    margin-right: 160px;
  }
}

@media (max-width: 1023.98px) {
  body.is-open-header-menu {
    overflow: hidden;
  }

  .header__order .button {
    padding: 10px 16px;
    min-height: 40px;
  }

  a.header__phone {
    display: none;
  }

  .project-gallery__pagination-fraction {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .modal-gallery .modal__close {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .footer__body {
    margin-bottom: 40px;
    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;
  }
}

@media (min-width: 375px) and (max-width: 1023.98px) {
  .title {
    font-size: calc(36px + (100vw - 375px) / 649 * 52);
  }

  .portfolio__image {
    padding: calc(12px + (100vw - 375px) / 649 * 20);
  }

  .project-gallery__swiper {
    height: calc(200px + (100vw - 375px) / 649 * 312);
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .stages__list li {
    min-height: calc(80px + (100vw - 768px) / 256 * 220);
  }
}

@media (min-width: 952px) and (max-width: 1271.98px) {
  .services__tabs {
    margin-right: calc(0px + (100vw - 952px) / 320 * 160);
  }
}

.about__border--member {
  margin-top: 0;
  border-top: 0;
}

.about__block--member {
  min-height: 0;
  grid-template-rows: auto auto;
}

.about__block--member .about__avatar {
  gap: 24px;
  justify-content: flex-start;
}

.about__photo--member {
  margin: 16px 0 0;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.about__photo--member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.about__block--member .about__content {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 300px;
}

.realized__header,
.blog-preview__header,
.blog-page__header {
  margin-bottom: 32px;
}

.realized__header p,
.blog-page__header p {
  margin-top: 24px;
  max-width: 560px;
  color: var(--color-black-08);
  line-height: 1.45;
}

.realized__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.realized__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background-color: var(--color-smoky-white);
}

.realized__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-preview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blog-preview__header > a,
.article__back,
.blog-card__link {
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  line-height: 1.4;
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.blog-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  background: var(--color-smoky-white);
}

.blog-card__meta,
.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--color-black-05);
  font-size: 13px;
}

.blog-card__title {
  margin-top: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.05;
}

.blog-card > p {
  margin-top: 20px;
  color: var(--color-black-08);
  line-height: 1.45;
}

.blog-card__link {
  margin-top: auto;
  padding-top: 32px;
  align-self: flex-start;
}

.blog-page,
.article {
  padding-top: 64px;
}

.article {
  padding-bottom: var(--margin-section);
}

.article__container {
  max-width: 1200px;
}

.article__header {
  margin-top: 56px;
  max-width: 900px;
}

.article__header h1 {
  margin-top: 20px;
  font-size: clamp(38px, 7vw, 82px);
  font-weight: 500;
  line-height: 0.95;
}

.article__lead {
  margin-top: 32px;
  max-width: 720px;
  color: var(--color-black-08);
  font-size: 20px;
  line-height: 1.4;
}

.article__layout {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.article-toc {
  padding: 24px;
  align-self: start;
  background: var(--color-smoky-white);
}

.article-toc__title {
  margin-bottom: 20px;
  font-weight: 500;
}

.article-toc li + li {
  margin-top: 12px;
}

.article-toc a {
  color: var(--color-black-08);
  font-size: 14px;
  line-height: 1.35;
}

.article-toc__level-3 {
  padding-left: 16px;
}

.article__content {
  min-width: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
}

.article__content h2,
.article__content h3 {
  scroll-margin-top: 100px;
  font-weight: 500;
  line-height: 1.1;
}

.article__content h2 {
  margin: 56px 0 20px;
  font-size: 34px;
}

.article__content h3 {
  margin: 36px 0 16px;
  font-size: 24px;
}

.article__content > :first-child {
  margin-top: 0;
}

.article__content p + p {
  margin-top: 20px;
}

@media (min-width: 600px) {
  .realized__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .about__block--member {
    min-height: 600px;
    align-items: stretch;
  }

  .about__block--member .about__avatar {
    order: 1;
    flex: 0 0 43%;
    min-width: 0;
    border-right: 1px solid var(--color-gainsborough);
  }

  .about__block--member .about__content {
    order: 2;
    flex: 1 1 57%;
    min-width: 0;
    padding-left: 32px;
    padding-right: 32px;
    border-right: 0;
  }

  .about__photo--member {
    margin-top: 16px;
    max-width: 520px;
  }

  .realized__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

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

  .article__layout {
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 72px;
    align-items: start;
  }

  .article-toc {
    position: sticky;
    top: 96px;
  }
}
