/*
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 : 20.08.2017, 0:10:34
    Author     : Валерий Булаш <vbulash@yandex.ru>
*/

body {
    /* Рекомендации по шрифтам из документации Bootstrap 4.0 (https://getbootstrap.com/docs/4.0/content/reboot/) */
    font-family: /* 1 */ -apple-system, BlinkMacSystemFont,
        /* 2 */ "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        /* 3 */ "Helvetica Neue", sans-serif !important;
}

.preheader {
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer {
    background-color: rgb(80, 80, 80) !important;
}

.navbar-default.sticky-nav {
    opacity: 0.95 !important;
}

/* Отступ в 80 px - очень много, нужно убавить */
.section-wrapper {
    padding: 40px 0 !important;
}

.entry-content ul {
    list-style: disc !important;
}

.section-title h2 {
    text-transform: none !important; /* В базовом стиле почему-то capitalize*/
}

.testimonial .item {
    background-color: #fff;
}

.adv-list {
    overflow: hidden;
}

.adv-item {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    /*    margin-left: 15px;
        margin-right: 15px;*/
}

.news-item {
    padding-bottom: 15px;
}

/* Иконки преимуществ в цвет логотипа - требование заказчика*/
.top-icon-style i {
    background: #9e0020 !important;
}

/* Аналогично - и про точки скроллинга для слайдеров */
.owl-controls .owl-dot.active span {
    background: #9e0020 !important;
    border-color: #9e0020 !important;
}

/* Кнопка загрузки PDF */

div.left-icon-style {
    margin-top: 2px;
    margin-left: 40px;
}

.left-icon-style i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #9e0020 !important;
    color: #FFFFFF !important;
    box-sizing: content-box;
    text-align: center;
    border-right: none;
    left: 12px;
    top: 8px;
}

/* Более внятное отображение копирайта */
.footer .copyright-section .copytext {
    color: white !important;
}

div.top-icon-style.icon-border-box {
    background-color: white !important;
    border: 1px solid #9e0020 !important;
}

li.active > a.partner-pill {
    background-color: #211f1f !important;
    border-color: #211f1f !important;
    color: #ffffff !important;
}

li.active > a.partner-pill:hover,
li.active > a.partner-pill:focus {
    color: #fff !important;
    background-color: #9e0020 !important;
    border-color: #9e0020 !important;
}

/* Дизайн футера */
div.footer-widget > p > a {
    color: white !important;
}

div.footer-widget > div.row > div > a {
    color: white !important;
    font-size: 16px;
}

div.footer-widget > div.row {
    margin-top: 16px;
    line-height: 36px;
}

div.footer-widget > p > a:hover,
div.footer-widget > div.row > div > a:hover,
span.copytext > a:hover {
    font-weight: bold !important;
}

div.footer-widget-section {
    padding: 30px 0 !important;
}

span.copytext > a {
    color: white !important;
}

