@media only screen AND (min-width:961px) {
    .center {
        max-width: 80%;
    }
}

@media only screen and (min-width:1441px) {
    .center {
        max-width: 1140px;
    }
}

@media only screen and (max-width:960px) {
    .center {
        max-width: 95%;
    }
}

@media only screen and (min-width:769px) and (max-width:960px) {}

@media only screen and (max-width:768px) {
    .center {
        max-width: 100%;
    }
    .swiper-title .swiper-title-text {
        font-size: 1.7em;
        line-height: 1.2
    }
    .header-top,
    .header-bottom,
    .footer-top,
    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-identity {
        height: 55px;
    }
}


/* Mobile Landscape Width to Tablet Portrait Width */

@media only screen and (min-width:481px) and (max-width:768px) {}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:480px) {
    .header-contacts .iconed .icon,
    .header-quote .iconed .icon-text {
        display: none;
    }
    .header-contacts .iconed .icon-text {
        padding: 0;
        animation: fadeIn .5s infinite
    }
}

@media only screen and (max-width:320px) {}