#news {
    background-position: center;
}

#map {
    height: 500px;
}

div.navbar-contacts {
    background: #000;
}

div.navbar-contacts ul > li, div.navbar-contacts ul > li a {
    color: #fff !important;
}

.section-first-slider .item .details-wrapper .details h2 {
    line-height: 1.1;
}

#main-slider-captions p {
    font-size: 28px;
}

.page-headers {
    background: #ee1b2c;
    padding: 50px 0;
    color: #fff;
    padding-top: 170px;
}

#news {
    border-top: 5px solid #000;
}

#map {
    border-top: 5px solid #000;
}

.page-headers h1 {
    color:#fff;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 0;
    text-transform: none;

}

.square-content {
    border-radius: 5px !important;
}

.section-first-slider img {
    border-radius: 5px !important;
}

.page-content {
    padding: 50px 0 80px;
    font-size: 20px;
    line-height: 1.2;
}

.page-content table {
    width: 100%;
    margin: 30px 0;
}

.page-content td {
    border: 1px solid #d7dbde;
    padding: 6px 12px;
}

.page-content ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    margin-bottom: 10px
}


.page-content ul li::before {
    background: #ee1b2c  none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 5px;
}

/* иконки на странице */
.page-content-icon {
    background: #000000;
    padding: 50px 0;
}

.navbar-logo > img {
    margin-top: 0;
}

.share-drive2 {
    font-size: 16px !important;
}

.flex-direction-nav li, .main-slider-captions-nav .flex-control-nav {
    width: 25px;
    height: 25px;
}

.main-slider-captions-nav .flex-direction-nav a {
    width: 25px;
    height: 25px;
}

.main-slider-captions-nav .flex-direction-nav a::before {
    font-size: 11px;
    line-height: 25px;
}

.gallery-items .gallery-item img {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);

}

footer .share-drive2 {
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 21px !important;

}

footer .footer-logo img {
    max-width: 300px;
}

.section-first-slider .item .details-wrapper .details h2 {
    font-size: 30px;
}

.footer-info p {
    color: #6b6b6b;
    text-transform: none;
    font-size: 14px;
}

.news-icon ul {
    font-size: 0;
    margin: 5px 0 40px;
}
.news-icon ul li {
    display: inline-block;
    margin: 5px;
    width: 65px;
}

.news-icon ul li img {
    max-width: 100%;
}

.opinion-item-title a {
    color: #fff
}

.opinion-item-title a:hover {
    text-decoration: underline;
}


#social-menu li {
    width: 22%;

}

#social-menu .share-insta {
    background: #bd3381;
}

#social-menu .share-drive2 {
    background: #cc0033;
}

.aside-menu [data-accordion] [data-control] {
    border-bottom: 1px solid #4B4B4B;
    font-weight: 700;
    color: #eee;
    background: #595959;
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;

}

.aside-menu [data-accordion].open [data-control] {
    background: #ee1b2c;
    border-color: #ee1b2c;
}

/* кнопка whatsup */
#whatsupbtn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    z-index: 30;
    background: url("/images/whatsup.png") no-repeat;
    background-size: contain;
    display: none;
}

#whatsupbtn a {
    display: block;
    width: inherit;
    height: inherit;
}

.navbar {
    min-height: 0;
}

header,
.navigation-header {
    transition: margin 0.3s ease-in-out;
}

.nav-up {
    margin-top: -120px;
}

div.navbar-contacts {
    z-index: 30;
    position: relative;
}

@media only screen and (max-width: 991px) {
    #map {
        height: 300px;
    }
}

@media only screen and (max-width: 700px) {
    nav.main-menu {
        position: fixed;
    }

    .news-icon ul {
        margin-bottom: 10px !important;
    }

    #whatsupbtn {
        display: block;
    }

    #main-slider-captions {
        margin-top: 100px;
    }

    #scrollUp {
        display: none !important;
    }
}

