@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Thin.ttf);
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-UltraLight.ttf);
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Light.ttf);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Semibold.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Extrabold.ttf);
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy-Black.ttf);
    font-style: normal;
    font-weight: 900;
}

* {
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif;
    scroll-behavior: smooth;
}    

body {
    padding: 0;
    margin: 0;
    font-family: 'Gilroy', sans-serif;
    padding-top: 64px;
}

.container {
    max-width: 1160px;
    margin: auto;
}

.dark-background {
    background-color: #292B63;
}
#select_user .list__select .item__select .content a{
    font-weight: 500;
}
#advantages .all_advantages .main__text{
        font-weight: 400;
}



@media screen and (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
}


@media screen and (max-width: 768px) {
    body {
        padding-top: 44px;
    }
}
