div {
    /*border: 1px solid black;*/
}

@font-face {
    font-family: KyivSans; /* Гарнитура шрифта */
    src: url(../fonts/KyivSansBetaGX.ttf); /* Путь к файлу со шрифтом */
}

* {
    font-family: KyivSans, 'Kyiv SansBetaGX', serif;
}

h1, .h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    color: #FA835C;
}

h2, .h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    color: #FA835C;
}

h3, .h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    color: #828282;
}

h4, .h4 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.container-fluid { /* фоновый цвет блока */
    background-color: #F7FAF7;
}

.link { /* ссылка на все записи */
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #29AB41;
}

.link:hover {
    color: #16C737;
    text-decoration: none;
}

/* отступы */

.pad-t-b {
    padding-top: 72px;
    padding-bottom: 56px;
}

.mt-56 {
    margin-top: 56px;
}

.pd-t-72 {
    padding-top: 72px;
}

.pd-24 {
    padding-bottom: 24px;
}

.pd-30 {
    padding-bottom: 30px;
}

.pd-48 {
    padding-bottom: 48px;
}

.pd-64 {
    padding-bottom: 64px;
}

.pd-76 {
    padding-bottom: 76px;
}

/* end отступы */

/* СОДЕРЖАНИЕ:
header
фоновое изображение в front-page
цели и задание фонда
стили для проектов и новостей
добрые советы
статистика
предложение
footer
media screen
single
single-video
single-info
share
metki
next-post
kama pagenavi
search form
input
slider
*/

/* == // == HEADER == // == */

.navbar {
    padding: 20px 32px;
}

.bg-light {
    background-color: unset !important;
}

.mr-auto, .mx-auto {
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 19px;
    color: #252C25;
}

.navbar-toggler-icon {
    width: 0.5em;
    height: 0.5em;
}

.btn-main {
    font-size: 16px;
    font-weight: bold;
    background-color: #5EBA6F;
    color: #FFF;
    border-radius: 8px;
}

.btn-main:hover {
    background-color: #16C737;
    border-color: unset;
}

.btn-main:focus {
    box-shadow: unset !important;
}

.btn-success {
    border-color: unset;
}

.far { /* heart */
    margin-right: 8px;
}

/* main menu */

.main_menu {
    float: right;
    overflow: hidden;
    display: contents;
}

.main_menu a {
    text-decoration: none;
    color: #252C25;
    display: block;
    padding: 10px 10px;
}

.main_menu a:hover {
    color: #29AB41;
}

.main_menu ul {
    padding: 0;
}

.main_menu ul li {
    float: left;
    list-style: none;
}

.main_menu .sub-menu {
    display: none;
    position: absolute;
    border-top: 1px solid #0FBE7C;
}

.main_menu ul li:hover .sub-menu  {
    display: block;
    position: absolute;
    z-index: 10;
}

.main_menu .sub-menu li {
    display: block;
    text-align: left;
    padding-right: 30px;
    float: none;
}

.sub-menu li {
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
}

.current-menu-item a {
    color: #29AB41;
}

.current-menu-ancestor > a {
    color: #29AB41;
}

/* end header */

/* == // == ФОНОВОЕ ИЗОБРАЖЕНИЕ В FRONT-PAGE == // == */

.fon-img {
    width: 100%;
    /*height: 88vh;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0;
}

.fon-block-text {
    position: relative;
    text-align: center;
}

.fon-img h1 {
    font-size: 56px;
    line-height: 67px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 32px;
}

.fon-img h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 50px;
}

.fon-link {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    width: 330px;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 20px 28px;
    margin: 10px 16px;
    display: inline-block;
}

.fon-link:hover {
    background: rgba(77, 77, 77, 0.36);
    color: #fff;
    text-decoration: none;
}

/* end фоновое изображение в front-page */

/* == // == ЦЕЛИ И ЗАДАНИЕ ФОНДА == // == */

.card-img-top {
    width: 120px;
}

.card-body {
    padding: 20px 0 0 0;
}

.card-text p {
    font-size: 16px;
    line-height: 24px;
    color: #252C25;
}

.bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
}

/* end цели и задание фонда */

/* == // == СТИЛИ ДЛЯ ПРОЕКТОВ И НОВОСТЕЙ == // == */

.card-news {
    border: unset;
    background-color: unset;
}

.card-img-top-news {
    width: 100%;
    border-radius: 0;
}

.card-date-post {
    position: absolute;
    background-color: #29AB41;
    border-radius: 0 0 16px 0;
    padding: 5px 13px;
    text-align: center;
    color: #fff;

}

.card-date {
    display: block;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
}

.card-month {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
}

.card-body-news {
    padding: 12px 0 0 0;
}

.card-text-muted {
    margin-bottom: 5px !important;
}

.text-muted {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.card-title-link {
    margin-bottom: 12px;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #FA835C;
}

.card-title-link:hover {
    color: #FF8B36;
    text-decoration: none;
}

.card-tag {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 12px;
    padding: 5px 7px;
    background-color: #E5F9E8;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #29AB41;
}

.card-tag:hover {
    background-color: #EBFFEE;
    color: #16C737;
    text-decoration: none;
}

.card-marker-news {
    padding: 1px 0 10px 0;
    overflow: hidden;
}

.fa-map-marker-alt, .fa-clock {
    color: #FA835C;
    margin-right: 8px;
    font-size: 22px;
    float: left;
}

.card-text-marker {
    float: left;
    font-size: 13px;
    line-height: 22px;
}

.card-text-link {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #252C25;
    display: block;
}

.card-text-link:hover {
    color: #456144;
    text-decoration: none;
}

.card-footer-news {
    padding: 0 0 12px 0;
    background-color: unset;
    border: unset;
}

.card-link-mini {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #29AB41;
}

.card-link-mini:hover {
    color: #16C737;
    text-decoration: none;
}

/* end стили для проектов и новостей */

/* == // == ДОБРЫЕ СОВЕТЫ == // == */

.card-link-porad {
    color: #FA835C;
}

.card-link-porad:hover {
    text-decoration: none;
    color: #FF8B36;
}

.card-porad {
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(64, 55, 51, 0.24);
    background-color: #fff;
}

.card-porad:hover {
    box-shadow: 0 2px 24px rgba(64, 55, 51, 0.12);
}

.card-porad:active {
    box-shadow: 0 1px 1px rgba(64, 55, 51, 0.12);
}

.card-img-porad {
    margin-bottom: 20px;
}

.card-body-porad {
    display: contents;
}

.card-title-porad {
    margin: 0 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

/* end добрые советы */

/* == // == СТАТИСТИКА == // == */

.numeric {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12px 0;
}

.numeric span {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    color: #29AB41;
}

/* end статистика */

/* == // == ПРЕДЛОЖЕНИЕ == // == */

.btn-help {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #FFF;
    width: 320px;
    padding: 16px 38px;
    margin: 12px 16px;
    border-radius: 8px;
    background-color: #29AB41;
}

.btn-help:hover {
    background-color: #16C737;
    border-color: unset;
}

.btn-help:focus {
    box-shadow: unset !important;
}

/* end предложение */

/* == // == FOOTER == // == */

.footer {
    border-top: 2px solid #E0E0E0;
}

.footer-inner {
    padding: 25px 0;
}

.footer p {
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    margin-bottom: 0;
}

.footer a {
    color: #000;
}

.footer ul {
    margin: 0 -10px 0 -10px;
    padding-inline-start: 0;
    text-align: right;
}

.footer li {
    list-style-type: none;
    display: inline;
    padding: 0 10px;
}

.footer ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;
}

.footer ul li a:hover {
    color: #16C737;
    text-decoration: none;
}

.fab { /* ссылки на соц сети */
    margin: 0 10px;
    font-size: 28px;
    color: #252C25;
}

/* end footer */

/* == // == MEDIA SCREEN == // == */

@media screen and (max-width: 1200px){

    .main_menu ul li:hover .sub-menu {
        position: unset;
        z-index: unset;
        display: none;
    }

    .sub-menu {
        margin-left: 30px;
    }

    .main_menu .sub-menu {
        position: unset;
    }

    .copy {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-link {
        margin-bottom: 20px;
    }

    .footer ul {
        text-align: center;
    }

    .footer li {
        padding: 0 10px !important;
    }

    .single-img {
        padding: 72px 150px !important;
    }

}

@media screen and (max-width: 575px){

    .card-date {
        font-size: 30px;
    }

    .card-month {
        font-size: 13px;
    }

    .btn-help {
        width: auto;
        margin: 12px 5px;
    }

    .single-img {
        padding: 72px 0 !important;
    }

    .slider, .slider-1 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .slider__control {
        width: 50px !important;
    }

}

/* end media screen */

/* == // == SINGLE == // == */

.single-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 72px 300px;
    text-align: center;
    min-height: 470px;
}

.single-date {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
}

.single-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 16px;
}

.single-brcrumbs, .breadcrumbs__current {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #727E71;
}

.breadcrumbs__separator {
    color: #727E71;
}

.single-content {
    padding-top: 80px;
    padding-bottom: 56px;
}

.single-content h1, .h1 {
    color: #000;
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
}

.single-content h2, .h2 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
}

.single-content h3, .h3 {
    color: #000;
    font-size: 19px;
    font-weight: normal;
    line-height: normal;
}

.single-content h4, .h4 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.single-content h5, .h5 {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

.single-content h6, .h6 {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
}

.single-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #252C25;
}

.single-content > span {
    font-size: unset;
    line-height: unset;
}

.line {
    width: 80px;
    border: 2px solid #29AB41;
}

/* end single */

/* == // == single-video == // == */

.single-video {
    margin-bottom: 30px;
}

/* single-video */

/* == // == single-info == // == */

.single-info {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
}

/* single-info */

/* == // == SHARE == // == */

.social-text {
    font-size: 18px;
    font-weight: bold;
}

.social {
    margin: 0;
    padding: 0;
}

.social li {
    display: inline;
    list-style-type: none;
}

.social .fab {
    font-size: 18px;
    margin: 0 7px;
}

/* share */

/* == // == METKI == // == */

.btn-record {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 12px;
    padding: 5px 7px;
    background-color: #29AB41;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
}

.btn-record:hover {
    background-color: #16C737;
    color: #fff;
    text-decoration: none;
}

.btn-metki {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #29AB41;
}

.btn-metki:hover {
    color: #16C737;
}

.btn-metki:focus {
    box-shadow: unset;
}

.dropdown-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #252C25;
}

/* metki */

/* == // == BUTTON NEXT-POST == // == */

.wp-pagenavi {
    text-align: center;
    margin: 20px 0 38px 0;
}

.next-post {
    background-color: #E5F9E8;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #29AB41;
    display: inline-block;
}

.next-post:hover {
    background-color: #EBFFEE;
    color: #16C737;
    text-decoration: none;
}

.fa-sync-alt {
    margin-right: 10px;
}
/*
.wp-pagenavi .fas {
    margin-right: 10px;
}*/

/* end next-post */

/* == // == KAMA PAGENAVI == // == */

/*
current - текущая страница
pagin - цифры страниц
next - следующая страница
prev - предыдущая страница
last - последняя страница
first - начальная страница
extend - промежуточная страница
 */

.current { /* текущая страница */
    /*border: 1px solid black;*/
    background-color: #29AB41;
    padding: 6px 11px;
    font-weight: bold;
    color: #fff;
}

.pagin, .next, .prev, .last, .first { /* цифры страниц */
    background-color: #16C737;
    padding: 5px 11px;
    border-radius: 4px;
    font-weight: normal;
    color: #fff;
}

.pagin:hover, .next:hover, .prev:hover, .last:hover, .first:hover {
    text-decoration: none;
    padding: 6px 11px;
    border-radius: unset;
    background-color: #29AB41;
    font-weight: bold;
    color: #fff;
}
/*
.next, .prev { /* следующая страница, предыдущая страница */
/* color: red;
}

.last, .first { /* последняя и начальная страница */
/*  color: #eb8f00;
}
*/
.extend {
    background-color: #16C737;
    padding: 5px 11px;
    font-weight: normal;
    color: #000;
}

/* kama pagenavi */

/* == // == SEARCH FORM == // == */

.search-form {
    border-bottom: 1px solid #000;
}

.search-button {
    border: unset;
    background-color: unset;
    font-size: 20px;
    padding: unset;
    margin-right: 16px;
    position: absolute;
}

.search-button:focus {
    outline: unset;
}

.fa-search {
    color: #FA835C;
}

.search-text {
    border: unset;
    padding: 3px 0 3px 40px;
}

.search-text:focus {
    border: unset;
}

/* search form */

/* == // == INPUT == // == */

.screen-reader-response {
    display: none;
}

.single_form {
    margin-bottom: 30px;
}

input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bfbfc2;
    padding: 0 25px;
    font-size: 16px;
    transition: all 0.3s ease;
}

input[type="text"]::placeholder {
    /*color: green;*/
}

input[type="email"]::placeholder {
    /*color: red;*/
}

input:focus {
    border: 1px solid #f86048; /* цвет рамки при клике */
}

input:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

textarea {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    border: 1px solid #bfbfc2;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease;
}

textarea:focus {
    border: 1px solid #f86048;
}

span {
    font-size: 16px;
    line-height: 54px;
}

.main-btn {
    background-color: #29AB41;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border: unset;
    padding: 13px 0;
    border-radius: 8px;
}

.main-btn:hover {
    background-color: #16C737;
}

/* end input */

/* == // == SLIDER == // == */

.slider, .slider-1 {
    position: relative;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
    padding: 5px 0;
}

.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .slider__item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.slider__control {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    color: #fff;
    text-align: center;
    bottom: 0;
    background: #fff;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.slider__control_left {
    left: 0;
}

.slider__control_right {
    right: 0;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_left::before {
    background-image: url("../images/frame-left.svg");
}
/*
.slider__control_left:hover::before {
    background-image: url("../images/.svg");
}*/

.slider__control_right::before {
    background-image: url("../images/frame-right.svg");
}

.card-slider {
    border: unset;
    box-shadow: 0 2px 4px rgba(64, 55, 51, 0.24);
    border-radius: 16px;
}

.card-img-top-slider {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.card-date-slider {
    position: absolute;
    background-color: #29AB41;
    border-radius: 16px 0 16px 0;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
}

.card-slider-date {
    display: block;
    font-size: 42px;
    line-height: normal;
    font-weight: bold;
}

.card-slider-month {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
}

.card-body-slider {
    padding: 20px 40px;
}

/* end slider */

.gallery-image {
	position: relative;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
	display: block;
}
.gallery-image::before {
	content: '';
	display: block;
	padding-top: 70%;
}