.page-news p a {
    color: #e26d14 !important;
}
.page-news p a:hover {
    text-decoration: none !important;
}
.page-news p strong {
    font-weight: bold !important;
}
.page-news p i,
.page-news p em {
    font-style: italic !important;
}
.news__img img {
    margin: 0 !important;
}
[layout="black"]  .front-top__back-bg,
[layout="black"] .front-top,
[layout="black"] #front-top {
    background:#Fff !important;
}
[layout="white"]  .front-top__back-bg, [layout="white"] #front-top, [layout="white"] #front-top {
    background:#000  !important;
}
.img-slider .swiper-slide img {
    object-fit: scale-down;
}

.img-slider .swiper-slide::before {
    padding-bottom: 0px;
}
@media (max-width: 575px){
    .img-slider .swiper-slide img {
        object-fit: contain;
    }
    .img-slider .swiper-slide::before {
        padding-bottom: 62%;
    }
}

@media (max-width: 575px) {
    .tigr-page .big-slider__main .swiper-slide {
        min-height: 250px;
    }
    
    .tigr-page .big-slider__thumb {
        margin-top: 20px;
    }

    .who-page .one-img img {
        min-height: auto;
    }
    .who-page .two-photo__title {
        display: block;
    }
    .who-page .grow-slider__next, 
    .who-page .grow-slider__prev {
        display: block !important;
    }
    .help-page .page-top {
        min-height: 250px;
    }
    .pmenu {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }
    .pmenu__grid {
        position: static;
        height: auto;
    }
    .pmenu__footer {
        position: static;
    }
    .pmenu__parent-list.d-block {
        display: block !important;
    }
    .pmenu__item:hover .pmenu__parent-list li a {
        color: #0e0e0e;
    }
    ._pmenu-animate .header {
        background: #fff !important;
    }
    .sponsor-page .filters {
        display: flex;
        flex-wrap: wrap;
    }
    .sponsor-page .sponsor-grid {
        display: flex;
        flex-direction: column;
    }
    [data-barba-namespace="history"] .text img {
        min-height: auto;
    }
    .header__lang {
        display: flex;
    }
    .page-news .text img {
        min-height: auto;
    }
    .page-news .img-slider .swiper-slide {
        min-height: auto;
    }
}
@media (max-width:600px){
    .front-page .header__lang{
        display: none;
    }
}
@media (max-width:430px){
    .front-page._pmenu-animate .header__lang{
    display: block;
}
  .front-page._pmenu-animate .header__toggle-colors{
    display: none;
  }
}