@font-face {
  font-family: "Impact", sans-serif;
  src: url("../fonts/impact.woff2");
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #040404;
}

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

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

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

.header {
  padding-top: 25px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #D8D4CA 0%, rgba(217, 217, 217, 0) 100%);
}

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

.menu-mobile,
.menu-btn {
  display: none;
}

.menu-list {
  display: flex;
  gap: 40px;
  padding-top: 25px;
}

.menu-left {
  padding-left: 25px;
}

.menu-right {
  padding-right: 80px;
}

.menu-link {
  color: #363636;
  font-size: 16px;
}

.promo {
  background-image: url("../images/promo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /** **/
}

.promo__inner {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  min-height: 100vh;
  text-align: center;
}

.title {
  font-family: "Impact", sans-serif;
  font-weight: 400;
  font-size: 76px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.subtitle {
  font-family: "Impact", sans-serif;
  font-weight: 400;
  font-size: 48px;
  border-bottom: 1px solid #040404;
  margin-bottom: 10px;
  align-self: center;
}

.subtitle span {
  display: block;
  font-size: 34px;
  color: #9F6B08;
  padding: 10px 0;
}

.promo__text {
  color: #363636;
  font-size: 16px;
  margin-bottom: 10px;
}

.promo__arrow {
  margin-top: auto;
  margin-bottom: 30px;
  align-self: center;
}

.info {
  margin-bottom: 100px;
}

.info-part {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.info-part_first {
  display: block;
}

.info-part_second .info-part__text {
  max-width: 352px;
}

.info-part_third .info-part__text {
  max-width: 377px;
}

.info-part_third {
  padding-top: 66px;
}

.info-part__content {
  flex-basis: 440px;
}

.info-part__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 32px;
}

.info-part__text-box {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

.info-part__text {
  flex-basis: 440px;
  margin-bottom: 30px;
}

.info-part__img {
  object-fit: cover;
}

.info-part__table {
  flex-basis: 450px;
  border-bottom: 1px solid #040404;
  position: relative;
}

.info-part__table::before {
  content: '';
  border-top: 1px solid #040404;
  position: absolute;
  top: -20px;
  width: 100%;
}

.info-part__table td {
  padding-bottom: 20px;
}

/* Section Track */

.track {
  background-image: url("../images/track-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.track__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 90px;
}

.track__title {
  margin-bottom: 30px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
}

.track__text {
  max-width: 435px;
}

.track__img {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Section Evo */

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

.evo-black {
  background-color: #363636;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #FFFFFF;
}

.evo-black__inner {
  position: relative;
}

.evo-black__inner::before {
  content: "";
  background-image: url("../images/dec-1.svg");
  width: 185px;
  height: 213px;
  position: absolute;
  top: 210px;
  left: -130px;
}

.evo-black__inner::after {
  content: "";
  background-image: url("../images/dec-2.svg");
  width: 498px;
  height: 572px;
  position: absolute;
  top: 290px;
  left: -35px;
}

.evo-black__info {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.evo-black__title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.evo-black__infobox {
  flex-basis: 440px;
}

.evo-black__text {
  margin-bottom: 30px;
}

.evo-black__img {
  display: block;
  margin: 170px auto 60px auto;
  position: relative;
  z-index: 1;
}

.evo-black__desc-list {
  display: flex;
  justify-content: center;
  gap: 65px;
}

.evo-black__desc-list dd {
  text-transform: uppercase;
}

.evo-white__inner {
  padding-top: 125px;
  position: relative;
}

.evo-white__inner::before {
  content: "";
  background-image: url("../images/dec-3.png");
  width: 274px;
  height: 257px;
  position: absolute;
  top: -21px;
  left: 365px;
}

.evo-white__inner::after {
  content: "";
  background-image: url("../images/dec-4.png");
  width: 324px;
  height: 311px;
  position: absolute;
  top: 115px;
  left: 600px;
}

.evo-white__text {
  margin-bottom: 30px;
}

.evo-white__text:first-child {
  max-width: 285px;
}

.evo-white__text:nth-child(2) {
  max-width: 440px;
}

.evo-white__text:nth-child(3) {
  max-width: 590px;
}

.evo-white__video {
  margin-top: 100px;
  background-image: url("../images/evo-video.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.evo-white__video-link span {
  display: block;
  color: #ffffff;
}

/* Section Blog */

.blog {
  margin-bottom: 100px;
}

.blog__title {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog__item-img {
  margin-bottom: 20px;
}

.blog__item-title {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 46px;
}

.blog__item-text {
  margin-bottom: 10px;
}

.blog__item-link {
  font-weight: 400;
  font-size: 12px;
  color: #363636;
}

.blog__slider {
  position: relative;
  padding-top: 50px;
  margin-bottom: 100px;
}

.blog__button {
  position: absolute;
  top: 0;
  left: 50%;
  cursor: pointer;
}

.swiper-button-left {
  transform: translateX(-41px);
}

.swiper-button-right {
  transform: translateX(8px);
}

.blog__quote {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.blog__quote-box {
  flex-basis: 435px;
}

.blockquote {
  margin-bottom: 30px;
}

.blockquote__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
}

.blockquote__name span {
  display: block;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #9F6B08;
}

.blockquote__text {
  font-style: italic;
  font-weight: 400;
}

/* Footer */

.footer {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #363636;
  color: #FFFFFF;
}

.footer__title {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer__info {
  list-style: none;
}

.footer__info-item {
  margin-bottom: 50px;
}

.footer__info dt, .footer__address-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__info dd, .footer__address-text {
  font-weight: 400;
  font-size: 15.5307px;
  margin-bottom: 10px;
  font-style: normal;
}

.social-list {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer__address {
  flex-basis: 454px;
}

.footer__address-text {
  margin-bottom: 20px;
}

#map {
  height: 253px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}

.footer__bottom-link {
  font-weight: 400;
}

/*** Adaptations ***/

@media (max-width: 1100px) {
  .promo {
    background-position: left center;
  }

  .menu-list {
    display: none;
  }

  .menu-mobile {
    display: flex;
    gap: 20px;
  }

  .logo-img {
    width: 50px;
  }

  .nav {
    align-items: center;
  }

  .title {
    font-size: 64px;
  }

  .subtitle {
    font-size: 42px;
  }

  .subtitle span {
    font-size: 32px;
  }
}

@media (max-width: 969px) {
  .evo-white__inner::after {
    display: none;
  }
}

@media (max-width: 840px) {
  .menu-mobile {
    display: none;
  }

  .menu-mobile.menu--open {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    height: 100vh;
    z-index: 5;
    text-align: center;
    padding-top: 140px;
  }

  .menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
  }

  .menu-btn span {
    width: 100%;
    height: 3px;
    background-color: white;
  }


  .menu-link {
    color: white;
    font-size: 3vh;
    display: block;
    padding: 15px 0;
  }

  .logo {
    z-index: 10;
  }

  .info-part__text-box {
    display: block;
    padding-bottom: 15px;
  }

  .info-part {
    display: block;
  }

  .info-part_second .info-part__text,
  .info-part_third .info-part__text {
    max-width: 100%;
  }

  .info-part__img {
    width: 100%;
  }

  .info-part__table {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog__quote {
    flex-direction: column;
  }

  .blog__quote-box {
    flex-basis: auto;
    order: 1;
  }

  .blog__item-img {
    width: 100%;
  }
}

@media (max-width: 669px) {
  .info-part {
    padding-top: 50px;
  }

  .evo-white__inner::before {
    display: none;
  }

  .evo-black {
    padding-top: 50px;
  }

  .evo-black__desc-list {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .evo-black__info {
    flex-direction: column;
  }

  .evo-black__infobox {
    flex-basis: auto;
  }

  .evo-black__img {
    margin-top: 50px;
  }

  .footer__top {
    display: block;
  }

  .evo-white__inner {
    padding-top: 50px;
  }

  .evo-white__video {
    margin-top: 50px;
  }

  .blog,
  .blog__slider,
  .evo {
    margin-bottom: 50px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .title {
    font-size: 48px;
  }

  .subtitle {
    font-size: 34px;
  }

  .subtitle span {
    font-size: 26px;
  }

  .info-part__table td:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
  }

  .evo-black__inner::before,
  .evo-black__inner::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 340px) {
  .title {
    font-size: 42px;
  }

  .subtitle {
    font-size: 30px;
  }

  .menu-link {
    padding: 10px 0;
  }
}