@font-face {
    font-family: RobotoMono;
    font-display: swap;
    src: url("../fonts/RobotoMono-Light.woff2") format("woff2"), url("../fonts/RobotoMono-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: DrukWide;
    font-display: swap;
    src: url("../fonts/DrukWide-Bold-Trial.woff2") format("woff2"), url("../fonts/DrukWide-Bold-Trial.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

html, body {
    height: 100%
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input, button, textarea {
    font-family: inherit;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

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

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

.bottom-line {
    border-bottom: 1px solid #000
}

.btn {
    padding: 19px 34px;
    text-transform: uppercase;
    border: 1px solid #000;
    transition: all .3s
}

.btn:hover {
    background-color: #222;
    color: #fff;
}

html {
    scroll-behavior: smooth
}

body {
    font-family: RobotoMono, sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300
}

body .lock {
    overflow: hidden;
    touch-action: none
}

.container, [class*=__container] {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 60px
}

@media (max-width: 1024px) {
    .container, [class*=__container] {
        max-width: 100%;
        padding: 0 76px
    }
}

@media (max-width: 780px) {
    .container, [class*=__container] {
        padding: 0 60px
    }
}

@media (max-width: 690px) {
    .container, [class*=__container] {
        max-width: 100%;
        padding: 0 21px
    }
}

path {
    animation: draw 3s ease-in-out forwards
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.hero {
    width: 100%;
    height: 748px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 45px;
    margin-bottom: 48px;
    position: relative
}

@media (max-width: 720px) {
    .hero {
        margin-top: 35px;
        margin-bottom: 35px;
        background-size: cover;
        height: 325px
    }
}

.hero__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: fadeIn 3s ease forwards
}

@media (max-width: 720px) {
    .hero__logo {
        display: none
    }
}

.slogan {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.slogan__content {
    padding-top: 105px;
    padding-bottom: 82px
}

@media (max-width: 768px) {
    .slogan__content {
        padding-top: 46px;
        padding-bottom: 55px
    }
}

.slogan__logo {
    margin-bottom: 40px;
    font-family: DrukWide;
    font-size: 120px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

@media (max-width: 1440px) {
    .slogan__logo {
        font-size: 90px
    }
}

@media (max-width: 1180px) {
    .slogan__logo {
        font-size: 75px
    }
}

@media (max-width: 1024px) {
    .slogan__logo {
        letter-spacing: 1px;
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .slogan__logo {
        margin-bottom: 20px
    }
}

@media (max-width: 440px) {
    .slogan__logo {
        line-height: 40px
    }
}

@media (max-width: 374px) {
    .slogan__logo {
        font-size: 34px;
        line-height: 30px
    }
}

.slogan__text {
    text-align: center;
    font-family: DrukWide, sans-serif;
    font-weight: 700;
    font-size: 16px
}

@media (max-width: 374px) {
    .slogan__text {
        font-size: 12px
    }
}

.image {
    border-bottom: 1px solid #000;
    text-align: center
}

.image__item {
    max-width: 1440px;
    margin: 48px auto;
    width: 100%;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 1080px) {
    .image__item {
        height: 300px
    }
}

@media (max-width: 750px) {
    .image__item {
        background-size: cover;
        margin: 35px auto;
        height: 142px
    }
}

.image__item--large {
    display: block
}

@media (max-width: 1080px) {
    .image__item--large {
        display: none
    }
}

.image__item--medium {
    display: none
}

@media (max-width: 1080px) {
    .image__item--medium {
        display: block
    }
}

@media (max-width: 750px) {
    .image__item--medium {
        display: none
    }
}

.image__item--small {
    display: none
}

@media (max-width: 750px) {
    .image__item--small {
        display: block
    }
}

.about {
    border-bottom: 1px solid #000;
    margin-bottom: 47px
}

@media (max-width: 768px) {
    .about {
        margin-bottom: 74px
    }
}

.about__image {
    max-width: 646px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 768px) {
    .about__image {
        margin: 0 35px
    }
}

@media (max-width: 768px) {
    .about__image img {
        height: 227px;
        object-fit: cover;
        width: 100%
    }
}

.about__content {
    margin-top: 84px;
    margin-bottom: 84px;
    position: relative
}

@media (max-width: 768px) {
    .about__content {
        margin-top: 50px
    }
}

.about__text {
    max-width: 646px;
    margin: 0 auto 80px auto
}

@media (max-width: 768px) {
    .about__text {
        margin-bottom: 50px;
        padding: 0 35px 60px 35px;
        border-bottom: 1px solid #000
    }
}

.about__slider {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2
}

@media (max-width: 768px) {
    .about__slider {
        top: 75%
    }
}

@media (max-width: 550px) {
    .about__slider {
        top: 78%
    }
}

.about .slider-track {
    display: flex;
    animation: marquee 20s linear infinite;
    will-change: transform
}

.about .slider-track__item {
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 2rem;
    white-space: nowrap;
    transition: color .3s ease
}

.about .slider-track__item .slider-track__text span {
    display: inline-block;
    transition: color .3s ease
}

.about .slider-track__item .slider-track__text span {
    -webkit-text-stroke: 2px #222;
    color: #fff
}

.about .slider-track__item .slider-track__text span:not(:first-child) {
    margin-left: 2px
}

.about .slider-track__item .slider-track__text span.highlight {
    -webkit-text-stroke: unset;
    color: #868f59
}

.about .slider-track__num {
    color: #222;
    font-family: RobotoMono;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.about .slider-track__text {
    font-family: DrukWide;
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

@media (max-width: 768px) {
    .about .slider-track__text {
        font-size: 50px
    }
}

@media (max-width: 550px) {
    .about .slider-track__text {
        font-size: 32px
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.header {
    padding: 24px 0
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase
}

.header__nav {
    display: flex;
    margin-right: 48px
}

.header__nav.active {
    display: flex
}

.header__menu {
    display: flex;
    align-items: center
}

@media (max-width: 720px) {
    .header__menu {
        display: none
    }
}

.header__burger {
    display: none
}

@media (max-width: 720px) {
    .header__burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 44px;
        height: 18px;
        cursor: pointer
    }
}

.header__burger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transition: transform .3s ease, opacity .3s ease
}

.header__burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 7px)
}

.header__burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.header__mobile {
    position: absolute;
    background-color: #fff;
	border-top: 1px solid black;
    height: 100%;
    width: 100%;
    top: 65px;
    z-index: 1;
    display: none
}

@media (max-width: 720px) {
    .header__mobile.active {
        display: block
    }

    .header__mobile.active .header__nav {
        display: flex;
        margin-right: 0;
        margin-top: 50px;
        padding-bottom: 55px;
        border-bottom: 1px solid #000
    }

    .header__mobile.active .header__nav .header-menu-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 70px;
        align-items: center
    }

    .header__mobile.active .header__nav .header-menu-list__item:not(:last-child) {
        margin-right: 0
    }

    .header__mobile.active .copyright {
        max-width: 332px;
        text-align: center;
        margin: 50px auto 30px auto
    }

    .header__mobile.active .menu__list {
        display: flex;
        justify-content: space-around
    }

    .header__mobile.active .menu__link {
        text-decoration: none;
        text-transform: uppercase;
        color: #000
    }
}

.header-menu-list {
    display: flex;
    flex-direction: row
}

.header-menu-list__item:not(:last-child) {
    margin-right: 37px
}

.header-menu-list__link {
    text-transform: uppercase
}

.footer {
    background-color: #222;
    color: #fff
}

.footer__content {
    padding-top: 85px;
    padding-bottom: 50px
}

.footer__logo {
    margin-bottom: 60px;
    font-family: DrukWide;
    font-size: 120px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

@media (max-width: 1440px) {
    .footer__logo {
        font-size: 90px
    }
}

@media (max-width: 1180px) {
    .footer__logo {
        font-size: 75px
    }
}

@media (max-width: 1024px) {
    .footer__logo {
        letter-spacing: 1px;
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .footer__logo {
        margin-bottom: 20px
    }
}

@media (max-width: 440px) {
    .footer__logo {
        line-height: 40px;
        margin-bottom: 50px
    }
}

@media (max-width: 374px) {
    .footer__logo {
        font-size: 34px;
        line-height: 30px
    }
}

.footer__text {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .footer__text {
        flex-direction: column;
        align-items: center;
        gap: 30px
    }
}

@media (max-width: 550px) {
    .footer__text {
        gap: 50px
    }
}

.footer__menu {
    display: flex
}

@media (max-width: 550px) {
    .footer__copyright {
        text-align: center
    }
}

.footer-menu-list {
    display: flex;
    margin-right: 15px
}

.footer-menu-list__item:not(:last-child) {
    margin-right: 28px
}
