@import url("disable-browser-styles.css");
@import url("bootstrap-grid.min.css");
@import url("luto.css");

/*_CUSTOM*/

.w-desktop-aside-offers {
    display: block;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    max-width: 1746px;
    margin: 0 auto;
}
.w-desktop-aside-offers .left-aside {
    pointer-events: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
    padding-right: 16px;
}
.w-desktop-aside-offers .right-aside {
    pointer-events: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
    max-width: 288px;
    padding-left: 16px;
    order: 3;
}
.w-desktop-aside-offers .left-aside>*,
.w-desktop-aside-offers .right-aside>* {
    pointer-events: all;
    position: sticky;
    top: 0;
    bottom: 16px;
}
.w-site-shadow {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 288px - 288px);
    -ms-flex: 0 0 calc(100% - 288px - 288px);
    flex: 0 0 calc(100% - 288px - 288px);
    max-width: calc(100% - 288px - 288px);
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
@media(max-width: 1760px) {
    .w-desktop-aside-offers {
        display: block;
        max-width: 1000%;
    }
    .w-site-shadow {
        display: block;
        -webkit-box-flex: 0;
        width: 100%;
        -ms-flex: 0 0 1170px;
        flex: 0 0 1170px;
        max-width: 1170px;
        max-width: 1170px;
    }
    .w-desktop-aside-offers .left-aside,
    .w-desktop-aside-offers .right-aside {display: none;}
}

.offset-top-default {
    padding-top: 8px;
}
.logo__link {
    display: block;
    font-size: 0;
    line-height: 0;
}

.image__link .overlay {

    background-color: rgb(0 0 0 / 0.0);
}
a.image__link:hover img {
    opacity: 1;
}
a.image__link:hover .overlay {
    background-color: rgb(0 0 0 / 0.1);
}

.h-middle .header-middle-top {
    background-color: #160041;
    border: 3px solid #fff;
    border-right: none;
    margin-bottom: 6px;
    position: relative;
    padding-right: 192px;
}
.h-middle .header-middle-bottom {
    position: relative;
    padding-right: 75px;
    border-bottom: 3px solid #fff;
}

.header-top-nav__link {
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 15px;
    text-decoration: none;
}
.header-top-nav__link:hover {
    color: #0933db;
}
._active>.header-top-nav__link {
    color: #cecece;
}

.ul-header-category-nav .col {
    padding: 3px;
}
.ul-header-category-nav::after {
    border: 3px solid #fff;
    content: "";
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    display: none;
}

.header-category-nav__link {
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 13px 5px;
    text-transform: uppercase;
    /*
    margin-bottom: -3px;
    margin-left: -3px;
    */
}
.header-category-nav__link .text {
    position: relative;
    z-index: 1;
}
.header-category-nav__link .overlay {
    background: #0a33db;
    opacity: 0;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
._active>.header-category-nav__link .overlay,
.header-category-nav__link:hover .overlay {
    opacity: 1;
}
.ul-header-category-nav>.col:nth-child(1)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(5)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(9)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(13)>.header-category-nav__link {
    background: -webkit-linear-gradient(left, #be223c, #981a3d);
    background: -o-linear-gradient(left, #be223c, #981a3d);
    background: linear-gradient(to right, #be223c, #981a3d);
}
.ul-header-category-nav>.col:nth-child(2)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(6)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(10)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(14)>.header-category-nav__link {
    background: -webkit-linear-gradient(left, #981a3d, #70123f);
    background: -o-linear-gradient(left, #981a3d, #70123f);
    background: linear-gradient(to right, #981a3d, #70123f);
}
.ul-header-category-nav>.col:nth-child(3)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(7)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(11)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(15)>.header-category-nav__link {
    background: -webkit-linear-gradient(left, #70123f, #410840);
    background: -o-linear-gradient(left, #70123f, #410840);
    background: linear-gradient(to right, #70123f, #410840);
}
.ul-header-category-nav>.col:nth-child(4)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(8)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(12)>.header-category-nav__link,
.ul-header-category-nav>.col:nth-child(16)>.header-category-nav__link {
    background: -webkit-linear-gradient(left, #410840, #2d0542);
    background: -o-linear-gradient(left, #410840, #2d0542);
    background: linear-gradient(to right, #410840, #2d0542);
}


.header-category-nav__link .burger {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin: -6px 0 0 4px;
    position: relative;
    z-index: 1;
}
.header-category-nav__link .burger .line {
    height: 2px;
}
.header-category-nav__link .burger .line+.line {
    margin-top: 4px;
}

.header-category-nav__link {
    position: relative;
    z-index: 2;
}
.ul-header-category-nav {
    position: relative;
}
.ul-header-category-nav .li-more {
    position: static;
}
.ul-header-category-nav .li-more .header-nav-more-bg {
    display: none;
}
.ul-header-category-nav .li-more .header-nav-more-bg._shown {
    display: block;
}
.ul-header-category-nav .li-more .header-nav-more-bg>.frame {
    position: absolute;
    top: calc(100% - 0px);
    right: -3px;
    width: calc(100% + 6px);
    padding: 0 3px 3px 3px;
    background-color: #fff;
    z-index: 1;
}

.row-h-middle .col-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    max-width: 384px;
    padding-bottom: 5px;
    margin-top: -3px;
}
.row-h-middle .col-header-nav-aside {

    margin-top: -3px;
}

.header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    border: 3px solid #fff;
    background: -webkit-linear-gradient(left, #300542, #180042);
    background: -o-linear-gradient(left, #300542, #180042);
    background: linear-gradient(to right, #300542, #180042);
    border-right: none;
}
.header-search-btn svg {
    position: relative;
    z-index: 2;
}
.header-search-btn svg path {
    fill: #fff;
}
.header-search-btn .background {
    opacity: 0;
    background: -webkit-linear-gradient(left, #be223c, #180042);
    background: -o-linear-gradient(left, #be223c, #180042);
    background: linear-gradient(to right, #be223c, #180042);
}
._desktop .header-search-btn:hover .background {
    opacity: 1;
}

.pop-search-body>.frame {
    background-color: #fff;
    padding: 24px 15px 24px 33px;
}
.row-search-form .col-input {

}
.row-search-form .col-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.row-search-form .col-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
    max-width: 41px;
}
.row-search-form .close {
    position: relative;
    float: none;
}

.s-header-mobile .mobile-logotype {
    max-width: 120px;
}


.r-box.index-news-image:before {
    padding-top: 101.4%;
}
.r-box.index-news-image.small:before {
    padding-top: calc(50% - 0px);
}
.r-box.index-news-image.wide:before {
    padding-top: calc(19.7% - 0px);
}
.r-box.index-news-image.header:before {
    padding-top: calc(21.2% - 0px);
}
.r-box.default-news-image:before {
    padding-top: calc(74% - 0px);
}
.r-box.pagetitle-news-image:before {
    padding-top: 50%;
}
.r-box.index-news-image.w4-6:before {
    padding-top: calc(29.8% - 0px);
}
.r-box.index-news-image.w2-6:before {
    padding-top: calc(60.8% - 0px);
}
.r-box.index-news-image.news-h:before {
    padding-top: calc(74% - 0px);
}

.news-image-item {
    position: relative;
    overflow: hidden;
}
.news-image-item .r-box {
    position: relative;
    z-index: 2;
}
.news-image-item__link .overlay {
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
    z-index: 3;
    background-color: rgba(255,255,255,0);
    display: none;
}
a.news-image-item__link:hover .overlay {
    background-color: rgba(255,255,255,0.2);
}
.news-image-item__link:hover .r-img {
    opacity: 0.8;
}
.news-image-item .absolute-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px 10px 0;
    z-index: 4;
}
.news-image-item .absolute-top-right {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
}
.gradient-sticker {
    color: #fff;
    display: block;
    padding: 4px 9px;
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-family: ;
    background: -webkit-linear-gradient(left, #be223c, #180042);
    background: -o-linear-gradient(left, #be223c, #180042);
    background: linear-gradient(to right, #be223c, #180042);
}
.white-rect-sticker {
    background-color: #fff;
    width: 44px;
    height: 44px;
    padding: 11px;
}

.news-image-item .absolute-bottom-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    padding: 0 25px 25px 25px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
    z-index: 4;
}
.news-image-item .absolute-bottom-name:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    display: block;
    height: 120%;
    width: 100%;
    min-height: 100px;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
._desktop a.news-image-item__link:hover .absolute-bottom-name {
    padding-bottom: 30px;
}
.news-image-item .absolute-bottom-name>* {
    position: relative;
    z-index: 2;
}
.news-image-item .absolute-bottom-name .date {
    font-size: 18px;
}
.news-image-item .absolute-bottom-name .name {

}

.s-footer {
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-background {
    background-color: #160041;
    padding: 0 16px;
}
.footer-top {
    padding: 5px 0;
    border-bottom: 1px solid #3a5eec;
}
.ul-footer-nav {
    margin-left: -10px;
    margin-right: -10px;
}
.ul-footer-nav .__link {
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #fed501;
}
.ul-footer-nav .__link:hover {
    color: #b3c2ff;
}
.footer-bottom {
    padding: 20px 0 10px;
}

.w-mobile-menu .phone__link,
.footer-phone .phone__link {
    display: block;
    text-align: center;
    font-family: "Ponter Regular", "Open Sans", arial, sans-serif;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
}
.w-mobile-menu .phone__link {
    color: #202020;
}
.footer-email {
    text-align: center;
}
.footer-email .mail__link {
    color: #5fc0e4;
    display: block;
    text-decoration: none;
    padding: 5px 0;
}
.w-mobile-menu .footer-social__link {
    font-size: 0;
    line-height: 0;
    max-width: 26px;
}

.s-header {
    position: relative;
    z-index: 10;
}
.s-header .col-header-news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 785px;
    flex: 0 0 785px;
    max-width: 785px;
}
.w-weather-widget {

}
.w-weather-widget>.frame {
    font-size: 12px;
    width: 350px;
    /*min-height: 160px;*/
    height: 164px;
    padding: 10px 15px;
    border: 1px solid #f2f2f2;
    background-color: #fed501;
}
.w-weather-widget .top {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.w-weather-widget .row-dashed-cols .col+.col {
    border-left: 1px solid #f2f2f2;
}

.w-share-frame>.frame {
    color: #fff;
    padding: 25px 35px 17px;
    background: -webkit-linear-gradient(bottom, #be223c, #180042);
    background: -o-linear-gradient(bottom, #be223c, #180042);
    background: linear-gradient(to top, #be223c, #180042);
}

.row-branding-tags-aside .col-title {

}
.row-branding-tags-aside .col-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}
.w-tags-list .gradient-sticker {
    letter-spacing: 1px;
}
._desktop .w-tags-list a.tag-item__link:hover .gradient-sticker {
    opacity: 0.8;
}

.w-likes-block .inline-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 12px;
}
.like-item__link {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #909090;
    text-decoration: none;
    font-size: 16px;
    padding: 3px 0;
}
.like-item__link._active {
    color: #000;
}
.like-item__link .w-icon-left {
    padding-left: 28px;
}
.like-item__link .w-icon-left .icon {
    width: 22px;
    height: 22px;
    top: calc(50% - 12px);
}
.like-item__link .w-icon-left .icon path {
    fill: #cecece;
}
.like-item__link._active .w-icon-left .icon path {
    fill: #b80b24;
}

a.like-item__link:hover .w-icon-left .icon path {
    fill: #d44357;
}
a.like-item__link._active:hover .w-icon-left .icon path {
    fill: #b80b24;
}

.color-red {
    color: #b80b24;
}

.w-breadcrumbs{background-color: #5a67a5; padding-left: 12px;}
.w-breadcrumbs a{color: #fff;}
.w-breadcrumbs span.page-name{color: #cec8c8;}

.w-podcasts-frame .pagetitle {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}
.w-podcasts-frame {
    background-image: url('../../storage/i/podcasts-bg.jpg');
    background-position: top center;
    -webkit-background-size: auto;
    background-size: auto;
}
.w-podcasts-frame>.frame {
    background-image: url('../../storage/i/podcasts-bg2.jpg');
    background-position: top center;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 25px;
}
.w-podcasts-frame .bordered-frame {
    padding: 12px;
    background: -webkit-linear-gradient(left, #5ebfe3, #000085);
    background: -o-linear-gradient(left, #5ebfe3, #000085);
    background: linear-gradient(to right, #5ebfe3, #000085);
}
.w-podcasts-frame .bordered-frame>.frame {
    background-color: #fff;
}

.w-faq-item+.w-faq-item .mobile-toggle-button__link {
    border-top: 1px solid #f1f1f1;
}
.w-faq-item .mobile-toggle-button__link {
    padding: 15px 50px 15px 36px;
    background: transparent;
    color: #202020;
    font-size: 20px;
    font-weight: bold;
}
.w-faq-item .mobile-toggle-button__link .d-flex.f-middle {
    min-height: 45px;
}
.w-faq-item .mobile-toggle-button__link .d-flex.f-middle>div {
    position: relative;
}
.w-faq-item .mobile-toggle-button__link .number {
    color: #909090;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: -36px;
}
.w-faq-item .mobile-toggle-button__link .b-dropper {
    width: 40px;
    height: 40px;
    background-color: #b80c24;
    top: calc(50% - 20px);
}
.w-faq-item .mobile-toggle-button__link .b-dropper {
    width: 40px;
    height: 40px;
    background-color: #b80c24;
}
.mobile-toggle-button__link .b-dropper:after {
    right: calc(50% - 4px);
}
.mobile-toggle-button__link._toggled .b-dropper {
    background-color: #0933db;
}
.w-faq-item .inset .w-icon-left {
    padding-left: 35px;
}
.w-faq-item .inset .answer {
    margin-top: 10px;
}
.w-faq-item .inset .answer>.frame {
    padding: 10px 35px;
    background-color: #f4f4f4;
}
.w-feedback-form textarea.textarea__default {
    height: 200px;
    min-height: 100px;
}

.w-search-results-item+.w-search-results-item {
    padding-top: 20px;
}
.row-search-results-item .col-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.row-search-results-item .col-text {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 40px);
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
}
.w-search-results-item .number {
    color: #909090;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}
.w-search-results-item .name {
    font-size: 16px;
}
.w-search-results-item .__link {
    text-decoration: none;
    color: #202020;
}
._desktop .w-search-results-item a.__link:hover {
    color: #000;
    text-decoration: underline;
}


.w-header-social-links-list {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: calc(50% - 16px);
}
.social__link.rect {
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 4px;
}
._desktop a.social__link.rect:hover {

}
.social__link.rect.insta {

}
.social__link.rect svg {
    position: relative;
    z-index: 1;
    width: 20px !important;
    height: 20px !important;
}
.social__link.rect svg path {
    fill: #fff;
}
.social__link.rect.yt {
    background: -webkit-linear-gradient(left, #d62626, #f75c50);
    background: -o-linear-gradient(left, #d62626, #f75c50);
    background: linear-gradient(to right, #d62626, #f75c50);
}
.social__link.rect.insta {
    background: -webkit-linear-gradient(125deg, #7b1d9c, #bb2981, #bb2981, #ffeb0a);
    background: -o-linear-gradient(125deg, #7b1d9c, #bb2981, #bb2981, #ffeb0a);
    background: linear-gradient(125deg, #7b1d9c, #bb2981, #bb2981, #ffeb0a);
}
.social__link.rect.tg {
    background: -webkit-linear-gradient(125deg, #1a89b7, #84aeea);
    background: -o-linear-gradient(125deg, #1a89b7, #84aeea);
    background: linear-gradient(125deg, #1a89b7, #84aeea);
}
.social__link.rect.vk {
    background: -webkit-linear-gradient(left, #5b63ff, #657dd4);
    background: -o-linear-gradient(left, #5b63ff, #657dd4);
    background: linear-gradient(to right, #5b63ff, #657dd4);
}
.social__link.rect.ok {
    background: -webkit-linear-gradient(left, #c55d24, #e07c35);
    background: -o-linear-gradient(left, #c55d24, #e07c35);
    background: linear-gradient(to right, #c55d24, #e07c35);
}
a.social__link .overlay {
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: ALL 0.2s ease;
    -webkit-transition: ALL 0.2s ease;
    -moz-transition: ALL 0.2s ease;
    -o-transition: ALL 0.2s ease;
}
._desktop a.social__link:hover .overlay {
    opacity: 0.3;
}

.social__link.styled-rect {
    display: block;
    width: 64px;
    height: 64px;
    padding: 18px 18px;
}
.social__link.styled-rect .overlay {
    background: transparent;
    background-image: url('../../storage/i/social-blue-bg.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
.social__link.styled-rect._right .overlay {
    transform: scaleX(-1);
}
.social__link.styled-rect svg {
    position: relative;
    z-index: 1;
}
.social__link.styled-rect svg path {
    fill: #3a5eec;
}
.social__link.styled-rect:hover svg path {
    fill: #fff;
}


/*_CUSTOM END*/

@media (max-width: 1400px) {

    .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
    .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
    .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}

}

@media (max-width: 1239px) {

    .w-weather-widget>.frame {width: 340px;width: 323px;}

    .s-header .col-header-news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 760px;
        flex: 0 0 760px;
        max-width: 760px;
    }

}

@media (max-width: 1199px) {

    .s-header {display: none;}
    .w-popup.w-pop-search {max-width: calc(100vw - 10px);margin-left: 0;}


}

@media (max-width: 991px) {

    ._h1,h1,.h1 {font-size: 32px;}
    ._h2,h2,.h2 {font-size: 28px;}
    ._h3,h3,.h3 {font-size: 22px;}
    ._h4,h4,.h4 {font-size: 18px;}

    article img {width: auto !important; height: auto !important;}
    .img-article-left,
    .img-article-right {float: none !important;}

    .footer-bottom {
        padding: 30px 0 10px;
    }
    .w-footer-copy {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #3a5eec;
    }

}

@media (max-width: 767px) {

    .w-swithible-tabs .w-tabs {border: 1px solid #f5f5f5;white-space: nowrap;overflow: auto;/*margin-left: -15px;margin-right: -15px;padding-left: 15px;padding-right: 15px;width: calc(100% + 30px);*/}

    .row-branding-tags-aside .col-title,
    .row-branding-tags-aside .col-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .img-article-left,
    .img-article-right {float: none !important;;margin: 10px 0 !important;width: 100% !important;height: auto !important;}

    .article br+br {display: none;}

}

@media (max-width: 575px) {

    ._h1,h1,.h1 {font-size: 28px;}
    ._h2,h2,.h2 {font-size: 24px;}
    ._h3,h3,.h3 {font-size: 20px;}
    ._h4,h4,.h4 {font-size: 16px;}

    .pop-search-body>.frame {padding: 10px 5px 10px 14px;}
    .row-search-form .col-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        padding-left: 0;
    }
    .row-search-form .col-close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
        flex: 0 0 33px;
        max-width: 33px;
        padding-left: 0;
    }
    .w-share-frame>.frame {
        padding: 15px 20px 10px;
    }

    .w-pagination span._arrow,
    .w-pagination .link {
        min-width: 100%;
        width: 100%;
    }

    .news-image-item.pagetitle-image .absolute-bottom-name {
        padding: 0 15px 10px 15px;
    }
    .news-image-item.pagetitle-image .pagetitle {
        font-size: 22px;
    }

    .w-podcasts-frame .pagetitle {
        text-align: left;
        color: #202020;
    }
    .w-podcasts-frame,
    .w-podcasts-frame>.frame {
        background-image: none;
        padding: 0;
    }
    .w-podcasts-frame .bordered-frame {
        padding: 0;
    }

    .w-breadcrumbs {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }


}

@media (max-width: 419px) {

}

@media (max-width: 354px) {

}

