/*
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) {

    #contact-info #phone,
    #contact-info #address {
        font-size: 16px;
    }

    #title {
        font-size: 16px;
    }

    #title>div p:nth-child(2) {
        font-size: 24px;
    }

    #title>div p:nth-child(3) {
        font-size: 27px;
    }

    .sitelogo {
        min-height: 130px;
        width: 110px;
    }

    .news h3 {
        font-size: 17px !important;
    }

    ._block_1 .custom p {
        font-size: 150%;
    }
}


@media screen and (max-width: 1200px) {

    #contact-info #phone,
    #contact-info #address {
        font-size: 15px;
    }

    .vidpom table td {
        font-size: 14px;
    }


}

@media screen and (max-width: 992px) {

    #title>div p:first-child,
    #title>div p:last-child {
        display: none;
    }

    .mod-menu._top .image-title {
        font-size: 16px;
    }

    .vidpom table td {
        font-size: 12px;
    }

    .kafedri table {
        background-size: auto 100%;
    }

    .kafedri td {
        font-size: 17px;
    }

    .rside_footer {
        padding-left: 0;
        border-left: 0;
        margin-top: 15px;
    }

    .com-content-article__body p {
        font-size: 90%;
    }
}

@media screen and (max-width: 767px) {

    #title-block,
    #contact-info {
        text-align: center;
    }

    #contact-info>* {
        margin-bottom: 10px;
    }

    .sitelogo {
        margin: 0 auto;
    }

    #title-block {
        margin-bottom: 15px;
    }

    .btn_contact {
        width: 100%;
    }

    .fixbar {
        display: none;
    }

    #title>div p:first-child,
    #title>div p:last-child {
        display: block;
    }

    .mod-menu._top li {
        font-size: 18px;
        flex: 0 0 100%;
    }

    ._block_1 .custom p {
        font-size: 110%;
        padding: 10px 35px;
    }

    .vidpom table td {
        margin: 0 0 15px;
        width: 100%;
        display: block;
    }

    .vidpom .uk-first-column {
        padding-left: 0 !important;
    }

    ._block_1 .custom,
    ._block_3 .custom {
        padding: 70px 0;
    }

    ._block_3 ul li {
        margin: 0 auto 15px;
        padding: 15px;
        font-size: 100%;
    }

    .kafedri td {
        margin: 0 0 15px;
        width: 100%;
        display: block;
        padding: 0px !important;
    }

    .kafedri td:first-child {
        padding-bottom: 230px !important;
    }

    .kafedri table {
        background-size: auto 155px;
    }

    .nav-footer nav {
        background-color: var(--bs-blue);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        padding: 0 20px;
        --bs-link-color: var(--bs-body-color);
        --bs-link-hover-color: var(--bs-blue);
    }

    .share-btn {
        display: table;
        position: static;
        left: 0px;
        top: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        z-index: 1;
    }

    .ya-share2__list_direction_horizontal>.ya-share2__item {
        display: block !important;
        margin: 0 5px 10px !important;
        float: left;
    }

    .ya-share2__badge {

        display: inline-block !important;
        vertical-align: top !important;
        border-radius: 0px !important;
        color: #fff !important;
        overflow: hidden !important;
        position: relative !important;
        padding: 10px !important;

    }

    .ya-share2__container_size_m .ya-share2__icon {
        height: 30px !important;
        width: 30px !important;
    }

    footer {
        text-align: center;
    }

    footer .mainmenu .offcanvas {
        text-align: left;
    }

    .mainmenu .offcanvas .title {
        line-height: 1;
    }

    .mainmenu .offcanvas .title>div p:first-child,
    .mainmenu .offcanvas .title>div p:last-child {
        font-size: 13px;
        line-height: 15px;
    }

    .mainmenu .offcanvas .sitelogo {
        margin: 0 10px 0 0;
        min-height: 55px;
        width: 50px;
    }

    .nav-footer .mod-menu a {
        padding: 10px 15px;
    }

    .nav-footer .mod-menu {
        font-size: 18px;
        line-height: 22px;
    }

    .nav-footer .mod-menu {
        column-count: 1;
        column-gap: 0em;
        -webkit-column-count: 1;
        -webkit-column-gap: 0em;
        text-align: left;
    }

    .fcontact .mod-menu li {
        margin: 10px;
        padding: 5px 0;
        justify-content: center;
    }

    #to-top {
        display: none;
    }
}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 480px) {}



@media (min-width: 992px) {}

@media (min-width: 1200px) {}