@font-face {
    font-family: 'Impact', sans-serif;
    src: url(/fonts/impact.woff2);
}

html{
    box-sizing: border-box;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}

.container{
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #363636;
}

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;
    padding-top: 25px;
    column-gap: 40px;
    /* padding-left: 25px; */
}

.menu__right{
    padding-right: 80px;
}

.item__link{
    font-size: 16px;
    line-height: 18px;
}

.promo{
    background-image: url(/images/header-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header__inner{
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 100vh;
}

.header__title{
    font-family: 'Impact', sans-serif;
    font-size: 76px;
    letter-spacing: 0.07em;
    color: #040404;
    font-weight: 400;
    margin-bottom: 10px;
}

.header__subtitle{
    font-family: 'Impact', sans-serif;
    font-size: 48px;
    color: #040404;
    font-weight: 400;
    border-bottom: 1px solid #040404;
    margin-bottom: 10px;
    padding: 10px 0;
    align-self: center;
}

.header__span{
    display: block;
    color: #9F6B08;
    font-size: 34px;
}

.header-btn{
    cursor: pointer;
    margin-top: auto;
    margin-bottom: 30px;
}

.super{
    margin-top: 100px;
    margin-bottom: 100px;
}

.title{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    color: #040404;
    font-weight: 300;
    margin-bottom: 35px;
}

.super__text{
    display: flex;
    justify-content: space-between;
}

.text{
    margin-bottom: 30px;
}

.left{
    padding-left: 20px;
    font-weight: 700;
}

.super-img{
    width: 100%;
}

.team{
    margin-bottom: 70px;
}

.team__inner{
    display: flex;
    justify-content: space-between;
}

.team__text{
    padding-bottom: 70px;
}

.team__aside{
    width: 600px;
}

.calendar{
    margin-bottom: 100px;
}

.calen__inner{
    display: flex;
    justify-content: space-between;
}

.calen__aside{
    max-width: 550px;
}

.calen__table{
    border-bottom: 1px solid #040404;
    border-top: 1px solid #040404;
}

td{
    padding-top: 20px;
    padding-bottom: 20px;
}

td + td{
    padding-left: 20px;
}

.road{
    padding-bottom: 90px;
    background-image: url(/images/road__back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.road__title{
    padding-top: 50px;
}

.road__text{
    max-width: 434px;
    color: #040404;
    font-size: 14px;
    line-height: 16px;
}

.car__road{
    margin: 0 auto;
    display: block;
    margin-top: 250px;
}

.trofey{
    background-color: #363636;
    color: #fff;
}

.trofey__inner{
    display: flex;
    justify-content: space-evenly;
    padding-top: 100px;
}

.trofey__inner{
    position: relative;    
}

.trofey__inner::before{
    content: '';
    background-image: url(/images/dec-1.svg);
    width: 185px;
    height: 213px;
    position: absolute;
    top: 325px;
    left: -85px;
}

.trofey__inner::after{
    content: '';
    background-image: url(/images/dec-2.svg);
    width: 500px;
    height: 572px;
    position: absolute;
    top: 408px;
    left: 8px;
}

.trofey__title{
    font-size: 32px;
    line-height: 37px;
    font-weight: 300;
}

.trofey-text{
    width: 50%;
}

.trofey__text+.trofey__text{
    padding-top: 30px;
}

.trofey__photo{
    display: block;
    margin: 195px auto 30px;
    position: relative;
    z-index: 1;
}

.trofey__list{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 50px;
}

.trofey__list span{
    display: block;
}

.trofey__list li+li{
    margin-left: 65px;
}

.bottom__trofey{
    margin-bottom: 100px;
}

.bottom__inner{
    margin-top: 125px;
    position: relative;
}

.bottom__inner::before{
    content: '';
    background-image: url(/images/dec-3.png);
    width: 274px;
    height: 257px;
    position: absolute;
    top: -125px;
    right: 315px;
}

.bottom__inner::after{
    content: '';
    background-image: url(/images/dec-4.png);
    width: 324px;
    height: 311px;
    position: absolute;
    top: 20px;
    right: 55px;
}


.bot-text{
    padding-bottom: 30px;
}

.upper{
    max-width: 330px;
}

.center{
    max-width: 500px;
}

.bott{
    max-width: 650px;
}

.video{
    text-align: center;
    margin-bottom: 100px;
}

.evo_video{
    background-image: url(/images/video-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 293px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video_link span{
    display: block;
    color: #fff;
}

.blog{
    margin-bottom: 100px;
}

.blog__item-img{
    margin-bottom: 20px;
    width: 485px;
}

.blog__item-title{
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 46px;
    color: #040404;
}

.blog__item-text{
    margin-bottom: 10px;
}

.blog__item-link{
    font-size: 12px;
    color: #363636;
}

.blog__slider{
    position: relative;
    padding-top: 50px;
}

.blog__button{
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 50%;
}

.swiper-button-left{
    transform: translateX(-40px);
}

.swiper-button-right{
    transform: translateX(8px);
}

.phrase{
    margin-bottom: 120px;
}

.phrase__inner{
    display: flex;
    justify-content: space-between;
}

.phrase__item + .phrase__item{
    margin-top: 30px;
}

.untitle{
    font-size: 12px;
    font-weight: 400;
    color: #9F6B08;
}

.phrase__title{
    font-size: 14px;
    color: #040404;
    margin-bottom: 10px;
}

.phrase__text{
    font-style: italic;
    max-width: 460px;
}

.phrase__img{
    width: 470px;
}

.footer{
    background-color: #363636;
    color: #fff;
}

.footer__inner{
    padding-top: 100px;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
}

.contact__title{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 50px;
}

.contact__subtitle{
    padding-bottom: 20px;
}

.contact__item{
    text-decoration: none;
    list-style: none;
}

.contact__item+.contact__item{
    margin-top: 10px;
}

.contact__subtitle-bottom{
    margin-top: 50px;
    margin-bottom: 20px;
}

.contact__icon{
    display: flex;
    margin-top: 50px;
    list-style: none;
}

.icon__item+.icon__item{
    padding-left: 20px;
}

.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.designe{
    text-decoration: underline;
}

.map__block{
    padding-top: 90px;
}

#map{
    margin-top: 20px;
    height: 255px;
}