/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15.10.2019, 14:29:57
    Author     : dstorchak
*/
@media screen and (max-width: 1400px) {

}


@media screen and (max-width: 1200px) {
    #title-block {
        padding: 50px 0 30px;
        background-size: 70% auto;
    }
    .service-menu>li>a {
        font-size: 26px;
    }
    .mod_contact .item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .mod_contact .contact-info{
        font-size: 17px;
        line-height: 20px;
    }
    .alert .background-image-module .img {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 992px) {
    body{
        font-size: 16px;
    }
    #title {
        font-size: 15px;
        line-height: 17px;
    }
    #title h1 {
        font-size: 70px;
        line-height: 74px;
    }
    #title-block {
        padding: 25px 0 5px;
        background-size: 60% auto;
    }
    #address .mod-custom,#mail .mod-custom {
        font-size: 16px;
        line-height: 18px;
    }
    .service-menu>li>a {
        font-size: 21px;
        line-height: 23px;
        padding-bottom: 90px;
    }
    .owl-nav {
        margin: 0px -30px !important;
    }

    .gallery .uk-scope >*>*:nth-child(n+7){
        display: none;
    }
    footer{
        text-align: center;
    }
    .nav-footer .mod-list {
        align-items: center;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .search-box,#contrast{
        margin: 0 auto;
    }
    .offcanvas {
        min-width: 100%;
        --bs-offcanvas-border-width: 0px;
    }
    #title-block{
        text-align: center;
        background: none;
    }
    #title:after {
        width: 100%;
    }
    .modulephone,#address .mod-custom,#mail .mod-custom {
        padding-left: 0px;
        background: none;
    }
    .gallery .uk-scope >*>*:nth-child(n+5){
        display: none;
    }
}

@media screen and (max-width: 576px) {
    #title h1 {
        font-size: 50px;
        line-height: 66px;
    }
}
@media screen and (max-width: 480px) {

}



@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .container{
        max-width: 1166px;
    }
}