/* ==========================================================================
   Основные стили сайта LAPTEJNIK.RU
   ========================================================================== */

body {
    margin: 0;
    overflow-x: hidden;
    color: #fee635;
    background: #000;
    font-family: 'Montserrat', sans-serif;
}

/* ==========================================================================
   Шапка сайта
   ========================================================================== */

header {
    width: 100%;
    display: table;
    background-color: #000;
    margin-bottom: 50px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

#logo {
    float: left;
    font-size: 1.7rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 0;
    font-family: a_Stamper, 'Montserrat', sans-serif;
    font-weight: bold;
}

nav {
    width: auto;
    float: right;
    margin-top: 7px;
}

nav ul {
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    list-style-type: none;
}

nav ul li:last-child {
    padding-right: 0;
}

nav ul li a {
    color: #fee635;
    font-size: 19px;
    padding: 7px 19px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    background-color: #000;
    color: #fff;
}

.toggle-menu ul {
    display: table;
    width: 31px;
    margin-left: 0;
    padding-left: 0;
    margin: 5px;
}

.toggle-menu ul li {
    width: 100%;
    height: 3px;
    background-color: #e9f0f7;
    margin-bottom: 4px;
    list-style: none;
}

.toggle-menu ul li:last-child {
    margin-bottom: 0;
}

input[type=checkbox],
label {
    display: none;
}

/* ==========================================================================
   Адаптивность шапки
   ========================================================================== */

@media only screen and (max-width: 967px) {
    header {
        padding: 20px 0;
    }

    #logo {
        padding: 0;
    }

    input[type=checkbox] {
        position: absolute;
        top: -7777px;
        left: -7777px;
        background: none;
    }

    input[type=checkbox]:focus {
        background: none;
    }

    label {
        float: right;
        display: inline-block;
        cursor: pointer;
        margin-right: 25px;
    }

    input[type=checkbox]:checked ~ nav {
        display: block;
    }

    nav {
        display: none;
        position: absolute;
        right: 0;
        top: 64px;
        background-color: #000;
        padding: 0;
        z-index: 99;
    }

    nav ul {
        width: auto;
    }

    nav ul li {
        float: none;
        padding: 0;
        width: 100%;
        display: table;
    }

    nav ul li a {
        color: #fee635;
        font-size: 15px;
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid rgba(254, 230, 53, 0.1);
    }
}

@media only screen and (max-width: 360px) {
    label {
        padding: 5px 0;
    }

    #logo {
        font-size: 1.1rem;
    }

    nav {
        top: 47px;
    }
}

/* ==========================================================================
   Типографика
   ========================================================================== */

h1 {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    text-align: center;
    font-weight: bold;
}

h5 {
    text-align: center;
    font-weight: bold;
}

a:hover {
    color: #ff0000;
    font-weight: bold;
}

a:link {
    color: #fee635;
}

a:visited {
    color: #fee635;
}

span {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

/* ==========================================================================
   Изображения
   ========================================================================== */

.news img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   Секция "О проекте"
   ========================================================================== */

.kudrin_about {
    display: flex;
}

.about {
    font-family: 'Montserrat', sans-serif;
}

.our_plus_list {
    display: flex;
    text-align: justify;
    flex-wrap: wrap;
}

/* ==========================================================================
   Слоган
   ========================================================================== */

.slogan {
    font-family: a_Stamper, 'Montserrat', sans-serif;
    background: #fff;
    color: #000;
    font-size: 30px;
    text-align: center;
}

/* ==========================================================================
   Секция "Тренинги"
   ========================================================================== */

.servises {
    background: #fee635;
    color: #000;
}

.our_servises {
    /* Зарезервировано под оформление */
}

/* ==========================================================================
   Секция "Сервисы"
   ========================================================================== */

.advantages {
    /* Зарезервировано под оформление */
}

.advantages_list {
    display: flex;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    flex-wrap: wrap;
}

/* ==========================================================================
   Цитата
   ========================================================================== */

.quote {
    background: #fff;
    color: #000;
    font-size: 30px;
    font-family: 'Pacifico', cursive;
}

.hr-line {
    margin: 20px 0;
    border-top: 4px solid #000;
}

.testimonial-quote group {
    color: #000;
    background: #FF0000;
}

/* ==========================================================================
   Секция "Партнёры"
   ========================================================================== */

.partners {
    background: #fee635;
    color: #000;
}

.partners_list {
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    display: flex;
}

.col {
    min-width: 300px;
    flex-grow: 3;
}

/* ==========================================================================
   Секция "Контакты"
   ========================================================================== */

.contacts {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.hr-line_contacts {
    margin: 20px 0;
    border-top: 4px solid #fee635;
}

/* ==========================================================================
   Футер
   ========================================================================== */

.footer {
    font-size: 12px;
    text-align: center;
    margin: 50px 0;
    font-family: 'Montserrat', sans-serif;
}