/* MIN WIDTH */
@media only screen and (min-width: 1199px)  {
    footer .footer-col h2 {
        font-size: 24px;
        font-weight: bold;
    }
}
@media only screen and (min-width: 992px)  {
    .section-title {
        font-size: 26px;
        font-weight: bold;
    }
    header {
        padding: 7px 0;
        background-color: var(--main-color);
    }
    .preheader {
        display: flex;
    }
    .mobile-utilities {
        display: none;
    }
    .menu {
        display: flex;
    }
    .button_contact {
        display: flex;
    }
    .mobile-menu {
        display: none;
    }
    header .logo {
        display: flex;
        padding-right: 40px;
    }
    header .mobile-logo {
        display: none;
    }
    .footer-info {
        display: none;
    }
    .footer-info .grid-cols {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    .blog-layout .blog-title {
        font-size: 24px;
    }
    .blog-layout .blog-date {
        font-size: var(--size);
    }
    .blog_single_page .blog-layout .blog-title {
        margin-top: 5px;
        font-size: 32px;
    }
    .blog_single_page .blog-layout .blog-text {
        margin-top: 60px;
        font-size: 20px;
        font-weight: 500;
    }
    .blog-content .grid-cols {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-banner h1 {
        font-size: 38px;
    }
    .footer-info .footer-info-layout .footer-info-block {
        padding: 120px 0;
    }
    .services_page .services-layout .services-block .services-caption .services-title {
        font-size: 25px;
    }
    .footer-info {
        margin-top: 120px;
    }
}
/* MIN WIDTH */

/* MAX WIDTH */
@media only screen and (max-width: 1810px)  {
    .row {
        margin: 0;
    }
}

@media only screen and (max-width: 1536px)  {
    .small-container {
        padding: 0 18px;
    }
    .small-container.form-content {
        padding: 0;
    }
    .homepage .homepage-aboutus-top .about-left .title {
        font-size: 34px;
    }
    .homepage .homepage-aboutus-top .about-left {
        max-width: 76%;
    }
    .homepage .homepage-banner .homepage-banner-caption h1 {
        font-size: 36px;
        max-width: 70%;
    }
    .homepage .homepage-banner .homepage-banner-caption h2 {
        max-width: 60%;
    }
}
@media only screen and (max-width: 1480px)  {
    .homepage .homepage-banner .homepage-banner-caption h2 {
        font-size: 40px;
    }
    .homepage .homepage-banner .banner-caption-wrapper .grid-cols {
        grid-template-columns: 1fr 550px;
    }
    .homepage .homepage-aboutus .grid-cols {
        gap: 25px;
    }
}
@media only screen and (max-width: 1366px)  {
    .homepage .homepage-aboutus .about-right .title {
        font-size: 36px;
    }
    .homepage .homepage-aboutus .about-left .judge {
        right: -4%;
    }
    .homepage .homepage-aboutus .about-left:after {
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
    }
}
@media only screen and (max-width: 1199px)  {
    /* HEADER */
    header .menu {
        width: 50%;
    }
    /* HEADER */
    
    /* FOOTER */
    .footer-col:nth-child(1),
    .footer-col:nth-child(2) {
        margin-bottom: var(--space-double);
    }
    .footer-col:nth-child(3) {
        padding-left: 0;
    }
    .footer-col:nth-child(2),
    .footer-col:nth-child(4) {
        padding-left: 60px;
    }
    .footer-col.socials {
        display: block;
    }
    .footer-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* FOOTER */
    .text-content h2 {
        font-size: 22px;
    }
    .contact_page .page-content .grid-cols {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 45px;
    }
    .contact_page .map-section iframe {
        width: 100%!important;
    }
    .contact-information-grid .grid-cols {
        gap: 80px;
    }
    .contact-information-grid {
        margin-top: 60px;
        margin-bottom: 60px;
        width: 100%;
    }
    .contact-information-grid .footer-details ul li {
        color: #5D5D5D;
    }
    .contact-information {
        display: none;
    }
    .homepage .homepage-aboutus-bottom .about-right {
        max-width: 100%;
    }
    .homepage .homepage-banner .homepage-banner-caption h1 {
        font-size: 20px;
    }
    .homepage .homepage-banner .homepage-banner-caption h2 {
        font-size: 30px;
    }
    .homepage .homepage-banner .homepage-banner-caption .buttons-wrapper .button_contact a {
        padding: 0 16px;
    }
    .homepage .homepage-aboutus {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1100px)  {
    .contact-section form label, 
    .contact-section .form-wrapper label {
        font-size: var(--size);
        margin-bottom: 0;
        font-weight: normal;
    }
    .contact-section .form-wrapper .select-form::after {
        top: 55%;
    }
    .button_contact a {
        padding: 0 16px;
    }
    header .header-menu > li > ul {
        left: 0;
    }
    .homepage .homepage-banner .homepage-banner-caption .buttons-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .homepage .homepage-banner .homepage-banner-caption .buttons-wrapper .button_contact a {
        font-size: 16px;
        width: 100%;
    }
    .homepage .homepage-aboutus {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 992px)  {
    header {
        box-shadow: 0px 3px 10px #0000001A;
    }
    header .row {
        margin-right: -15px;
    }
    .page-banner {
        padding: 16px 0;
        margin-bottom: 60px;
    }
    /* Mobile Menu */
    #mobile-menu {
        display: none;
    }
    #mobile-menu .header-menu-mobile {
        padding: 50px 80px
    }
    #mobile-menu .header-menu-mobile .menu-item {
        padding-bottom: 16px;
        font-size: 22px;
        color: var(--black);
        font-weight: 500;
        display: block;
    }
    #mobile-menu .header-menu-mobile .menu-item-has-children > a:after {
        content: '\f106';
        color: var(--main-color);
        font-family: 'Font Awesome 6 Pro';
        margin-left: 34px;
        font-size: 18px;
    }
    #mobile-menu .header-menu-mobile .menu-item-has-children > a.show:after {
        content: '\f107';
    }
    #mobile-menu .menu-item-has-children > .sub-menu {
        display: none;
    }
    #mobile-menu .menu-item-has-children > .sub-menu li {
        margin-top: 8px;
    }
    #mobile-menu .menu-item-has-children > .sub-menu li a {
        font-size: 18px;
        font-weight: normal;
    }
    #mobile-menu .navbar-nav.main-nav {
        padding-top: 20px;
    }
    #mobile-menu .menu-item-has-children > .sub-menu.show {
        display: block;
    }
    .mobile-menu-container nav.main-nav {
        margin-bottom: 40px;
    }
    #mobile-menu .mobile-menu-container {
        background: #fff;
        box-shadow: 0 3px 5px #00000040;
        position: relative
    }
    .main-top-wrap,
    .menu-item.menu-item-has-children.show > a  {
        color: var(--black-600);
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .main-top-wrap-close {
        margin-top: 25px;
        margin-right: 16px;
    }
    .main-top-wrap-close i {
        font-size: 26px;
        font-weight: 300;
        color: var(--black-600);
    }
    .menu-item.menu-item-has-children.show > a:after {
        content: none!important;
    }
    .menu-item.menu-item-has-children.show > a:before {
        content: '\f104';
        color: var(--white);
        font-family: 'Font Awesome 6 Pro';
        position: absolute;
        left: 16px;
    }
    #mobile-menu .mobile-menu-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 468px;
        height: 100%;
        max-width: none;
        justify-content: start;
        position: relative;
        z-index: 99;
        overflow: scroll;
    }
    div#mobile-menu {
        height: 100%!important;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
    }
    .mobile-category-header i {
        font-size: 10px;
        margin-right: 1rem
    }
    div#mobile-menu {
        margin-top: 0;
        border: none
    }
    .mobile-category-header span {
        font-size: 15px
    }
    .dropdown .dropdown-toggle::after {
        content: '\f105';
        font-family: "font awesome 6 pro";
        display: flex;
        vertical-align: middle;
        align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: var(--space-half);
        margin-left: var(--space);
        align-items: center;
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        transition: all .3s;
    }
    /* Mobile Menu */
    header .logo {
        padding-left: 17px;
    }
    .footer-wrapper .container {
        padding: 0;
    }
    .footer-wrapper {
        padding: 0 20px;
    }
    .page-content {
        padding-bottom: 60px;
    }
    .contact_page .page-top-content .text,
    .page-top-content .text {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 15px;
        line-height: normal;
        opacity: .64;
        letter-spacing: 0.3px;
    }
    .page-top-content {
        margin-top: 80px;
    }
    .contact_page .map-section {
        order: 1;
    }
    .contact-section .form-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .contact-section .control-form {
        margin-bottom: 25px;
    }
    .contact-section .form-wrapper select, 
    .contact-section form textarea, 
    .contact-section form input, 
    .contact-section .form-wrapper input {
        height: 68px;
    }
    .contact-section form input::placeholder, 
    .contact-section .form-wrapper input::placeholder {
        font-size: 16px;
    }
    .contact-section form button {
        letter-spacing: 6.75px;
        font-size: 15px;
    }
    .wpcf7-list-item label {
        display: flex;
        align-items: center;
    }
    .row-agree {
        align-items: center;
        margin-top: 0;
    }
    .contact-section .row-agree .wpcf7-list-item-label {
        padding-left: 10px;
        text-align: left;
    }
    .about-content {
        margin-top: 50px;
    }
    .services_page .services-layout .services-block .services-caption .services-title {
        font-size: 18px;
        font-weight: 500;
    }
    .services_page .services-layout .services-block .services-caption {
        padding: 12px 18px;
    }
    .services_page .services-layout .services-block .services-caption .services-button {
        font-size: 18px;
    }
    .homepage .section-title {
        font-size: 32px;
    }
    .text-content h1 {
        font-size: 28px;
    }
    .text-content h2 {
        font-size: 18px;
    }
    .homepage .services-content {
        padding: 0;
        margin-top: 80px;
    }
    .homepage .services-content .button_contact {
        display: flex;
    }
    .homepage .blog-content {
        padding: 0;
    }
    .homepage .services-content.services_page:before {
        content: '';
        background-image: url(../img/background-mobile.svg);
        background-position: top;
    }
    .homepage .homepage-aboutus-bottom .grid-cols {
        gap: 30px;
    }
    .homepage .homepage-aboutus-bottom .grid-cols, 
    .homepage .homepage-aboutus-top .grid-cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .homepage .homepage-aboutus-bottom .about-right .button_contact{
        display: flex;
    }
    .homepage .homepage-aboutus-bottom .about-right {
        order: 1;
    }
    .homepage .homepage-aboutus-bottom .about-left img {
        height: auto;
        width: 100%;
    }
    .homepage .homepage-aboutus-top {
        margin: 30px 0;
    }
    .homepage .homepage-aboutus-bottom .about-left {
        order: 2;
    }
    .homepage .homepage-aboutus-bottom .about-right .text {
        margin: 24px 0;
    }
    .homepage .homepage-aboutus-bottom,
    .homepage .homepage-aboutus-top {
        padding: 0 18px;
    }
    .homepage .homepage-aboutus-top .about-left {
        max-width: 100%;
        margin: 0;
    }
    .homepage .homepage-aboutus-top .about-right img {
        height: auto;
        width: 100%;
    }
    .homepage .homepage-aboutus-top .about-right {
        text-align: left;
    }
    .homepage .homepage-aboutus-top .about-left .title {
        font-size: 22px;
    } 
        
    .homepage .homepage-aboutus-top .about-left .small-tag {
        font-size: 12px;
        letter-spacing: 2.4px;
    }
    .homepage .homepage-banner .homepage-banner-caption {
        padding-left: 0;
    }
    .homepage .homepage-banner .homepage-banner-caption .button_contact {
        display: flex;
    }
    .homepage .homepage-banner .homepage-banner-caption h1 {
        font-size: 13px !important;
        max-width: 100%;
    } 
    .homepage .homepage-banner .homepage-banner-caption h2 {
        font-size: 24px;
        max-width: 100%;
        margin-top: 0;
    }
    .homepage-banner img:first-child {
        height: 295px;
        object-fit: cover;
    }
    .homepage .homepage-banner .homepage-banner-image img {
        max-width: 200px;
        height: 100%;
    }
    .homepage .homepage-banner .banner-caption-wrapper .grid-cols {
        grid-template-columns: repeat(2, 1fr);
    }
    .homepage .homepage-banner .homepage-banner-caption .buttons-wrapper .button_contact a {
        font-size: 14px;
        width: fit-content;
    }
    .homepage .homepage-banner .homepage-banner-caption .buttons-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    /* MOBILE MENU */
    .fixed-body {
        overflow: hidden;
    }
    .body-opacity {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
        transition: opacity 300ms;
    }
    .body-opacity.show {
        opacity: 1;
        z-index: 9;
    }
    #mobile-menu {
        display: none;
    }
    #mobile-menu .menu-header-menu-mobile-container.scroll {
    	z-index: 7
    }

    .blog-content .grid-cols {
        row-gap: 30px;
    }
    .blog-layout .blog-date {
        font-size: 16px;
    }
    .blog-layout .blog-title {
        font-size: 24px;
    }
    .fixed-side-buttons {
        display: none;
    }
    .about-content .button_contact a {
        font-size: 14px;
    }
    .homepage .homepage-aboutus .about-right .button_contact {
        display: flex;
    }
}
@media only screen and (max-width: 768px)  {
    .page-top-content {
        margin-top: 27px;
    }
    h2.section-title {
        font-size: 28px;
    }
    .contact_page h1.section-title {
        font-weight: 300;
        font-size: 28px;
    }
    .contact-section .text {
        font-size: 15px;
        padding: 0 20px;
    }
    .page-top-content .grid-cols,
    .page-top-content .button_contact {
        padding: 0 38px;
    }
    footer {
        margin-top: 0;
    }
    .contact-section .form-wrapper select.wpcf7-select, 
    .contact-section form input.wpcf7-text, 
    .contact-section .form-wrapper input.wpcf7-text {
        height: 60px;
    }
    .contact-section form textarea.wpcf7-textarea {
        height: 156px;
    }
    .footer-col:not(:first-child) {
        padding-left: 50px;
    }
    .footer-col:nth-child(3) {
        padding-left: 0;
    }
    .copyright .row {
        justify-content: center!important;
        gap: 10px;
    }
    .services_page .page-content .grid-cols {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .service_page .services-content .button_contact {
        margin-top: 25px;
    }
    .service_page .services-content .button_contact a {
        padding: 0 16px;
        height: 45px;
        min-height: 45px;
        font-size: 14px;
    }
    .text-content p, 
    .text-content,
    .services-text p, 
    .services-text {
        font-size: 16px;
    }
    .services-text h2, 
    .services-text p h2 {
        font-size: 20px;
    }
    .text-content ul li {
        font-size: 18px;
        align-items: baseline;
    }
    .text-content ul li:before {
        position: relative;
        top: -3px;
    }
    .mfp-arrow-left:before,
    .mfp-arrow-right:before {
        border: none!important;
    }
    .gallery-container .grid-cols {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .mfp-counter {
        top: 40px!important;
    }
    .mfp-arrow:after {
        top: 88px!important;
    }
    .mfp-arrow:before, 
    .mfp-arrow:after {
        margin-top: 80px!important;
    }
    .gallery-container h1 {
        font-size: 28px;
        text-align: left;
        padding-left: 18px;
        margin-bottom: 26px;
    }
    .gallery-container {
        margin-top: 60px;
    } 
    .homepage .homepage-aboutus .grid-cols {
        grid-template-columns: repeat(1, 1fr);
    }
    .homepage .homepage-aboutus .about-right .title {
        font-size: 25px;
    }
    .homepage .homepage-aboutus .about-right .button_contact a {
        font-size: 14px;
        background-color: var(--dark-beige);
        border-color: var(--dark-beige);
        color: var(--white);
    }
    .homepage .homepage-aboutus .about-left .judge {
        display: none;
    }
    .homepage .homepage-aboutus .about-right .text {
        margin: 24px 0;
        font-size: 16px;
    }
    .homepage .services-content .button_contact a {
        font-size: 14px;
    }
    .homepage .services_page .grid-cols {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    .homepage .services-title-background h1 {
        font: 16px;
        letter-spacing: 1.2px;
    }
    .homepage .services-title-background h2 {
        font-size: 28px;
    }
    .homepage .services-title-background {
        height: 217px;
        transform: translateY(-30px);
    }
}
@media only screen and (max-width: 564px)  {
    .footer-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    footer .footer-col .footer-details ul {
        display: block;
    }
    footer .footer-col .small-intro,
    footer .footer-col ul {
        display: none;
        transition: 300ms ease-in-out;
    }
    footer .footer-col .small-intro.show,
    footer .footer-col ul.show {
        display: block;
    }
    footer .footer-col.socials ul.show {
        display: flex;
    }
    footer .footer-col h2:after {
        content: '';
        width: 100%;
        height: 2px;
        margin: 10px 0;
    }
    .footer-info ul li, 
    .footer-info ul li a {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .footer-col:nth-child(2),
    .footer-col:nth-child(1) {
        margin-bottom: 30px;
    }
    .footer-col,
    .footer-col:not(:first-child) {
        padding-left: 0;
    }
    footer .footer-col h2 {
        position: relative;
    }
    footer .footer-col h2:before {
        content: '\f106';
        font-family: 'Font Awesome 6 Pro';
        color: var(--white);
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        transition: 300ms ease-in-out;
    }
    footer .footer-col h2.show:before {
        content: '\f107';
    }
    .footer-col:nth-child(3) h2 {
        font-size: 20px;
    }
    .footer-col:nth-child(3) h2:after {
        content: none;
    }
    .footer-col:nth-child(3) h2.show:before,
    .footer-col:nth-child(3) h2:before,
    footer .footer-col.socials h2:before {
        content: none;
    }
    .footer-col:last-child {
        margin-bottom: 0;
    }
    .copyright {
        margin-top: 60px;
    }
    .homepage .homepage-banner .homepage-banner-image img {
        max-width: 150px;
        height: 100%;
        object-fit: contain;
    }
}
@media only screen and (max-width: 480px)  {
    .row-agree {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .req_label p {
        text-align: left;
    }
    .agree-form-check p {
        margin-bottom: 0;
    }
    #mobile-menu .mobile-menu-container {
        width: 100vw;
    }
    .copyright .row {
        justify-content: center!important;
        text-align: center;
        gap: 5px;
    }
    .contact-information-grid .footer-details ul li {
        font-size: 18px;
    }
    .homepage .homepage-banner .homepage-banner-image img {
        max-width: 100%;
    }
    .services_page .services-layout .services-block:hover .services-caption .services-button {
        padding-left: inherit;
    }
    .services_page .services-layout .services-block:hover img {
        transform: none;
    }
}
@media  (max-width: 480px)  {
.homepage .homepage-banner .homepage-banner-caption h2 {
	font-size: 21px;
}
}
@media only screen and (max-width: 380px)  {
    .contact_page h2.section-title {
        font-size: 22px;
    }
    .about-content .button_contact {
        margin-top: 40px;
    }
}
/* MAX WIDTH */


