@media (max-width: 1200px){
    .mainTitle{
        font-size: 120px;
    }
    .mainTitle span{
        font-size: 75px;
    }
}

@media (max-width: 992px){
    .logoDescription{
        font-size: 18px;
    }
    .partnerItem h4{
        font-size: 18px;
    }
    .howItem h4{
        font-size: 18px;
    }
    .sectionTitle{
        font-size: 48px;
    }
    .section {
        padding: 50px 0;
    }
    .mainTitle{
        font-size: 90px;
        margin-top: 100%;
    }
    .mainTitle span{
        font-size: 54px;
    }
    .serviceText{
        font-size: 28px;
        margin-bottom: 100px;
    }
    .carousel .card{
        height: 280px;
    }
    .logoName{
        font-size: 42px;
    }
    .phone{
        margin-right:0;
    }
}

@media (max-width: 768px){
    .address, .mail{
        font-size: 13px;
    }
    .logoDescription {
        font-size: 15px;
    }
    .logo img{
        height: 60px;
    }
    .phone{
        font-size: 18px;
        margin-top: 10px;
    }
    .btn-regular{
        font-size: 18px;
    }
    .mainTitle {
        font-size: 60px;
        letter-spacing: 0.4rem;
    }
    .mainTitle span{
        font-size: 36px;
    }
    .btn-large{
        font-size: 24px;
    }
    .main{
        height: 1200px;
    }
    .sectionTitle{
        font-size:36px;
    }
    .sectionSubTitle{
        font-size: 20px;
    }
    .serviceText {
        font-size: 24px;
    }
    .companyLogo{
        margin-bottom: 30px;
    }
    .revText {
        font-size: 20px;
    }
}

@media (max-width: 576px){
    .topBar ,.header{
        position: relative;
        top: initial;
    }
    .mainTitle {
        font-size: 42px;
        letter-spacing: initial;
        margin-top: 170px;
    }
    .mainTitle span {
        font-size: 28px;
    }
    .main {
        height: 500px;
    }
    .sectionTitle {
        font-size: 28px;
    }
    .sectionSubTitle {
        font-size: 18px;
    }
    .serviceItem h5{
        font-size: 18px;
    }
    .serviceText {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .companyLogo{
        width: 70%;
        margin-top: -100px;
    }
    .companyText {
        font-size: 18px;
        padding: 0 15px;
    }
    .revText {
        font-size: 18px;
    }
    .license img{
        margin-bottom: 30px;
    }
    .f-contacts li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    footer {
       padding: 50px 0;
    }
    .topBar i{
        font-size: 12px;
    }
}

@media (max-width: 330px){
    .btn-large {
        font-size: 18px;
    }
    .btn-regular {
        font-size: 14px;
    }
    .revText {
        font-size: 15px;
    }
    .carousel .card {
        height: 330px;
    }
    .license {
        margin-right: 0 !important;
    }
    .logoDescription {
        font-size: 12px;
    }
    .howItem h4 {
        font-size: 16px;
    }
    .address, .mail {
        font-size: 11px;
    }
}
