.title-h2{
    text-transform: uppercase;
    text-align: center;
}
.mobile-title-h2{
    font-size: 30px;
    line-height: normal;
    width: 100%;
    letter-spacing: normal;
}
.main-title-h2{
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px
}
@media screen and (max-width: 990px) {
    .main-title-h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.03em;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    .mobile-title-h2{
        font-size: 26px;
    }
}
.footer-main{
    margin-top: 1% !important;
}
.hr-header{
    display: none;
}
.button-back {
    margin-top: 1%;
}
.title-h1{
    text-transform: uppercase;
    text-align: center;
}
.main-title-h1{
    font-size: 42px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #020154;
    text-transform: uppercase;
}
.main-title-h1,
.hotline-info-block,
.video-info-block{
    margin-top: 85px;
}
.hr-margin{
    margin-top: 40px;
}
.container-top-tabs-category-for-product{
    margin-top: 15px;
    border-top: 1px solid #ffffff;
}
.search-product-country-citizenship{
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 990px){
    .main-title-h1,
    .hotline-info-block,
    .video-info-block{
        margin-top: 40px;
    }
    .main-title-h1{
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.03em;
    }
}

@media screen and (max-width: 660px){
    .button-back{
        display: none;
    }
}
