@font-face {
    font-family: Averta;
    font-weight: 600;
    src: url("../fonts/Averta Cyrillic SemiBold.woff2") format("woff2");
}
@font-face {
    font-family: Averta;
    font-weight: 400;
    src: url("../fonts/Averta Cyrillic Regular.woff2") format("woff2");
}
@font-face {
    font-family: Averta;
    font-weight: 300;
    src: url("../fonts/Averta Cyrillic Light.woff2") format("woff2");
}

html {
    width: 100vw;
    height: 100vh;
}

/*414*/
body {
    color: var(--color-text);
    background-color: var(--color-main);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    flex-direction: column;
    justify-content: center;
}
.content {
    display: flex;
    flex-direction: column;
}
.logo img {
    width: 291px;
    height: 75px;
}
.hello {
    margin-top: 40px;
}
.title {
    margin-top: 27px;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    white-space: pre-line;
}
.text {
    margin-top: 29px;
    color: var(--color-text-lighter);
    white-space: pre-line;
}
.text br {
    display: none;
}
.contact-us {
    margin-top: 37px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    white-space: pre-line;
}
.contact-us br {
    display: none;
}
.contact-us .email {
    font-size: 28px;
    line-height: 35px;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 300;
}
.contact-us .email:hover {
    text-decoration: underline;
}
a,
a:hover,
a:active,
a:visited {
    color: inherit;
}
.portfolio {
    margin-top: 51px;
}
.portfolio-link img {
    width: 64px;
    height: 64px;
}
.footer {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: var(--color-text-lightest);
    position: absolute;
    bottom: 48px;
}
.footer strong,
.footer a {
    font-weight: 600;
    color: var(--color-text-lightest);
}
.slider {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-main);
    z-index: -3;
}
.slider-slide {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}
.slider-overlay {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.animate {
    opacity: 0;
    animation: slide 10s ease-in-out infinite;
}

@keyframes slide {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (width >= 800px) {
    .logo img {
        width: 364px;
        height: 93px;
    }
    .hello {
        margin-top: 54px;
        font-size: 17px;
        line-height: 21px;
    }
    .title {
        margin-top: 57px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.2em;
        white-space: unset;
    }
    .text {
        margin-top: 11px;
        color: var(--color-text-lighter);
        white-space: unset;
        font-size: 17px;
        line-height: 21px;
    }
    .text br {
        display: unset;
    }
    .contact-us {
        margin-top: 71px;
        font-weight: 600;
        white-space: unset;
        font-size: 17px;
        line-height: 21px;
    }
    .contact-us br {
        display: unset;
    }
    .contact-us .email {
        font-size: 24px;
        line-height: 30px;
    }
    .portfolio {
        margin-top: 53px;
    }
    .portfolio-link img {
        width: 40px;
        height: 40px;
    }
    .footer {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (width >= 1280px) {
    .logo img {
        width: 301px;
        height: 77px;
    }
    .hello {
        margin-top: 44px;
        font-size: 14px;
        line-height: 17px;
    }
    .title {
        margin-top: 47px;
        font-size: 20px;
        line-height: 24px;
    }
    .text {
        margin-top: 9px;
        font-size: 14px;
        line-height: 17px;
    }
    .contact-us {
        margin-top: 58px;
        font-size: 14px;
        line-height: 17px;
    }
    .contact-us .email {
        font-size: 20px;
        line-height: 24px;
    }
    .portfolio {
        margin-top: 44px;
    }
    .portfolio-link img {
        width: 33px;
        height: 33px;
    }
    .footer {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (width >= 1920px) {
    .logo img {
        width: 410px;
        height: 104px;
    }
    .hello {
        margin-top: 60px;
        font-size: 19px;
        line-height: 23px;
    }
    .title {
        margin-top: 64px;
        font-size: 27px;
        line-height: 33px;
    }
    .text {
        margin-top: 12px;
        font-size: 19px;
        line-height: 23px;
    }
    .contact-us {
        margin-top: 80px;
        font-size: 19px;
        line-height: 23px;
    }
    .contact-us .email {
        font-size: 27px;
        line-height: 33px;
    }
    .portfolio {
        margin-top: 60px;
    }
    .portfolio-link img {
        width: 45px;
        height: 45px;
    }
    .footer {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (width >= 2560px) {
    .logo img {
        width: 547px;
        height: 140px;
    }
    .hello {
        margin-top: 60px;
        font-size: 25px;
        line-height: 31px;
    }
    .title {
        margin-top: 85px;
        font-size: 36px;
        line-height: 44px;
    }
    .text {
        margin-top: 16px;
        font-size: 25px;
        line-height: 31px;
    }
    .contact-us {
        margin-top: 106px;
        font-size: 25px;
        line-height: 31px;
    }
    .contact-us .email {
        font-size: 36px;
        line-height: 44px;
    }
    .portfolio {
        margin-top: 80px;
    }
    .portfolio-link img {
        width: 60px;
        height: 60px;
    }
    .footer {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (width >= 3840px) {
    .logo img {
        width: 820px;
        height: 210px;
    }
    .hello {
        margin-top: 120px;
        font-size: 38px;
        line-height: 46px;
    }
    .title {
        margin-top: 128px;
        font-size: 54px;
        line-height: 67px;
    }
    .text {
        margin-top: 24px;
        font-size: 38px;
        line-height: 46px;
    }
    .contact-us {
        margin-top: 159px;
        font-size: 38px;
        line-height: 46px;
    }
    .contact-us .email {
        font-size: 54px;
        line-height: 67px;
    }
    .portfolio {
        margin-top: 120px;
    }
    .portfolio-link img {
        width: 90px;
        height: 90px;
    }
    .footer {
        font-size: 30px;
        line-height: 37px;
    }
}
