/* Fonts */
@font-face {
    font-family: 'Futura Futuris';
    src: url('../fonts/futura_futuris_regular.woff2') format('woff2'),
    url('../fonts/futura_futuris_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Futuris';
    src: url('../fonts/futura_futuris_bold.woff2') format('woff2'),
    url('../fonts/futura_futuris_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Reset */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

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

button {
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

/* Html */
html {
    font-size: 10px;
    scroll-behavior: smooth;
}

@media (max-width: 640px) {
    html {
        font-size: 1.5625vw;
    }
}

/* Icons */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-odnoklassniki {
    width: 0.7138671875em;
}

.icon-pinterest-p {
    width: 0.7138671875em;
}

.icon-twitter {
    width: 0.9287109375em;
}

.icon-vk {
    width: 1.0927734375em;
}
