html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

@font-face {
  font-family: "Impact", sans-serif;
  src: url(../fonts/impact.woff2);
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

button {
  outline: none;
  border-style: none;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

input,
select,
textarea {
  outline: none;
}

img {
  object-fit: cover;
  max-width: 100%;
}

.big-container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.container {
  max-width: 920px;
  padding: 0 10px;
  margin: 0 auto;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #040404;
}

/* header */
.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-list {
  display: flex;
  gap: 0 40px;
  padding-top: 25px;
}

.menu-link {
  font-size: 16px;
  color: #363636;
}

.menu-left {
  padding-left: 25px;
}

/* .menu-right {
  padding-right: 90px;
} */

/* promo */
.promo {
  background-image: url(../images/promo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.promo__inner {
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.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;
  line-height: 59px;
  border-bottom: 1px solid #040404;
  margin-bottom: 10px;
  align-self: center;
}

.subtitle span {
  font-family: "Impact", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  color: #9f6b08;
  display: block;
  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 */
.info {
  margin-bottom: 100px;
}

.info__part {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}

.info__part--third {
  padding-top: 66px;
}

.info__part--first {
  display: block;
}

.info__title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 32px;
}

.info__part-textbox {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.info__text {
  flex-basis: 440px;
  margin-bottom: 30px;
}

.info__content {
  flex-basis: 415px;
}

.info__part--second .info__text {
  max-width: 352px;
}

.info__part--third .info__text {
  max-width: 377px;
}

.info__table {
  flex-basis: 450px;
  border-bottom: 1px solid #040404;
  position: relative;
  top: 20px;
}

.info__table::before {
  content: "";
  border-top: 1px solid #040404;
  position: absolute;
  width: 100%;
  top: -20px;
}

.info__table td {
  padding-bottom: 20px;
}

/* track */
.track {
  background-image: url(../images/track-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.track__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.track__title {
  font-weight: 300;
  font-size: 32px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.track__text {
  max-width: 435px;
}

.track__img {
  margin: auto auto 90px auto;
}

/* evo */
.evo {
  font-size: 14px;
  margin-bottom: 100px;
}

.evo-black {
  background: #363636;
  padding: 100px 0 50px;
  color: #fff;
}

.evo-black__inner {
  position: relative;
}

.evo-black__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/dec-1.svg);
  width: 185px;
  height: 213px;
  top: 210px;
  left: -140px;
}

.evo-black__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/dec-2.svg);
  width: 498px;
  height: 572px;
  top: 290px;
  left: -40px;
}

.evo-black__info {
  display: flex;
  justify-content: space-between;
}

.evo-black__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  padding-right: 50px;
}

.evo-black__infobox {
  flex-basis: 437px;
}

.evo-black__text {
  font-size: 14px;
  margin-bottom: 30px;
}

.evo-black__img {
  display: block;
  margin: 170px auto 60px;
  position: relative;
  z-index: 1;
}

.evo__descr-list {
  display: flex;
  justify-content: center;
  gap: 0 65px;
}

.evo__descr-list dd {
  text-transform: uppercase;
}

/* evo-white */
.evo-white__inner {
  padding-top: 125px;
  position: relative;
}

.evo-white__inner::before {
  content: "";
  position: absolute;
  background-image: url(../images/dec-3.png);
  width: 274px;
  height: 257px;
  top: -40px;
  left: 360px;
}

.evo-white__inner::after {
  content: "";
  position: absolute;
  background-image: url(../images/dec-4.png);
  width: 324px;
  height: 311px;
  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: 437px;
}

.evo-white__text:nth-child(3) {
  max-width: 590px;
}

/* evo-white__video */
.evo-white__video {
  margin-top: 100px;
  background-image: url(../images/evo-video.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.evo-white__video-link span {
  color: #fff;
  display: block;
}

/* blog */
.blog {
  margin-bottom: 100px;
}

.blog__title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* swiper */
.blog__item-img {
  margin-bottom: 20px;
}

.blog__item-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 46px;
}

.blog__item-text {
  margin-bottom: 10px;
}

.blog__item-link {
  font-size: 12px;
  color: #363636;
}

.blog__slider {
  position: relative;
  padding-top: 50px;
  margin-bottom: 100px;
}

.blog__button {
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 50%;
}

.swiper-button-left {
  transform: translateX(-41px);
}

.swiper-button-right {
  transform: translateX(8px);
}

/* blog__quote */
.blog__quote {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
}

.blog__quote-box {
  flex-basis: 434px;
}

.blockquote {
  margin-bottom: 30px;
}

.blockquote__name {
  font-weight: 700;
  margin-bottom: 10px;
}

.blockquote__name span {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  color: #9f6b08;
}

.blockquote__text {
  font-style: italic;
}

/* footer */
.footer {
  padding: 100px 0 80px;
  background-color: #363636;
  color: #fff;
}
.footer__title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 32px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.footer__info li {
  display: block;
}

.footer__info-item {
  margin-bottom: 40px;
}

.footer__address-title,
.footer__info-item dt {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__info-item dd {
  margin-bottom: 10px;
}

.social-list {
  display: flex;
  gap: 0 20px;
  align-items: center;
}

.footer__address {
  flex-basis: 462px;
}

.footer__address-text {
  font-size: 16px;
  margin-bottom: 20px;
}

#map {
  height: 250px;
}

.footer__bottom {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo-img {
  width: 50px;
  height: 58px;
}

.menu-mobile {
  display: none;
}
