@media (min-width: 1400px) {
    .container {
        max-width: 1095px;
    }
}

@media only screen and (max-width : 1399px) {
    .socials a:not(:last-child) {
        margin-right: 10px;
    }
}

@media only screen and (max-width : 1199px) {
    header ul li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width : 991px) {
    .mobileMenu ul li a {
        font-weight: 700;
        color: #FFEB00;
    }
    .mobileMenu ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .closeMobileMenu {
        top: 25px;
    }
    section {
        padding-bottom: 60px;
    }
    .slider .sliderSlide {
        max-width: 100%;
    }
    .sliderSlide img {
        width: 100%;
        height: auto;
    }
    .slider:before, .slider:after {
        content: unset!important;
    }
    .modalClose {
        right: 0;
    }
    .articleImg {
        height: auto;
    }
    .buttonLg.buttonLeft span {
        transform: translate(20px, -12px);
    }
    
    .buttonLg.buttonRight span {
        transform: translate(-20px, -12px);
    }
    
    .buttonLg.buttonLeft:hover span {
        transform: translate(8px, 0);
    }
    
    .buttonLg.buttonRight:hover span {
        transform: translate(-8px, 0);
    }
    .footerTop {
        padding-bottom: 0;
    }
    footer ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    footer .styleText {
        max-width: 100%;
    }
    footer .styleText.copyright {
        padding-bottom: 0;
    }
    footer nav { 
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) { 
    header {
        padding: 25px 0 80px 0;
    }
    .mobileMenu ul li a {
        font-size: 30px;
    }
    .mobileMenuWrapper {
        padding: 25px 30px 25px 70px;
    }
    .mobileMenu ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    .mobileMenu nav {
        padding-bottom: 24px;
    }
    .closeMobileMenu {
        right: 40px;
    }
    .toggleMobileMenu img, .closeMobileMenu img {
        height: 38px;
    }
    section {
        min-height: calc(100vh - 143px);
        padding-bottom: 80px;
    }
    section.home .styleText {
        padding: 50px 0 30px 0;
    }
    .slider .sliderControll {
        top: 197px;
    }
    .slider .sliderPrev {
        left: 30px;
    }
    .slider .sliderNext {
        right: 30px;
    }
    .button.buttonLg, .button.buttonLg::after {
        height: 120px;
    }
    .singleQuestion .styleText p {
        font-size: 22px;
        line-height: 29px;
    }
    .singleQuestion .styleText {
        padding: 30px 0 50px 0;
    }
    .button.buttonLg span {
        font-size: 21px;
    }
    .styleText .arrowIcon {
        margin-right: 40px;
    }
    .styleText.styleTextPaddBottom {
        padding-bottom: 25px;
    }
    .contactInfo .form {
        padding-bottom: 60px;
    }
    .map {
        padding-top: 40px;
    }
    .modal-content iframe {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 25px 0 40px 0;
    }
    .mobileMenuWrapper {
        padding: 25px 15px;
        overflow-y: scroll;
    }
    .mobileMenu ul li a {
        font-size: 22px;
    } 
    .mobileMenu nav {
        padding-bottom: 18px;
    }
    .closeMobileMenu {
        right: 15px;
    }
    .toggleMobileMenu img, .closeMobileMenu img {
        height: 32px;
    }
    section {
        min-height: auto;
    }
    section.home .styleText {
        padding: 40px 0 15px 0;
    }
    .sectionTitle {
        text-align: left;
        font-size: 30px;
        padding-bottom: 25px;
    }
    .styleText .arrowIcon {
        margin-right: 20px;
        width: 40px;
    }
    .styleText h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .styleText h3 {
        font-size: 14px;
        line-height: 21px
    }
    .slider .styleText {
        margin-bottom: 35px;
    }
    .sliderForm {
        margin-top: 30px;
    }
    .styleText p, .styleText ul li, .styleText ol li, .styleText a {
        font-size: 14px;
    }
    .styleText p {
        line-height: 22px;
    }
    .styleText p, .styleText ul, .styleText ol {
        margin-bottom: 25px;
    }
    .styleText.styleTextPaddBottom {
        padding-bottom: 10px;
    }
    .slider .sliderControll {
        width: 100px;
    }
    .slider .sliderPrev {
        left: 15px;
    }
    .slider .sliderNext {
        right: 15px;
    }
    .slider .sliderSlideTop h2 {
        margin-bottom: 20px;
        max-width: 100%;
    }    
    .slider .sliderSlideTop span {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .programPicker li:before {
        height: 23px;
        width: 23px;
    }
    .singleQuestion .styleText p {
        font-size: 18px;
        line-height: 26px;
    }
    .singleQuestion .styleText {
        padding: 15px 0 30px 0;
    }
    article {
        margin-bottom: 20px;
    }
    article h3 {
        font-size: 20px;
        line-height: 28px;
    }
    article .styleText {
        padding-top: 20px;
    }
    .button.buttonLg, .button.buttonLg::after {
        height: 60px;
    }
    .button.buttonLg span {
        font-size: 16px;
    }
    .button.buttonSm span {
        font-size: 13px;
    }
    .readMore {
        font-size: 15px;
    }
    .button.buttonSm, .button.buttonSm::after {
        height: 35px;
        min-width: 125px;
    }
    .form input, .form ::placeholder, .form textarea, .alert {
        font-size: 14px;
    }
    .contactInfo .form {
        padding-bottom: 45px;
    }
    .modal-content iframe {
        height: 210px;
    }
    .map {
        padding-top: 25px;
    }
    .map iframe {
        height: 300px;
    }
    footer {
        padding: 40px 0;
    }
    footer ul li a, footer .styleText p {
        font-size: 13px;
    }
    footer .styleText {
        padding-bottom: 35px;
    }
    footer .socials img {
        height: 20px;
    }
    footer .logo {
        height: 80px;
    }
}