@media(min-width:1199px) and (max-width:1366px){
    .btn-default{
        font-size: 16px;
    }
}
@media(min-width:992px) and (max-width:1198px){
    .footer-value a{
        font-size: 25px;
    }
    .footer-block{
        margin-bottom: 30px;
    }
    .top-home__text{
        font-size: 14px;
    }
    .right-container,.right-text,.right-email{
        text-align:center !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    .right-container,.right-text,.right-email{
        text-align:center !important;
    }
    .footer-value a{
        font-size: 25px;
    }
    .footer-block{
        margin-bottom: 30px;
    }
    .top-home__text{
        font-size: 14px;
    }
    .btn-default{
        font-size: 14px;
    }
    .bottom-container__text{
        font-size: 33px;
    }
    .top-home__title{
        font-size: 28px;
        margin-bottom: 20px !important;
    }
    .three-blocks__item__title{
        font-size: 30px;
    }
}
@media(max-width:767px){
    .top-container__image{
        right: -60% !important;
    }
    .top-container__text:before{
        width: 100%;
    }
    .top-home__text{
        font-size: 12px;
        margin-bottom: 20px !important;
    }
    .top-home__title{
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .bottom-container__text{
        font-size: 40px;
    }
    .three-blocks .col-sm-4:first-child, .three-blocks .col-sm-4:nth-child(3){
        margin-top: 0;
    }
    .three-blocks__item{
        margin-bottom: 30px;
    }
    .one-block{
        text-align: center;
    }
    .bottom-container__text{
        margin-bottom: 30px;
    }
    .menu-container{
        padding-top: 150px;
    }
    .header-page .top-container__image{
        display: none;
    }
    .header-page .top-container__text{
        position: relative;
    }
    .right-container,.right-text,.right-email{
        text-align:center !important;
    }
}
