@media (min-width: 1200px) {
    
    header#masthead {
        height: 110px;
    }

    #primary-menu > li > a {
        font-size: .7rem;
        transition: color .3s ease;
    }

    #primary-menu > li > a:hover {
        color: var(--color-highlight, #ca774b);
        transition: color .3s ease;
    }

    /* header#masthead .left-block,
    header#masthead .right-block {

    } */

    .tile-block-2 > .item:nth-child(1n),
    .tile-block > .item:nth-child(2n) {
        flex-basis: calc((100% / 2) - 2rem);
    }

    .tile-block-2 > .item:nth-child(4n),
    .tile-block-2 > .item:nth-child(5n) {
        flex-basis: calc((100% / 4) - 2rem);
    }

    .tile-block-2 > .item:nth-child(3n) {
        flex-basis: calc((100% / 2) - 2rem);
    }

    .page-template-page-about .tile-block-2 > .item:nth-child(3n),
    .page-template-page-about .tile-block-2 > .item:nth-child(5n) {
        flex-basis: calc((100% / 4) - 2rem);
    }

    .page-template-page-about .tile-block-2 > .item:nth-child(4n) {
        flex-basis: calc((100% / 2) - 2rem);
    }

}

@media (min-width: 1440px) {

    .tile-block > .item h3.item-title {
        font-size: 2.125rem;
    }

    section.top-footer .wrapper div.right-block {
        font-size: .8em;
    }

    .col .tel {
        font-size: 1.875em;
    }

    /* #primary-menu > li > a {
        font-size: .65em;
    } */

    .tile-block .item-image {
        height: 150px;
        width: 150px;
    }

    section.about-content-block.info-2 .subcontent .text {
        max-width: 30%;
    }

    section.color .wrapper .inner-wrapper {
        position: relative;
        width: 60%;
        margin-left: auto;
        padding-bottom: 5rem;
        background: linear-gradient(to right, rgba(31, 53, 47, 0), rgba(31, 53, 47, 0) 0%, rgba(232, 232, 232, 1) 22.27%);
    }

    section.color .wrapper  {
        position: relative;
        padding-bottom: initial;
    }

    section.section-price.color .wrapper {
        padding-bottom: 4em;
    }

    section.color .wrapper .image-block {
        position: absolute;
        left: 0;
        bottom: initial;
        height: 100%;
        width: 40%;
        min-width: 600px;
        background-color: red;
        background-size: cover;
        background-position: center center;
    }

    section.color .wrapper .image-block .image-cover {
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, rgba(31, 53, 47, 0), rgba(31, 53, 47, 0) 48.32%, rgba(247, 247, 247, 1) 92.44%);
    }

    

    section.top-footer .wrapper  {
        flex-direction: row;
    }

    section.top-footer .adres {
        text-align: left;
    }

    section.top-footer .wrapper div.left-block {
        width: 30%;
        margin-bottom: 4em;
        align-items: flex-start;
    }

    section.top-footer .wrapper {
        align-items: flex-start;
    }

    .png-img-block {
        height: 90%;
    }

    #basic-feedback-form,
    #basic-success-message {
        max-width: 100%;
        padding-left: 22%;
    }

    .steps-2 .item {
        flex-basis: calc((100% / 4) - 2rem);
    }



    .tile-block.tile-block-2 {
        gap: 1rem;
    }

    

    .page-template-page-about .tile-block-2 > .item:nth-child(3n),
    .page-template-page-about .tile-block-2 > .item:nth-child(5n) {
        flex-basis: calc((100% / 4) - 2rem);
    }

    .page-template-page-about .tile-block-2 > .item:nth-child(4n) {
        flex-basis: calc((100% / 2) - 2rem);
    }

    

   
}


@media (min-width: 1600px) {

    #primary-menu > li > a {
        font-size: 1rem;
    }

    section.main-header > .wrapper {
        padding: 8.75em;
    }

    section.about-content-block .content {
        font-size: 2.5rem;
    }

    h1.title {
        font-size: 3.75rem;
        line-height: 110%;
    }

    .tile-block > .item h3 {
        font-size: 1.625rem;
    }

    section.top-footer .wrapper div.right-block {
        font-size: 1em;
    }

    .col .tel {
        font-size: 2.25em;
    }

    .garSwiper {
        max-width: 1800px;
        margin: 0 auto;
        padding: 0;
    }

    section.section-price .price {
        font-size: 9.375rem;
    }

    
}

@media (min-width: 1600px) {

    
}







