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

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "Corporate-A-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Corporate-A-Bold.woff2");
  src: url("/fonts/Corporate-A-Bold.woff");
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  line-height: 120%;
  font-family: "Roboto Condensed", "sans-serif";
  background: linear-gradient(180deg, #070a1b 0%, #2a3170 100%);

  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.section-page {
  margin-bottom: 150px;
}

.header-logo {
  margin-left: 60px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.logo {
  padding: 30px 0;
}

.list__list {
  display: flex;
  gap: 20px;
}

.list__link:hover {
  height: 40px;
  width: 40px;
  background-color: #c1a1d2;
  border-radius: 70%;
}

.header__bottom {
  background-image: url("/images/header-bg.png");
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.header__bottom::after {
  content: "";
  background-image: url(/images/mers.svg);
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -25px;
}

.title {
  line-height: 120%;
  font-size: 72px;
  font-family: "Corporate-A-Bold";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}

.title-desc {
  font-size: 24px;
  margin-bottom: 50px;
}

.footer {
  background-color: #070a1b;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.concept__inner {
  max-width: 900px;
  margin-left: 300px;
}

.section__title {
  color: #f402a2;
  font-family: "Corporate A";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.concept__text {
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 25px;
}

.premier__inner {
  display: flex;
  justify-content: space-between;
}

.premier__left,
.premier__right {
  max-width: 570px;
}

.premier__text p {
  margin-bottom: 30px;
}

.premier-btn {
  width: 100%;
  background: transparent;
  outline: none;
  cursor: pointer;
  color: #f402a2;
  padding: 14px 0;
  border: 1px solid #f402a2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 25px;
  transition: all 0.6s;
}

.premier-btn:hover {
  color: #53a1cb;
  border: 1px solid #53a1cb;
}

.premier__right-text {
  margin-top: 25px;
}

.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-btn span {
  margin-left: 15px;
}

.video-btn:hover path {
  fill: #53a1cb;
}

.video-btn path {
  transition: all 0.6s;
}

.video__content img {
  max-width: 100%;
}

.design__interior {
  display: grid;
  grid-template-columns: 255px 255px auto 330px;
  grid-template-rows: auto auto;
  gap: 14px 44px;
}

.design__cell-one {
  grid-row: 1/3;
}

.design__cell-img {
  max-width: 100%;
  grid-column: 2/-1;
}
.design__cell-two {
  grid-row: 2/3;
  display: flex;
  align-items: flex-end;
}

.design__cell-three {
  grid-column-end: -1;
  grid-row-end: -1;
  display: flex;
  align-items: flex-end;
}

.design__cell-text {
  margin-bottom: 25px;
}

.slider__item {
  margin: 0 30px;
}

.slick-track {
  margin-left: -200px;
}

.slick-prev {
  background-color: transparent;
  border: none;
}

.design__slider {
  margin-top: 100px;
  padding-bottom: 25px;
}

.arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  bottom: 0;
  left: 50%;
}

.arrow-left {
  transform: translateX(-85px);
}

.arrow-right {
  transform: translateX(30px);
}

.design__text-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.design__text-left,
.design__text-right {
  max-width: 255px;
}

.design__text-left p,
.design__text-right p {
  margin-bottom: 10px;
}

.design-image {
  max-width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .concept__inner {
    max-width: 900px;
    margin-left: 0;
    margin: 0 auto;
  }
  .concept__inner img {
    max-width: 100%;
  }
  .premier__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .design__interior {
    display: block;
  }
  .design__cell-three img {
    display: none;
  }
  .design__cell-two {
    margin-top: 25px;
  }
}
@media (max-width: 600px) {
  .header__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .title {
    font-size: 40px;
  }

  .title-desc {
    font-size: 18px;
    margin-bottom: 120px;
  }

  .section-page {
    margin-bottom: 50px;
  }
  .concept__text {
    font-size: 18px;
  }
  .premier__img-right,
  .premier-img {
    max-width: 100%;
  }
  .design__text-left,
  .design__text-right {
    max-width: 100%;
    padding: 0 20px;
  }
  .design__text-inner {
    display: block;
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
  }
  .header-logo {
    margin-left: 0px;
  }
  .design__slider {
    margin-top: 50px;
  }
}
