body {
    font-family: 'GlobotipoTexto-Regular';
}

.first {
    background-color: #06416B;
    background-image: url("../img/bg.png");
    padding: 35px 0 50px 0;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}
@media (max-width:1250px) {
    .first {
        padding-inline: 30px;
    }
}
@media (max-width:1160px) {
    .first {
        background-image: url("../img/mobile-bg.png");
        background-size: cover;
    }
}

.second{
    padding: 60px 0 50px 0;
}

@media (max-width:650px) {
    .second{
        padding: 30px 0 50px 0;
    }
}
.second-container {
    max-width: 1387px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    
    gap: 90px;
}
.second-container +.second-container {
    margin-top: 80px;
}
@media (max-width:1250px) {
    .second-container {
        gap: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 20px;
    }
    .content{
        max-width: 600px;
        margin: 0 auto;
    }
}
.devices{
    flex-shrink: 0;
}
.logo {
    margin-bottom: 30px;
}

.title {
    font-size: 49px;
    margin-bottom: 35px;
}
@media (max-width:505px) {
    .title {
        font-size: 30px;
    }
    .line{
        display: none;
    }
}
@media (max-width:435px) {
    .title {
        font-size: 28px;
    }
    .title .hide{
        display: none;
    }
}
@media (max-width:400px) {
    .title {
        font-size: 28px;
    }
}
.line {
    background-color: #FFF;
    width: 256px;
    height: 4px;
    margin-bottom: 44px;
}
.main-text{
    font-size: 18px;
    margin-bottom: 34px;
}
@media (max-width:1250px) {
    .main-text .hide{
        display: none;
    }
}
.tv-container{
    padding: 13px 2px;
    display: flex;
    gap: 25px;
    font-size: 24px;
    line-height: 1.1;
    align-items: center;
    position: relative;
    max-width: 510px;
}
.tv-container figure{
    flex-shrink: 0;
}
@media (max-width:560px) {
    .tv-container{
        font-size: 20px;
    }
}
.tv-container::before{
    content: '';
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 46.2%, rgba(255, 255, 255, 0) 91.55%);
    width: 100%;
    position: absolute;
    top: 0;
}
.tv-container::after{
    content: '';
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 46.2%, rgba(255, 255, 255, 0) 91.55%);
    width: 100%;
    position: absolute;
    bottom: 0;
}
.second-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second-section__title {
    font-family: 'GlobotipoTexto-Black';
    margin-bottom: 10px;
    font-size: 24px;
}
.second-line{
    max-width: 238px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
    margin-bottom: 23px;
}
.second-text{
    font-size: 20px;
    margin-bottom: 32px;
}
@media (max-width:520px) {
    .second-text br{
        display: none;
    }
}
.deco {
    max-width: 90%;
    margin: 0 auto;
}
.deco img{
    margin: 0 auto;
}

.first-container {
    max-width: 1190px;
    margin: 0 auto;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FB0234;
    font-size: 26px;
    color: #FFF;
    width: 150px;
    height: 57px;
    box-sizing: border-box;
    font-family: 'GlobotipoTexto-Light';
    letter-spacing: 1px;
}
.reasons-text{
    font-size: 20px;
}
@media ( max-width: 610px) {
    .reasons-text br.show{
        display: block;
    }
    .reasons-text br{
        display: none;
    }
}
.video-title{
    font-size: 24px;
    width: fit-content;
    font-family: 'GlobotipoTexto-Bold';
}
@media ( max-width: 510px) {
    .video-title br{
        display: none;
    }
}
.video-title{
    font-size: 24px;
    width: fit-content;
    font-family: 'GlobotipoTexto-Bold';
    color: black;
}
.video-title:hover{
    color: inherit;
}
.video-title__content{
    display: flex;
    align-items: center;
    gap: 9px;
}
.video-title__content figure{
    flex-shrink: 0;
}
.video-title::before{
    content: '';
    display: block;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
    height: 3px;
    width: 100%;
    margin: 32px 0 10px 0;
}
/* =================== MODIFIERS =================== */

.is-black {
    font-family: 'GlobotipoTexto-Black';
}


/* =================== COPYRIGHT =================== */

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    color: #B7B7B7;
    padding: 15px 50px;
    background-color: #151515;
}

.copyright p {
    width: 100%;
    font-size: 10px;
}

.copyright p:first-child {
    margin-bottom: 10px;
}

@media ( min-width: 794px) {
    .copyright {
        text-align: unset;
        padding: 15px 50px;
    }
    .copyright p {
        width: auto;
    }
    .copyright p:first-child {
        margin-bottom: 0;
    }
}

.copyright .links a {
    display: inline-block;
    color: #B7B7B7;
    padding: 0 10px;
}

b{
    font-family: 'GlobotipoTexto-Bold';
}