@charset "UTF-8";
/** Ширина сайта */
/** Ширина бокового меню */
/** 
 * * Расстояние МЕЖДУ колонками
 * * т.е. у колонки справа и слева будет padding: colGap/2
 * */
.main__form {
  display: flex;
  justify-content: space-between;
}

.main__form-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main__form-text {
  display: flex;
  flex-direction: column;
}

.main {
  max-width: 100vw;
  /*overflow-x: hidden*/
}
.main__cards {
  margin: 24px 0 0 24px;
}
.main__cards-title {
  margin: 0 0 16px;
  text-transform: uppercase;
}
.main__banner {
  position: relative;
  min-height: 800px;
  height: 840px;
  position: relative;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.main__banner-title {
  position: absolute;
  right: 0;
  bottom: 180px;
  z-index: 1;
}
.main__banner-title a {
  display: block;
}
.main__banner-title a h1, .main__banner-title a h2, .main__banner-title a h3, .main__banner-title a h4, .main__banner-title a h5, .main__banner-title a h6, .main__banner-title a .h1, .main__banner-title a .h2, .main__banner-title a .h3, .main__banner-title a .h4, .main__banner-title a .h5, .main__banner-title a .h6 {
  cursor: pointer;
}
.main__banner-title h1, .main__banner-title h2, .main__banner-title h3, .main__banner-title h4, .main__banner-title h5, .main__banner-title h6, .main__banner-title .h1, .main__banner-title .h2, .main__banner-title .h3, .main__banner-title .h4, .main__banner-title .h5, .main__banner-title .h6 {
  width: 330px;
  padding: 50px 0 0 24px;
  text-align: left;
  letter-spacing: 0.3px;
  box-sizing: content-box;
  color: #FFFFFF;
  cursor: default;
  text-decoration: none;
}
.main__banner-title h1::after, .main__banner-title h2::after, .main__banner-title h3::after, .main__banner-title h4::after, .main__banner-title h5::after, .main__banner-title h6::after, .main__banner-title .h1::after, .main__banner-title .h2::after, .main__banner-title .h3::after, .main__banner-title .h4::after, .main__banner-title .h5::after, .main__banner-title .h6::after {
  display: none;
  width: 320px;
}
@media (max-width: 1200px) {
  .main__banner-title h1, .main__banner-title h2, .main__banner-title h3, .main__banner-title h4, .main__banner-title h5, .main__banner-title h6, .main__banner-title .h1, .main__banner-title .h2, .main__banner-title .h3, .main__banner-title .h4, .main__banner-title .h5, .main__banner-title .h6 {
    width: 240px;
  }
}
.main__banner-title h5, .main__banner-title .h5 {
  padding: 70px 0 0 24px;
}
@media (max-width: 1200px) {
  .main__banner-title h5, .main__banner-title .h5 {
    padding: 57px 0 0 24px;
  }
}
.main__banner-divider span {
  display: block;
  width: 1px;
  height: 96px;
  background: #FFFFFF;
  position: absolute;
}
@media (max-width: 1200px) {
  .main__banner-divider span {
    height: 80px;
  }
}
.main__banner-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
}
.main__banner-video, .main__banner-swiper {
  display: block;
  margin: 36px 24px;
  cursor: initial;
}
.main__banner-video video, .main__banner-video img, .main__banner-swiper video, .main__banner-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__banner-video .main__banner-title, .main__banner-swiper .main__banner-title {
  right: 180px;
}
.main__banner-video .swiper-fade, .main__banner-swiper .swiper-fade {
  pointer-events: auto;
}
.main__banner-video {
  overflow: hidden;
  background: #000000;
}
.main__banner-video > video, .main__banner-video > img {
  position: absolute;
  top: 0;
  left: 0;
}
.main__banner-video > video {
  z-index: 1;
  object-fit: contain;
}
.main__banner.main__banner-video-fit {
  aspect-ratio: var(--video-aspect, 16 / 9);
  height: auto;
  min-height: 0;
}
.main__banner.main__banner-video-fit > video, .main__banner.main__banner-video-fit > img {
  width: 100%;
  height: 100%;
}
.main__banner.main__banner-video-fit > video {
  object-fit: cover;
}
.main__banner-photo {
  margin: 48px 24px 42px;
}
.main__banner-photo .main__banner-title {
  left: 175px;
}
.main__banner-tag {
  display: none;
  position: absolute;
  padding: 6px 10px 8px;
  width: 96px;
  height: 32px;
  color: #000000;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #000000;
  cursor: none;
}
@media (max-width: 1200px) {
  .main__banner-tag {
    display: block !important;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    border: 0;
    background: transparent;
  }
}
.main__banner-full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main__catalog {
  margin: 0 24px;
}
.main__catalog-block {
  margin: 16px 0 0;
  width: 100%;
  aspect-ratio: 2/1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(175px, auto);
  column-gap: 8px;
  row-gap: 8px;
}
.main__catalog-block-item {
  position: relative;
  transition: all 300ms;
}
.main__catalog-block-item-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 300ms;
}
@media (hover: hover) {
  .main__catalog-block-item:hover .main__catalog-block-item-overlay {
    opacity: 1;
    transition: opacity 300ms;
  }
}
.main__catalog-block-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__catalog-block-item-5 img {
  position: absolute;
}
.main__catalog-block-item-5 img:not(.active) {
  visibility: hidden;
}
.main__catalog-block-item-1 {
  grid-column: 1/3;
  grid-row: 1/3;
}
.main__catalog-block-item-title {
  z-index: 4;
  filter: brightness(100%);
  position: absolute;
  left: 25px;
  bottom: 22px;
  color: #FFFFFF;
}
.main__catalog-block-item-title::after {
  display: none;
}
.main__form {
  gap: 8px;
  margin: 72px 24px 0;
  aspect-ratio: 2/1;
}
.main__form-left {
  width: 50%;
  height: 90%;
  background: #F7F7F7;
}
.main__form-text {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-height: 630px;
  padding: 80px 24px 112px;
  text-align: center;
}
.main__form-text h3 {
  font-size: 22px;
  cursor: default;
}
.main__form-text h3::after {
  display: none;
}
.main__form-text form {
  flex: 1 1 auto;
  height: 40%;
}
.main__form-description {
  margin-top: 14px;
}
.main__form-link {
  margin-top: 12px;
  color: #ADADAD;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.main__form-link a {
  color: #ADADAD;
  transition: all 100ms;
}
@media (hover: hover) {
  .main__form-link a:hover {
    color: #000000;
    transition: all 100ms;
  }
}
.main__form-photo {
  width: 50%;
  height: 90%;
}

@media (max-width: 1200px) {
  .main__cards {
    margin: 16px 0 0 0;
  }
  .main__cards-title {
    margin: 0 0 16px 16px;
  }
  .main__banner {
    margin: 32px 0;
    min-height: 622px;
    height: 622px;
  }
  .main__banner-title {
    left: 47px !important;
  }
  .main__banner-video video {
    height: 622px;
  }
  .main__catalog {
    margin: 0;
  }
  .main__catalog-title {
    margin: 0 16px;
  }
  .main__catalog-block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-rows: minmax(175px, 358px);
  }
  .main__catalog-block-item {
    width: 100%;
    height: 50vw;
  }
  .main__catalog-block-item-1 {
    height: 90vw;
  }
  .main__catalog-block-item-title {
    left: 16px;
    bottom: 12px;
  }
  .main__form {
    aspect-ratio: 0;
    margin: 32px 0 0;
  }
  .main__form-email {
    max-width: 297px;
  }
  .main__form-text {
    padding: 32px 16px;
  }
  .main__form-left {
    width: 100%;
    height: 428px;
  }
}

/*# sourceMappingURL=main.css.map */
