﻿body {}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 0;
}

.rd-navbar-classic.rd-navbar-static {
    background: rgba(0, 0, 0, 0.3);
}

/*SubCarousel*/
.section-sub-banner .swiper-slide {
    padding: 105px 0;
}

.breadcrumbs-custom-path li.active {
    cursor: default;
}

a.brand {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
}

.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;
}

.rd-navbar-aside.rd-navbar-static {
    background: rgba(68, 65, 65, .3);
}

/* Footer */
footer.bg-dark-filter.bg-dark-filter-1::before {
    z-index: 1;
}

.footer-address a {
    color: #FFF;
}

.footer-contacts .unit-left {
    margin-left: -39.3px;
}

.footer-minimal.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-minimal  .keywords {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    margin-top: 35px;
}

.footer-minimal  .keywords .keyword-urls {
    cursor: default;
}

.footer-minimal  .keywords .keyword-urls div {
    padding: 5px;
}

.footer-minimal  .rights {
    color: #FFF;
    margin-top: 35px;
}

.footer-minimal .rights a {
    color: #FFF;
}

.footer-minimal  .rights span {
    cursor: default;
}

#ui-to-top.fa-angle-up:before {
    line-height: 60px;
    font-size: 35px;
}

/*Font-Changes*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
}

/*Banner*/
.banner .swiper-button-prev.fa-arrow-left,
.banner .swiper-button-next.fa-arrow-right {
    display: none;
}

@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) {
    html.rd-navbar-fixed-linked .page {
        padding-top: 56px;
    }
    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;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swiper-container {
        animation: none !important;
    }
}