.header {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  /* background-color: #2a2a2a; */
  background-color: #000000;
}
@media (max-width: 992px) {
  .header {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .header {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .header {
    --container-width: 100%;
  }
}
.header--border {
  border-bottom: 1px solid #404040;
}
.header__container {
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__name {
  display: flex;
  align-items: center;
  gap: clamp(0.875rem, 5.096vw + -2.437rem, 1.875rem);
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 12.739vw + -6.405rem, 4.375rem);
}
.header__logo {
  width: clamp(3.125rem, 9.554vw + -3.085rem, 5rem);
  height: clamp(3.125rem, 9.554vw + -3.085rem, 5rem);
}
.header__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__text {
  color: #9a9a9a;
  font-size: clamp(0.625rem, 0.637vw + 0.211rem, 0.75rem);
  line-height: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  width: 20%;
  margin-right: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.header__burger {
  display: none;
  position: relative;
  width: 28px;
  height: 20px;
}
.header__burger::before,
.header__burger::after {
  content: "";
  background: #f5f5f5;
  border-radius: 1px;
  position: absolute;
  width: 80%;
  height: 2px;
  right: 0;
  top: 9px;
  transition: 0.38s ease-in-out;
}
.header__burger::after {
  top: 18px;
}
.header__burger::before {
  width: 100%;
}
.header__burger span {
  content: "";
  background: #f5f5f5;
  border-radius: 1px;
  position: absolute;
  right: 0;
  width: 80%;
  height: 2px;
  transition: 0.38s ease-in-out;
}
.header__burger--open::before {
  opacity: 0;
}
.header__burger--open::after {
  width: 100%;
  transform: rotate(-45deg) translate(5px, -5px);
}
.header__burger--open span {
  width: 100%;
  transform: rotate(45deg) translate(8px, 8px);
}

.menu {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #2a2a2a;
  position: fixed;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100vh;
  padding-bottom: 24px;
  padding-top: 100px;
  z-index: 9;
  transition: 0.38s ease-in-out;
  overflow: auto;
}
@media (max-width: 992px) {
  .menu {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .menu {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .menu {
    --container-width: 100%;
  }
}
.menu--open {
  left: 0;
}
.menu__container {
  grid-area: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__text {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 16px;
}
.menu__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.menu__contact-text {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 60px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.938rem, 4.777vw + -2.168rem, 1.875rem);
}
.nav__li--after {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav__li--after::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  color: #666666;
}
@media screen and (min-width: 993px) {
  .nav__li--after:hover .dropdown {
    visibility: visible;
    opacity: 1;
  }
}
.nav__link {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .nav__link:hover {
    color: #df910b;
  }
}

.dropdown {
  min-width: clamp(6.875rem, 9.554vw + 0.665rem, 8.75rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
  background-color: #1d1d1d;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: clamp(1.563rem, 2.229vw + 0.113rem, 2rem);
  transition: all 0.38s ease-in-out;
  border-radius: 10px;
  padding: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
}
.dropdown--service {
  gap: 0;
  display: block;
}
.dropdown__item {
  margin-bottom: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  padding-bottom: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  border-bottom: 1px solid #404040;
}
.dropdown__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dropdown__title {
  font-weight: 500;
  color: #df910b;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  margin-bottom: clamp(0.625rem, 1.911vw + -0.617rem, 1rem);
}
.dropdown__wrapper {
  display: grid;
  grid-template-columns:
    clamp(13rem, 19.108vw + 0.58rem, 16.75rem) clamp(
      10.813rem,
      6.369vw + 6.672rem,
      12.063rem
    )
    clamp(9.875rem, 3.185vw + 7.805rem, 10.5rem);
  column-gap: clamp(1.25rem, 14.013vw + -7.858rem, 4rem);
  row-gap: 8px;
}
.dropdown__link {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .dropdown__link:hover {
    color: #df910b;
  }
}

@media (max-width: 992px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
  }
  .header .socials {
    display: none;
  }
  .header__text {
    width: 45%;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .header__burger {
    display: block;
  }
  .header__logo {
    width: 70px;
    height: 70px;
  }
  .dropdown {
    min-width: 100%;
    gap: 10px;
    padding: 0;
    position: static;
    background-color: #2a2a2a;
    border-top: 1px solid #404040;
    padding-top: 8px;
    margin-top: 10px;
    border-radius: 0px;
    display: none;
  }
  .dropdown__link {
    font-size: 14px;
    line-height: 20px;
  }
  .dropdown--open {
    opacity: 1;
    visibility: visible;
  }
  .dropdown--flex {
    display: flex;
  }
  .menu .nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .menu .socials {
    display: flex;
    gap: 16px;
  }
  .nav {
    display: none;
  }
  .nav__li {
    width: 100%;
  }
  .nav__wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .nav__wrapper--open .nav__icon {
    color: #df910b;
    transform: rotate(-180deg);
  }
  .nav__wrapper--open .nav__link {
    color: #df910b;
  }
  .nav__icon {
    font-size: 16px;
    color: #666666;
    transition: all 0.38s ease-in-out;
  }
  .nav__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .header .link {
    display: none;
  }
  .menu .link {
    display: flex;
  }
}
@media (max-width: 576px) {
  .header__name {
    gap: 16px;
  }
  .header__container {
    grid-area: full;
  }
  .header__burger {
    margin-right: 24px;
  }
  .header__text {
    width: 56%;
  }
}
.modal {
  display: none;
  color: #ffffff;
  width: clamp(25rem, 38.217vw + 0.159rem, 32.5rem);
  background-color: #1d1d1d;
  border-radius: 10px;
  padding: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.modal__container--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.modal__text {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.modal__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: cover;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal__form-input {
  border-radius: 4px;
  background-color: #ffffff;
  padding-left: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-right: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-top: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  padding-bottom: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  color: #2a2a2a;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 0.637vw + 0.836rem, 1.375rem);
  width: 100%;
}
.modal__form-input::placeholder {
  color: #9a9a9a;
}
.modal__form-wrapper {
  display: flex;
  gap: clamp(0.313rem, 0.955vw + -0.309rem, 0.5rem);
  margin-bottom: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.modal__form-wrapper:last-child {
  margin-bottom: 0;
}
.modal__form-checkbox {
  appearance: none;
  width: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.38s ease-in-out;
}
.modal__form-checkbox::before {
  font-size: clamp(0.375rem, 0.637vw + -0.039rem, 0.5rem);
  color: #ffffff;
}
.modal__form-checkbox:checked {
  background-color: #df910b;
}
.modal__form-text {
  font-size: 12px;
  line-height: 16px;
  color: #9a9a9a;
  width: 90%;
}
.modal__file {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  gap: 10px;
}
.modal__file-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.modal__file-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: none;
}
.modal__file-icon--active {
  display: block;
}
.modal__file-close {
  width: 16px;
  height: 16px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal__file-close span {
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
  height: 10px;
  width: 2px;
  background-color: #df910b;
}
.modal__file-close span:last-child {
  transform: rotate(-45deg);
}
.modal__file-close--open {
  display: flex;
}
.modal__file span {
  color: #df910b;
  font-size: 16px;
  line-height: 24px;
}
.modal .title {
  margin-bottom: 10px;
}

.fancybox__content > .f-button.is-close-btn {
  top: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  right: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  width: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.fancybox__content > .f-button.is-close-btn::after {
  /* content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8697 4.79971C11.9414 4.73056 11.9985 4.64783 12.0379 4.55634C12.0772 4.46486 12.098 4.36645 12.0989 4.26687C12.0998 4.16728 12.0809 4.06852 12.0432 3.97633C12.0055 3.88414 11.9499 3.80037 11.8795 3.72992C11.8091 3.65947 11.7254 3.60374 11.6333 3.56598C11.5411 3.52823 11.4423 3.50921 11.3428 3.51003C11.2432 3.51084 11.1448 3.53149 11.0532 3.57075C10.9617 3.61001 10.8789 3.66711 10.8097 3.73871L7.80371 6.74371L4.79871 3.73871C4.73005 3.66502 4.64725 3.60592 4.55525 3.56493C4.46325 3.52394 4.36393 3.50189 4.26323 3.50012C4.16253 3.49834 4.0625 3.51686 3.96911 3.55459C3.87572 3.59231 3.79089 3.64845 3.71967 3.71967C3.64845 3.79089 3.59231 3.87572 3.55459 3.96911C3.51686 4.0625 3.49834 4.16253 3.50012 4.26323C3.50189 4.36393 3.52394 4.46325 3.56493 4.55525C3.60592 4.64725 3.66502 4.73005 3.73871 4.79871L6.74171 7.80471L3.73671 10.8097C3.60423 10.9519 3.53211 11.1399 3.53553 11.3342C3.53896 11.5285 3.61767 11.7139 3.75509 11.8513C3.8925 11.9887 4.07788 12.0675 4.27219 12.0709C4.46649 12.0743 4.65453 12.0022 4.79671 11.8697L7.80371 8.86471L10.8087 11.8707C10.9509 12.0032 11.1389 12.0753 11.3332 12.0719C11.5275 12.0685 11.7129 11.9897 11.8503 11.8523C11.9877 11.7149 12.0665 11.5295 12.0699 11.3352C12.0733 11.1409 12.0012 10.9529 11.8687 10.8107L8.86571 7.80471L11.8697 4.79971Z" fill="white"/></svg>'); */
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  right: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  width: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}

/* .f-button svg {
  display: none;
} */

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5019607843);
}

.f-button {
  background: transparent;
}

html.with-fancybox {
  overflow: hidden;
}

@media (max-width: 576px) {
  .modal {
    width: 92%;
    padding: 24px;
    padding-bottom: 30px;
  }
  .modal__text {
    text-align: center;
    margin-bottom: 24px;
  }
  .modal__icon {
    margin-bottom: 24px;
  }
  .modal__form-wrapper {
    margin-bottom: 14px;
  }
  .modal__file {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .modal .title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.footer {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  /* background-color: #2a2a2a; */
  background-color: #000000;
}
@media (max-width: 992px) {
  .footer {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .footer {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .footer {
    --container-width: 100%;
  }
}
.footer__container {
  grid-area: center;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__wrapper:first-child {
  margin-bottom: clamp(1.875rem, 4.777vw + -1.23rem, 2.813rem);
}
.footer__wrapper:last-child {
  align-items: center;
  border-top: 1px solid #404040;
  padding-top: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-bottom: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
}
.footer__logo {
  width: clamp(4.375rem, 9.554vw + -1.835rem, 6.25rem);
  height: clamp(4.375rem, 9.554vw + -1.835rem, 6.25rem);
}
.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: clamp(2.813rem, 3.185vw + 0.742rem, 3.438rem);
}
.footer__pages {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.footer__pages-link {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .footer__pages-link:hover {
    color: #df910b;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__contacts-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.footer__contacts-text {
  color: #9a9a9a;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.footer__text {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 16px;
}
.footer__text--link {
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .footer__text--link:hover {
    color: #ffffff;
  }
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__link .footer__text {
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .footer__link:hover .footer__text {
    color: #ffffff;
  }
}
.footer__link-icon {
  width: 46px;
  height: 36px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .footer__pages {
    display: none;
  }
  .footer__logo {
    width: 90px;
    height: 90px;
  }
  .footer__contacts-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .footer__container {
    grid-area: full;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer__wrapper:first-child {
    margin-bottom: 40px;
  }
  .footer__wrapper:last-child {
    border-top: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .footer__text {
    padding-left: 24px;
    padding-right: 24px;
    order: 2;
  }
  .footer__text--link {
    order: 1;
  }
  .footer__link {
    order: 3;
    width: 100%;
    padding-top: 13px;
    margin-top: 22px;
    position: relative;
    border-top: 1px solid #404040;
  }
  .footer__link .footer__text {
    order: 0;
    padding-right: 0;
  }
  .footer__contacts {
    padding-left: 24px;
    padding-right: 24px;
    padding-right: 0;
    align-items: flex-start;
  }
  .footer__contacts-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer__nav {
    padding-left: 24px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  background-color: transparent;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Variable.ttf") format("truetype-variations");
  font-weight: 100 900;
}
@font-face {
  font-family: "Montserrat-Italic";
  src: url("../fonts/Montserrat-Italic-Variable.ttf")
    format("truetype-variations");
  font-weight: 100 900;
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  background-color: #1d1d1d;
  color: #ffffff;
}

.section {
  padding-bottom: clamp(4.375rem, 22.293vw + -10.115rem, 8.75rem);
}
.section--pt {
  padding-top: clamp(4.375rem, 22.293vw + -10.115rem, 8.75rem);
}
.section--white {
  background-color: #ffffff;
  color: #1d1d1d;
}

.gradient {
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 50%,
    #1d1d1d 50%,
    #1d1d1d 100%
  );
  padding-bottom: 0;
  margin-bottom: clamp(4.375rem, 22.293vw + -10.115rem, 8.75rem);
}

.subtitle {
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-bottom: clamp(0.5rem, 2.548vw + -1.156rem, 1rem);
}
.subtitle--size {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
}

.title {
  font-weight: 500;
  font-size: clamp(2rem, 2.548vw + 0.344rem, 2.5rem);
  line-height: clamp(2rem, 2.548vw + 0.344rem, 2.5rem);
  letter-spacing: -0.02em;
  margin-bottom: clamp(1rem, 2.866vw + -0.863rem, 1.563rem);
}
.title--mbNone {
  margin-bottom: 0;
}
.title--color {
  color: #1d1d1d;
}
.title--tiny {
  line-height: 1;
  font-size: clamp(1.25rem, 2.548vw + -0.406rem, 1.75rem);
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .title--tiny {
    font-size: 25px;
  }
}
.title--size {
  font-size: clamp(1.563rem, 2.866vw + -0.301rem, 2.125rem);
  line-height: clamp(1.563rem, 2.866vw + -0.301rem, 2.125rem);
}
.title--mb {
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 8;
}

@media (max-width: 992px) {
  .title {
    font-size: 28px;
    line-height: 28px;
  }
  .title--size {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.socials {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2.548vw + -1.156rem, 1rem);
}
.socials--footer {
  margin-bottom: clamp(1.875rem, 4.777vw + -1.23rem, 2.813rem);
  justify-content: flex-end;
}
.socials--orange .socials__link {
  color: #df910b;
}
.socials__link {
  font-size: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
  color: #666666;
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .socials__link:hover {
    color: #df910b;
  }
}

@media (max-width: 992px) {
  .socials {
    gap: 16px;
  }
  .socials__link {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .socials--footer {
    margin-bottom: 36px;
    padding-right: 24px;
    padding-left: 24px;
    justify-content: flex-start;
  }
}
.link {
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: clamp(0.313rem, 1.592vw + -0.723rem, 0.625rem);
}
.link--size .link__text {
  font-size: clamp(0.688rem, 0.568vw + 0.318rem, 1rem);
  line-height: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
@media screen and (min-width: 993px) {
  .link:hover .link__text {
    color: #df910b;
  }
}
.link__icon {
  color: #df910b;
  font-size: clamp(1.125rem, 1.911vw + -0.117rem, 1.5rem);
  transition: color 0.38s ease-in-out;
}
.link__text {
  font-weight: 600;
  font-size: clamp(0.688rem, 0.795vw + 0.17rem, 1.125rem);
  line-height: clamp(1rem, 2.866vw + -0.863rem, 1.563rem);
  transition: color 0.38s ease-in-out;
}

@media (max-width: 992px) {
  .link:last-of-type {
    margin-bottom: 4px;
  }
  .link--size .link__text {
    font-size: 16px;
    line-height: 16px;
  }
  .link__icon {
    font-size: 24px;
  }
  .link__text {
    font-size: 18px;
  }
}
.btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  background-color: #df910b;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  padding-right: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  border-radius: 6px;
  transition: all 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .btn:hover {
    background-color: #1d1d1d;
  }
}
.btn--lightBlack {
  background-color: #1d1d1d;
}
@media screen and (min-width: 993px) {
  .btn--lightBlack:hover {
    background-color: #df910b;
  }
}
.btn--width {
  width: 19%;
}
.btn--submit {
  width: 25%;
}
.btn--width42 {
  width: 42%;
}
.btn--full {
  width: 100%;
}
.btn--designers {
  width: 28%;
}
.btn--contacts {
  color: #ffffff;
  margin-top: clamp(1.875rem, 9.554vw + -4.335rem, 3.75rem);
}
.btn--vacancie {
  width: 18%;
  color: #ffffff;
  margin-top: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.btn--service {
  width: 38%;
}
.btn--white {
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  .btn--hover:hover {
    color: #2a2a2a;
    background-color: #ffffff;
  }
}

@media (max-width: 1300px) {
  .btn--width {
    width: 24%;
  }
  .btn--service {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .btn--width {
    width: 35%;
  }
  .btn--submit {
    width: 100%;
  }
  .btn--vacancie {
    width: 25%;
  }
  .btn--width42 {
    width: 25%;
  }
  .btn--designers {
    width: 43%;
  }
}
@media (max-width: 768px) {
  .btn--width {
    width: 48%;
  }
  .btn--vacancie {
    width: 30%;
  }
  .btn--width42 {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}
.hero {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  position: relative;
  margin-bottom: clamp(4.375rem, 22.293vw + -10.115rem, 8.75rem);
}
@media (max-width: 992px) {
  .hero {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .hero {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .hero {
    --container-width: 100%;
  }
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero--full {
  height: 100vh;
  margin-bottom: 0;
}
.hero__container {
  grid-area: center;
  padding-top: clamp(4.688rem, 17.516vw + -6.698rem, 8.125rem);
  padding-bottom: clamp(4.688rem, 17.516vw + -6.698rem, 8.125rem);
}
.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.hero__title {
  width: 70%;
  font-weight: 600;
  font-size: clamp(2.375rem, 5.096vw + -0.937rem, 3.375rem);
  line-height: clamp(2.5rem, 6.369vw + -1.64rem, 3.75rem);
  margin-bottom: clamp(1.5rem, 1.911vw + 0.258rem, 1.875rem);
}
.hero__title span {
  color: #df910b;
}
.hero__links {
  display: flex;
  gap: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-bottom: clamp(6.25rem, 31.847vw + -14.451rem, 12.5rem);
  border-bottom: 1px solid #666666;
}
.hero__advantages {
  display: flex;
  flex-wrap: wrap;
  padding-top: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  row-gap: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.hero__advantages-item {
  width: 33%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__advantages-icon {
  border-radius: 50%;
  background-color: #df910b;
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__advantages-text {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.hero__text {
  font-size: 16px;
  line-height: 24px;
  width: 35%;
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}

@media (max-width: 992px) {
  .hero__container {
    padding-top: 120px;
  }
  .hero__title {
    width: 100%;
  }
  .hero__advantages {
    row-gap: 7px;
  }
  .hero__advantages-item {
    width: 50%;
  }
  .hero__advantages-text {
    font-size: 14px;
  }
  .hero__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 36px;
    line-height: 37px;
  }
  .hero__links {
    padding-bottom: 30px;
    border-bottom: 0px;
    flex-wrap: wrap;
  }
  .hero__advantages-item {
    width: 100%;
  }
}
.numbers {
  display: flex;
  padding-top: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  border-top: 1px solid #cccccc;
}
.numbers__item {
  width: 35%;
}
.numbers__number {
  font-weight: 500;
  font-size: clamp(1.563rem, 2.229vw + 0.113rem, 2rem);
  line-height: clamp(1.563rem, 2.229vw + 0.113rem, 2rem);
  letter-spacing: -0.02em;
  color: #333333;
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.numbers__number:last-child {
  margin-bottom: 0;
}
.numbers__text {
  color: #666666;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}

@media (max-width: 768px) {
  .numbers {
    flex-wrap: wrap;
    gap: 40px;
  }
  .numbers__item {
    width: 46%;
  }
}
@media (max-width: 576px) {
  .numbers {
    padding-top: 0;
    border-top: none;
  }
  .numbers__item {
    text-align: center;
    width: 100%;
  }
}
.about {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .about {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .about {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .about {
    --container-width: 100%;
  }
}
.about__container {
  grid-area: center;
}
.about__info {
  display: flex;
  gap: clamp(4.688rem, 15.605vw + -5.456rem, 7.75rem);
  margin-bottom: clamp(1.875rem, 9.554vw + -4.335rem, 3.75rem);
}
.about__info-text {
  width: 40%;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
}
.about__text p {
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.about__text q {
  font-family: "Montserrat-Italic";
  font-weight: 700;
  font-style: italic;
  color: #df910b;
}
.about__text q::after,
.about__text q::before {
  content: '"';
}
.about__appeals--mb {
  margin-bottom: clamp(2.125rem, 9.554vw + -4.085rem, 4rem);
}
.about__appeals-title {
  color: #1d1d1d;
  font-weight: 600;
  font-size: clamp(1rem, 0.637vw + 0.586rem, 1.125rem);
  line-height: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  margin-bottom: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
}
.about__appeals-card {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  gap: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.about__appeals-img {
  border-radius: 8px;
  width: clamp(6.25rem, 6.369vw + 2.11rem, 7.5rem);
  height: clamp(6.25rem, 6.369vw + 2.11rem, 7.5rem);
  object-fit: cover;
}
.about__appeals-text {
  width: 85%;
}
.about__appeals-quote {
  padding-left: clamp(1.563rem, 3.185vw + -0.508rem, 2.188rem);
  padding-right: clamp(1.563rem, 3.185vw + -0.508rem, 2.188rem);
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  position: relative;
  color: #666666;
  margin-bottom: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
}
.about__appeals-quote::before {
  position: absolute;
  left: 0;
  top: -8px;
  content: url("../img/bi_quote.svg");
}
.about__appeals-quote::after {
  content: url("../img/bi_quote.svg");
  position: absolute;
  right: 0;
  bottom: -10px;
  transform: rotate(180deg);
}
.about__appeals-name {
  font-weight: 600;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 14px;
  padding-left: clamp(1.563rem, 3.185vw + -0.508rem, 2.188rem);
}

@media (max-width: 992px) {
  .about__appeals-quote {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .about__info {
    flex-direction: column;
    gap: 30px;
  }
  .about__info-text {
    width: 100%;
  }
  .about__appeals-card {
    flex-direction: column;
  }
  .about__appeals-text {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
  }
  .about__appeals-name {
    padding-left: 0;
    line-height: 18px;
  }
  .about__appeals-quote {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .about__appeals-name {
    width: 70%;
    text-align: center;
  }
  .about__appeals-img {
    width: 70px;
    height: 70px;
  }
}
.video {
  position: relative;
  height: clamp(15.625rem, 36.624vw + -8.181rem, 22.813rem);
  margin-top: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .video {
    margin-top: 0;
    height: 200px;
  }
}
.video--size {
  width: 50%;
}
@media (max-width: 768px) {
  .video--size {
    width: 100%;
  }
}
.video__tag {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.video__play {
  position: absolute;
  border-radius: 50%;
  width: clamp(2.75rem, 6.369vw + -1.39rem, 4rem);
  height: clamp(2.75rem, 6.369vw + -1.39rem, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  z-index: 1;
  background-color: #df910b;
}
@media (max-width: 992px) {
  .video__play {
    width: 40px;
    height: 40px;
  }
  .video__play:before {
    font-size: 15px;
  }
}
.breadcrumb {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
  padding-top: clamp(2.188rem, 9.236vw + -3.816rem, 4rem);
  padding-bottom: clamp(1.563rem, 9.873vw + -4.855rem, 3.5rem);
}
@media (max-width: 992px) {
  .breadcrumb {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .breadcrumb {
    --container-width: 100%;
  }
}
.breadcrumb__container {
  grid-area: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.5rem, 2.548vw + -1.156rem, 1rem);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2.548vw + -1.156rem, 1rem);
}
.breadcrumb__link {
  color: #9a9a9a;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .breadcrumb__link:hover {
    color: #1d1d1d;
  }
}
.breadcrumb__icon {
  font-size: 14px;
  color: #9a9a9a;
  transform: rotate(-90deg);
}
.breadcrumb__page {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  color: #1d1d1d;
  font-weight: 500;
}

@media (max-width: 992px) {
  .breadcrumb {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.advantages {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .advantages {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .advantages {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .advantages {
    --container-width: 100%;
  }
}
.advantages__container {
  grid-area: center;
}
.advantages__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.advantages__btns {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.advantages__btn {
  position: static;
  border-radius: 50%;
  width: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  height: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  background-color: #df910b;
}
.advantages__btn:after {
  font-size: 10px;
  color: #ffffff;
}
.advantages__btn.swiper-button-disabled {
  opacity: 1;
  background-color: #6b4b16;
  color: #9a9a9a;
}
.advantages__slider {
  /* overflow: visible;
   */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

@media (max-width: 992px) {
  .advantages__slider {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .advantages__slider {
    grid-template-columns: 100%;
  }
}

.advantages__slider-info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}

.advantages__slider-slide {
  background-color: #333333;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.advantages__slider-bg {
  background-color: #404040;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  /* margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem); */
}
.advantages__slider-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.advantages__slider-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  /* margin-bottom: 8px; */
}
.advantages__slider-text {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 576px) {
  .advantages__btns {
    display: none;
  }
}
.feedback {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .feedback {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .feedback {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .feedback {
    --container-width: 100%;
  }
}
.feedback--black {
  background-color: #1d1d1d;
}
.feedback__container {
  grid-area: center;
  background-color: #333333;
  border-radius: 10px;
  padding: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  padding-bottom: clamp(2.5rem, 3.185vw + 0.43rem, 3.125rem);
}
.feedback__description {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(2.5rem, 3.185vw + 0.43rem, 3.125rem);
}
.feedback__form-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.feedback__form-input {
  border-radius: 4px;
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 22px;
  width: clamp(20.625rem, 39.809vw + -5.251rem, 28.438rem);
}
.feedback__form-input::placeholder {
  color: #9a9a9a;
}
.feedback__form-text {
  font-size: 12px;
  line-height: 16px;
  color: #9a9a9a;
}
.feedback__form-checkbox {
  appearance: none;
  width: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.38s ease-in-out;
}
.feedback__form-checkbox::before {
  font-size: clamp(0.375rem, 0.637vw + -0.039rem, 0.5rem);
  color: #ffffff;
}
.feedback__form-checkbox:checked {
  background-color: #df910b;
}

@media (max-width: 992px) {
  .feedback__container {
    border-radius: 20px;
    padding-bottom: 30px;
  }
  .feedback__photo {
    width: 310px;
    height: 210px;
  }
  .feedback__photo--neighbours {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 200px;
    right: 0;
  }
  .feedback__description {
    margin-bottom: 24px;
  }
  .feedback__form {
    padding: 0;
    background-color: transparent;
  }
  .feedback__form-wrapper:first-child {
    flex-direction: column;
  }
  .feedback__form-input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .feedback__form-text {
    width: 90%;
  }
  .feedback__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 576px) {
  .feedback__container {
    grid-area: full;
  }
}
.content {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .content {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .content {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .content {
    --container-width: 100%;
  }
}
.content__container {
  grid-area: center;
}
.content__container--textBlock {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.content__container--textBlock ul li {
  position: relative;
  padding-left: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.content__container--textBlock ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #666666;
  width: 3px;
  height: 3px;
  position: absolute;
  left: clamp(0.188rem, 1.274vw + -0.641rem, 0.438rem);
  top: 50%;
  transform: translateY(-50%);
}
.content__container--textBlock h2,
.content__container--textBlock h3,
.content__container--textBlock h4,
.content__container--textBlock h5 {
  color: #1d1d1d;
}
.content__container--textBlock h2 {
  font-weight: 500;
  font-size: clamp(2rem, 2.548vw + 0.344rem, 2.5rem);
  line-height: clamp(2rem, 2.548vw + 0.344rem, 2.5rem);
  letter-spacing: -0.02em;
}
.content__container--textBlock h3 {
  font-weight: 500;
  font-size: clamp(1.75rem, 1.911vw + 0.508rem, 2.125rem);
  line-height: clamp(1.75rem, 1.911vw + 0.508rem, 2.125rem);
}
.content__container--textBlock h4 {
  font-weight: 700;
  font-size: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  line-height: clamp(1.375rem, 1.274vw + 0.547rem, 1.625rem);
  letter-spacing: -0.02em;
}
.content__container--textBlock h5 {
  font-weight: 700;
  font-size: clamp(1rem, 0.637vw + 0.586rem, 1.125rem);
  line-height: clamp(1.25rem, 0.637vw + 0.836rem, 1.375rem);
}
.content__wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(2.188rem, 9.236vw + -3.816rem, 4rem);
  margin-bottom: clamp(1.563rem, 9.873vw + -4.855rem, 3.5rem);
  border-bottom: 1px solid #cccccc;
}
.content__info {
  width: 50%;
}
.content__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.content__text:last-child {
  margin-bottom: 0;
}
.content__text--width {
  width: 75%;
}
.content__text ul li {
  position: relative;
  padding-left: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.content__text ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #666666;
  width: 2px;
  height: 2px;
  position: absolute;
  left: clamp(0.438rem, 0.955vw + -0.184rem, 0.625rem);
  top: 50%;
  transform: translateY(-50%);
}
.content__photo {
  width: clamp(21.875rem, 43.949vw + -6.692rem, 30.5rem);
  height: clamp(18.75rem, 31.847vw + -1.951rem, 25rem);
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .content__container--textBlock h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .content__container--textBlock h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .content__wrapper {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 70px;
  }
  .content__info {
    width: 100%;
  }
  .content__photo {
    width: 100%;
    height: 400px;
  }
  .content__text--width {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .content__photo {
    height: 270px;
  }
}
.blog-card {
  color: #1d1d1d;
  display: flex;
  gap: 20px;
  flex-direction: column;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}
.blog-card__image {
  height: 206px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}
.blog-card__date {
  color: #df910b;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
}
.blog-card__box {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.blog-card__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.blog-card__text {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.blog-card__link {
  align-self: flex-end;
  color: #df910b;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0px;
  text-decoration-thickness: 0px;
  justify-self: end;
  cursor: pointer;
}
.blog-grid {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .blog-grid {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .blog-grid {
    --container-width: 100%;
  }
}
.blog-grid__container {
  grid-area: center;
}
.blog-grid__wrapper {
  display: flex;
  gap: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  flex-direction: column;
}
.blog-grid__grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 14px;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .blog-grid__grid-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .blog-grid__grid-box {
    grid-template-columns: 1fr;
  }
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.pages--mb {
  margin-bottom: clamp(2.5rem, 12.739vw + -5.78rem, 5rem);
}
.pages__arrow {
  color: #333333;
  font-size: 16px;
  transform: rotate(90deg);
  transition: color 0.38s ease-in-out;
}
.pages__arrow:last-child {
  transform: rotate(-90deg);
}
@media screen and (min-width: 993px) {
  .pages__arrow:hover {
    color: #df910b;
  }
}
.pages__number {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pages__number-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .pages__number-item:hover {
    color: #df910b;
  }
}
.pages__number-item--active {
  pointer-events: none;
  background-color: #df910b;
  color: #ffffff;
}
.blog-content {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .blog-content {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .blog-content {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .blog-content {
    --container-width: 100%;
  }
}
.blog-content__container {
  grid-area: center;
}
.blog-content__wrapper {
  display: flex;
  flex-direction: column;
}
.blog-content__date {
  color: #df910b;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
}
.blog-content__item {
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.blog-content__item p:not(:last-child) {
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.blog-content__item h1,
.blog-content__item h2,
.blog-content__item h3,
.blog-content__item h4 {
  font-weight: 500;
  font-size: clamp(1.5rem, 3.185vw + -0.57rem, 2.125rem);
  line-height: 1;
  letter-spacing: 0px;
  color: #1d1d1d;
  margin-bottom: clamp(1.125rem, 1.911vw + -0.117rem, 1.5rem);
}
.blog-content__item ul {
  padding-left: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.blog-content__item ul li {
  position: relative;
}
.blog-content__item ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #666666;
  width: 3px;
  height: 3px;
  position: absolute;
  left: -15px;
  top: 12px;
  transform: translateY(-50%);
}
.blog-content__item ul li:not(:last-child) {
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.blog-content__item--mb {
  margin-bottom: clamp(3.125rem, 4.459vw + 0.227rem, 4rem);
}
.blog-content__item--mb-none {
  margin-bottom: 0px;
}
.blog-content__item--gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 576px) {
  .blog-content__item--gallery {
    grid-template-columns: 1fr;
  }
}
.blog-content__image {
  height: clamp(21.875rem, 15.924vw + 11.525rem, 25rem);
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-content__image--left {
  float: left;
  width: 510px;
  margin-right: clamp(0.625rem, 10.191vw + -5.999rem, 2.625rem);
  margin-bottom: clamp(1.125rem, -0.637vw + 1.539rem, 1rem);
}
.blog-content__image--right {
  float: right;
  width: 510px;
  margin-left: clamp(0.625rem, 10.191vw + -5.999rem, 2.625rem);
  margin-bottom: clamp(1.125rem, -0.637vw + 1.539rem, 1rem);
}
.contacts {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .contacts {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .contacts {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .contacts {
    --container-width: 100%;
  }
}
.contacts__container {
  grid-area: center;
  display: flex;
  justify-content: space-between;
}
.contacts__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
}
.contacts__link {
  color: #df910b;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  transition: color 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .contacts__link:hover {
    color: #ffffff;
  }
}
.contacts__text {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
}
.contacts__text--bold {
  font-weight: 700;
  margin-bottom: 0;
}
.contacts__map {
  width: 50%;
  border-radius: 10px;
  height: clamp(18.75rem, 22.293vw + 4.26rem, 23.125rem);
}

@media (max-width: 992px) {
  .contacts__map {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .contacts__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .contacts__map {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contacts__text {
    margin-bottom: 30px;
  }
  .contacts__text--bold {
    margin-bottom: 8px;
  }
}
.designers {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .designers {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .designers {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .designers {
    --container-width: 100%;
  }
}
.designers__container {
  grid-area: center;
}
.designers__description {
  padding-bottom: clamp(4.375rem, 22.293vw + -10.115rem, 8.75rem);
}
.designers__description:last-child {
  padding-bottom: 0;
}
.designers__description-wrapper {
  display: flex;
  flex-direction: column;
}
.designers__description-card {
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
  display: flex;
  gap: clamp(1rem, 3.185vw + -1.07rem, 1.625rem);
}
.designers__description-photo {
  object-fit: cover;
  width: clamp(9.375rem, 14.013vw + 0.267rem, 12.125rem);
  height: clamp(9.375rem, 14.013vw + 0.267rem, 12.125rem);
  border-radius: 10px;
}
.designers__description-name {
  color: #1d1d1d;
  margin-bottom: clamp(0.625rem, 1.911vw + -0.617rem, 1rem);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  line-height: clamp(1.375rem, 1.274vw + 0.547rem, 1.625rem);
  letter-spacing: -0.02em;
}
.designers__description-name--mobile {
  display: none;
}
.designers__description-cardText {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: clamp(1rem, 1.911vw + -0.242rem, 1.375rem);
  height: 100%;
}
.designers__description-info {
  width: 60%;
  display: flex;
  gap: clamp(1.25rem, 4.459vw + -1.648rem, 2.125rem);
}
.designers__description-infoItem {
  width: 60%;
}
.designers__description-infoItem p {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.875rem, 1.911vw + -0.367rem, 1.25rem);
  color: #666666;
  width: 90%;
}
.designers__description-infoItem p b {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1d1d1d;
}
.designers__description-gallery {
  position: relative;
}
.designers__description-slider {
  user-select: none;
}
.designers__description-slide {
  height: clamp(23.75rem, 22.293vw + 9.26rem, 28.125rem);
}
.designers__description-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.designers__description-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #2a2a2a;
}
.designers__description-btn:after {
  font-size: 10px;
  color: #ffffff;
}
.designers__description-btnPrev {
  left: -20px;
}
.designers__description-btnNext {
  right: -20px;
}

@media (max-width: 1380px) {
  .designers__description-btnPrev {
    left: -15px;
  }
  .designers__description-btnNext {
    right: -15px;
  }
}
@media (max-width: 992px) {
  .designers__description-card {
    flex-wrap: wrap;
    align-items: center;
  }
  .designers__description-name {
    margin-bottom: 0;
  }
  .designers__description-name--mobile {
    display: block;
  }
  .designers__description-name--desktop {
    display: none;
  }
  .designers__description-cardText {
    flex-direction: column;
    gap: 20px;
  }
  .designers__description-info {
    width: 100%;
  }
  .designers__description-photo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 576px) {
  .designers__description-info {
    flex-direction: column;
  }
  .designers__description-infoItem {
    width: 80%;
  }
  .designers__description-photo {
    width: 80px;
    height: 80px;
  }
  .designers__description-btnPrev {
    left: -20px;
  }
  .designers__description-btnNext {
    right: -20px;
  }
}
.portfolioSwiper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: "center";
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.portfolioSwiper__gallery {
  grid-area: center;
  width: 100%;
}
.portfolioSwiper__gallery-image {
  background-color: #333333;
  width: 100%;
  object-fit: contain;
}
.portfolioSwiper--swiper .portfolioSwiper__gallery-image {
  height: clamp(25.625rem, 22.293vw + 11.135rem, 30rem);
}
.portfolioSwiper--card .portfolioSwiper__gallery-image {
  height: clamp(20.625rem, 22.293vw + 6.135rem, 25rem);
}
@media (max-width: 768px) {
  .portfolioSwiper--card .portfolioSwiper__gallery-image {
    height: 360px;
  }
}
.portfolioSwiper__thumbs {
  margin: unset;
  width: auto;
  pointer-events: all;
}
@media (max-width: 768px) {
  .portfolioSwiper__thumbs {
    /* display: none; */
  }

  .portfolioSwiper__front {
    flex-direction: column;
  }

  .portfolioSwiper__gallery-image {
    object-fit: cover;
  }
}
.portfolioSwiper__thumbs-wrap {
  gap: 8px;
}
.portfolioSwiper__thumbs-item {
  cursor: pointer;
  width: fit-content;
  overflow: hidden;
  border-radius: 6px;
}
.portfolioSwiper__thumbs-item.swiper-slide-thumb-active {
  outline: 1px solid #df910b;
  outline-offset: -1px;
}
.portfolioSwiper__thumbs-image {
  object-fit: cover;
}
.portfolioSwiper--swiper .portfolioSwiper__thumbs-image {
  height: clamp(2.625rem, 4.459vw + -0.273rem, 3.5rem);
  width: clamp(2.625rem, 4.459vw + -0.273rem, 3.5rem);
}
.portfolioSwiper--card .portfolioSwiper__thumbs-image {
  height: clamp(2rem, 3.822vw + -0.484rem, 2.75rem);
  width: clamp(2rem, 3.822vw + -0.484rem, 2.75rem);
}
.portfolioSwiper__front {
  grid-area: center;
  z-index: 2;
  display: flex;
  pointer-events: none;
  padding: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    #000000 100%
  );
}
.portfolioSwiper--swiper .portfolioSwiper__front {
  align-items: flex-end;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .portfolioSwiper--swiper .portfolioSwiper__front {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
  }
}

.portfolioSwiper--card .portfolioSwiper__front {
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: flex-start;
  gap: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
}
.portfolioSwiper__description {
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: all;
}
.portfolioSwiper__title {
  line-height: 1.2;
  font-size: clamp(1rem, 0.637vw + 0.586rem, 1.125rem);
}
.portfolioSwiper__info {
  display: flex;
  column-gap: clamp(1rem, 4.459vw + -1.898rem, 1.875rem);
  row-gap: 4px;
  flex-wrap: wrap;
}
.portfolioSwiper__text {
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
}
.portfolioSwiper__text span {
  color: #df910b;
  margin-left: 4px;
}
.tabs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}
.tabs--start {
  justify-content: flex-start;
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.tabs--mobile {
  display: none;
}
.tabs__item {
  cursor: pointer;
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding-left: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
  padding-right: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.38s ease-in-out;
}
@media screen and (min-width: 993px) {
  .tabs__item:hover {
    background-color: #9a9a9a;
    color: #ffffff;
  }
}
.tabs__item--active {
  pointer-events: none;
  background-color: #333333;
  color: #ffffff;
}

.contentTabs {
  height: inherit;
}
.contentTabs__item {
  opacity: 0;
  transition: opacity 0.38s ease-in-out;
  display: none;
  height: inherit;
}
.contentTabs__item--active {
  display: block;
}
.contentTabs__item--opacity {
  opacity: 1;
}

@media (max-width: 768px) {
  .tabs--mobile {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 18px;
  }
}
.portfolio {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .portfolio {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .portfolio {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .portfolio {
    --container-width: 100%;
  }
}
.portfolio__container {
  grid-area: center;
}
.portfolio__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1.875rem, 5.096vw + -1.437rem, 2.875rem);
  margin-bottom: clamp(1rem, 4.459vw + -1.898rem, 1.875rem);
  /* &:last-child { */
  /*   margin-bottom: 0; */
  /*   align-items: flex-start; */
  /* } */
}
.portfolio__content {
  display: grid;
  grid-template-columns: 1fr 73%;
  grid-template-rows: 1fr;
  gap: clamp(1.5rem, 7.006vw + -3.054rem, 2.875rem);
}
@media (max-width: 992px) {
  .portfolio__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.portfolio__title {
  margin-bottom: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.portfolio__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  /* width: 28%; */
}
.portfolio__card--full {
  /* width: 100%; */
}
.portfolio__numbers {
  flex-grow: 1;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: clamp(0.938rem, 10.191vw + -5.687rem, 2.938rem);
  /* margin-bottom: fluid(14px, 16px); */
}
.portfolio__numbers--row {
  flex-direction: row;
  gap: clamp(4rem, 6.369vw + -0.14rem, 5.25rem);
  padding: clamp(1.375rem, 4.459vw + -1.523rem, 2.25rem);
}
.portfolio__numbers-number {
  color: #1d1d1d;
  font-weight: 500;
  font-size: clamp(1.625rem, 1.911vw + 0.383rem, 2rem);
  line-height: clamp(1.625rem, 1.911vw + 0.383rem, 2rem);
  margin-bottom: clamp(0.625rem, 1.911vw + -0.617rem, 1rem);
}
.portfolio__numbers-text {
  color: #666666;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
}
.portfolio__gallery {
  /* height: 100%; */
  /* width: 72%; */
}
.portfolio__gallery-swiper {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 576px) {
  .portfolio__gallery-swiper {
    overflow: visible;
  }
}
.portfolio__gallery-wrapper {
  position: relative;
  border-radius: 10px;
}
.portfolio__gallery--full {
  /* width: 100%; */
}
.portfolio__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio__sliders {
  position: relative;
}
.portfolio__sliders-btn {
  border-radius: 50%;
  width: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  height: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  background-color: #2a2a2a;
}
.portfolio__sliders-btn:after {
  font-size: 10px;
  color: #ffffff;
}
.portfolio__sliders-btnPrev {
  left: -20px;
}
.portfolio__sliders-btnNext {
  right: -20px;
}
.portfolio__sliderBig {
  height: clamp(24.063rem, 35.669vw + 0.878rem, 31.063rem);
}
.portfolio__sliderBig-slide {
  border-radius: 10px;
}
.portfolio__sliderBig-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    #000000 100%
  );
}
.portfolio__sliderBig-slide img {
  border-radius: 10px;
}
.portfolio__info {
  position: absolute;
  left: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  bottom: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  z-index: 1;
}
.portfolio__info-title {
  font-weight: 600;
  font-size: clamp(1rem, 0.637vw + 0.586rem, 1.125rem);
  line-height: clamp(1rem, 1.911vw + -0.242rem, 1.375rem);
  margin-bottom: 8px;
}
.portfolio__info-wrapper {
  display: flex;
  gap: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.portfolio__info-text {
  display: flex;
  gap: 8px;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1rem, 0.955vw + 0.379rem, 1.188rem);
}
.portfolio__info-text span {
  color: #df910b;
}
.portfolio__sliderMin {
  height: clamp(2.313rem, 6.051vw + -1.621rem, 3.5rem);
  position: absolute;
  width: 26%;
  bottom: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  right: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.portfolio__sliderMin-slide {
  border-radius: 6px;
}
.portfolio__sliderMin-slide.swiper-slide-active {
  border: 1px solid #df910b;
}
.portfolio__sliderMin-slide img {
  border-radius: 6px;
}
.portfolio__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  row-gap: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  margin-bottom: clamp(1.875rem, 4.459vw + -1.023rem, 2.75rem);
}
@media (max-width: 576px) {
  .portfolio__cards {
    grid-template-columns: 100%;
  }
}
.portfolio__cards-item {
  width: 48.8%;
  position: relative;
}
.portfolio__cards-item .portfolio__sliderMin {
  position: static;
  margin: 0;
  margin-bottom: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
  width: 32%;
  height: clamp(2.125rem, 3.185vw + 0.055rem, 2.75rem);
}
.portfolio__cards-item .portfolio__info {
  width: 100%;
}
.portfolio__cards-swiper {
  position: relative;
  height: clamp(17.5rem, 38.217vw + -7.341rem, 25rem);
  border-radius: 10px;
}
.portfolio__cards-swiper::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 49.8%,
    #000000 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 1380px) {
  .portfolio__sliders-btnPrev {
    left: -15px;
  }
  .portfolio__sliders-btnNext {
    right: -15px;
  }
}
@media (max-width: 992px) {
  .portfolio__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .portfolio__wrapper:last-child {
    flex-direction: column-reverse;
  }
  .portfolio__gallery {
    width: 100%;
  }
  .portfolio__card {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    width: 100%;
  }
  .portfolio__cards {
    gap: 10px;
  }
  .portfolio__cards-item .portfolio__sliderMin {
    width: 47%;
  }
  .portfolio__numbers {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .portfolio__sliderBig {
    height: 300px;
  }
  .portfolio__sliderMin {
    display: none;
  }
  .portfolio__cards-item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .portfolio {
    overflow: hidden;
  }
  .portfolio__sliderBig {
    height: 360px;
    overflow: visible;
  }
  .portfolio__sliders-btn {
    display: none;
  }
  .portfolio__numbers-number {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .portfolio__numbers-text {
    width: 68%;
  }
  .portfolio__cards-swiper {
    height: 360px;
  }
}
.form {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .form {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .form {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .form {
    --container-width: 100%;
  }
}
.form__container {
  z-index: 1;
  position: relative;
  grid-area: center;
  background-color: #333333;
  border-radius: 10px;
  padding: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.form__container--col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .form__container--col {
    grid-template-columns: 1fr;
  }
}
.form__box {
  position: relative;
}
.form__photo {
  position: absolute;
  right: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  bottom: 0;
  width: clamp(27.5rem, 28.662vw + 8.869rem, 33.125rem);
  height: clamp(20.625rem, 25.478vw + 4.064rem, 25.625rem);
  object-fit: cover;
  z-index: -1;
}
.form__photo--neighbours {
  width: clamp(37.5rem, 57.643vw + 0.032rem, 48.813rem);
  height: clamp(12.5rem, 15.924vw + 2.15rem, 15.625rem);
  top: clamp(1.563rem, -2.229vw + 3.012rem, 1.125rem);
}
.form__text {
  width: 36%;
  margin-bottom: clamp(3.125rem, 4.777vw + 0.02rem, 4.063rem);
}
.form__text--tiny {
  width: 80%;
  margin-bottom: clamp(1.25rem, 4.777vw + -1.855rem, 2.188rem);
}
.form__text--mb {
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
}
.form__description {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.form__description--tiny {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: 1.4;
}
@media (max-width: 992px) {
  .form__description--tiny {
    font-size: 14px;
  }
}
.form__description span {
  color: #df910b;
}
.form__description p:first-child {
  margin-bottom: 8px;
}
.form__description p b {
  font-size: 16px;
}
.form__forma {
  background-color: #ffffff;
  border-radius: 10px;
  padding: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.form__forma-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.form__forma-wrapper:last-child {
  margin-bottom: 0;
}
.form__forma-wrapper--col {
  display: flex;
  flex-direction: column;
}
.form__forma-input {
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  padding-right: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  padding-top: 14px;
  padding-bottom: 14px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 22px;
  width: clamp(20.625rem, 39.809vw + -5.251rem, 28.438rem);
}
.form__forma-input::placeholder {
  color: #9a9a9a;
}
.form__forma-text {
  font-size: 12px;
  line-height: 16px;
  color: #9a9a9a;
}
.form__forma-checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.38s ease-in-out;
}
.form__forma-checkbox::before {
  font-size: clamp(0.375rem, 0.637vw + -0.039rem, 0.5rem);
  color: #f5f5f5;
  transition: color 0.38s ease-in-out;
}
.form__forma-checkbox:checked {
  background-color: #df910b;
}
.form__forma-checkbox:checked::before {
  color: #ffffff;
}
.form__forma--tiny {
  padding: 20px;
}
.form__forma--tiny .form__forma-input {
  width: 100%;
}
.form__forma--tiny .form__forma-text {
  width: 90%;
}

@media (max-width: 992px) {
  .form__container {
    border-radius: 20px;
    padding-bottom: 200px;
  }
  .form__container--col {
    padding-bottom: 30px;
  }
  .form__photo {
    width: 310px;
    height: 210px;
  }
  .form__photo--neighbours {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 200px;
    right: 0;
  }
  .form__text {
    width: 100%;
    margin-bottom: 24px;
  }
  .form__forma {
    padding: 0;
    background-color: transparent;
  }
  .form__forma-wrapper {
    gap: 10px;
  }
  .form__forma-wrapper:first-child {
    flex-direction: column;
  }
  .form__forma-input {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form__forma-text {
    width: 90%;
  }
  .form__container {
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
  }
  .form__photo--neighbours {
    bottom: -25px;
  }
}
@media (max-width: 576px) {
  .form__container {
    grid-area: full;
    padding-bottom: 186px;
  }
  .form__container--col {
    padding-bottom: 30px;
  }
  .form__photo {
    width: 245px;
    height: 170px;
    right: 0px;
  }
  .form__photo--neighbours {
    width: 100%;
    height: 175px;
    bottom: -20px;
  }
}
.tariffs {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .tariffs {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .tariffs {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .tariffs {
    --container-width: 100%;
  }
}
.tariffs__container {
  grid-area: center;
}
.tariffs__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.tariffs__text {
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.tariffs__square {
  display: flex;
  position: relative;
  margin-top: clamp(2.813rem, -4.777vw + 5.918rem, 1.875rem);
}
.tariffs__square-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  width: 93%;
}
.tariffs__square-bg {
  border-radius: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.375rem, 6.369vw + 0.235rem, 5.625rem);
  height: clamp(4.375rem, 6.369vw + 0.235rem, 5.625rem);
}
.tariffs__square-icon {
  width: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  height: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  object-fit: contain;
}
.tariffs__square-text {
  margin-bottom: 8px;
  color: #1d1d1d;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.274vw + 0.047rem, 1.125rem);
  line-height: clamp(0.875rem, 2.548vw + -0.781rem, 1.375rem);
}
.tariffs__square-textMin {
  color: #333333;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
  width: 70%;
}
.tariffs__square-svg {
  background-color: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: clamp(0rem, 5.732vw + -3.726rem, 1.125rem);
  top: 50%;
  transform: translateY(-50%);
  width: 170px;
  height: 170px;
}
.tariffs__square-number {
  user-select: none;
  position: absolute;
  color: #1d1d1d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}
.tariffs__square-number p {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 10px;
}
.tariffs__square-number span {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 22px;
}
.tariffs__card {
  display: flex;
  gap: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
}
.tariffs__card-item {
  width: 33%;
  opacity: 1;
  display: block;
}
.tariffs__card-photo {
  width: 100%;
  height: clamp(9.375rem, 12.739vw + 1.095rem, 11.875rem);
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.tariffs__card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(23.75rem, 47.771vw + -7.301rem, 33.125rem);
  background-color: #f5f5f5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
  padding-bottom: clamp(1.25rem, 3.822vw + -1.234rem, 2rem);
}
.tariffs__card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(0.625rem, 0.637vw + 0.211rem, 0.75rem);
}
.tariffs__card-title {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.274vw + 0.672rem, 1.75rem);
  line-height: clamp(1.875rem, 1.274vw + 1.047rem, 2.125rem);
  letter-spacing: -0.02em;
  color: #1d1d1d;
}
.tariffs__card-term {
  color: #666666;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.tariffs__card-price {
  width: fit-content;
  background-color: #df910b;
  color: #ffffff;
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-right: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  margin-bottom: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  font-weight: 700;
  font-size: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  line-height: clamp(1.125rem, 1.911vw + -0.117rem, 1.5rem);
}
.tariffs__card-content {
  color: #666666;
  flex-direction: column;
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tariffs__card-content--open {
  display: flex;
}
.tariffs__card-content p,
.tariffs__card-content ul {
  padding-top: 16px;
}
.tariffs__card-content p:first-child,
.tariffs__card-content ul:first-child {
  padding-top: 0;
}
.tariffs__card-content ul {
  line-height: 22px;
}
.tariffs__card-content ul li {
  position: relative;
  padding-left: 20px;
}
.tariffs__card-content ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #666666;
  width: 2px;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tariffs__card-more {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  color: #df910b;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: clamp(2.188rem, 3.185vw + 0.117rem, 2.813rem);
}
.tariffs__card-more--none {
  display: none;
}

@media (max-width: 992px) {
  .tariffs__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .tariffs__card {
    flex-wrap: wrap;
  }
  .tariffs__card-item {
    width: 49%;
  }
  .tariffs__card-item:last-child {
    width: 100%;
  }
  .tariffs__card-info {
    min-height: 440px;
  }
}
@media (max-width: 768px) {
  .tariffs__wrapper {
    margin-bottom: 50px;
    gap: 0px;
  }
  .tariffs__card-item {
    opacity: 0;
    display: none;
    width: 100%;
  }
  .tariffs__card-item.contentTabs__item--active {
    display: block;
  }
  .tariffs__card-item.contentTabs__item--opacity {
    opacity: 1;
  }
  .tariffs__card-content {
    -webkit-line-clamp: 15;
    margin-bottom: 24px;
  }
  .tariffs__square-svg {
    width: 140px;
    height: 140px;
  }
  .tariffs__square-bg {
    display: none;
  }
}
@media (max-width: 576px) {
  .tariffs__square {
    margin-top: 40px;
  }
}
.accordion--mb {
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
}
.accordion--mb:last-child {
  margin-bottom: 0;
}
.accordion__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  column-gap: clamp(0.5rem, 0.637vw + 0.086rem, 0.625rem);
}
.accordion__container--column {
  flex-direction: column;
}
.accordion__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 95%;
}
.accordion__item {
  width: 49%;
  margin-top: unset;
  border: unset;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
  padding-left: clamp(1rem, 2.548vw + -0.656rem, 1.5rem);
  padding-right: clamp(1rem, 2.548vw + -0.656rem, 1.5rem);
}
.accordion__item--full {
  width: 100%;
}
.accordion__item--padding {
  padding-top: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
  padding-bottom: clamp(0.875rem, 3.185vw + -1.195rem, 1.5rem);
  padding-left: clamp(1rem, 5.096vw + -2.312rem, 2rem);
  padding-right: 16px;
}
.accordion__title {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
}
.accordion .ac-trigger {
  font: 1em sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0;
}
.accordion .ac-trigger::after {
  content: "\e906";
  font-family: "icomoon";
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #df910b;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.38s ease-in-out;
}
.accordion .ac-trigger[aria-expanded="true"]::after {
  transform: translate(0, -50%) rotate(45deg);
}
.accordion__header.ac-trigger {
  flex-direction: column;
  align-items: flex-start;
}
.accordion__header.ac-trigger::after {
  top: 10px;
}
.accordion .ac-title {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  color: #ffffff;
}
.accordion__title.ac-title {
  font-size: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  line-height: clamp(1.375rem, 1.274vw + 0.547rem, 1.625rem);
  letter-spacing: -0.02em;
}
.accordion .ac-content {
  margin-top: clamp(0.625rem, 6.369vw + -3.515rem, 1.875rem);
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  width: 94%;
}
.accordion__price {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  line-height: clamp(1.375rem, 1.274vw + 0.547rem, 1.625rem);
  letter-spacing: -0.02em;
}
.accordion__info {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(0.625rem, 1.911vw + -0.617rem, 1rem);
}
.accordion__info p {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.accordion__text {
  color: #666666;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  width: 70%;
}
.accordion__content p b {
  display: block;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  margin-bottom: 8px;
}
.accordion__content b {
  font-weight: 600;
  color: #333333;
}
.accordion__content ul {
  margin-bottom: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.accordion__content ul:last-child {
  margin-bottom: 0;
}
.accordion__content ul li {
  position: relative;
  padding-left: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  margin-bottom: 4px;
}
.accordion__content ul li::before {
  content: "";
  border-radius: 50%;
  background-color: #666666;
  width: 2px;
  height: 2px;
  position: absolute;
  left: clamp(0.438rem, 0.955vw + -0.184rem, 0.625rem);
  top: 50%;
  transform: translateY(-50%);
}
.accordion--white .accordion__item {
  background-color: #f5f5f5;
}
.accordion--white .ac-title {
  color: #1d1d1d;
}
.accordion--white .ac-content {
  color: #666666;
}

@media (max-width: 992px) {
  .accordion__item {
    width: 100%;
  }
  .accordion .ac-title {
    width: 80%;
  }
  .accordion__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .accordion__text {
    width: 100%;
  }
}
.questions {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .questions {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .questions {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .questions {
    --container-width: 100%;
  }
}
.questions__container {
  grid-area: center;
}
.questions__container--questions {
  width: 75%;
}
.questions__text {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  color: #666666;
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
  width: 75%;
}

@media (max-width: 992px) {
  .questions__container--questions {
    width: 100%;
  }
  .questions__text {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .questions .btn {
    width: 100%;
  }
}
.reviews {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .reviews {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .reviews {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .reviews {
    --container-width: 100%;
  }
}
.reviews__container {
  grid-area: center;
}
.reviews__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(1.875rem, 7.962vw + -3.3rem, 3.438rem);
}
.reviews__wrapper-grades {
  display: flex;
  align-items: center;
  gap: 24px;
}
.reviews__text {
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.reviews__grade-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reviews__grade-number {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.reviews__grade-star {
  object-fit: cover;
  width: 20px;
  height: 20px;
}
.reviews__grade-text {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
}
.reviews__gis {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.reviews__gis-img {
  width: 111px;
  height: 32px;
  object-fit: contain;
}
.reviews__cards {
  position: relative;
}
.reviews__cards--flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  column-gap: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
  margin-bottom: clamp(1.875rem, 4.459vw + -1.023rem, 2.75rem);
}
.reviews__cards-btn {
  border-radius: 50%;
  width: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  height: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  background-color: #efefef;
}
.reviews__cards-btn:after {
  font-size: 10px;
  color: #1d1d1d;
}
.reviews__cards-btnPrev {
  left: -60px;
}
.reviews__cards-btnNext {
  right: -60px;
}
.reviews__slide {
  width: 31.7%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews__slide-info {
  margin-bottom: 16px;
}
.reviews__slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.reviews__slide-name {
  font-weight: 600;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 20px;
}
.reviews__slide-stars {
  display: flex;
}
.reviews__slide-star {
  object-fit: cover;
  width: 16px;
  height: 16px;
}
.reviews__slide-text {
  color: #666666;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: 20px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.reviews__slide-text--open {
  display: block;
}
.reviews__slide-more {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  color: #df910b;
  text-decoration: underline;
  cursor: pointer;
}
.reviews__slide-more--none {
  display: none;
}
.reviews__slide-date {
  color: #9a9a9a;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1460px) {
  .reviews__cards-btnPrev {
    left: -20px;
  }
  .reviews__cards-btnNext {
    right: -20px;
  }
}
@media (max-width: 1380px) {
  .reviews__cards-btnPrev {
    left: -10px;
  }
  .reviews__cards-btnNext {
    right: -10px;
  }
}
@media (max-width: 992px) {
  .reviews__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .reviews__slider {
    overflow: visible;
  }
  .reviews__cards--flex {
    gap: 16px;
  }
  .reviews__cards-btn {
    display: none;
  }
  .reviews__slide {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .reviews__slide-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.team {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .team {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .team {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .team {
    --container-width: 100%;
  }
}
.team__container {
  grid-area: center;
}
.team__text {
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.team__gallery {
  position: relative;
}
.team__gallery--cards {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.625rem, 1.274vw + -0.203rem, 0.875rem);
  row-gap: clamp(1.25rem, 3.185vw + -0.82rem, 1.875rem);
}
.team__gallery-btn {
  top: 40%;
  border-radius: 50%;
  width: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  height: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  background-color: #efefef;
}
.team__gallery-btn:after {
  font-size: 10px;
  color: #1d1d1d;
}
.team__gallery-btnPrev {
  left: -60px;
}
.team__gallery-btnNext {
  right: -60px;
}
.team__slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team__slide--width {
  width: 24.1%;
}
.team__slide-photo {
  object-fit: cover;
  width: 100%;
  height: clamp(10rem, 14.65vw + 0.478rem, 12.875rem);
  border-radius: 6px;
  margin-bottom: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
}
.team__slide-name {
  color: #1d1d1d;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  margin-bottom: 8px;
}
.team__slide-jop {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.team__slide-experience {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1460px) {
  .team__gallery-btnPrev {
    left: -20px;
  }
  .team__gallery-btnNext {
    right: -20px;
  }
}
@media (max-width: 1380px) {
  .team__gallery-btnPrev {
    left: -10px;
  }
  .team__gallery-btnNext {
    right: -10px;
  }
}
@media (max-width: 992px) {
  .team__gallery--cards {
    gap: 14px;
  }
  .team__slide--width {
    width: 23.5%;
  }
}
@media (max-width: 768px) {
  .team__slider {
    overflow: visible;
  }
  .team__gallery-btn {
    display: none;
  }
  .team__slide--width {
    width: 48.6%;
  }
}
@media (max-width: 576px) {
  .team__slide {
    width: 47.8%;
  }
}
.vacanciesContact {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .vacanciesContact {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .vacanciesContact {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .vacanciesContact {
    --container-width: 100%;
  }
}
.vacanciesContact__container {
  grid-area: center;
  display: flex;
  gap: clamp(9.375rem, 25.478vw + -7.186rem, 14.375rem);
}
.vacanciesContact__texts {
  width: 50%;
}
.vacanciesContact__text {
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
}
.vacanciesContact__card {
  width: 50%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  padding-left: clamp(2.5rem, 3.185vw + 0.43rem, 3.125rem);
  padding-right: clamp(2.5rem, 3.185vw + 0.43rem, 3.125rem);
}
.vacanciesContact__card-contact {
  margin-bottom: clamp(1.5rem, 2.548vw + -0.156rem, 2rem);
}
.vacanciesContact__card-contact:last-child {
  margin-bottom: 0;
}
.vacanciesContact__card-text {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.vacanciesContact__card-val {
  color: #1d1d1d;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 992px) {
  .vacanciesContact__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .vacanciesContact__texts {
    width: 100%;
  }
  .vacanciesContact__card {
    width: 100%;
    padding: 24px;
  }
  .vacanciesContact__text {
    margin-bottom: 16px;
  }
}
.servises {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .servises {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .servises {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .servises {
    --container-width: 100%;
  }
}
.servises__container {
  grid-area: center;
}
.servises__wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(1.875rem, 3.185vw + -0.195rem, 2.5rem);
  gap: clamp(6.25rem, 31.847vw + -14.451rem, 12.5rem);
  width: 90%;
}
.servises__text {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1rem, 1.274vw + 0.172rem, 1.25rem);
}
.servises__card {
  display: flex;
  gap: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
}
.servises__card-item {
  width: 25%;
  height: clamp(16.25rem, 25.478vw + -0.311rem, 21.25rem);
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: clamp(0.625rem, 3.185vw + -1.445rem, 1.25rem);
}
.servises__card-item::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.54) 60%,
    rgba(29, 29, 29, 0.54) 80%,
    rgba(29, 29, 29, 0.9) 100%
  );
}
.servises__card-img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.servises__card-title {
  font-weight: 600;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: 16px;
  margin-bottom: 4px;
}
.servises__card-text {
  color: #df910b;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 992px) {
  .servises__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .servises__text {
    font-size: 14px;
  }
  .servises__card {
    flex-wrap: wrap;
    gap: 16px;
  }
  .servises__card-item {
    width: 23%;
    height: 170px;
  }
}
@media (max-width: 768px) {
  .servises__card-item {
    width: 48%;
  }
  .servises__card-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .servises__card-item {
    width: 100%;
  }
}
.guarantees {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .guarantees {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .guarantees {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .guarantees {
    --container-width: 100%;
  }
}
.guarantees__container {
  grid-area: center;
  display: flex;
}
.guarantees__text {
  font-weight: 600;
  font-size: clamp(1rem, 0.637vw + 0.586rem, 1.125rem);
  line-height: clamp(1.125rem, 1.274vw + 0.297rem, 1.375rem);
  margin-bottom: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
}
.guarantees__items {
  width: 73%;
}
.guarantees__card {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.313rem, 0.955vw + -0.309rem, 0.5rem);
}
.guarantees__card-item {
  background-color: #333333;
  border-radius: 6px;
  padding: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  padding-top: clamp(0.75rem, 1.911vw + -0.492rem, 1.125rem);
  padding-bottom: clamp(0.75rem, 1.911vw + -0.492rem, 1.125rem);
  display: flex;
  align-items: center;
  gap: 8px;
}
.guarantees__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #df910b;
  width: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  height: clamp(0.938rem, 1.592vw + -0.098rem, 1.25rem);
  font-size: clamp(0.375rem, 1.274vw + -0.453rem, 0.625rem);
}
.guarantees__card-text {
  font-weight: 500;
  font-size: clamp(0.75rem, 1.274vw + -0.078rem, 1rem);
  line-height: clamp(1.063rem, 2.229vw + -0.387rem, 1.5rem);
}
.guarantees__standart {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.guarantees__standart-bg {
  background-color: #333333;
  border-radius: 8px;
  width: clamp(4.375rem, 7.643vw + -0.593rem, 5.875rem);
  height: clamp(4.375rem, 7.643vw + -0.593rem, 5.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.guarantees__standart-img {
  width: clamp(1.625rem, 4.459vw + -1.273rem, 2.5rem);
  height: clamp(1.625rem, 4.459vw + -1.273rem, 2.5rem);
}
.guarantees__standart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.guarantees__standart-title {
  font-weight: 600;
  font-size: clamp(0.875rem, 1.274vw + 0.047rem, 1.125rem);
  line-height: clamp(0.875rem, 2.548vw + -0.781rem, 1.375rem);
  text-align: center;
  margin-bottom: 8px;
}
.guarantees__standart-text {
  font-size: clamp(0.75rem, 0.637vw + 0.336rem, 0.875rem);
  line-height: clamp(1.125rem, 0.637vw + 0.711rem, 1.25rem);
  text-align: center;
  color: #9a9a9a;
  width: 80%;
}

@media (max-width: 992px) {
  .guarantees__container {
    flex-direction: column;
    gap: 30px;
  }
  .guarantees__items {
    width: 100%;
  }
  .guarantees__card-item {
    width: 100%;
  }
  .guarantees__card-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .guarantees__card-text {
    font-size: 14px;
  }
  .guarantees__standart {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
  }
  .guarantees__standart-bg {
    margin-bottom: 0;
  }
  .guarantees__standart-wrapper {
    align-items: flex-start;
  }
  .guarantees__standart-text {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .guarantees__standart-wrapper {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .guarantees__card-text {
    font-weight: 400;
    width: 90%;
  }
  .guarantees__standart-wrapper {
    width: 74%;
  }
}
.step {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .step {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .step {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .step {
    --container-width: 100%;
  }
}
.step .btn {
  display: none;
}
.step__container {
  grid-area: center;
  display: flex;
  gap: clamp(1.563rem, 14.331vw + -7.753rem, 4.375rem);
}
.step__process {
  width: 30%;
}
.step__process-text {
  color: #9a9a9a;
  margin-bottom: clamp(1.25rem, 6.369vw + -2.89rem, 2.5rem);
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.step__process .btn {
  display: flex;
}
.step__cards {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.step__cards-wrapper {
  display: flex;
  gap: clamp(1.875rem, 9.554vw + -4.335rem, 3.75rem);
  border-top: 1px solid #404040;
  padding-top: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  padding-bottom: clamp(2.5rem, 12.739vw + -5.78rem, 5rem);
}
.step__cards-wrapper:last-child {
  padding-bottom: 0;
}
.step__cards-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.step__cards-number {
  font-weight: 500;
  font-size: clamp(2rem, 2.548vw + 0.344rem, 2.5rem);
  line-height: clamp(1.75rem, 3.822vw + -0.734rem, 2.5rem);
  letter-spacing: -0.02em;
  color: #df910b;
}
.step__cards-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.step__cards-text {
  font-size: 14px;
  line-height: 20px;
  color: #9a9a9a;
}

@media (max-width: 992px) {
  .step__container {
    flex-direction: column;
  }
  .step__process {
    width: 100%;
  }
  .step__cards {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .step .btn {
    display: flex;
    width: 100%;
  }
  .step__container {
    gap: 0;
  }
  .step__process .btn {
    display: none;
  }
  .step__process-text {
    margin-bottom: 27px;
  }
  .step__cards-wrapper {
    flex-direction: column;
    gap: 0;
    border: none;
    padding: 0;
  }
  .step__cards-item {
    border-bottom: 1px solid #404040;
    padding-bottom: 30px;
    margin-top: 15px;
  }
  .step__cards-item:first-child {
    padding-top: 12px;
    border-top: 1px solid #404040;
  }
  .step__cards-item:last-child {
    border-bottom: none;
  }
  .step__cards-number {
    font-size: 20px;
  }
}
.banner {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
}
@media (max-width: 992px) {
  .banner {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .banner {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .banner {
    --container-width: 100%;
  }
}
.banner__container {
  grid-area: center;
  position: relative;
  border-radius: 10px;
  padding-top: clamp(2.188rem, 11.146vw + -5.058rem, 4.375rem);
  padding-bottom: clamp(2.188rem, 11.146vw + -5.058rem, 4.375rem);
  padding-left: clamp(9.375rem, 53.503vw + -25.402rem, 19.875rem);
  padding-right: clamp(9.375rem, 53.503vw + -25.402rem, 19.875rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner__container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  border-radius: 10px;
}
.banner__content p {
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
  margin-bottom: clamp(0.625rem, 1.911vw + -0.617rem, 1rem);
}

@media (max-width: 992px) {
  .banner__container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  .banner__container {
    padding: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.partners {
  --container-width: 1306px;
  display: grid;
  grid-template-columns:
    [full-start left-start] minmax(24px, 1fr) [right-start center-start] minmax(
      0,
      var(--container-width)
    )
    [left-end center-end] minmax(24px, 1fr) [full-end right-end];
  grid-template-rows: [full-start left-start center-start right-start] auto [full-end left-end center-end right-end];
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .partners {
    --container-width: 920px;
  }
}
@media (max-width: 768px) {
  .partners {
    --container-width: 640px;
  }
}
@media (max-width: 576px) {
  .partners {
    --container-width: 100%;
  }
}
.partners__container {
  grid-area: center;
}
.partners__text {
  margin-bottom: clamp(1.875rem, 12.739vw + -6.405rem, 4.375rem);
  color: #666666;
  font-size: clamp(0.875rem, 0.637vw + 0.461rem, 1rem);
  line-height: clamp(1.25rem, 1.274vw + 0.422rem, 1.5rem);
}
.partners__card {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.5rem, 15.924vw + -7.85rem, 5.625rem);
}
.partners__card-item {
  width: clamp(8.125rem, 18.471vw + -3.881rem, 11.75rem);
  height: clamp(3.125rem, 6.369vw + -1.015rem, 4.375rem);
  object-fit: contain;
}
