:root {
  --main-font: 'Montserrat', sans-serif;
  --second-font: 'Cantarell', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  background: #fff;
  color: #151f26;
  font-family: var(--main-font);
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}

.hero-global {
  position: relative;
}

.header {
  top: 32px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 50;
}

.header.second {
  position: static;
  padding: 32px 0;
  border-bottom: 1px solid #a2a2a2;
}

.header.second .header__menu {
  color: #151f26;
}

.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 23px;
  font-weight: 400;
  font-size: 17px;
  line-height: 134%;
  background: none;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}

.hero__slider {
  height: 1024px;
}

.hero__slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 71px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__title {
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 71px;
  line-height: 105%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.hero__subtitle {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 110%;
  color: #fff;
  margin-bottom: 24px;
}

.hero__text {
  max-width: 750px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  margin: 0 auto 64px;
}

.hero__align {
  display: flex;
  justify-content: center;
}

.hero__link {
  display: flex;
  align-items: center;
  gap: 66px;
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #131c22;
  padding: 19px 10px;
  background: #fff;
}

.area {
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}

.hero .hero__slider .hero__pagination {
  position: absolute;
  left: 20px;
  right: initial;
  top: 50%;
  width: fit-content;
  height: max-content;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.hero .hero__slider .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 0.5;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
}

.hero .hero__slider .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}

.hero .hero__slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero .hero__slider .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.area__global {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;

}

.area__left {
  padding: 20px 10px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.area__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0 20px 19px;
  border-left: 1px solid #a2a2a2;
}

.area__title {
  max-width: 690px;
  width: 100%;
  font-weight: 400;
  font-size: 52px;
  line-height: 106%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 0;
}

.area__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.area__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 123%;
  color: #151f26;
  max-width: 225px;
  width: 100%;
  margin-bottom: 0;
}

.area__link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  padding: 18.5px 10px 20.5px;
  background: #151f26;
}

.marb {
  padding: 20px 0 224px;
  border-bottom: 1px solid #a2a2a2;
}

.marb-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 128px;
}

.marb-top__big {
  font-weight: 400;
  font-size: 243px;
  line-height: 110%;
  letter-spacing: -0.06em;
  color: #a2a2a2;
  padding-right: 65px;
}

.marb-top__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 127%;
  color: #151f26;
  margin-bottom: 0;
}

.marb-middle {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 573px 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 188px;
}

.marb-middle__image {
  margin-bottom: 15px;
}

.marb-middle__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
}

.marb-middle__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.marb-middle__tag {
  font-weight: 400;
  font-size: 10px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.marb-middle__date {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.marb-middle__caption {
  display: block;
  font-weight: 400;
  font-size: 33px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #151f26;
}

.marb-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.marb-bottom__top {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 369px;
}

.marb-bottom__big {
  font-weight: 400;
  font-size: 239px;
  line-height: 112%;
  letter-spacing: -0.06em;
  color: #a2a2a2;
}

.marb-bottom__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 127%;
  color: #151f26;
}

.partners {
  padding: 55px 0 128px;
  border-bottom: 1px solid #a2a2a2;
}

.partners__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #151f26;
  margin-bottom: 96px;
}

.partners__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.partners__item {
  border: 1px solid #a2a2a2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.news__item {
  padding: 20px;
  display: grid;
  grid-template-columns: 455px 1fr;
  width: 100%;
  gap: 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #a2a2a2;
}

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

.news__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 48px;
}

.news__type {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.news__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
  flex-shrink: 0;
}

.news__caption {
  display: block;
  max-width: 574px;
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #151f26;
  margin-bottom: 32px;
}

.news__align {
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.news__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}


.news__all {
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 19px 12px 20px 9px;
  background: #151f26;
}

.news-home {
  margin-bottom: 176px;
}

.footer {
  border-top: 1px solid #a2a2a2;
}

.footer__global {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer__left {
  padding: 24px 10px 20px 0;
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 20px;
}

.footer__logo {
  display: block;
  margin-bottom: 60px;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__link+.footer__link {
  margin-top: 4px;
}

.footer__link {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 131%;
  letter-spacing: -0.02em;
  color: #151f26;
}

.footer__right {
  border-left: 1px solid #a2a2a2;
}

.footer__top {
  padding: 24px 20px 123px 19px;
  display: grid;
  width: calc(100% + 20px);
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  margin-right: -20px;
  border-bottom: 1px solid #a2a2a2;
}

.footer__order {
  font-weight: 600;
  font-size: 17px;
  line-height: 128%;
  color: #fff;
  padding: 26px 15px;
  background: #151f26;
  text-align: center;
  max-width: 445px;
  width: 100%;
  margin-left: 10px;
}

.footer__city {
  font-weight: 400;
  font-size: 10px;
  line-height: 139%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-bottom: 20px;
}

.footer__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  color: #151f26;
  margin-bottom: 4px;
}

.footer__number {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: #151f26;
  margin-bottom: 0;
}

.footer__bottom {
  padding: 31px 0 31px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.footer__url {
  font-weight: 400;
  font-size: 10px;
  line-height: 167%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 1010;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.2);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 32px 20px;
  left: 0;
  bottom: 0;
  max-width: 860px;
  width: 100%;
  background: url(../img/menu-bg.svg) no-repeat center / cover;
  z-index: 1100;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transition: all 0.2s ease;
  transform: translateX(-100%);
}

.header-mobile__global {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.header-mobile__close {
  display: flex;
  align-items: center;
  gap: 23px;
  font-weight: 400;
  font-size: 17px;
  line-height: 134%;
  text-transform: uppercase;
  text-align: center;
  color: #151f26;
  cursor: pointer;
  margin-bottom: 45px;
}

.header__nav {
  margin-bottom: 30px;
}

.header__link+.header__link {
  margin-top: 16px;
}

.header__link {
  display: block;
  font-weight: 400;
  font-size: 52px;
  line-height: 106%;
  letter-spacing: -0.04em;
  color: #151f26;
}

.header-mobile__bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-mobile__left {
  background: #151f26;
  padding: 26px 146px;
  font-weight: 600;
  font-size: 17px;
  line-height: 128%;
  color: #fff;
}

.header-mobile__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 860px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
}

.modal__window {
  position: relative;
  padding: 36px 72px 48px 48px;
  max-width: 860px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  background: #fff;
  transform: translateY(100px);
}

.modal__close {
  position: absolute;
  top: 40px;
  right: 56px;
  padding: 0;
  background: none;
}

.modal__title {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #111228;
  margin-bottom: 40px;
}

.modal.active {
  z-index: 1250;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 113%;
  letter-spacing: -0.06em;
  color: #151f26;
  margin-bottom: 42px;
}

.modal__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 49px;
}

.modal__input {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #2c2c2c;
  padding-bottom: 9px;
  border-bottom: 2px solid #eaeaea;
}

.modal__input::placeholder {
  color: #2c2c2c;
}

.modal__input:focus {
  outline: none;
}

.modal__bottom {
  display: flex;
  align-items: center;
  gap: 23px;
}

.modal__submit {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  gap: 116px;
  padding: 19px 10px;
  background: #151f26;
}

.modal__privacy {
  font-weight: 300;
  font-size: 10px;
  color: #2c2c2c;
  margin-bottom: 0;
}

.modal__link {
  color: #9a7d57;
}

.about {
  padding: 20px 0 13px;
}

.about__top {
  font-weight: 400;
  font-size: 20px;
  line-height: 127%;
  color: #a2a2a2;
  margin-bottom: 56px;
}

.about__title {
  max-width: 1096px;
  font-weight: 400;
  font-size: 51px;
  line-height: 107%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 56px;
}

.about__link {
  display: inline-block;
  width: fit-content;
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 10px;
  background: #151f26;
}

.gal {
  padding: 105px 0 154px;
  /* background: url(../img/gal-bg.webp) no-repeat;
  background-position: bottom;
  background-size: 100% auto; */
  background: linear-gradient(
  to bottom,
    #ffffff 0%,
    #e3d9d8 25%,
    #bebcca 60%,
    #a3aecc 100%
);
}

.quote {
  border-top: 1px solid #a2a2a2;
}

.quote__global {
  display: grid;
  grid-template-columns: 336px 1fr;
}

.hero__link.second {
  gap: 25px;
}

.quote__right {
  padding: 20px 0 20px 19px;
  border-left: 1px solid #a2a2a2;
}

.quote__icon {
  display: block;
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #151f26;
  margin-bottom: 16px;
}

.quote__text {
  max-width: 1212px;
  font-weight: 400;
  font-size: 51px;
  line-height: 107%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 87px;
}

.quote__bottom {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  justify-content: space-between;
}

.quote__par {
  max-width: 848px;
  font-weight: 400;
  font-size: 18px;
  line-height: 123%;
  color: #151f26;
  width: 100%;
  margin: 0;
}

.cat {
  padding: 50px 0 20px;
}

.cat__title {
  font-weight: 400;
  font-size: 142px;
  line-height: 105%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 197px;
}

.cat__text {
  max-width: 251px;
  width: 100%;
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #151f26;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 128px;
}

.catalog {
  border-top: 1px solid #a2a2a2;
}

.catalog__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #a2a2a2;
  min-height: 605px;
  width: calc(100% + 40px);
  padding: 0 20px;
  margin: 0 -20px;
}

.catalog__left {
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalog__right {
  padding: 20px 0 20px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #a2a2a2;
}

.catalog__caption {
  font-weight: 400;
  font-size: 52px;
  line-height: 106%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 30px;
}

.catalog__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.catalog__text {
  max-width: 321px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 123%;
  color: #151f26;
  margin-bottom: 0;
}

.catalog__link {
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 117px;
  padding: 20px 10px;
  background: #151f26;
}

.catalog__item:nth-child(even) .catalog__right {
  order: -1;
  border-left: 0;
  padding: 20px 20px 20px 0;
}

.catalog__item:nth-child(even) .catalog__left {
  border-left: 1px solid #a2a2a2;
  padding: 20px 0 20px 19px;
}

.catalog__item:last-child {
  border-bottom: 0;
}

.cato__block {
  border-top: 1px solid #a2a2a2;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
  padding-bottom: 40px;
}

.cato__image {
  margin-bottom: 15px;
}

.cato__pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

.cato__pill {
  font-weight: 400;
  font-size: 10px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.cato__caption {
  display: block;
  font-weight: 400;
  font-size: 33px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #151f26;
  padding-bottom: 35px;
}

.portfolio {
  border-top: 1px solid #a2a2a2;

}

.portfolio__global {
  display: grid;
  grid-template-columns: 455px 1fr;
  align-items: start;
  gap: 20px;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
}

.portfolio__nav {
  border-bottom: 1px solid #a2a2a2;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
}

.portfolio__link+.portfolio__link {
  margin-top: 16px;
}

.portfolio__link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #151f26;
}

.portfolio__link.active {
  font-weight: 600;
  font-size: 17px;
  line-height: 129%;
}

.portfolio__main {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #a2a2a2;
}

.portfolio__block {
  display: grid;
  grid-template-columns: 455px 1fr;
  gap: 20px;
  margin-bottom: 66px;
}

.portfolio__image {
  margin-bottom: 15px;
}

.portfolio__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.portfolio__pills {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.portfolio__pill {
  font-weight: 400;
  font-size: 10px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.portfolio__year {
  font-weight: 400;
  font-size: 14px;
  line-height: 105%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.portfolio__caption {
  display: block;
  font-weight: 400;
  font-size: 33px;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #151f26;
}

.portfolio__capsule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 157px 20px 223px;
  border-bottom: 1px solid #a2a2a2;
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.portfolio__capsule .portfolio__item:first-child {
  margin-top: 414px;
}

.portfolio__cap {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px 20px 224px;
  border-bottom: 1px solid #a2a2a2;
  font-weight: 400;
  font-size: 51px;
  line-height: 107%;
  letter-spacing: -0.04em;
  color: #151f26;
}

.other__item {
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 20px;
  border-bottom: 1px solid #a2a2a2;
}

.other__item:last-child {
  border: none;
}

.other__top {
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 20px;
}

.other__caption {
  font-weight: 400;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #151f26;
}

.other__end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.other__type {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #151f26;
}

.other__bottom {
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 20px;
}

.other__label {
  display: block;
  font-weight: 400;
  font-size: 10px;
  line-height: 147%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-bottom: 16px;
}

.other__value {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #a2a2a2;
}

.port__global {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.port__left {
  padding: 170px 20px 20px 0;
  display: grid;
  grid-template-columns: minmax(300px, 692px);
  justify-content: center;
}

.port__pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.port__pill {
  font-weight: 400;
  font-size: 10px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a2a2a2;
}

.port__title {
  font-weight: 400;
  font-size: 44px;
  line-height: 109%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 32px;
}

.port__image {
  margin-bottom: 32px;
}

.port__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.port__label {
  font-weight: 400;
  font-size: 11px;
  line-height: 171%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #151f26;
  margin-bottom: 16px;
}

.port__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  color: #151f26;
  margin-bottom: 0;
}

.port__right {
  padding: 0 0 0 20px;
  border-left: 1px solid #a2a2a2;
}

.port__thumb+.port__thumb {
  margin-top: 20px;
}

.port__wrapper {
  max-width: 692px;
  width: 100%;
  margin: 0 auto;
}

.port__caption {
  margin-top: 100px;
  margin-bottom: 48px;
  max-width: 450px;
  font-weight: 400;
  font-size: 45px;
  line-height: 106%;
  letter-spacing: -0.04em;
  color: #151f26;
}

.port__text {
  max-width: 455px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #151f26;
}

.port__md {
  max-width: 692px;
  width: 100%;
  margin: 0 auto;
}

.news__bottom.second {
  justify-content: center;
  margin: 48px 0;
}

.news {
  border-top: 1px solid #a2a2a2;
}

.article {
  padding: 64px 0 120px;
}

.article__suptitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #151f26;
  margin-bottom: 24px;
}

.article__title {
  max-width: 898px;
  width: 100%;
  font-weight: 400;
  font-size: 52px;
  line-height: 106%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 48px;
}

.article__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.article__wrapper {
  max-width: 848px;
  width: 100%;
  margin-bottom: 48px;
}

.article__text+.article__text {
  margin-top: 16px;
}

.article__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 123%;
  color: #151f26;
  margin-bottom: 0;
}

.article__link {
  display: flex;
  width: fit-content;
  gap: 101px;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 107%;
  color: #fff;
  padding: 20px 10px;
  background: #151f26;
}

.news-second__title  {
  font-weight: 400;
  font-size: 51px;
  line-height: 107%;
  letter-spacing: -0.04em;
  color: #151f26;
  margin-bottom: 48px;
}

.news-second {
  margin-bottom: 48px;
}

@media (max-width: 1600px) {
  .marb-bottom__big {
    font-size: 150px;
  }

  .catalog__bottom {
    flex-direction: column;
  }
}

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

@media (max-width: 1300px) {
  .hero__slider {
    height: 700px;
  }

  .area__bottom {
    flex-direction: column;
  }

  .portfolio__global {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 1200px) {
  .marb-bottom__top {
    flex-direction: column;
  }

  .partners__block {
    grid-template-columns: repeat(4, 1fr);
  }

  .partners__empty {
    display: none;
  }

  .footer__left {
    grid-template-columns: 1fr;
  }

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

  .footer__order {
    margin-left: 0;
  }

  .quote__bottom {
    flex-direction: column;
  }
}

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

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

  .portfolio__main {
    padding-left: 0;
    padding-top: 0;
    border: none;
  }

  .portfolio__capsule .portfolio__item:first-child {
    margin-top: 150px;
  }
}

@media (max-width: 900px) {
  .area__global {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
  }

  .article__gallery {
    grid-template-columns: 1fr 1fr;
  }

  .area__right {
    padding: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-left: 0;
    border-bottom: 1px solid #a2a2a2;
  }

  .area__left {
    display: block;
  }

  .marb-top {
    flex-direction: column;
  }

  .marb-middle {
    grid-template-columns: 1fr 1fr;
  }

  .marb {
    padding-bottom: 100px;
  }

  .marb-bottom__top {
    margin-bottom: 100px;
  }

  .marb-top__big {
    font-size: 150px;
    padding-right: 0;
  }

  .partners__block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news__item {
    grid-template-columns: 1fr;
  }

  .news__image {
    width: 100%;
  }

  .quote__left {
    display: none;
  }

  .quote__global {
    grid-template-columns: 1fr;
  }

  .quote__right {
    padding-left: 0;
    border-left: none;
  }

  .catalog__item {
    grid-template-columns: 1fr;
  }

  .catalog__image {
    width: 100%;
  }

  .catalog__item:nth-child(even) .catalog__left {
    padding-left: 0;
    border: none;
  }

  .catalog__right {
    padding-left: 0;
    border: none;
  }

  .catalog__item:nth-child(even) .catalog__right {
    order: initial;
  }

  .cat__title {
    font-size: 100px;
    margin-bottom: 100px;
  }

  .cat__text {
    margin-right: 50px;
  }

  .port__global {
    grid-template-columns: 1fr;
  }

  .port__right {
    padding: 0;
    border: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
    border-top: 1px solid #a2a2a2;
  }

  .port__left {
    padding-right: 0;
  }

}

@media (max-width: 800px) {
  .marb-middle {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-bottom: 70px;
  }

  .marb-middle__image {
    width: 100%;
  }

  .marb-bottom {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 700px) {
  .hero .hero__slider .hero__pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    top: initial;
    flex-direction: row;
  }

  .hero__title {
    font-size: 35px;
  }

  .hero__subtitle {
    font-size: 20px;
  }

  .hero__text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .hero__slider {
    height: auto;
  }

  .hero__slide {
    padding: 120px 0;
  }

  .hero__link {
    gap: 25px;
  }

  .area__title {
    font-size: 30px;
  }

  .marb-top {
    padding-bottom: 20px;
  }

  .marb-middle__caption {
    font-size: 24px;
  }

  .marb-bottom__big {
    font-size: 100px;
  }
  
  .marb-top__big {
    font-size: 100px;
  }

  .marb-bottom__top {
    margin-bottom: 50px;
  }

  .marb-middle {
    padding-bottom: 30px;
  }

  .marb {
    padding-bottom: 50px;
  }
  
  .partners__block {
    grid-template-columns: 1fr 1fr;
  }

  .partners__item {
    min-height: 156px;
  }

  .partners {
    padding: 30px 0 50px;
  }

  .partners__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .news__bottom {
    justify-content: center;
  }

  .news__all {
    gap: 20px;
  }

  .news__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
  }

  .news__caption {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .news__icon {
    width: 20px;
  }

  .news-home {
    margin-bottom: 50px;
  }

  .footer__global {
    grid-template-columns: 1fr;
  }

  .footer__right {
    border: none;
  }

  .footer__left {
    padding-right: 0;
  }

  .footer__top {
    border-left: 0;
    border-top: 1px solid #a2a2a2;
    padding: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .header-mobile__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .header-mobile__left {
    padding: 26px 15px;
    width: 100%;
    text-align: center;
  }

  .header__link {
    font-size: 30px;
  }

  .hero__link.second {
    gap: 7px;
  }

  .about__top {
    margin-bottom: 25px;
  }

  .about__title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .gal {
    padding: 30px 0 50px;
  }

  .about__link {
    gap: 20px;
  }

  .quote__text {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .cat__title {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .cat__text {
    margin-right: 0;
    max-width: 100%;
  }

  .catalog__caption {
    font-size: 35px;
  }

  .catalog__text {
    max-width: 100%;
  }

  .catalog__left {
    padding-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .catalog__item:nth-child(even) .catalog__right {
    padding-right: 0;
  }

  .cat {
    padding-top: 30px;
  }

  .catalog__item {
    min-height: initial;
  }

  .catalog__link {
    gap: 30px;
    width: 100%;
    justify-content: space-between;
  }

  .cato__block {
    grid-template-columns: 1fr;
    padding: 20px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .cato__image {
    width: 100%;
  }

  .cato__caption {
    padding-bottom: 0;
    font-size: 22px;
  }

  .portfolio__block {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .portfolio__image {
    width: 100%;
  }

  .portfolio__caption {
    font-size: 25px;
  }

  .portfolio__wrapper {
    margin-bottom: 5px;
  }

  .portfolio__capsule {
    grid-template-columns: 1fr;
  }

  .portfolio__capsule .portfolio__item:first-child {
    margin-top: 0;
  }

  .portfolio__capsule {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .portfolio__cap {
    font-size: 30px;
    padding-bottom: 20px;
  }

  .other__top {
    grid-template-columns: 1fr;
  }

  .other__image {
    width: 100%;
  }

  .other__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .other__caption {
    font-size: 25px;
  }

  .other__arrow {
    width: 20px;
  }

  .port__left {
    padding-top: 40px;
  }

  .port__title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .port__bottom {
    grid-template-columns: 1fr 1fr;
  }

  .news__bottom.second {
    margin: 30px 0;
  }

  .news__bottom.second .news__all {
    gap: 12px;
  }

  .article__title {
    font-size: 30px;
  }

  .article__suptitle {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .article {
    padding: 35px 0 50px;
  }

  .article__gallery {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .article__text {
    font-size: 16px;
  }

  .article__link {
    gap: 50px;
    width: 100%;
    justify-content: space-between;
  }

  .news-second__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

/**/
a {
  transition: all ease .3s;
}
a.--black:hover  {
  background: #1d2a35;
}
button {
  transition: all ease .3s;
}
button.--black:hover  {
  background: #1d2a35;
}
.hero {
  position: relative;
}


.hero__slide.swiper-slide {
  position: relative;
}
.hero__slide.swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: 1;
}
.hero__inner {
  z-index: 2;
}
.hero__slide.swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}

.port__left .port__item {
  position: sticky;
  top: 20px;
  height: fit-content;
}
.portfolio__nav {
  position: sticky;
  top: 20px;
}
.footer__nav a {
  position: relative;
  width: fit-content;
}
.footer__nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #151f26;
  transform: scale(0);
  transition: all ease .3s;
}
.footer__nav a:hover::after {
  transform: scale(1);
}
.header__link {
  position: relative;
  width: fit-content;
}
.header__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #151f26;
  transform: scale(0);
  transition: all ease .3s;
}
.header__link:hover::after {
  transform: scale(1);
}
.gal-image1 {
  max-width: 640px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.gal-image2 {
  max-width: 1020px;
  width: 100%;
  margin-top: -250px;
}

.gal-image3 {
  max-width: 1520px;
  margin: 0 auto;
  margin-top: -250px;
}
@media(max-width: 1920px) {
  .gal-image2 {
    max-width: 880px;
    margin-top: -350px;
  }
  .gal-image3 {
    margin-top: -350px;
  }
}
@media(max-width: 1520px) {
  .gal-image1 {
    margin: initial;
    margin-left: auto;
  }
  .gal-image3 {
    width: 100%;
    object-fit: cover;
  }
}

@media(max-width: 992px) {
  .gal {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .gal-image1 {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 680 / 856;
  }
  .gal-image2 {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 880 / 990;
  }
  .gal-image3 {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 880 / 990;
  }
}

/**/
.header__logo img {
  max-width: 130px;
  width: 100% !important;
  object-fit: contain;
  aspect-ratio: 120 / 60;
 
	height: auto;
	vertical-align: middle;
}
.footer__logo img{
	width: 328px;
	height: 89px;
}
.footer__logo img {
	max-width: 320px;
  width: 100% !important;
  object-fit: contain;
  aspect-ratio: 320 / 160;
 
	height: auto;
	vertical-align: middle;
}
@media(max-width: 475px) {
  .header__logo img {
    max-width: 90px;
  }
  .footer__logo img  {
    max-width: 280px;
  }
}