@font-face {
    font-family: 'RadioPlayer';
    src: url("/static/fonts/rp.ttf");
}

body {
    margin-bottom: 30px;
    background: #171717;
    color: #fff;
    font-size: 31px;
    font-family: 'Fira Sans', sans-serif;
}

h1 {
    font-size: 41px;
    color: #ff3c62;
}

.title-player * {
    height: 41px;
}

.title-player h1 {
    /*background-image: url('/static/img/R_main.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: auto;
    margin-bottom: -1px;*/
}

.title-player h1:first-letter {
    letter-spacing: 3px;
    font-family: 'RadioPlayer', sans-serif;
}

span {
    font-weight: 200;
    font-style: normal;
    line-height: 35px;
}

p {
    font-size: 17px;
    font-weight: 200;
    font-style: normal;
    line-height: 17px;
}

.main-title a {
    text-decoration: none;
}

.row>div {
    margin-top: 30px;
}

.center-line {
    width: 100px;
    height: 13px;
    background: #ff3c62;
    margin: 0 auto;
}

.font-weight-400 {
    font-weight: 400!important;
}

/*#mobile-app-android svg {
    float: right;
    margin-right: 15px;
}

#mobile-app-ios svg {
    margin-left: 20px;
}*/

.confidentiality-policy a {
    font-size: 17px;
    color: #ff3c62;
    text-decoration: underline;
}

.box-connecting-auto>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 777px;
    width: 100%;
}

.box-connecting-auto>div>div {
    display: flex;
}

.box-connecting-auto img {
    width: auto;
    max-height: 14vw;
}

.mobile-app svg,
.mobile-app img {
    width: 100%;
    max-width: 75vw;
}

.mobile-app>div:last-child {
    row-gap: 20px;
    column-gap: .5em;
}

.text-decoration-none,
.text-decoration-none:hover,
.text-decoration-none:focus,
.text-decoration-none:visited {
    text-decoration: none!important;
    outline: none!important;
}

.gap-1 {
    gap: 1.2rem;
}

.gap-5 {
    gap: 5rem;
}

@media screen and (max-width: 992px) {
    h1{
        font-size: 10vw;
        line-height: 1.2em;
        margin-bottom: 0;
    }
    p,span,a, .text-center h2{
        font-size: 6vw;
        line-height: 1.1em;
    }
    .confidentiality-policy a {
        font-size: 5vw!important;
    }
    .row>div {
        margin-top: 20px;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-fluid img {
        width: 100%;
    }
    .mobile-app div {
        text-align: center;
    }
    .mobile-app svg {
        text-align: center!important;
        margin: 0 auto!important;
        float: inherit!important;
    }
    #privacy-policy .container {
        max-width: 100%;
    }

    .header-logo img {
        width: 20%;
    }

    .center-line {
        height: 8px;
    }
}

@media (max-width: 768px) {
    .box-connecting-auto>div {
        display: flex;
        justify-content: space-around;
        max-width: 85vw;
        margin-bottom: 5vw;
    }

    .box-connecting-auto span {
        font-size: 4.5vw;
    }
}