body {
    background-color: #D9D9D9;
    background-image: url("../images/background.svg");
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #585858;
}

.center {
    background-image: linear-gradient(transparent 10%, #F3F3F3 60%, transparent 110%);
}

.logo {
    width: 132px;
    height: 42px;

    img {
        width: 100%;
        height: auto;
    }

    @media(min-width: 992px) {
        width: 220px;
        height: 69px;
    }
}

.logo_big {
    width: 85px;
    height: 93px;

    img {
        width: 100%;
        height: auto;
    }

    @media(min-width: 992px) {
        width: 225px;
        height: 247px;
    }
}

.fs-14 {
    font-size: 14px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-53 {
    font-size: 53px;
}

.fs-16 {
    font-size: 16px;
}

.fs-35 {
    font-size: 35px;
}

.fs-lg-18 {
    @media(min-width: 992px) {
        font-size: 14px;
    }
}

.fs-lg-24 {
    @media(min-width: 992px) {
        font-size: 24px;
    }
}

.fs-lg-28 {
    @media(min-width: 992px) {
        font-size: 20px;
    }
}

.fs-lg-160 {
    @media(min-width: 992px) {
        font-size: 120px;
    }
}

.social {
    text-decoration: none;
    color: #585858;
    transition: 0.3s;
}

.social-border {
    border: 2px solid #585858;
    border-radius: 7px;
}

.social:hover {
    color: #FFFFFF;
    background-color: #585858;
}

.footer {
    background-color: #585858;
}

.line {
    border-right: 2px solid #585858;
}

.language {
    position: relative;
}

.language > a {
    border: 2px solid #585858;
    border-radius: 7px;
}

.language-dropdown {
    width: 100%;
    position: absolute;
    display: none;
    border: 2px solid #585858;
    border-top: none;
    border-radius: 0 0 7px 7px;
    margin-top: -4px;
    background-color: #D9D9D9;
    z-index: 1;
}

.language:hover > a {
    border-radius: 7px 7px 0 0;
}

.language:hover {
    .language-dropdown {
        display: block;
    }
}
