﻿body {
}

a.brand {
    font-size: 22px;
    font-weight: bold;
}

.rd-navbar-nav .rd-nav-item {
    font-weight: 500;
}

.rd-navbar-static .rd-nav-item.navigation-tel:first-of-type + .rd-nav-item {
    margin-left: 0;
}

.rd-navbar-nav .rd-nav-item.navigation-tel {
    font-size: 22px;
    font-weight: 700;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item.navigation-tel.desktop {
    margin-left: 50px;
}

.navigation-tel.mobile {
    display: none;
}

.footer-contacts .unit-left {
    margin-left: -39.3px;
}

.footer-classic.parallax-container:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.footer-contacts .icon {
    font-size: 50px !important;
    margin-top: 10px;
}

.footer-classic .keywords {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    margin-top: 35px;
}

.footer-classic .keywords .keyword-urls {
    cursor: default;
}

.footer-classic .keywords .keyword-urls div {
    padding: 5px;
}

.footer-classic .rights {
    margin-top: 35px;
}

.footer-classic .rights span {
    cursor: default;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navigation-tel.desktop {
        width: auto;
        text-align: center;
        position: relative;
    }
    .rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 5px;
    }
    .rd-navbar-static .rd-nav-item + .rd-nav-item.navigation-tel.desktop {
        font-size: 16px;
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    .navigation-tel.desktop {
        width: auto;
        text-align: center;
        position: relative;
    }
}


@media (max-width: 991.98px) {
    a.brand {
        font-size: 20px;
    }
    section .section-sm:first-of-type, section.section-md:first-of-type, section.section-lg:first-of-type, section.section-xl:first-of-type, section.section-xxl:first-of-type {
        padding-top: 85px;
    }
    .footer-address .footer-contacts .unit-left {
        margin-left: unset;
    }
    .footer-contacts .icon {
        font-size: 25px !important;
    }
    .navigation-tel.desktop {
        display: none;
    }
    .navigation-tel.mobile {
        display: block;
    }
}

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) {
    .container {
        max-width: 100%;
    }
    .footer-contacts .icon {
        font-size: 25px !important;
    }
}