@font-face {
    font-family: 'Museo Cyrillic';
    src: url('../fonts/museo/MuseoCyrillic-900.woff2') format('woff2'),
    url('../fonts/museo/MuseoCyrillic-900.woff') format('woff'),
    url('../fonts/museo/MuseoCyrillic-900.ttf') format('truetype'),
    url('../fonts/museo/MuseoCyrillic-900.svg#MuseoCyrillic-900') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../fonts/museo/MuseoSansCyrl-300Italic.woff2') format('woff2'),
    url('../fonts/museo/MuseoSansCyrl-300Italic.woff') format('woff'),
    url('../fonts/museo/MuseoSansCyrl-300Italic.ttf') format('truetype'),
    url('../fonts/museo/MuseoSansCyrl-300Italic.svg#MuseoSansCyrl-300Italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url('../fonts/museo/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../fonts/museo/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/museo/MuseoSansCyrl-500.ttf') format('truetype'),
    url('../fonts/museo/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('../fonts/museo/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../fonts/museo/MuseoSansCyrl-700.woff') format('woff'),
    url('../fonts/museo/MuseoSansCyrl-700.ttf') format('truetype'),
    url('../fonts/museo/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.object-cover {
    object-fit: cover;
}

body, form .textfield, .custom-btn {
    font-family: 'Museo Sans Cyrl 500', sans-serif;
}

.start-screen__content__item .__name {
    font-family: 'Museo Sans Cyrl 700', sans-serif;
}

blockquote {
    font-family: 'Museo Sans Cyrl 300', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Museo Cyrillic', sans-serif;
}

.slick-next {
    display: none !important;
}

.slick-prev {
    display: none !important;
}

@media (min-width: 992px) {
    .top-bar--style-1 .top-bar__navigation {
        margin-bottom: 0;
    }

    .slick-next {
        display: inline !important;
        position: absolute;
        right: -20px;
        top: 40%;
    }

    .slick-prev {
        display: inline !important;
        position: absolute;
        left: -20px;
        top: 40%;
    }
}

.posts .__item .__image img {
    object-fit: cover;
}

.posts--style-1 .__item--preview .__content {
    border-radius: 10px;
}


.desktop .posts--style-1 .__item--preview {
    transition: all .3s ease-in-out;
}

.desktop .posts--style-1 .__item--preview:hover {
    box-shadow: 0 1px 15px 0 rgb(187 207 22);
}

.desktop .posts--style-1 .__item--preview:hover .__title a {
    color: #bccf17;
}

.company-contacts .__ico {
    color: #92a112;
}

.headerbg:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .section--custom-01 {
        background-image: url(https://demo.artureanec.com/html/agro/img/section_01_bg.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

.widget--categories .list__item__link {
    flex: 1;
}

.widget--categories .list__item {
    display: flex;
    justify-content: space-between;
}

.textfield.nice-select:after {
    right: 15px;
}

.nice-select .current {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.goods--style-1 .__item {
    margin-bottom: 0;
    height: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
}

.goods--style-1 .__item:hover {
    -webkit-box-shadow: 0 1px 15px 0 rgb(187 207 22);
    box-shadow: 0 1px 15px 0 rgb(187 207 22);
}
.goods--style-1 .__item:hover .__title a {
    color: #bccf17;
}

.row-gap {
    gap: 15px 0;
}

.goods .__image img {
    object-fit: contain;
}

b, strong {
    font-weight: 600;
}

.woocommerce-page .widget--categories .list__item__link {
    font-weight: 500;
}

.woocommerce-page .widget--categories .list__item:not(:first-child) {
    margin-top: 5px;
}

.woocommerce-page .widget--categories .list__item__link {
    font-size: 1.4rem;
    padding: 5px;
    border-radius: 5px;
    transition: all .07s ease-in-out;
}

.widget--categories .list__item:before {
    margin-top: 11px;
}

.top-bar--style-2:not(.is-expanded) .top-bar__navigation-toggler--light span,
.top-bar--style-2:not(.is-expanded) .top-bar__navigation-toggler--light span:after,
.top-bar--style-2:not(.is-expanded) .top-bar__navigation-toggler--light span:before {
    background-color: #3e392d;
}

.product-single .__product-img {
    margin-top: 25px;
}

.fs-4 {
    font-size: 4rem !important;
}

.fs-5 {
    font-size: 5rem !important;
}

.content-container .blockquot {
    font-family: inherit;
    font-size: inherit;
}

.card-header {
    background-color: white;
}

.accordion .card {
    margin-bottom: -1px;
}

.accordion .card-header {
    cursor: pointer;
}

.accordion [data-toggle="collapse"] {
    padding-right: 30px;
}

.accordion [data-toggle="collapse"]::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237e7e7e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 15px;
}

.table-border-black th, .table-border-black td {
    border-color: black !important;
}


.content-container .blockquot {
    border-left: 5px solid #bccf17;
}

#btn-to-top {
    background-color: #92a112;
}

.custom-btn {
    border: 2px solid #bccf17;
}

.custom-btn.custom-btn--style-3:focus, .custom-btn.custom-btn--style-3:hover {
    background-color: #bccf17;
}

.custom-btn.custom-btn--style-1:focus, .custom-btn.custom-btn--style-1:hover, .custom-btn.custom-btn--style-2 {
    background-color: #bccf17;
    color: #ffffff;
}

.custom-btn.custom-btn--style-4 {
    background-color: #bccf17;
}

.navigation li a:not(.custom-btn):after {
    background-color: #bccf17;
}

.top-bar__navigation li.has-submenu:before {
    border-bottom: 2px solid #bccf17;
    border-right: 2px solid #bccf17;
}

#footer .social-btns a.active, #footer .social-btns a:hover {
    color: #bccf17;
}

.start-screen[data-scroll-discover=true] .scroll-discover:after, .start-screen[data-scroll-discover=true] .scroll-discover:before {
    background-color: #bccf17;
}

.feature--style-1 .__item:hover:before {
    border-color: #bccf17;
}

.posts .__item--preview .__date-post {
    background-color: #bccf17;
    color: #ffffff;
    border-radius: 10px;
}

.woocommerce-page .widget--categories .list__item__link:focus, .woocommerce-page .widget--categories .list__item__link:hover, .woocommerce-page .widget--categories .list__item__link.active {
    background: #bccf17;
    color: #fff;
}

a:focus, a:hover {
    color: #bccf17;
}

.pagination .page-item.active .page-link {
    border-color: #bccf17;
}

a {
    color: #15a4ab;
}

a.without_line:after {
    visibility: hidden !important;
}

.lang_selected {
    background-color: #bccf17;
    padding: 5px;
    color: #4f4a37 !important;
    border-radius: 100px;
    font-weight: 700;
}

.special-offer--style-1 .text {
    background-size: 100%;
}

.textfield.nice-select .option {
    min-height: 35px;
    line-height: 25px;
    text-wrap: wrap;
    padding: 6px 20px;
}

.nice-select.wide .list {
    max-height: 250px;
    overflow-y: auto;
}

body, button {
    font-feature-settings: 'lnum' 1;
}

#app {
    overflow: initial;
}

.sidebar {
    /*position: sticky;*/
    /*top: 100px;*/
}
.widget--posts .link img {
    object-fit: contain;
}

.site-logo img {
    max-width: 181px;
}

.top-bar__logo img {
    height: auto;
}

.top-bar--style-1 {
    position: fixed;
    top: 0;
    transition: all .3s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar--style-2 {
    position: fixed;
    top: 0;
    transition: all .3s;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar--style-1.fixed {
    background: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.top-bar--style-2.fixed {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.top-bar--style-1:not(.fixed) .site-logo .colorful {
    display: none;
}
.top-bar--style-1.fixed .site-logo .white {
    display: none;
}

.top-bar--style-2:not(.is-expanded) .site-logo .white {
    display: none;
}
.top-bar--style-2.is-expanded .site-logo .colorful {
    display: none;
}

.top-bar--style-1.fixed .top-bar__navigation a:not(.custom-btn){
    color: #555;
}
.top-bar--style-1.fixed .top-bar__navigation-toggler--light span,
.top-bar--style-1.fixed .top-bar__navigation-toggler--light span:after,
.top-bar--style-1.fixed .top-bar__navigation-toggler--light span:before {
    background-color: #555;
}

@media (max-width: 992px) {
    .top-bar__navigation a {
        color: white !important;
    }
    .top-bar--style-1.fixed .top-bar__navigation-toggler--light.is-active span,
    .top-bar--style-1.fixed .top-bar__navigation-toggler--light.is-active span:after,
    .top-bar--style-1.fixed .top-bar__navigation-toggler--light.is-active span:before {
        background-color: white;
    }
}

.top-bar--style-1.fixed .custom-btn.custom-btn--style-4:focus,
.top-bar--style-1.fixed .custom-btn.custom-btn--style-4:hover {
    color: #4f4a37;
}

.top-bar__navigation-toggler {
    top: 15px;
}

.site-logo {
    width: 205px;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
}

.top-bar.fixed .site-logo {
    transition: 1s all;
}
.top-bar.fixed .site-logo {
    background: rgba(0,0,0,0);
}

@media (min-width: 992px) {
    .top-bar--style-2 .top-bar__navigation li {
        text-transform: uppercase;
        font-size: 1.3rem;
    }
    .top-bar--style-2 .top-bar__navigation a:not(.custom-btn):after {
        margin-top: 10px;
    }
    .top-bar--style-2 .top-bar__navigation {
        padding: 18px 0;
    }
}

.section--base-bg .timeline .__item {
    position: sticky !important;
    top: 50px;
}

.anchor:before {
    content: '';
    display: block;
    height:      175px;
    margin-top: -175px;
    visibility: hidden;
}
.iti {
    width: 100%;
}

#footer .social-btns a {
    font-size: 2.5rem;
}
.breadcrumb {
    background: transparent;
}
.navigation li {
    line-height: 20px;
}
.mySwiper {
    height: 390px;
    padding: 2px;
}

@media (max-width: 1200px){
    .mySwiper {
        height: 135px !important;
    }
}

.mySwiper .swiper-slide {
    border: solid 1px transparent;
    height: 95px !important;
    position: relative;
}
.mySwiper .swiper-slide-thumb-active {
    border: solid 1px black;
    border-radius: 7px;
}
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mySwiper2 {
    height: 428px;
}
.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.start-screen__content__item .__name {
    display: block;
}

.custom-btn.custom-btn--style-1 {
    box-shadow: inset 0 0 0 0 #bccf17, 0 1px 2px 0 rgba(16,24,40,.05);
    background: #95c11f;
    border-color: rgb(149 193 31);
    color: #fff;
    transition: all .7s ease;
}

.custom-btn.custom-btn--style-1:hover {
    box-shadow: inset 700px 0 0 0 #bccf17;
    border-color: #bccf17;
    color: #fff;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.telegram {
    background: #229ED9;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #C13584;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.product-preview--style-1 .__item {
    border-radius: 15px;
    overflow: hidden;
}

.mainNews {
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    color: #078585;
}
.swiper-pagination-bullet-active {
    background: #078585;
}
.icon-bar a:first-child {
    border-radius: 10px 0 0;
}
.icon-bar a:last-child {
    border-radius: 0 0 0 10px;
}


.top-bar__navigation .submenu li>a {
    width: 100%;
    text-transform: none;
}

.top-bar__navigation .submenu li>a:after {
    background-color: #4f4e4e;
    transition: .3s all;
}


.top-bar__navigation .submenu li:has(+ .top-bar__navigation .submenu li:hover)>a:after,
.top-bar__navigation .submenu li:hover>a:after {
    background-color: white;
    /*transform: scale(1.05);*/
}

.top-bar__navigation .submenu li>a:after,
.top-bar__navigation .submenu li:hover>a:after{
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    height: 1px;
}

.top-bar__navigation .submenu li:last-child a:after {
    visibility: hidden;
}

@media (min-width: 992px) {
    .top-bar__navigation .submenu {
        background-color: rgb(40 40 40 / 95%);
        border-radius: 10px;
    }
    .top-bar__navigation .submenu a:after {
        margin-top: 17px !important;
    }
}

.posts .__item .__image {
    border-radius: 10px;
}
.posts .__item {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);
    border-radius: 15px;
    padding: 30px;
}

.posts--style-1 .__item--preview .__date-post {
    top: 15px;
}

.posts .mainNews .__item {
    padding: 15px;
    width: calc(100% - 120px);
    margin: 15px;
    margin-left: 50px;
}
.team .__item .__content {
    border-radius: 100px;
    border: 5px solid #92a112;
}
.team .__item .__content {
    color: #92a112;
}
.feature--style-1 .__item:before {
    content: none;
}
.feature--style-1 .__item:hover .__ico {
    transform: scale(1.2);
}
.feature--style-1 .__item .__ico {
    transition: .3s all;
}
.company-contacts a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .top-bar__navigation .submenu a {
        color: #555 !important;
    }
    .top-bar__navigation .submenu {
        background-color: rgb(255 255 255 / 95%);
        box-shadow: 0 1px 10px 0 rgb(215 215 215 / 50%);
    }
}

.top-bar__navigation .submenu li>a:after {
    background-color: #e7e7e7;
}
.top-bar__navigation .submenu li a {
    transition: .3s all;
}
.top-bar__navigation .submenu li:has(+ .top-bar__navigation .submenu li:hover)>a,
.top-bar__navigation .submenu li:hover>a {
    color: #4f4a37 !important;
}
.top-bar__navigation .submenu {
    padding: 0px;
}

.top-bar__navigation .submenu li:first-child {
    border-radius: 10px 10px 0 0;
}
.top-bar__navigation .submenu li:last-child {
    border-radius: 0 0 10px 10px;
}

.top-bar__navigation .submenu li {
    padding: 15px;
    margin: 0;
    transition: .3s all;
    border: 2px solid transparent;
}
@media (max-width: 991.98px) {
    .top-bar__navigation .submenu li {
        padding: 10px !important;
    }
}
@media (min-width: 991.98px) {
    .top-bar__navigation .submenu li:hover {
        /*border: 2px solid #bccf17;*/
        background-color: #bccf17;
    }
}


.close {
    font-size: 2.5rem;
}

.btn {
    font-size: 1.5rem;
}

.modal-backdrop {
    background-color: white;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 10%);
}
.content-container ol li {
    line-height: 25px;
    margin-bottom: 25px;
}

.table {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
}
.table thead th {
    padding: 15px;
}
.table tbody th, .table tbody td {
    padding: 25px;
}
.table thead {
    background-color: #95c11f;
    color: white;
}

.decor-el {
    mix-blend-mode: multiply;
}

.goods--style-1 .__image {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.goods .__title {
    text-align: center;
}

.goods .__category {
    text-align: center;
}
.gallery-set {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px;
    margin-left: -10px;
    margin-bottom: 35px;
}
.gallery-set li {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1;
}
.gallery-set a {
    padding: 5px;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    text-decoration: none;
    letter-spacing: 0;
    color: #b3b3b3;
}
.gallery-set a, .gallery-set li {
    display: inline-block;
    vertical-align: top;
}

.gallery-set a.selected, .gallery-set a:hover {
    color: #333;
}

.custom-btn.custom-btn--style-5 {
    background-color: #fff;
    border-color: #fff;
    color: #1b1b1b;
}
.custom-btn.custom-btn--style-5:hover,
.custom-btn.custom-btn--style-5:active,
.custom-btn.custom-btn--style-5:focus{
     background-color: #fff;
 }

.section--base-bg {
    background-color: #ffffff;
}
.timeline .__ico {
    border: 2px solid #bccf17;
}
.timeline .__ico:before {
    background-color: #bccf17;
}
@media (min-width: 768px) {
    .timeline .__item:before {
        border-top: 1px solid #bccf17;
    }
}
.section--base-bg .timeline .__item {
    color: #333333;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #078585;
}

.scroll-divider {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -7px;
    width: 15px;
    height: 130px;
}
.scroll-divider:before {
    content: "";
    position: absolute;
    width: 5px;
    border-radius: 5px;
    top: 10px;
    left: 0;
    height: 75px;
    background-color: #bccf17;
}
.scroll-divider:after {
    content: "";
    position: absolute;
    width: 5px;
    border-radius: 5px;
    right: 0;
    height: 100%;
    background-color: #bccf17;
}
.scroll-divider-wrapper {
    position:relative;
    margin-bottom: 100px;
}
.feature--style-1 .__item .__title {
    font-size: 1.6rem;
}
body {
    font-size: 1.7rem;
}

.sec-color {
    color: #bccf17;
}
.woocommerce-page .decor-el--2 {
    left: -2%;
}
.woocommerce-page .decor-el--3 {
    right: 1%;
}

.navigation li {
    font-size: 1.6rem;
}

.font-1 {
    font-size: 3rem !important;
    max-width: 1000px;
    text-align: center;
    align-self: center;
}
.font-2 {
    font-size: 2rem !important;
}
.custom-container {
    padding-top: 120px;
    padding-bottom: 80px;
}
@media (min-width:1200px) {
    .custom-container {
        padding-left: 65px!important;
        padding-right: 65px!important;

    }

    .font-1 {
        font-size: 4rem !important;
    }
    .font-2 {
        font-size: 2.3rem !important;
    }
}

.top-bar__navigation {
    padding: 0 !important;
}

@media (min-width:992px) {
    .top-bar__inner {
        display: block !important;
    }
    .lang_changer {
        display: none !important;
    }
}

.top-bar__inner {
    display: none;
}

.lang_changer {
    display: flex;
}

.top-bar.is-expanded .top-bar__inner {
    display: block !important;
}

.top-bar__navigation-toggler {
    position: relative !important;
    top: 0 !important;
    z-index: 6 !important;
}

.top-bar--style-1 .lang_changer a {
    color: white !important;
}
.top-bar--style-2 .lang_changer a {
    color: #000;
}
.top-bar--style-1.fixed .lang_changer a:not(.lang_selected) {
    color: #000 !important;
}

.content-container ol:not([class]) li, .content-container ul:not([class]) li {
    margin-top: 20px !important;
}
.news-image {
    width: 200px;
    height: 120px;
    object-fit: cover;
}
.time-ago {
    color: #6c757d;
    font-size: 0.9rem;
}



@media (min-width:992px) {
    .career.swiper {
        /*--swiper-navigation-sides-offset: 20px*/
    }
}



.categories-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.category-icon {
    width: 32px;
    height: 32px;
}

.category-card {
    text-align: center;
    padding: 20px 8px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
    display: grid;
    grid-template-rows: 50px 1fr;
    align-items: center;
    justify-items: center;
}

.category-card.active, .category-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.category-title {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    word-wrap: break-word;
    color: #00857C;
}

.heading {
    color: #00857C;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .categories-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }

    .category-card {
        padding: 15px 5px;
    }

    .category-icon {
        width: 28px;
        height: 28px;
    }

    .category-title {
        font-size: 12px;
    }
}

.article-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin: 10px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.article-link:hover {
    background: #f8f9fa;
    text-decoration: none;
    color: #333;
}

.article-content {
    flex-grow: 1;
    padding-right: 15px;
}

.article-meta {
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
}

.download-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #6c757d;
    margin-top: 2px;
}

.download-icon:hover {
    color: #007bff;
}

@media (max-width: 575px) {
    .article-link {
        padding: 12px 8px;
    }

    .article-content {
        font-size: 14px;
        padding-right: 10px;
    }

    .article-meta {
        font-size: 12px;
    }

    .download-icon {
        width: 20px;
        height: 20px;
    }
}
/*.download-icon:hover {*/
/*    color: #007bff;*/
/*}*/

.table td p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.posts .__item--preview .__date-post strong {
    color: #fff;
}
