h1, h2 {
    color: #C22318;
    font-size: 103px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: 'Pobeda-bold', sans-serif;
}
h3 {
    color: #C22318;
    font-size: 70px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-family: 'Pobeda-bold', sans-serif;
}
h4 {
    color: #C22318;
    font-size: 40px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Pobeda-bold', sans-serif;
}

@media (max-width: 1200px) {
    h1, h2 {
        font-size: 80px;
    }
    h3 {
        font-size: 60px;
    }
    h4 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    h1, h2 {
        font-size: 70px;
        margin-bottom: 25px;
    }
    h3 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    h4 {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    h1, h2 {
        font-size: 58px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 30px;
    }
}
@media (max-width: 568px) {
    h1, h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 25px;
    }
}
.bg-red h1, .bg-red h2 {
    color: #fff;
}
p {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}
@media (max-width: 1200px) {
    p {
        font-size: 26px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    p {
        font-size: 21px;
        line-height: normal;
    }
}
.btn.btn-default {
    color: #000;
    font-family: 'Roboto';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 9px;
    border: 1px solid #C22318;
    padding: 5px 58px;
}
.btn.btn-default:hover {
    color: #fff;
    background: #C22318;
}
.bg-red .btn.btn-default {
    color: #fff;
    border: 1px solid #fff;
}
.bg-red .btn.btn-default:hover {
    color: #000;
    background: #fff;
}
a {
    text-decoration: none;
}
.float-left {
    float: left;
    margin: 0 10px 10px 0;
}