@font-face {
    font-family: "ArsenalSC";
    src: url("../../inc/fonts/ArsenalSC-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

:root {
    --header: #333945;
    --text: #464646;
    --green: #187414;
    --background: #FAFAFA;
}

* {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: #FAFAFA;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #464646;
}

.container {
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 120%;
}

.block-content {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

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

h1  {
    font-family: 'ArsenalSC', sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 68.97px;
    text-align: left;
}

h2 {
    font-family: 'ArsenalSC', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #333945;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0.02em;
    color: #464646;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-sizing: border-box;
}

.site-header {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
}

img.custom-logo {
    max-width: 209px;
    width: 100%;
    object-fit: contain;
}

.footer {
    padding: 120px 0 24px;
    text-align: center;
}

.footer-content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer img {
    max-width: 300px;
    width: 100%;
    height: 100px;
    object-fit: contain;
}


.footer p {
    font-family: Fixel Text;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.28px;
    letter-spacing: 0.13em;
    text-align: center;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 31px;
        font-weight: 400;
        line-height: 38.87px;
    }
    h2 {
        font-size: 25px;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: 0.02em;
    }
    p {
        font-size: 16px;
        font-weight: 400;
        line-height: 21.28px;
    }
    .footer {
        padding: 100px 0 30px;
    }
}
