@font-face {
    font-family: Ubuntu-Bold;
    font-display: swap;
    src: local('Ubuntu-Bold'), url("/static/konkurent/fonts/Ubuntu-Bold.woff") format('woff');
}

@font-face {
    font-family: Ubuntu-Bold-Italic;
    font-display: swap;
    src: local('Ubuntu-Bold-Italic'), url("/static/konkurent/fonts/Ubuntu-BoldItalic.woff") format('woff');
}

@font-face {
    font-family: Ubuntu-Regular;
    font-display: swap;
    src: local('Ubuntu-Regular'), url("/static/konkurent/fonts/Ubuntu-Regular.woff") format('woff');
}

@font-face {
    font-family: Ubuntu-Medium;
    font-display: swap;
    src: local('Ubuntu-Medium'), url("/static/konkurent/fonts/Ubuntu-Medium.woff") format('woff');
}

@font-face {
    font-family: Ubuntu-Light;
    font-display: swap;
    src: local('Ubuntu-Light'), url("/static/konkurent/fonts/Ubuntu-Light.woff") format('woff');
}

@font-face {
    font-family: Ubuntu-Light-Italic;
    font-display: swap;
    src: local('Ubuntu-Light-Italic'), url("/static/konkurent/fonts/Ubuntu-LightItalic.woff") format('woff');
}
/* width */
::-webkit-scrollbar {
    width: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dfdfdf !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.popularArticle .top-container .title_link {
    margin: 0;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 24px;
    color: #ba2326;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.popularArticle .top-container h1.title_link {
    cursor: default;
}

.popularArticle .top-container .title_link div {
    margin: 0;
    font-size: 24px;
}

.title_link .live {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#940101), color-stop(54%, #e23a3d), to(#9a0101));
    background-image: -webkit-linear-gradient(bottom, #940101 0%, #e23a3d 54%, #9a0101 100%);
    background-image: -o-linear-gradient(bottom, #940101 0%, #e23a3d 54%, #9a0101 100%);
    background-image: linear-gradient(to top, #940101 0%, #e23a3d 54%, #9a0101 100%);
    color: #000;
    padding: 4px 5px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
#opposite_view .title_link .live {
    font-size: 24px;
}
.popularArticle .top-container .title_link:hover {
    color: #ba2326;
}

body {
    margin: 0;
    display: block;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

input, button {
    outline: none;
}

.full-container {
    width: 100%;
    display: block;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.banner-container {
    width: auto;
    max-width: 970px;
    height: 90px;
    max-height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}

.open-menu {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.wrapper .banner .bannerDesktop {
    display: block;
}

.wrapper .banner .bannerMobile,
.wrapper .banner .bannerLaptop {
    display: none;
}

.wrapper .top-banner {
    padding: 20px 0 21px;
    border-bottom: 1px solid #e6e6e6;
}

.wrapper .banner-container {
    text-align: center;
}

.wrapper .banner-container.ban_top_320 {
    display: none;
}

.wrapper .banner-container.banner728x90 {
    display: none;
}

.wrapper .banner-container .desktop_banner {
    max-height: 90px;
    height: 90px;
    display: block;
}

.wrapper .banner-container .mobile_banner {
    display: none;
}

.wrapper .banner-container .table_banner {
    display: none;
}

.wrapper .top-header {
    max-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper .top-header .container {
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper .top-header .container .persons {
    width: 100%;
    max-width: 674px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.wrapper .top-header .container .persons .item {
    width: 100%;
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper .top-header .container .persons .item .person-img {
    width: 170px;
    max-width: 170px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 0 0;
}

.wrapper .top-header .container .persons .item .person-img img {
    min-width: 148px;
    max-width: 150px;
    display: block;
    height: 130px;
}

.wrapper .top-header .container .persons .item .persont-text {
    max-width: 200px;
    width: 100%;
    overflow: hidden;
}

.wrapper .top-header .container .persons .item .persont-text .name-person {
    display: block;
    margin-bottom: 5px;
    font-family: Ubuntu-Regular;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #ba2326;
}

.wrapper .top-header .container .persons .item .persont-text p {
    display: block;
    font-family: Ubuntu-Regular;
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
    color: #444;
}

.wrapper .top-header .container .mobile-searcher {
    display: none;
}

.wrapper .top-header .container .logo {
    max-width: 228px;
    width: 100%;
    max-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .top-header .container .logo img {
    width: 100%;
}

.wrapper .top-header .container .applications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    max-width: 104px;
}

.wrapper .top-header .container .applications .ios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.wrapper .top-header .container .applications .ios .ios-icon {
    display: inline-block;
    width: 24px;
    height: 28px;
    margin-right: 12px;
}

.wrapper .top-header .container .applications .ios .ios-icon:before {
    content: '';
    background-image: url("/static/konkurent/img/icons/icon_apple.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 23px;
    height: 27px;
    display: block;
}

.wrapper .top-header .container .applications .ios:hover .ios-icon:before {
    background-image: url("/static/konkurent/img/icons/icon_apple_hover.svg");
}

.wrapper .top-header .container .applications .ios span {
    width: 80px;
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    font-family: Ubuntu-Regular;
    font-weight: 400;
}
.wrapper .top-header .container .applications .ios:hover span {
    color: #ba2326;
}

.wrapper .top-header .container .applications .android {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.wrapper .top-header .container .applications .android .android-icon {
    display: inline-block;
    width: 20px;
    height: 26px;
    margin-right: 16px;
}

.wrapper .top-header .container .applications .android .android-icon::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/icon_android.svg");
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 24px;
    height: 26px;
}

.wrapper .top-header .container .applications .android:hover .android-icon::before {
    background-image: url("/static/konkurent/img/icons/icon_android_hover.svg");
}

.wrapper .top-header .container .applications .android span {
    width: 80px;
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    font-family: Ubuntu-Regular;
    font-weight: 400;
}

.wrapper .top-header .container .applications .android:hover span {
    color: #ba2326;
}

.wrapper .top-header .container .mobile-nav {
    display: none;
}

.wrapper .main-menu {
    background-color: #1a1a1a;
    max-height: 50px;
}
.top-nav.main-menu .container {
    width: 1204px;
}

.wrapper .main-menu .navigation ul {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
}

.wrapper .main-menu .navigation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 17px;
}
.wrapper .main-menu .navigation ul li.active {
    background-color: #3a3a3a;
}

.wrapper .main-menu .navigation ul li a {
    font-family: Ubuntu-Regular;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s;
}

.wrapper .main-menu .navigation ul li a:hover {
    color: #ff0005;
}

.wrapper .main-menu .navigation ul li a .live {
    width: 33px;
    max-width: 33px;
    height: 23px;
    max-height: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#561111), color-stop(54%, #c32225), to(#4c0000));
    background-image: -webkit-gradient(linear, left bottom, left top, from(#561111), color-stop(54%, #c32225), to(#561111));
    background-image: -webkit-linear-gradient(bottom, #561111 0%, #c32225 54%, #561111 100%);
    background-image: -o-linear-gradient(bottom, #561111 0%, #c32225 54%, #561111 100%);
    background-image: linear-gradient(to top, #561111 0%, #c32225 54%, #561111 100%);
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    font-family: Ubuntu-Medium;
    font-size: 18px;
    color: #000;
}

.wrapper .bottom-nav {
    max-height: 40px;
    background-color: #ba2326;
}

.wrapper .bottom-nav .container {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper .bottom-nav .container .mobNav {
    display: none;
}

.wrapper .bottom-nav .container .top-themes-list {
    width: 70%;
    height: 40px;
    max-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper .bottom-nav .container .top-themes-list .text {
    font-family: Ubuntu-Medium;
    font-size: 16px;
    color: #fff;
}

.wrapper .bottom-nav .container .top-themes-list ul {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

.wrapper .bottom-nav .container .top-themes-list ul li {
    flex: 0 0 auto;
    display: inline-block;
    margin: 0 5px;
}

.wrapper .bottom-nav .container .top-themes-list ul li a {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    font-family: Ubuntu-Regular;
    font-size: 16px;
    color: #fff;
}

.wrapper .bottom-nav .container .top-themes-list ul li a:hover {
    color: #e6e6e6;
    font-weight: 700;
}
.wrapper .bottom-nav .container .top-themes-list ul li a.active {
    font-weight: 900;
    color: #000;
}

.wrapper .bottom-nav .container .search-form {
    width: 30%;
    text-align: right;
    height: 40px;
    max-height: 40px;
}

.wrapper .bottom-nav .container .search-form .nav-main-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.wrapper .bottom-nav .container .search-form .nav-main-search input[type="search"] {
    border: none;
    width: 272px;
    height: 100%;
    color: #e6e6e6;
    background-color: #a22225;
    padding: 14px 0 14px 18px;
}

.wrapper .bottom-nav .container .search-form .nav-main-search input[type="search"]:placeholder-shown {
    color: #fff;
}

.wrapper .bottom-nav .container .search-form .nav-main-search input::-webkit-input-placeholder {
    color: #cd9a9b;
    opacity: 1; /* Firefox */
}

.wrapper .bottom-nav .container .search-form .nav-main-search input:-ms-input-placeholder {
    color: #cd9a9b;
    opacity: 1; /* Firefox */
}

.wrapper .bottom-nav .container .search-form .nav-main-search input::-ms-input-placeholder {
    color: #cd9a9b;
    opacity: 1; /* Firefox */
}

.wrapper .bottom-nav .container .search-form .nav-main-search input::placeholder {
    color: #cd9a9b;
    opacity: 1; /* Firefox */
}

.wrapper .bottom-nav .container .search-form .nav-main-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cd9a9b;
}

.wrapper .bottom-nav .container .search-form .nav-main-search input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cd9a9b;
}

.wrapper .bottom-nav .container .search-form .nav-main-search button[type="submit"] {
    border: none;
    display: block;
    padding: 9px 12px 11px;
    height: 40px;
    background-color: #860d10;
    outline: none;
    cursor: pointer;
}

.fds_section .news .tabs,
.athr_section .news .tabs,
.wrapper .terms-section .container .termsItems .sidebar_news .news .tabs,
.wrapper .main-content .container .sidebar_news .news .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 11px;
    padding-bottom: 15px;
}
.terms-section .container .termsItems .sidebar_news .news .tabs {
    border-bottom: 1px solid #e6e6e6;
}

.wrapper .main-content .container .sidebar_news .news_list {
    border-top: 1px solid #e6e6e6;
}

.wrapper .bottom-nav .container .search-form .nav-main-search button[type="submit"] .search-icon {
    display: block;
    width: 21px;
    height: 20px;
}
.right_side {
    width: 100%;
    max-width: 315px;
    text-align: center;
}

.right_side .mobileColumnSlider {
    display: none;
}
.onws_section .right_side .mobileColumnSlider {
    display: block;
    line-height: 20px;
    text-align: left;
}
.onws_section .right_side .mobileColumnSlider .article_column {
    padding: 20px 0;
    outline: none;
}
.onws_section .right_side .mobileColumnSlider .article_column img {
    margin-right: 20px;
}

.onws_section .right_side .mobileColumnSlider .article_column .column_link .article_author {
    margin-bottom: 5px;
}

.onws_section .right_side .mobileColumnSlider .article_column .article_text {
    margin-top: 5px;
}
.onws_section .right_side .mobileColumnSlider.owl-carousel .owl-stage-outer {
    border-bottom: 1px solid #e6e6e6;
}
.right_side .banner {
    text-align: center;
}

.right_side .banner .bannerTable {
    display: none;
}

.right_side .banner .tableBanners {
    display: none;
}

.right_side .banner img {
    margin: 0 auto;
}

.theTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    border-bottom: 1px solid #e6e6e6;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 20px;
}

.theTitle .title_link {
    margin: 0;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    line-height: 0.8;
    color: #ba2326;
    font-family: Ubuntu-Bold;
    font-size: 24px !important;
    text-transform: uppercase;
    cursor: pointer;
}

.theTitle .title_link div {
    margin: 0;
    font-size: 24px !important;
}

.theTitle div.title_link {
    cursor: default;
}

.wrapper .main-content .right_side .theTitle {
    padding-top: 45px;
}
.right_side .theTitle .title_link:hover {
    color: #680709;
}

.read_button .read-all {
    color: #1a1a1a;
    font-family: Ubuntu-Bold;
    font-size: 14px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.read_button .read-all:hover {
    color: #ba2326;
}

.read_button .read-all::after {
    content: '';
    background-image: url("/static/konkurent/img/icons/angle-arrow-down.svg");
    background-size: cover;
    background-position: 0 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin-left: 10px;
}
.read_button .read-all:hover::after {
    background-image: url(/static/konkurent/img/icons/angle-arrow-down_hover.svg);
}

.right_side .column-content {
    overflow: hidden;
    text-align: left;
}

.right_side .column-content .article_column {
    height: 115px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
.right_side .column-content .article_column:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #fff;
}

.right_side .column-content .article_column .author_img {
    width: 100%;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    margin-right: 19px;
    float: left;
    overflow: hidden;
}

.right_side .column-content .article_column .article_title .column_link {
    color: #1a1a1a;
    font-family: Ubuntu-Medium;
    font-size: 16px;
    display: block;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.right_side .column-content .article_column .article_title .column_link:hover {
    color: #680709;
}

.right_side .column-content .article_column .article_title .column_link .article_author {
    display: block;
    margin-bottom: 5px;
    font-family: Ubuntu-Regular;
    line-height: 0.8;
    font-size: 16px;
    color: #888;
}

.right_side .column-content .article_column .article_text {
    margin-top: 7px;
    font-family: Ubuntu-Regular;
    font-size: 16px;
    color: #444;
}

.wrapper .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 50px 0 0 0;
}

.wrapper .main-content .container {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper .content_between .container .sidebar_news {
    width: 100%;
    max-width: 315px;
    position: relative;
    margin-right: 36px;
    padding-bottom: 70px;
}

.fds_section .news .name_category,
.athr_section .news .name_category,
.sidebar_news .news .name_category {
    margin: -4px 0 0 0;
    cursor: default;
    font-family: Ubuntu-Bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #ba2326;
}

.fds_section .news .tabs .tab-link,
.athr_section .news .tabs .tab-link,
.terms-section .container .termsItems .sidebar_news .news .tabs .tab-link,
.wrapper .main-content .container .sidebar_news .news .tabs .tab-link {
    margin-right: 10px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
}
.fds_section .news .tabs .tab-link .link,
.athr_section .news .tabs .tab-link .link,
.wrapper .main-content .container .sidebar_news .news .tabs .tab-link .link {
    color: #1a1a1a;
}

.fds_section .news .tabs .current,
.athr_section .news .tabs .current,
.wrapper .main-content .container .sidebar_news .news .tabs .current {
    color: #ba2326;
}

.wrapper .main-content .container .mobileSlider {
    display: none;
}

.wrapper .content_between .container .article_content {
    display: flex;
    flex-wrap: wrap;
}
.wrapper .main-content .container .article_content {
    max-width: 819px;
    width: 100%;
}

.wrapper .main-content .container .article_content .top_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 330px;
    height: 330px;
    overflow: hidden;
}

.wrapper .main-content .container .article_content .top_article .main_theme {
    width: 511px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper .main-content .container .article_content .top_article .main_theme a {
    width: 100%;
    display: block;
    line-height: 0;
}

.wrapper .main-content .container .article_content .top_article .main_theme img {
    width: calc(100% + 2px);
    height: auto;
}

.wrapper .main-content .container .article_content .top_article .main_theme .heading-text {
    width: calc(100% - 40px);
    min-height: 40px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: rgb(248, 248, 248);
    font-family: Ubuntu-Medium;
    line-height: normal;
    font-weight: 500;
    font-size: 19px;
    color: #1a1a1a;
    overflow-y: hidden;
}
.wrapper .main-content .container .article_content .top_article .main_theme .heading-text:hover {
    color:  #82080b;
}

.right_side .secondary_themes {
    margin-bottom: 68px;
    padding: 40px 0;
}
.secondary_themes {
    width: 315px;
    height: auto;
    padding: 0 0 0 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #353535;
    z-index: 2;
}

.secondary_themes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: 40px 15px;*/
    padding: 0 15px;
}

.secondary_themes ul li:nth-child(0n+2) {
    margin: 30px 0;
}

.secondary_themes ul li a {
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    text-align: left;
}

.right_side .secondary_themes ul li a img,
.secondary_themes ul li a img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.secondary_themes ul li a p {
    width: 200px;
    display: inline-block;
    margin: 5px 0;
    overflow: hidden;
    -webkit-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s;
    font-family: Ubuntu-Regular;
    text-overflow: ellipsis;
    line-height: 19px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.secondary_themes ul li a p:hover {
    transform: translateY(-1px);
    transition: ease 0.3s;
}

.wrapper .main-content .container .article_content .articleContentChild {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article {
    max-width: 540px;
    width: 100%;
    position: relative;
    margin-right: 36px;
    overflow: hidden;
}

.wrapper .content_between .container .article_content .articleContentChild .center_article .article_list {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 21px;
    padding-bottom: 70px;
}

.content_between .sidebar_news .button_more,
.content_between .center_article .article_list .button_more {
    position: absolute;
    bottom: 0;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .second {
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link {
    display: block;
    color: #1a1a1a;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link .main_img {
    width: 100%;
    max-width: 100%;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link .article_title {
    display: block;
    font-size: 20px;
    font-family: Ubuntu-Medium;
    color: #1a1a1a;
    padding: 0 0 16px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    padding-top: 11px;
    padding-bottom: 7px;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link .article_title:hover {
    color: #ba2326;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link .description {
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    line-height: 18px;
    font-family: Ubuntu-Regular;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .link .date-time {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu-Light;
    margin: 15px 0 20px;
    display: block;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0 18px;
}
.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div:last-child {
    border: none;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div.last {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: none;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .person_img {
    max-width: 180px;
    max-height: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 4px 20px 5px 0;
}
.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .person_img_mobile {
    display: none;
}
.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .title {
    color: #1a1a1a;
    font-size: 16px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .title:hover {
    color: #ba2326;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .description {
    color: #444444;
    font-size: 15px;
    font-family: Ubuntu-Regular;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .sub_main_article div .date-time {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    font-family: Ubuntu-Light;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .button_more a {
    border: 1px solid #8d8d8d;
    color: #1a1a1a;
    display: block;
    padding: 15px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .button_more a:hover {
    color: #ba2326;
}
.wrapper .main-content .container .article_content .articleContentChild .center_article .article_list .button_more a:hover i:after{
    background-image: url("/static/konkurent/img/icons/angle-arrow-down_hover.svg");
}

.button_more a .arrow_down::after {
    content: '';
    background-image: url("/static/konkurent/img/icons/angle-arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin-left: 5px;
}

.oppositeView {
    background-color: #f8f8f8;
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.oppositeView .top-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.oppositeView .top-container .title_link {
    color: #000;
    font-family: Ubuntu-Medium;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.oppositeView .top-container .title_link div {
    display: flex;
    align-items: center;
    margin: 0 !important;
    font-size: 24px !important;
}

.oppositeView .top-container .title_link .live {
    margin-left: 10px;
    padding: 3.5px 6px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#940101), color-stop(54%, #e23a3d), to(#9a0101));
    background-image: -webkit-linear-gradient(bottom, #940101 0%, #e23a3d 54%, #9a0101 100%);
    background-image: -o-linear-gradient(bottom, #940101 0%, #e23a3d 54%, #9a0101 100%);
    background-image: linear-gradient(to top, #940101 0%, #e23a3d 54%, #9a0101 100%);
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    font-size: 24px;
    color: #000;
}

.oppositeView .top-container .title_link:hover {
    color: #680709;
}

.oppositeView .top-container .tabsForOpposite_copy,
.oppositeView .top-container .tabsForOpposite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 60px;
    top: 9px;
}

.oppositeView .top-container .tabsForOpposite_copy a,
.oppositeView .top-container .tabsForOpposite a {
    margin: 0 5px;
    font-family: Ubuntu-Medium;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
}

.oppositeView .top-container .tabsForOpposite_copy .active-tab,
.oppositeView .top-container .tabsForOpposite .active-tab {
    color: #ba2326;
}

.oppositeView .tabs-article-list {
    margin: 30px auto;
}
.contacts.oppositeView .tabs-article-list {
    margin: 30px auto 15px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    margin: 0 10px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #bbbbbb;
    border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ba2326;
}
.owl-carousel .active {
    max-height: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.owl-carousel .owl-nav .owl-prev span {
    content: url(/static/konkurent/img/icons/slide_prev.svg);
    margin: auto;
    opacity: 0.75;
    line-height: 0;
}
.owl-carousel .owl-nav .owl-prev:hover span {
    opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
    background-color: #000;
}
.owl-carousel .owl-nav .owl-next span {
    content: url(/static/konkurent/img/icons/slide_next.svg);
    margin: auto;
    opacity: 0.75;
    line-height: 0;
}
.owl-carousel .owl-nav .owl-next:hover:before {
    opacity: 1;
}

.oppositeView .tabs-article-list .opposite-content .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -57px;
    right: 0;
}

.oppositeView .tabs-article-list .opposite-content .owl-carousel .owl-nav .owl-prev,
.oppositeView .tabs-article-list .opposite-content .owl-carousel .owl-nav .owl-next {
    width: 23px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}

.oppositeView .tabs-article-list .opposite-content .owl-carousel .owl-nav .owl-prev {
    background-color: #ba2326;
}
.oppositeView .tabs-article-list .opposite-content .owl-carousel .owl-nav .owl-next {
    background-color: #000;
}

.owl-carousel .box {
    width: 100%;
    position: relative;
    padding-bottom: 66px;
}

.owl-carousel .box .link {
    width: 100%;
    min-height: 66px;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #f8f8f8;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
}

.oppositeView .tabs-article-list .opposite-content .owl-carousel .box .link:hover {
    color: #82080b;
}

.oppositeView .tabs-article-list .opposite-content .owl-carousel .box .link p {
    padding: 15px 0;
}

.popularArticle {
    padding: 50px 0 95px 0;
}

.popularArticle .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}

.popularArticle .top-container .tab-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popularArticle .top-container .tab-icons a {
    height: 18px;
    margin-right: 20px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    position: relative;
    line-height: 0;
}

.popularArticle .top-container .tab-icons a:last-child {
    margin: 0;
}

.popularArticle .top-container .tab-icons a svg {
    width: 21px;
    height: 21px;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.popularArticle .top-container .tab-icons a:nth-child(1) svg {
    margin-top: 3px;
}
.popularArticle .top-container .tab-icons a:nth-child(2) svg {
    width: auto;
    height: 23px;
    margin-top: 3px;
}

.popularArticle .top-container .tab-icons a:nth-child(3) svg {
    width: 17px;
}

.popularArticle .top-container .tab-icons a:nth-child(4) svg {
    width: 17px;
    margin-top: 1px;
}
.right_side .popularArticle .top-container .tab-icons a svg {
    margin: 0;
}

.popularArticle .top-container .tab-icons a .chooseView {
    width: auto;
    position: absolute;
    top: -30px;
    left: -48px;
    padding: 4px 15px;
    background-color: #f8f8f8;
    text-align: -webkit-center;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    opacity: 0;
    font-family: Ubuntu-Regular;
    white-space: nowrap;
    line-height: 11px;
    font-size: 12px;
    color: #ba2326;
}

.popularArticle .top-container .tab-icons a:hover svg {
    fill: #ba2326;
}

.popularArticle .top-container .tab-icons .tabActive svg {
    fill: #ba2326;
}

.popularArticle .popularDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0;
}

.popularArticle .popularDescription .popularTabContent .item {
    max-width: 235px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 71px;
    height: 71px;
    overflow: hidden;
}

.popularArticle .popularDescription .popularTabContent .item .number_overlay {
    color: #ba2326;
    font-family: Ubuntu-Regular;
    font-size: 21px;
    font-weight: 500;
    background-color: #f2f0f0;
    padding: 4px 7px 7px 7px;
}
.popularArticle .popularDescription .popularTabContent .item p {
    max-height: 56px;
    margin: 4px 7px 0;
    overflow: hidden;
    font-family: Ubuntu-Medium;
    font-size: 16px;
    color: #1a1a1a;
}
.popularArticle .popularDescription .popularTabContent .item p:hover {
    color: #82080b;
}
.right_side .popularArticle .popularDescription .popularTabContent .item p {
    max-height: 38px;
}

.wrapper .mobileApps {
    display: none;
}

.contact-section .heading {
    margin-top: 50px;
    margin-bottom: 35px;
    font-family: Ubuntu-Bold;
    text-transform: uppercase;
    font-size: 30px;
    color: #930105;
}

.contact-section .flex-contacts {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contact-section .flex-contacts .info {
    max-width: 377px;
    width: 100%;
    margin-right: 43px;
}

.contact-section .flex-contacts .info .contact-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 38px 0 0;
}

.contact-section .flex-contacts .info .contact-description .item {
    max-width: 222px;
    width: 222px;
    text-align: center;
    margin-bottom: 36px;
}

.contact-section .flex-contacts .info .contact-description .item .marker-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-section .flex-contacts .info .contact-description .item .marker-icon::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/003-placeholder.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
}

.contact-section .flex-contacts .info .contact-description .item .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
    margin: 11px 0 18px;
}

.contact-section .flex-contacts .info .contact-description .item .findUs {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
}

.contact-section .flex-contacts .info .contact-description .item .findUs a {
    color: #ba2326;
    text-decoration: underline;
    text-transform: uppercase;
}

.contact-section .flex-contacts .info .contact-description .item .phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.contact-section .flex-contacts .info .contact-description .item .phone-icon::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/002-telephone.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 27px;
}

.contact-section .flex-contacts .info .contact-description .item .phone-number {
    margin: 2px 0 18px;
}

.contact-section .flex-contacts .info .contact-description .item .phone-number span {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 11px;
    color: #000 !important;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
}

.contact-section .flex-contacts .info .contact-description .item .mail-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-section .flex-contacts .info .contact-description .item .mail-icon::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/001-email.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 35px;
}

.contact-section .flex-contacts .info .contact-description .item .mail {
    margin-bottom: 15px;
}

.contact-section .flex-contacts .info .contact-description .item .mail span {
    display: block;
    color: #757575;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    margin-bottom: 10px;
}

.contact-section .flex-contacts .info .contact-description .item .mail .editorMail, .contact-section .flex-contacts .info .contact-description .item .mail .advertising {
    color: #000;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.contact-section .flex-contacts .info .contact-description .item .mail .advertising {
    display: block !important;
    line-height: 16px;
}

.contact-section .flex-contacts .info .contact-description .item .mail .editorMail:hover, .contact-section .flex-contacts .info .contact-description .item .mail .advertising:hover {
    color: #ba2326;
}

.contact-section .flex-contacts .info .contact-description .item .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.contact-section .flex-contacts .info .contact-description .item .social ul li svg {
    width: 30px;
    height: 30px;
}
.contact-section .flex-contacts .info .contact-description .item ul li a:hover svg {
    fill: #ba2326;
}
.contact-section .flex-contacts .info .contact-description .item ul li:nth-child(1) a svg {
    height: 26px !important;
}
.contact-section .flex-contacts .info .contact-description .item ul li:nth-child(3) a svg {
    height: 24px !important;
}
.contact-section .flex-contacts .info .contact-description .item ul li:nth-child(4) a svg {
    height: 32px !important;
}

.contact-section .flex-contacts .map {
    max-width: 747px;
    width: 100%;
}

.contact-section .flex-contacts .item-contact {
    border: 3px solid #d4d4d4;
}

.contact-section .flex-contacts .item-contact img {
    width: 100%;
    height: 100%;
}

.pop-contact .title_link {
    color: #ba2326;
}

.banner-section.contact-banners {
    display: block;
}

.contact-section .flex-contacts .item-contact #map {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.banner-section {
    margin: 121px 0;
}

.banner-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banner-section .container .desktop_banner {
    display: flex;
}

.banner-section .container .mobile_banner {
    display: none;
}

.banner-section .container .table_banner {
    display: none;
}

.popularArchive {
    display: none;
}

.button_more.mobButton {
    display: none;
}

.button_more button:hover {
    color: #ba2326;
}

.mobButton button .arrow_down::after {
    content: '';
    background-image: url("/static/konkurent/img/icons/angle-arrow-down.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 9px;
    height: 6px;
    vertical-align: middle;
    margin-left: 10px;
}

.mobButton button {
    margin: 0 auto;
    border: 1px solid #8d8d8d;
    color: #1a1a1a;
    display: block;
    background: none;
    padding: 15px;
    font-family: Ubuntu-Regular;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.terms-section {
    margin: 50px 0;
}

.terms-section .container .termsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.terms-section .container .termsItems .about_terms {
    width: 100%;
    max-width: 782px;
    margin-right: 63px;
    overflow: hidden;
}

.terms-section .container .termsItems .about_terms .heading {
    font-family: Ubuntu-Bold;
    text-transform: uppercase;
    line-height: 0.8;
    font-size: 30px;
    color: #930105;
}

.terms-section .container .termsItems .about_terms .caption {
    margin: 35px 0 28px;
    font-family: Ubuntu-Medium;
    line-height: 27px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.terms-section .container .termsItems .about_terms .numList p {
    margin-bottom: 35px;
    font-family: Ubuntu-Light;
    list-style: unset;
    line-height: 27px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.terms-section .container .termsItems .sidebar_news {
    width: 100%;
    max-width: 315px;
}

.terms-section .container .termsItems .sidebar_news .name_category {
    font-family: Ubuntu-Bold;
    font-weight: 700;
    font-size: 24px;
    color: #ba2326;
}

.terms-section .container .termsItems .sidebar_news .news .tabs .current {
    color: #ba2326;
}

.terms-section .container .termsItems .sidebar_news .news .news_list .scrollbar {
    height: 100%;
    max-height: 1600px;
}
.terms-section .container .termsItems .sidebar_news .news .news_list .button_more {
    display: none;
}

.termsItems .tab-content .img_article_preview {
    flex-direction: row;
}

.termsItems .tab-content .img_article_preview .overlay_title {
    min-height: auto;
    background-color: transparent;
}

.termsItems .tab-content .img_article_preview .overlay_title a {
    height: auto;
    margin: 0;
}

.photoVideo {
    padding: 35px 0 0;
    background-color: #f8f8f8;
}

.photoVideo .container .top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.photoVideo .container .top-container .title_link div {
    font-size: 24px;
    color: #ba2326;
    font-family: Ubuntu-Bold;
    text-transform: uppercase;
}
.photoVideo .container .top-container .title_link div:hover {
    color: #82080b;
}
.photoVideo .container .top-container .filterList {
    position: absolute;
    right: 70px;
}

.filterList .pv-link {
    color: #000;
    font-family: Ubuntu-Medium;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

.filterList .active-tab {
    color: #ba2326;
}

.photoVideo .container .tabs-article-list {
    margin-top: 36px;
}

.photoVodeo .container .tabs-article-list .pv-content .owl-dots {
    display: none;
}

.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-item .box p {
    min-height: 36px;
    padding: 15px 0;
    font-family: Ubuntu-Medium;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-item .box p:hover {
    color: #ba2326;
}

.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -60px;
    right: 0;
}

.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-nav .owl-prev, .photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-nav .owl-next {
    width: 23px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 100;
    line-height: 1;
    color: #fff;
}

.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-nav .owl-prev {
    background-color: #ba2326;
}

.photoVideo .container .tabs-article-list .pv-content .owl-carousel .owl-nav .owl-next {
    background-color: #000;
}

.photoVideo .container .sideSliders {
    display: none;
}

.banner-section {
    display: none;
}

.popularBanner {
    display: block;
}

.archive-section {
    padding: 50px 0;
}

.archive-section .container .archive-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.archive-section .container .archive-wrapper .content {
    max-width: 819px;
    width: 100%;
    margin-right: 36px;
}

.archive-section .container .archive-wrapper .content .searcherField {
    background-color: #e6e6e6;
    max-height: 33px;
    height: 33px;
    width: 100%;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .category {
    height: 100%;
    max-width: 365px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e6e6e6;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .category input {
    width: 100%;
    max-width: 351px;
    height: 33px;
    max-height: 33px;
    display: block;
    padding: 0;
    padding-left: 15px;
    border-width: 0;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-filter {
    height: 100%;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #e6e6e6;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-filter .date-item:nth-child(0n+1) {
    padding-left: 20px;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-submit {
    width: 100%;
    max-width: 33px;
    height: 100%;
    position: relative;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-submit .search {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
    padding: 1px 8px;
    background-color: #ba2326;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-filter .date-item .heading-title {
    line-height: 0.8;
}
.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-filter .date-item .heading-title, .label {
    margin-right: 2px;
    font-family: Ubuntu-Light;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-filter .date-item input {
    width: 100%;
    max-width: 80px;
    height: 21px;
    max-height: 21px;
    padding-left: 8px;
    background-color: #ffffff;
    border: 1px solid #ececec;
}

.archive-section .container .archive-wrapper .content .searcherField .archive-form .date-submit .search .search-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 1px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/static/konkurent/img/magnifying-glass.png);
}

.archive-section .container .archive-wrapper .content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.archive-section .container .archive-wrapper .content .item .time {
    color: #1a1a1a;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    font-weight: 400;
}

.archive-section .container .archive-wrapper .content .item .article a {
    display: block;
    padding: 0 15px;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    color: #888;
}

.archive-section .container .archive-wrapper .content .item .article a span:hover {
    color: #ba2326;
}
.archive-section .container .archive-wrapper .content .item .article a .articleTitle {
    display: block;
    margin-bottom: 5px;
    font-family: Ubuntu-Regular;
    font-size: 18px;
    color: #1a1a1a;
}

.archive-section .container .archive-wrapper .content .item .article a .articleTitle .iconView {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 14px;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    color: #888;
}

.archive-section .container .archive-wrapper .content .item .article a .articleTitle .iconView::before {
    content: '';
    width: 20px;
    height: 15px;
    display: block;
    margin-right: 5px;
    background-image: url("/static/konkurent/img/icons/view.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.archive-section .container .archive-wrapper .content .exclusive .article a {
    display: block;
}

.archive-section .container .archive-wrapper .content .exclusive .article a .articleTitle {
    font-family: Ubuntu-Medium;
    font-weight: 500;
}

.archive-section .container .archive-wrapper .content .exclusive .article a .excIcon {
    margin-right: 10px;
}

.archive-section .container .archive-wrapper .content .exclusive .article a .excIcon::before {
    content: '';
    background-image: url("../img/banners/k.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 11px;
    height: 11px;
}

.wrapper .archivePaginator {
    max-width: 572px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
}

.archivePaginator ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.archivePaginator ul li {
    margin: 0 14px;
}

.archivePaginator ul li .prev, .archivePaginator ul li .next {
    background-color: #000;
    color: #fff;
    border: 1px solid #e6e6e6;
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.archivePaginator ul li .prev::before {
    content: '';
    width: 8px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("/static/konkurent/img/icons/prev.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.archivePaginator ul li .next::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/next.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7px;
    height: 20px;
}

.archivePaginator ul li a {
    color: #000;
    font-family: Ubuntu-Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.archivePaginator ul li .changed {
    text-decoration: underline;
}

.archive-section .container .archive-wrapper .archive_aside {
    max-width: 315px;
    width: 100%;
}

.archive-section .owl-dots {
    display: none !important;
}

.archive-section .container .archive-wrapper .archive_aside .banner-section {
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}

.archive-section .container .archive-wrapper .archive_aside .banner-section .mobile_banner {
    display: none;
}

.archive-section .container .archive-wrapper .archive_aside .banner-section .table_banner {
    display: none;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .heading-text {
    display: block;
    margin-bottom: 22px;
    font-family: Ubuntu-Bold;
    font-weight: 700;
    font-size: 24px;
    color: #3d3d3d;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .heading-text .categoryName {
    margin-left: 10px;
    font-family: Ubuntu-Bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #ba2326;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .mainArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .mainArticle img {
    width: 100%;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .mainArticle .overlayTitle {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 66px;
    height: 66px;
    padding: 0 15px;
    overflow: hidden;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .mainArticle .overlayTitle a {
    color: #1a1a1a;
    font-size: 16px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
}
.archive-section .container .archive-wrapper .archive_aside .topThemes .mainArticle .overlayTitle a:hover {
    color: #ba2326;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .button_more {
    margin: 0;
    margin-bottom: 20px;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .itemArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .itemArticle img {
    max-width: 70px;
    width: 100%;
    max-height: 70px;
    height: 70px;
    margin-right: 10px;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .itemArticle p a {
    font-family: Ubuntu-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .itemArticle p a:hover {
    color: #ba2326;
}

.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .button_more a {
    border: 1px solid #8d8d8d;
    color: #1a1a1a;
    display: block;
    padding: 15px;
    font-family: Ubuntu-Regular;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}
.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .button_more a:hover {
    color: #ba2326;
}
.archive-section .container .archive-wrapper .archive_aside .topThemes .subMainArticle .button_more a:hover i:after{
    background-image: url("/static/konkurent/img/icons/angle-arrow-down_hover.svg");
}
.wrapper .archive-opp {
    display: none;
}

.xdsoft_datetimepicker {
    border: 1px solid #e6e6e6;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
    background: none;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    font-family: Ubuntu-Medium;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: #000;
    opacity: 1;
    height: 25px;
    width: 25px;
}

.xdsoft_datetimepicker .xdsoft_label {
    color: #555;
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    font-weight: 700;
    width: 110px;
    text-align: left;
}

.xdsoft_datetimepicker .xdsoft_year {
    margin-left: 5px;
    width: 56px;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    max-width: 315px;
    width: 315px;
    padding: 34px 20px 39px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    padding-left: 7px;
    padding-right: 12px;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    margin-top: 40px;
}

.xdsoft_datetimepicker .xdsoft_prev {
    background-image: url('/static/konkurent/img/date-prev.png');
    background-position: center;
    position: absolute;
    right: 40px;
}

.xdsoft_datetimepicker .xdsoft_next {
    background-image: url('/static/konkurent/img/date-next.png');
    background-position: center;
}

.xdsoft_datetimepicker .xdsoft_label i {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: none;
}

.xdsoft_today_button {
    display: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #e66b6b;
    font-family: Ubuntu-Bold;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    border: none;
    background: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    border: 1px solid #e6e6e6;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    color: #555;
    padding-right: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month td > div {
    color: #bababa !important;
    opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #555 !important;
    background: none !important;

}

/** CONTENT **/
ul.tabs, .tabsForOpposite, .tab-icons {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

ul.tabs li, ul.tabsForOpposite a, ul.tab-icons li {
    background: none;
    color: #222;
    padding: 18px 0px 15px;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}

.tab-link, .opp-link, .icon-link {
    position: relative;
}

.k-icon, .k-icon, .k-icon {
    background-image: url("/static/konkurent/img/banners/k.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 11px;
    height: 11px;
}
.k-icon-big {
    width: 21px;
    height: 21px;
    position: relative;
    display: inline-block;
    margin-right: 12px;
}
.k-icon-big::after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    background-image: url("/static/konkurent/img/icons/k-icon-big.svg");
    background-size: 100% 100%;
}

ul.tabs li.current, ul.tabsForOpposite a.active-tab, ul.tab-icons li.tabActive {
    color: #222;
}

.tab-content, .opposite-content, .popularTabContent {
    display: none;
}

.tab-content.current, .opposite-content.active-tab, .popularTabContent.tabActive {
    display: inherit;
}

.tab-content .box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #e6e6e6;
}

.tab-content .box .time {
    float: left;
    margin-right: 15px;
}

.tab-content .box .time span {
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    color: #000;
}

.tab-content .box .title {
    height: 100%;
    max-height: 600px;
    overflow: hidden;
}

.tab-content .box .title a {
    display: inline;
    padding-right: 10px;
    font-family: 'Ubuntu-Regular';
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.tab-content .box .title a:hover {
    color: #ba2326;
}

.view {
    display: inline;
}

.view .view_eyes {
    display: inline-block;
}

.view .view_eyes .eye {
    width: 20px;
    height: 10px;
    display: inline-block;
    background: url("/static/konkurent/img/icons/view.svg") center;
}

.view .view_eyes .number {
    font-family: Ubuntu-Regular;
    font-size: 14px;
    color: #888888;
}

.tab-content .top .title a,
.tab-content .top.exck .title a {
    font-family: 'Ubuntu-Medium';
}

.tab-content .exck .title a {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    display: inline;
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
}

.tab-content .exck .title a:hover {
    color: #680709;
}

.tab-content .exck .title a:before {
    content: " ";
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
    background: url("/static/konkurent/img/banners/k.png") center;
}

.tab-content .exck .title .view {
    display: inline;
}

.tab-content .exck .title .view .eye {
    width: 20px;
    height: 10px;
    display: inline-block;
    background: url("/static/konkurent/img/icons/view.svg") center;
}

.tab-content .exck .title .view .number {
    font-size: 14px;
    color: #888888;
}

.tab-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    border-top: 1px solid #e6e6e6;
    color: #1a1a1a;
    font-family: Ubuntu-Regular;
    font-size: 16px;
    font-weight: 400;
}

.tab-content .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1a1a1a;
}

.tab-content .item .time {
    font-size: 14px;
    margin-right: 13px;
}

.tab-content .item .icon-view {
    margin-left: 10px;
    font-size: 14px;
    color: #888;
}

.tab-content .item .icon-view::before {
    content: '';
    background-image: url("/static/konkurent/img/icons/view.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.tab-content .item .exclusive {
    font-weight: 800;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}

.tab-content .item .exclusive:hover {
    color: #ba2326;
}

.tab-content .item .exclusive .k-icon::before {
    content: '';
    background-image: url("static/konkurent/img/banners/k.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 5px;
}

.tab-content .item .exclusive .icon-view {
    font-weight: 400;
}

.tab-content .img_article_preview {
    width: 100%;
    max-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19px 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.onws_section .right_side .tab-content .img_article_preview,
.last_news_bottom_scrollbar .tab-content .img_article_preview {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 0;
}

.onws_section .right_side .tab-content .img_article_preview .overlay_title,
.last_news_bottom_scrollbar .tab-content .img_article_preview .overlay_title {
    width: auto;
    height: auto;
    min-height: auto;
    float: left;
    background: transparent;
}

.onws_section .right_side .tab-content .img_article_preview .overlay_title a,
.last_news_bottom_scrollbar .tab-content .img_article_preview .overlay_title a {
    max-height: 100%;
    margin: 0;
}

.right_side .tab-content .img_article_preview {
    flex-direction: row;
}

.tab-content .img_article_preview img {
    width: 100%;
    max-width: 315px;
}

.right_side .tab-content .img_article_preview img {
    display: none;
}

#opposite_slider .owl-stage-outer {
    background: #f8f8f8;
}

.tab-content .img_article_preview .overlay_title {
    width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #f9f9f9;
}

.right_side .tab-content .img_article_preview .overlay_title {
    height: auto;
    background: transparent;
}

.right_side .tab-content .img_article_preview .overlay_title a {
    margin: 0;
}

.tab-content .img_article_preview .overlay_title a {
    height: calc(100% - 24px);
    display: block;
    margin: 12px;
    overflow: hidden;
    font-family: 'Ubuntu-Medium';
    text-decoration: none;
    line-height: 19px;
    font-size: 16px;
    color: #000;
}


.tab-content .img_article_preview .title a {
    font-family: 'Ubuntu-Medium';
}

.tab-content .img_article_preview .overlay_title a:hover {
    color: #82080b;
}
.button_more {
    margin: 20px auto;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

#button_mobile_article {
    display: none;
}

.button_more a {
    border: 1px solid #8d8d8d;
    color: #1a1a1a;
    display: block;
    padding: 15px;
    font-family: Ubuntu-Medium;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
}

.button_more a:hover {
    color: #ba2326;
}

.button_more a:hover i:after{
    background-image: url("/static/konkurent/img/icons/angle-arrow-down_hover.svg");
}

:root {
    --scroll-bar-size: 10px;
    --scroll-bar-thumb-background-color: rgba(0, 0, 0, 0.2);
    --scroll-bar-thumb-background-color-active: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar {
    width: var(--scroll-bar-size);
    height: var(--scroll-bar-size);
    background: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-thumb-background-color);
    border-radius: var(--scroll-bar-size);
    border-color: transparent;
    border-style: solid;
    border-width: calc(var(--scroll-bar-size) / 3);
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll-bar-thumb-background-color-active);
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    border-width: 1px;
    background-color: var(--scroll-bar-thumb-background-color-active);
    cursor: pointer;
}

.scrollbar {
    height: 100%;
    max-height: 1948px;
    overflow-y: scroll;
    margin: 0 auto;
}

.sideSliders .owl-nav button.owl-prev {
    width: 23px;
    height: 20px;
    display: inline-flex;
    background: #ba2326;
    z-index: 2;
}

.sideSliders .owl-nav button.owl-next {
    width: 23px;
    height: 20px;
    display: inline-flex;
    background: #000;
    z-index: 2;
}

.sideSliders {
    margin-top: 22px;
}

.slider_video {
    margin-top: 41px;
}

.slider_video .slider_for_video {
    margin-bottom: 0;
}

.title_photo, .title_video {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    display: block;
    padding: 0;
    font-family: Ubuntu-Regular;
    font-size: 14px;
    color: #888;
    max-width: 56px;
    width: 100%;
    height: 20px;
    z-index: 1;
    max-height: 20px;
    text-align: center;
    line-height: 1.5;
}

.link_to_article {
    display: block;
    position: relative;
    padding-bottom: 66px;
}

.slide_text {
    width: calc(100% - 29px);
    min-height: 36px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f8f8f8;
    padding: 15px;
    overflow: hidden;
    font-family: Ubuntu-Medium;
    text-align: left;
    font-size: 16px;
    color: #1a1a1a;
}
.slide_text:hover {
    color: #82080b;
}
.photo_slide, .video_slide {
    max-width: calc(100% + 1px);
    width: calc(100% + 1px);
    max-height: 100%;
    height: auto;
}

.slick-prev:before {
    content: url("/static/konkurent/img/icons/slide_prev.svg");
    line-height: 0;
}

.slick-next:before {
    content: url("/static/konkurent/img/icons/slide_next.svg");
    line-height: 0;
}

.slick-next:focus, .slick-next:hover {
    background: #000 !important;
}

.slick-prev:focus, .slick-prev:hover {
    background: #ba2326 !important;
}

.border {
    border: 1px solid #8d8d8d;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: block;
    opacity: 1;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute;
}

.ps__rail-y {
    display: block;
    opacity: 1;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 5px;
    right: 0;
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: #e6e6e6;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 1;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #e6e6e6;
    opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #ccc;
    border-radius: 0;
    -o-transition: background-color .2s linear, height .2s ease-in-out;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #ccc;
    border-radius: 0;
    -o-transition: background-color .2s linear, width .2s ease-in-out;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 5px;
    /* there must be 'right' for ps__thumb-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #ccc;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #ccc;
    width: 5px;
}

.footer {
    background-color: #1a1a1a;
    padding: 50px 0 66px;
}

.footer .footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer_info .privacyPolicy {
    width: 336px;
}

.footer .footer_info .privacyPolicy a g path {
    fill: #fff;
}

.footer .footer_info .navMenu {
    width: 181px;
}

.footer .footer_info .menuNav {
    width: 230px;
}

.footer .footer_info .socialList {
    width: 225px;
}

.footer .footer_info .item .privacy {
    color: #888;
    font-family: Ubuntu-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 15px 0 0;
}

.footer .footer_info .item .createBy .link {
    pointer-events: none;
    cursor: default;
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    font-family: Myriad-Regular;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.footer .footer_info .item .createBy .link:hover {
    color: #ba2326;
}

.footer .footer_info .item .footerMenu, .footer .footer_info .item .footerNavigation, .footer .footer_info .item .footerSocial {
    color: #fff;
    font-family: Ubuntu-Medium;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 39px;
    text-transform: uppercase;
    line-height: 18px;
}

.footer .footer_info .item .socialMedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.footer .footer_info .item ul li a {
    color: #fff;
    font-family: Ubuntu-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.footer .footer_info .item ul li a img {
    margin-top: 19px;
}

.footer .footer_info .item ul li a svg {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    fill: #fff;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.footer .footer_info .item ul li:first-child a svg {
    margin-left: 0;
}
.footer .footer_info .item ul li:nth-child(1) a svg {
    height: 25px !important;
}
.footer .footer_info .item ul li:nth-child(2) a svg {
    height: 26px !important;
}
/*.footer .footer_info .item ul li:nth-child(4) a svg {*/
    /*height: 24px !important;*/
/*}*/
.footer .footer_info .item ul li:nth-child(4) a svg {
    height: 32px !important;
}

.footer .footer_info .item ul li a:hover {
    font-weight: 700;
}

.footer .footer_info .item ul li a:hover svg {
    fill: #ba2326;
}

#bannerResolution {
    width: 468px;
    height: 60px;
}

.right_side .banner {
    width: 300px;
    height: 250px;
    display: inline-block;
}

.banner.article_banner {
    width: 468px;
    height: 60px;
    display: block;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
    color: #ba2326;
}

.banner_sub_last {
    display: none;
}

.right_side .button_more {
    display: none;
}

.footerNav, .item.menuNav {
    line-height: 34px;
}

.search-form > a.mobile-toggle {
    display: none;
}

.archive-section .container > h1 {
    display: none;
}

.ov_section .right_side .news {
    margin-bottom: 50px;
}

.ov_section,
.arc_section,
.fds_section,
.athr_section,
.onws_section,
.seven_publication {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.fds_section,
.athr_section,
.onws_section,
.arc_section {
    width: 100%;
}
.section_box {
    width: 820px;
    margin-top: 20px;
}

.section_box > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_box > .photo_video_content:after {
    content: "";
    flex: 0 0 255px;
}

.card_box {
    width: 255px;
    margin-bottom: 45px;
}

.card_box img {
    width: 255px;
    height: 144px;
}

.card_box a {
    display: block;
    margin-top: 8px;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    color: #000;
}

.card_box a:hover {
    color: #ba2326;
}

.card_box p {
    display: block;
    margin-top: 5px;
    font-family: 'Ubuntu-Light';
    line-height: 16px;
    font-size: 13px;
    color: #888;
}

.card_box .date-time {
    display: block;
    margin-top: 8px;
    font-family: 'Ubuntu-Light';
    font-size: 12px;
    color: #000;
}

#seven_page .scrollbar,
#photo_video .scrollbar,
#opposite_view .scrollbar {
    max-height: 480px;
    text-align: left;
}
#seven_page .scrollbar .box,
#photo_video .scrollbar .box {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}

.seven_publication > .theTitle,
#photo_video > .theTitle,
#opposite_view > .theTitle {
    width: 820px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 11px;
}

#photo_video .filterList,
#opposite_view .filterList {
    margin-top: 18px;
}

.top_themes_slider .container .top-container .title_link div span {
    text-transform: none;
    color: #000;
}

.seven_editor {
    margin-top: 43px;
    background-color: #e6e6e6;
}

.seven_editor .container > .theTitle {
    padding: 38px 0;
}

.seven_editor_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.editor_box {
    width: 550px;
    max-width: 100%;
    margin-bottom: 60px;
}
.editor_box:nth-child(3),
.editor_box:nth-child(4) {
    margin-bottom: 48px;
}

.editor_box img {
    width: 178px;
    height: 178px;
    float: left;
    margin-right: 20px;
}
.editor_box .editor_name {
    display: block;
    margin-bottom: 12px;
    font-family: 'Ubuntu-Regular';
    text-transform: uppercase;
    word-break: break-all;
    line-height: 0.8;
    font-size: 16px;
    color: #474646;
}
.editor_box a {
    margin-bottom: 15px;
    font-family: 'Ubuntu-Medium';
    font-size: 20px;
    color: #000;
}

.editor_box a:hover {
    color: #82080b;
}

.editor_box p {
    display: inline-flex;
    margin-bottom: 12px;
    font-family: 'Ubuntu-Regular';
    line-height: 22px;
    font-size: 17px;
    color: #444444;
}
.seven_editor .editor_box p {
    display: block;
}
.editor_box .date-time {
    font-family: 'Ubuntu-Regular';
    text-transform: uppercase;
    font-size: 13px;
    color: #555555;
}
.seven_box {
    display: flex;
    padding: 21px 0;
    border-bottom: 1px solid #e6e6e6;
}
.seven_box img {
    width: 81px;
    height: 81px;
    margin-right: 20px;
}
.seven_box .box_text span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Ubuntu-Regular';
    text-transform: uppercase;
    word-break: break-all;
    line-height: 0.8;
    font-size: 16px;
    color: #680709;
}

.seven_box .box_text a {
    display: block;
    margin-bottom: 5px;
    font-family: 'Ubuntu-Medium';
    font-size: 17px;
    color: #1a1a1a;
}
.seven_box .box_text a:hover {
    color: #ba2326;
}
.seven_box .box_text p {
    display: block;
    margin-bottom: 14px;
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
    color: #444444;
}
.seven_box .box_text .date-time {
    display: block;
    font-family: 'Ubuntu-Regular';
    text-transform: uppercase;
    font-size: 12px;
    color: #858484;
}

.popularArticle_Side {
    padding: 60px 0;
    padding-bottom: 65px;
}

.popularArticle_Side .top-container {
    flex-direction: column;
    padding-bottom: 14px;
}

.popularArticle_Side .title_link {
    text-align: left;
}

.popularArticle_Side .top-container .tab-icons {
    justify-content: flex-start;
    margin-top: 15px;
}
.popularArticle_Side .popularTabContent {
    width: 100%;
    display: block;
    text-align: left;
}
.popularArticle_Side .popularDescription {
    margin: 0;
}
.popularArticle_Side .popularDescription .popularTabContent .item {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding-top: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.right_side .popularArticle_Side .popularDescription .popularTabContent .item {
    padding-bottom: 22px;
}
.popularArticle_Side .popularDescription .popularTabContent .item .number_overlay {
    width: 23px;
    min-width: 23px;
    max-width: 23px;
    height: 23px;
    margin-top: 4px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}
.popularArticle_Side .popularDescription .popularTabContent .item p {
    padding: 0 10px;
    font-family: 'Ubuntu-Bold';
}
#seven_page .right_side .news .theTitle {
    padding-top: 56px;
}
#seven_page .seven_box {
    width: 100%;
}
.exc_slide {
    color: #ba2326;
    display: flex;
    align-content: center;
    margin: 0;
    margin-bottom: 8px;
    font-family: 'Ubuntu-Bold';
    text-transform: uppercase;
    line-height: 0.9;
    font-size: 24px;
}

.exc_slide:hover {
    color: #82080b;
}
#articles_list .section_box {
    width: 820px;
    max-width: 100%;
    margin-top: 0;
}
.articles_list_content .banner-section.popularBanner {
    display: none;
}
.athr_section > .banner-section.popularBanner {
    display: none;
}
.wrapper .main-content .athr_section  .right_side .theTitle:nth-child(4) {
    border-bottom: 1px solid #e6e6e6;
}
.articles_list_content .boxing_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
}
.articles_list_content .boxing_top .box {
    max-width: 389px;
    overflow: hidden;
}
.articles_list_content .boxing_top .box img {
    width: 389px;
    max-width: 100%;
}
.articles_list_content .boxing_top .box a {
    display: block;
    margin-top: 16px;
    font-family: 'Ubuntu-Medium';
    font-size: 17px;
    color: #000;
}
.articles_list_content .boxing_articles .box a .view,
.articles_list_content .boxing_top .box a .view {
    margin-left: 12px;
}
.articles_list_content .boxing_articles .box a:hover {
    color: #ba2326;
}
.articles_list_content .boxing_top .box p {
    margin: 9px 0;
    font-family: "Ubuntu-Regular";
    font-size: 13px;
    color: #444444;
}
.articles_list_content .boxing_top .box small {
    font-family: "Ubuntu-Regular";
    font-size: 12px;
    color: #888888;
}
.articles_list_content .boxing_articles {
    width: 100%;
    margin-bottom: 33px;
    overflow: hidden;
}
.articles_list_content .boxing_articles .box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.articles_list_content .boxing_articles .box img {
    width: 160px;
    float: left;
    margin-right: 21px;
}
.articles_list_content .boxing_articles .box a {
    display: block;
    font-family: 'Ubuntu-Medium';
    line-height: 1;
    font-size: 17px;
    color: #000;
}
.articles_list_content .boxing_articles .box p {
    margin: 7px 0 1px;
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    color: #888888;
}
.articles_list_content .boxing_articles .box small {
    font-family: 'Ubuntu-Light';
    font-size: 12px;
    color: #000;
}
.right_side .date-item {
    margin-top: 35px;
}
.arc_section .right_side .news .scrollbar {
    max-height: 405px;
    text-align: left;
}
.arc_section #popularArticle_side {
    padding-top: 35px;
}

.right_side .date-item a {
    width: calc(100% - 50px);
    display: flex;
    margin-top: 7px;
    padding: 10px;
    padding-left: 38px;
    border: 1px solid #e6e6e6;
    font-family: "Ubuntu-Medium";
    font-size: 16px;
    color: #000;
}
.right_side .date-item a:hover {
    color: #ba2326;
}
.right_side .date-item a span {
    margin-left: 5px;
}
.right_side .date-item a span svg {
    height: 9px;
}
.right_side .date-item a:hover span svg {
    fill: #ba2326;
}
.right_side .xdsoft_datetimepicker {
    margin: 0;
    padding: 0;
}
.right_side .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 313px;
    max-width: 313px;
    margin: 0;
}
.fds_section .right_side {
    padding-top: 45px;
}
.fds_section .right_side .mobileColumnSlider {
    display: block;
    text-align: left;
}
.fds_section .right_side .mobileColumnSlider.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.fds_section .right_side .news .scrollbar {
    max-height: 555px;
    margin-bottom: 40px;
}

.fds_section .right_side .mobileColumnSlider .article_column {
    padding: 0;
    padding-top: 20px;
}

.fds_section .right_side .mobileColumnSlider .article_column .article_title .column_link {
    font-family: 'Ubuntu-Bold';
}

.right_side .mobileColumnSlider .article_column .article_title .column_link:hover {
    color: #ba2326;
}
.fds_section .right_side .mobileColumnSlider .article_column .article_title .column_link .article_author {
    font-family: 'Ubuntu-Regular';
}
.fds_section .boxing_top {
    border: none;
}
.fds_section .mobileSlider .box .heading-text,
.fds_section .boxing_top .box .heading-text {
    height: 72px;
    min-height: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(248, 248, 248, 0.8);
    font-family: Ubuntu-Medium;
    line-height: normal;
    font-size: 19px;
    color: #1a1a1a;
}

.fds_section .boxing_top .box .heading-text {
    width: calc(100% - 40px);
    height: auto;
    position: absolute;
    bottom: 0;
    background-color: rgb(248, 248, 248);
}

.fds_section .articles_list_content .boxing_top .box {
    max-width: 384px;
    position: relative;
    line-height: 0;
    padding-bottom: 87px;
}
.fds_section .articles_list_content .boxing_top .box a {
    margin-top: 6px;
}
.fds_section .boxing_top .box img {
    width: 100%;
    height: auto;
}
.fds_section .section_box {
    margin-top: 0;
}
.fds_section .section_box .theTitle {
    padding-top: 0;
    border: none;
}
.fds_section .articles_list_content .news {
    width: 100%;
    margin-bottom: 30px;
}
.fds_section .news .tabs {
    border-bottom: 1px solid #e6e6e6;
}
.athr_section .articles_list_content .news .scrollbar,
.fds_section .articles_list_content .news .scrollbar {
    max-height: 100%;
    overflow: auto;
}
.athr_section .articles_list_content .news .scrollbar .box,
.fds_section .articles_list_content .news .scrollbar .box {
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
}
.athr_section .articles_list_content .news .scrollbar .box p,
.fds_section .articles_list_content .news .scrollbar .box p {
    margin-top: 4px;
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    color: #888888;
}
.right_side .mobileColumnSlider .article_column {
    padding: 0 10px;
}
.right_side .mobileColumnSlider .article_column img {
    width: 100%;
    height: 70px;
    max-width: 70px;
    max-height: 70px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.right_side .mobileColumnSlider .article_column .article_title .column_link {
    color: #1a1a1a;
    font-family: Ubuntu-Medium;
    font-size: 16px;
}

.right_side .mobileColumnSlider .article_column .article_title .column_link .article_author {
    color: #888;
    font-family: Ubuntu-Regular;
    font-size: 16px;
}

.right_side .mobileColumnSlider .article_column .article_text {
    color: #444444;
    font-family: Ubuntu-Regular;
    font-size: 16px;
    font-weight: 400;
}

.right_side .mobileColumnSlider .slick-dots li.slick-active button::before {
    color: #ba2326;
    opacity: 1;
}

.news_list_date_top,
.news_list_date {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.news_list_date_top span,
.news_list_date span {
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
    color: #680709;
}

#author_list .section_box {
    width: 800px;
    max-width: 100%;
}

.athr_section .news .name_category {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.athr_section .section_box {
    margin-top: 0;
    padding-right: 20px;
}
.athr_section .section_box > .theTitle {
    padding-top: 0;
}
.athr_section .section_box > .theTitle a h1{
    font-family: 'Ubuntu-Bold';
    font-size: 30px;
    color: #930105;
}
.athr_section .theTitle,
.athr_section .articles_list_content .boxing_top {
    border: none;
}
.athr_section .boxing_top {
    padding-bottom: 35px;
}
.athr_section .boxing_top .box  {
    width: 100%;
    max-width: 100%;
}
.athr_section .articles_list_content .boxing_top .box img {
    width: 169px;
    height: auto;
    float: left;
    margin-right: 30px;
}
.athr_section .boxing_top .box span {
    display: inline-flex;
    margin-top: 0;
    font-family: 'Ubuntu-Bold';
    text-transform: uppercase;
    line-height: 0.8;
    font-size: 24px;
    color: #000;
}
.athr_section .boxing_top .box p {
    display: flex;
    word-break: break-all;
    line-height: 23px;
    font-size: 18px;
    color: #000;
}
.athr_section .boxing_top .box a {
    font-family: 'Ubuntu-Light';
    font-size: 14px;
    color: #757575;
}
.athr-social {
    display: inline-flex;
    align-items: flex-end;
    line-height: 0.7;
}
.athr-social span {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("/static/konkurent/img/icons/facebook.svg");
}
.athr_section .right_side .theTitle:first-child {
    padding-top: 0;
}
.athr_section .right_side .sideSliders {
    margin-bottom: 65px;
}
.right_side .top_article .main_theme a {
    display: block;
    line-height: 0;
}
.right_side .top_article .main_theme a img {
    max-width: 100%;
}
.right_side .top_article a .heading-text {
    min-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-color: rgb(248, 248, 248);
    font-family: Ubuntu-Medium;
    line-height: normal;
    text-align: left;
    font-size: 16px;
    color: #1a1a1a;
}
.mobileApps svg {
    fill: #fff !important;
}
.right_side .news {
    text-align: left;
}
#seven_page > .theTitle,
#articles_list > .theTitle,
.archive-section .container .theTitle {
    display: none;
}
#seven_page .banner-section.popularBanner {
    display: none;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*                                    ARTICLE                                 */
/*////////////////////////////////////////////////////////////////////////////*/

.ico_share {
    width: 120px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.ico_share > .title {
    font-family: Ubuntu-Medium;
    font-size: 16px;
    color: #ba231a;
    margin: 0 0 20px 0;
}
.ico_share .share_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ico_share .share_social div.social__content {
    width: 120px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}
.ico_share .share_social div.social__content .img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 0;
    border: 1px solid #e6e6e6;
    border-right: none;
}
.ico_share .share_social div.social__content .img:last-child {
    border-right: 1px solid #e6e6e6;
}
.ico_share .share_social div.social__content .img > svg {
    width: 40px;
    height: 24px !important;
}
.ico_share .share_social div.social__content .img > svg:hover {
    fill: #680709;
}
.ico_share .share_social div.social__content .social_number {
    width: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
}
.ico_share .share_social div.social__content .social_number > span {
    margin: auto;
    font-family: 'Ubuntu-Regular';
    color: #fff;
}

.onws_section .section_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}
.onws_section .section_box > div {
    display: block;
    position: relative;
}

.onws_section .right_side .news {
    text-align: left;
}
.onws_section .left_part {
    width: 120px;
    max-width: 120px;
    padding: 14px 0;
}
.onws_section .left_part .bannerMobile {
    display: none;
}
.last_news_bottom_scrollbar {
    display: none;
}
.onws_section .center_part {
    width: 675px;
    max-width: 100%;
    overflow: hidden;
}
.onws_section .news .scrollbar {
    max-height: 480px;
    margin-bottom: 50px;
}
.onws_section .news .theTitle:first-child {
    padding-top: 9px;
}
.center_part > h1 {
    margin-bottom: 21px;
    font-family: 'Ubuntu-Bold';
    font-size: 30px;
    color: #000;
}

.article_avtor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.article_avtor .avtor_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.article_avtor .avtor_left > span {
    margin: 0 11px;
}

.article_avtor .avtor_left .avtor_left_meta .meta_title,
.article_avtor .avtor_left .avtor_left_meta .meta_name,
.article_avtor .avtor_left .name_date span {
    font-family: "Ubuntu-Light";
    font-size: 14px;
    color: #000;
}

.avtor_left_meta span:last-child {
    margin: 5px;
    color: #000;
}

.article_avtor .avtor_left .avtor_left_meta .meta_title {
    color: #757575;
}

.avtor_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 19px;
}
.statistic:nth-child(2),
.statistic:nth-child(3) {
    cursor: pointer;
}

.statistic span {
    display: block;
    margin-right: 6px;
}
.statistic:nth-child(1) span,
.statistic:nth-child(4) span {
    pointer-events: none;
}

.statistic span svg {
    width: 14px;
    height: 16px;
    fill: #888888;
}
.statistic:nth-child(1) span.view_ico svg {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    fill: #9e9e9e;
}

.statistic:nth-child(2):hover span svg,
.statistic:nth-child(3):hover span svg,
.statistic:nth-child(2):hover span,
.statistic:nth-child(3):hover span {
    fill: #000;
    color: #000;
}
.statistic > .dislike svg {
    -webkit-transform: scale(-1, 1) rotate(180deg);
    -ms-transform: scale(-1, 1) rotate(180deg);
    transform: scale(-1, 1) rotate(180deg);
}

.statistic span {
    font-family: 'Ubuntu-Light';
    font-size: 14px;
    color: #757575;
}

.article_box .avtor_right .statistic:first-child {
    display: none;
}

.article_box .box_answer .avtor_right .statistic:first-child {
    display: flex;
}

.article_box .avtor_right .statistic {
    cursor: pointer;
}

.article_box .avtor_right .statistic  span {
    pointer-events: auto;
}

.article_box .avtor_right .statistic:hover span svg,
.article_box .avtor_right .statistic:hover span {
    fill: #000;
    color: #000;
}

.about_terms img,
.article_description img {
    max-width: 100%;
}

.about_terms .block_img,
.article_description .block_img {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about_terms .left_parent,
.article_description .left_parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: left;
    margin-right: 30px;
}

.about_terms .right_parent,
.article_description .right_parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: right;
    margin-left: 30px;
}

.about_terms .left_parent img[align='left'],
.article_description .left_parent img[align='left'] {
    float: none;
    margin: 0;
}

.about_terms .right_parent img[align='right'],
.article_description .right_parent img[align='right'] {
    float: none;
    margin: 0;
}

.about_terms img[align='left'],
.article_description img[align='left'] {
    float: left;
    margin: 0 30px 15px 0;
}
.about_terms img[align='right'],
.article_description img[align='right'] {
    float: right;
    margin: 0 0 15px 30px;
}

.about_terms p > .img_center,
.article_description p > .img_center {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about_terms table span,
.article_description table span {
    font-family: 'Ubuntu-Light' !important;
}

.about_terms table td span,
.article_description table td span {
    font-family: 'Ubuntu-Light' !important;
}

.about_terms table td strong span,
.article_description table td strong span {
    font-family: 'Ubuntu-Bold' !important;
}

.about_terms,
.article_description {
    width: 100%;
}

.about_terms > img,
.article_description > img {
    margin-bottom: 30px;
}

.about_terms p,
.article_description p {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Ubuntu-Light';
    text-align: justify;
    font-size: 18px;
}

.article_description p iframe {
    max-width: 100%;
    border: none;
}

.article_description p.center_iframe {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about_terms span,
.article_description span {
    font-family: 'Ubuntu-Light' !important;
    font-size: 18px;
}

.about_terms div,
.article_description div {
    margin-bottom: 30px;
    font-family: 'Ubuntu-Light';
    font-size: 18px;
}


.about_terms h1,
.about_terms h2,
.about_terms h3,
.about_terms h4,
.about_terms h5,
.about_terms h6,
.article_description h1,
.article_description h2,
.article_description h3,
.article_description h4,
.article_description h5,
.article_description h6 {
    font-family: 'Ubuntu-Light';
}

.about_terms h1,
.article_description h1 {
    font-size: 26px;
}

.about_terms ul,
.article_description ul {
    margin-bottom: 30px;
    padding-left: 40px;
    line-height: 22px;
    font-size: 18px;
}

.about_terms ul li,
.article_description ul li {
    list-style: disc;
}

.about_terms ol li,
.article_description ol li {
    list-style: decimal;
    font-size: 18px;
}

.about_terms a,
.about_terms li a {
    word-break: break-all;
    color: #ba2326 !important;
}

.article_description a,
.article_description li a {
    color: #ba2326 !important;
}

.about_terms li,
.article_description li {
    font-family: 'Ubuntu-Light';
}

.about_terms li a strong,
.article_description li a strong {
    color: #ba2326;
}

.about_terms li strong,
.article_description li strong {
    font-family: 'Ubuntu-Bold';
}

.about_terms p a,
.article_description p a {
    font-family: 'Ubuntu-Light';
    color: #ba2326;
}
.about_terms p strong a,
.article_description p strong a,
.about_terms p strong,
.article_description p strong {
    font-family: 'Ubuntu-Bold';
}

.about_terms blockquote,
.article_description blockquote {
    position: relative;
    margin: 20px 30px 28px 30px;
    padding: 10px 30px;
}

.about_terms blockquote:before,
.article_description blockquote:before {
    content: '';
    width: 16px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/static/konkurent/img/icons/quote_top.png') no-repeat;
}

.about_terms blockquote:after,
.article_description blockquote:after {
    content: '';
    width: 16px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('/static/konkurent/img/icons/quote_bottom.png') no-repeat;
}

.about_terms blockquote p,
.article_description blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

.about_terms table,
.article_description table {
    width: 100% !important;
    max-width: 100%;
    overflow: scroll;
    border: 1px solid #D5D5D5;
}
.about_terms table tr:nth-child(odd),
.article_description table tr:nth-child(odd) {
    background: #D5D5D5;
}

.about_terms table tr td,
.article_description table tr td {
    min-width: 50px;
    padding: 5px;
    border: 1px solid #e8e8e8;
}

.onws_section .message_error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 21px 0;
    border-top: 1px solid #e6e6e6;
}

.onws_section .message_error p {
    font-family: 'Ubuntu-Light';
    font-size: 12px;
    color: #000;
}

.onws_section .printer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.onws_section .error_printer {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.onws_section .error_printer svg {
    width: 14px;
    height: 18px;
    margin-right: 6px;
}

.onws_section .error_printer span {
    font-family: 'Ubuntu-Light';
    font-size: 14px;
}
.onws_section .error_printer span:hover {
    color: #82080b;
}
.onws_section .popularArticle_Side {
    padding-top: 45px;
    padding-bottom: 0;
}
.onws_section .share_acticles {
    padding: 25px 24px;
    background-color: #e7e7e7;
}
.onws_section .share_acticles p {
    font-family: 'Ubuntu-Light';
    line-height: 18px;
    font-size: 14px;
}
.onws_section .share_acticles p a {
    color: #ba2326;
}
.onws_section .tags_article {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}
.onws_section .tags_article span {
    margin-right: 8px;
    font-family: 'Ubuntu-Light';
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 14px;
    color: #a0a0a0;
}
.onws_section .tags_article a {
    margin: 0 7px;
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    color: #ba2326;
}
.onws_section .center_part .article_avtor {
    width: 100%;
    border: none;
}
.onws_section .comments_article {
    margin-top: 50px;
}
.onws_section .title_comments {
    padding: 12px 19px;
    background-color: #e6e6e6;
}
.onws_section .title_comments span {
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
    color: #000;
}
.comments_article .forms_comments {
    display: flex;
    margin-top: 25px;
    margin-bottom: 10px;
}
.comments_article .user_photo {
    margin-right: 20px;
}
.comments_article .user_photo img {
    width: 74px;
    height: 74px;
}
.comments_article .users_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}
.comments_article .users_input .name_users {
    width: 179px;
    max-width: 200px;
    height: 30px;
    padding-left: 15px;
    border: 1px solid #e6e6e6;
    font-family: 'Ubuntu-Regular';
    font-size: 16px;
}
.comments_article .users_input .text_users {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #e6e6e6;
    resize: vertical;
    outline: none;
    font-family: 'Ubuntu-Regular';
}
.comments_article .comments_public {
    height: 40px;
    background: #e6e6e6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.comments_article .comments_public .share_fb {
    display: flex;
    flex-direction: row;
    align-items: center;
}
 .comments_article .comments_public .share_fb span {
    font-family: 'Ubuntu-Light';
    font-size: 14px;
    color: #828282;
}
.comments_article .comments_public .share_fb a {
    margin-left: 5px;
    font-family: 'Ubuntu-Regular';
    font-size: 14px;
    color: #2878db;
}
.comments_article .comments_public .share_fb input {
    margin: 0 5px 0 0;
}
.comments_article .users_input .comments_public button {
    width: 138px;
    height: 27px;
    border: none;
    background: #ba2326;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    font-family: 'Ubuntu-Regular';
    color: #fefefe;
}
.comments_article .log_in_fb {
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: center;
    margin-top: 10px;
    background: #e6e6e6;
}
.comments_article .log_in_fb > div {
    display: flex;
    align-items: center;
    font-family: 'Ubuntu-Light';
    font-size: 14px;
}
.comments_article .log_in_fb > div a {
    height: 15px;
    margin-left: 8px;
}
.comments_article .log_in_fb img {
    width: 15px;
    height: 15px;
}
.item_comments {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.item_comments .box_title{
    display: flex;
    flex-direction: row;
}
.item_comments .profile_name {
    margin-right: 8px;
    font-family: 'Ubuntu-Bold';
    font-size: 14px;
    color: #000;
}
.item_comments .profile_date {
    font-family: 'Ubuntu-Light';
    line-height: 1.5;
    font-size: 12px;
    color: #000;
}
.item_comments button {
    margin-right: 20px;
    padding: 0;
    border: none;
    background: no-repeat;
    cursor: pointer;
    font-family: 'Ubuntu-Light';
    text-decoration: underline;
    font-size: 14px;
    color: #757575;
}
.item_comments button.active {
    color: #ba2326;
    text-decoration: none;
}
.item_comments .box_answer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    font-family: 'Ubuntu-Light';
    font-size: 14px;
    color: #757575;
}
.onws_section .item_comments .box_answer .statistic {
    display: flex;
    flex-direction: row;
}
.item_comments p {
    margin-bottom: 8px;
    font-family: 'Ubuntu-Light';
    text-align: justify;
    line-height: 18px;
    font-size: 14px;
}
.item_comments .users_input {
    margin-top: 15px;
}
.item_comments .comments_public {
    justify-content: flex-end;
}
.item_comments .users_input .comments_public button {
    width: 120px;
    margin: 0;
    text-decoration: none;
}
.sub_item_comments {
    margin-top: 20px;
    margin-left: 93px;
}
.sub_item_comments .user_photo {
    margin-right: 10px;
}
.sub_item_comments .user_photo img {
    width: 28px;
    height: 28px;
}
.sub_item_comments a svg {
    width: 11px;
    height: 11px;
}
.sub_item_comments p {
    margin-bottom: 5px;
}
.onws_section .table_responsive {
    width: 100%;
    overflow-x: auto;
}
.comments_article .users_input  input[class*="required"],
.comments_article .users_input  textarea.required {
    border-color: red;
}
.onws_section span.required {
    display: block;
    padding: 15px;
    font-family: 'Ubuntu-Light';
    color: red;
}
.oppositeView .owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    display: flex;
    flex-direction: row;
}
.oppositeView .owl-carousel .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    display: block;
    background-color: #bababa;
    border-radius: 50%;
}

.oppositeView .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #ba2326;
}

#photoVideo {
    height: 362px;
}
.last_news.oppositeView {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 120px;
    background-color: transparent;
}
.last_news.oppositeView .top-container .tabsForOpposite {
    right: 0;
}
.last_news.oppositeView .top-container .tabsForOpposite .k-icon {
    margin-left: 5px;
}
.oppositeView .top-container .tabsForOpposite a {
    margin: 0 0 0 10px;
}

.last_news .top-container .title_link {
    color: #ba2326;
}

.last_news .boxing1 .box {
    width: 200px;
    position: relative;
    padding: 10px 10px 64px 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .26);
}

.last_news .boxing1 .box span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 7px;
    background-color: rgba(255, 255, 255, .85);
    font-family: Ubuntu-Medium;
    color: #1a1a1a;
    font-size: 18px
}

.last_news .boxing1 .box img {
    width: 100%;
    margin-bottom: 5px;
}

.last_news .boxing1 .box a {
    width: calc(100% - 20px);
    min-height: 54px;
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    font-family: Ubuntu-Medium;
    text-decoration: none;
    font-size: 16px;
    color: #1a1a1a;
}

.last_news .boxing1 .box a p:hover {
    color: #82080b;
}

.LastHorizontalArticlesContent .owl-carousel .active {
    height: 205px;
    max-height: 205px;
}
.last_news .owl-stage-outer {
    padding: 0 15px;
}
.last_news .boxing1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.last_news #first-tab:after {
    display: none;
}
.news_full_size.wrapper .top-header {
    width: 100%;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
.news_full_size.wrapper .top-header .container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 13px;
    background: rgba(230, 230, 230, 0.73);
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav {
    display: flex;
    outline: none;
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav .mobile-toggle {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    outline: none;
    z-index: 1;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav .mobile-toggle .toggleButton {
    width: 34px;
    height: 4px;
    display: table-caption;
    margin: 4px 0;
    background-color: #000;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.news_full_size.wrapper .top-header .container .logo {
    text-align: center;
    display: flex;
}
.news_full_size.wrapper .top-header .container .logo a {
    display: flex;
}
.news_full_size.wrapper .top-header .container .mobile-searcher {
    width: 25%;
    display: block;
    padding-right: 50px;
    text-align: right;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .searchIcon {
    display: none;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .mobile-search-form {
    display: block;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .mobile-search-form .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: transparent;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .mobile-search-form .nav-main-search .searchForm {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .mobile-search-form .nav-main-search .searchForm input {
    width: 240px;
    height: 40px;
    padding-left: 30px;
    border: none;
}
.news_full_size.wrapper .top-header .container .mobile-searcher .mobile-search-form .nav-main-search .searchForm button {
    width: 29px;
    height: 28px;
    margin-left: 20px;
    background: url('/static/konkurent/img/icons/search.svg') no-repeat;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    font-size: 0;
}
.news_full_size.wrapper .top-header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
}
.news_full_size.wrapper .top-banner,
.news_full_size.wrapper .main-menu,
.news_full_size.wrapper .top-header .container .persons,
.news_full_size.wrapper .top-header .container .applications,
.news_full_size.wrapper .bottom-nav {
    display: none;
}
.news_full_size.wrapper .top-header .container .mobNav {
    width: 25%;
}
.news_full_size.wrapper .top-header .container .mobNav .opened {
    display: block;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav .nav-list {
    width: 850px;
    height: auto;
    display: none;
    position: absolute;
    top: 107px;
    left: 0;
    padding-bottom: 170px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list ul:nth-child(0n+1) li {
    padding: 24px 0;
    border-top: 1px solid #b7b7b7;
    text-align: center;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list ul:nth-child(0n+1) li a {
    font-family: Ubuntu-Medium;
    text-transform: uppercase;
    font-size: 26px;
    color: #000;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list ul:nth-child(0n+1) li a span {
    color: #ba2326;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list ul:nth-child(0n+2) li:nth-child(0n+1) {
    padding: 0;
    font-family: Ubuntu-Medium;
    font-size: 41px;
    color: #000;
}
.news_full_size.wrapper .top-header .container .mobNav .opened .nav-list ul:nth-child(0n+2) li a {
    font-family: Ubuntu-Regular;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 23px;
    color: #000;
}
.news_full_size.wrapper .top-header .container .mobile-nav .nav-list.hidden {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 150px;
    padding-top: 220px;
}
.news_full_size.wrapper .top-header .container .mobile-nav .nav-list.hidden > ul {
    flex: 0 0 50%;
    margin: 0;
    padding: 0;
}
.news_full_size.wrapper .top-header .container .mobile-nav .nav-list.hidden > ul.bottom-toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
}
.news_full_size.wrapper .top-header .container .mobile-nav .nav-list.hidden > ul.bottom-toggle-menu li:first-child {
    line-height: 0.7;
}
.news_full_size.wrapper .top-header .container .mobile-nav .nav-list.hidden > ul.bottom-toggle-menu li {
    margin-bottom: 40px;
}
.mobile-toggle_close {
    display: none;
}
.news_full_size.wrapper .mobile-toggle_close {
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    padding: 9px 0;
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav .mobile-toggle_close .toggleButton {
    width: 34px;
    height: 1px;
    display: table-caption;
    margin: 4px 0;
    background-color: #585858;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    transform: rotate(45deg);
}
.news_full_size.wrapper .top-header .container .mobNav .mobile-nav .mobile-toggle_close .toggleButton:last-child {
    position: absolute;
    transform: rotate(-45deg);
    margin-top: -5px;
}
.about_seven {
    display: block;
}
.wrapper .about_mobile_baner {
    margin: 10px 0 !important;
}
.news_full_size_content {
    display: none;
}
.news_full_size.wrapper .news_full_size_content {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}
.news_full_size.wrapper .news_full_size_content:after {
    content: '';
    width: 100%;
    height: 45%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000', GradientType=0 );
}
.news_full_size.wrapper .news_full_size_content .full_img {
    width: 100%;
}
.news_full_size.wrapper .news_full_size_content .full_title {
    width: 100%;
    max-width: 830px;
    position: absolute;
    bottom: 65px;
    padding-right: 50px;
    z-index: 1;
}
.news_full_size.wrapper .news_full_size_content .full_title h1 {
    margin-bottom: 25px;
    font-family: 'Ubuntu-Bold';
    font-size: 48px;
    color: #fff;
}
.news_full_size.wrapper .news_full_size_content .meta_title {
    font-family: 'Ubuntu-Light';
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.news_full_size.wrapper .news_full_size_content .meta_name {
    font-family: 'Ubuntu-Medium';
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}
.news_full_size.wrapper .news_full_size_content .athr-social {
    margin-left: 5px;
    font-family: 'Ubuntu-Medium';
    font-size: 14px;
    color: #fff;
}
.news_full_size.wrapper .center_part > h1 {
    display: none;
}

.news_full_size.wrapper .full_img img {
    width: 100%;
    height: 100vh;
    object-fit:cover;
}
.news_full_size.wrapper .onws_section .article_avtor {
    padding-top: 13px;
}
.news_full_size .athr-social span {
    background-image: url(/static/konkurent/img/icons/facebook_white.svg);
}

.item-contact.map .maps_mobile {
    display: none;
}
.pp_pv_banner.banner-section.popularBanner {
    display: none;
}
.arc_section .articles_list_content .boxing_top .box a {
    margin-top: 0;
}
.arc_section .articles_list_content .boxing_top .box a:hover {
    color: #ba2326;
}
.arc_section .articles_list_content .boxing_top .box img {
    margin-bottom: 15px;
}
.arc_section .articles_list_content .boxing_articles .box {
    display: inline-block;
}
.wrapper .arc_section .archivePaginator {
    margin-top: 0;
}
.ndx_oppositeView {
    padding-bottom: 1px;
}
.seven_popular_banner {
    display: block;
}
.banner-section.popularBanner.seven_popular_banner1 {
    display: none;
}
.seven_publication.container .news {
    margin-bottom: 60px;
}
.list_feeds_banner,
.list_articles_banner_bottom,
.mobile_banner_articles_list {
    display: none;
}
#feeds_list .topArticleSlider.mobileSlider {
    display: none;
}

.detailsbanner,
.detailsbanner_bottom,
.article_description_banner {
    display: none;
}

.article_description_banner,
.article_description_banner div {
    margin: 0;
}

.oppositeView .top-container .tabsForOpposite_copy {
    display: none;
}
.wrapper .photoVideo .owl-carousel .owl-item .box {
    width: 100%;
}
.right_side .popularArticle .top-container .tab-icons a .chooseView {
    top: -19px;
}
.avtor_left_meta {
    color: #fff;
}
.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
}
.main-content .slider_photo .slick-slider .slick-track,
.main-content .slider_video .slick-slider .slick-track {
    display: flex;
    align-items: flex-end;
}
#first-tab {
    position: relative;
}
#first-tab > span {
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    top: 50%;
    left: calc(50% - 15px);
}
.SliderPhotoVideoContent .owl-stage-outer {
    background: #f8f8f8;
}
.articles_list_slider.photoVideo.top_themes_slider #first-tab:after {
    display: none;
}
.photoVideo.archv_slider_photo {
    margin-bottom: 80px;
    padding-bottom: 0;
}
.articles_list_content .boxing_articles .box .date-time .user_feeds {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #e6e6e6;
}
.top_themes_slider.seven_top_slider .owl-dots {
    bottom: -45px;
}
.right_side .sideSliders {
    overflow: hidden;
}
.banner250x250 {
    width: 250px;
    height: 250px;
    display: block;
    /*background: url("/static/konkurent/img/banners/250x250.jpg");*/
}
.banner300 {
    width: auto;
    height: 250px;
    /*background: url("/static/konkurent/img/banners/banner300.jpg");*/
}

.archive_aside .desktop_banner {
    display: flex;
}

div.banner300 {
    width: 300px;
    display: inline-block;
    margin: 0 auto;
}

.banner320x50 {
    width: 320px;
    height: 50px;
    display: block;
    /*background: url("/static/konkurent/img/banners/320x50.jpg");*/
}
.banner320x100 {
    width: 320px;
    height: 100px;
    display: block;
    /*background: url("/static/konkurent/img/banners/320x100.jpg");*/
}

div.banner320x100 {
    margin: 0 auto;
}

.banner468 {
    width: 468px;
    height: 60px;
    display: inline-block;
    /*background: url("/static/konkurent/img/banners/banner468.jpg");*/
}
.banner728x90 {
    width: 728px;
    height: 90px;
    display: inline-block;
    /*background: url("/static/konkurent/img/banners/banner728x90.jpg");*/
}
.banner970 {
    width: 970px;
    height: 90px;
    /*background: url("/static/konkurent/img/banners/header-banner.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
}

.about_terms .responsive-box,
.article_description .responsive-box {
    position: relative;
    width: 100%;
}
.about_terms .responsive-box::before,
.article_description .responsive-box::before {
    content: "";
    display: block;
    padding-top: 52.25%;
}
.about_terms .content_iframe,
.article_description .content_iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #ccc;
}

.about_terms .content_iframe iframe,
.article_description .content_iframe iframe {
    width: 100%;
    height: 100%;
}

.application_youtube::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    background: url("/static/konkurent/img/app_youtube.svg") no-repeat;

}

.about_terms .img_description,
.article_description .img_description {
    display: block;
    margin: 10px 0 5px 0;
    font-family: 'Ubuntu-Light-Italic';
    word-break: break-word;
    line-height: normal;
    font-size: 16px;
}

.about_terms .block_img_left,
.article_description .block_img_left,
.about_terms .block_img_right,
.article_description .block_img_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
}

.about_terms .block_img_left img,
.article_description .block_img_left img,
.about_terms .block_img_right img,
.article_description .block_img_right img {
    float: none;
    margin: 0;
}

.about_terms .block_img_left .img_description,
.article_description .block_img_left .img_description,
.about_terms .block_img_right .img_description,
.article_description .block_img_right .img_description {
    margin: 10px 0 5px 0;
}

.about_terms .block_img_left,
.article_description .block_img_left {
    float: left;
    margin-right: 30px;
}

.about_terms .block_img_right,
.article_description .block_img_right {
    float: right;
    margin-left: 30px;
}

.about_terms .block_img_center,
.article_description .block_img_center {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.about_terms .author,
.article_description .author {
    margin: 5px 0 10px;
    font-family: 'Ubuntu-Light-Italic';
    word-break: break-all;
    font-size: 14px;
}
.about_terms .author span,
.article_description .author span {
    margin: 0 10px 0 0;
    padding: 0;
    font-family: 'Ubuntu-Light-Italic';
    font-size: 14px;
    color: #757575;
}

.fb_widget {
    width: 590px;
    height: 339px;
    background: url("/static/konkurent/img/fb_widget.jpg");
}

.fb_widget #fb_widget {
    display: block;
}

.fb_widget .swal-title {
    padding: 15px;
    font-family: 'Ubuntu-Regular';
    font-size: 24px;
    color: #ba2326;
}

.fb_widget .swal-footer .swal-button-container {
    margin: 0;
}
.fb_widget .swal-footer .swal-button {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #ba2326;
    border: none !important;
    border-radius: 0 5px 0 0;
    box-shadow: none;
}
.fb_widget .swal-footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

#fb_widget {
    display: none;
}

#fb_widget .fb_iframe_widget {
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.about_terms img {
    height: auto !important;
}

.article_description .content_iframe_fb {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.article_description .content_iframe_fb iframe {
    max-width: 100%;
    max-height: 100%;
}

a#archives_lazy_articles_load.hide .arrow_down {
    display: inline-block;
    margin: 0 0 0 5px;
    transform: rotate(180deg);
    line-height: 0;
}

.articles_list_slider.oppositeView .owl-carousel .owl-dots {
    bottom: -75px;
}

.footer .slog {
    display: none;
}

.addString.footer .footer_info .item .footerMenu, .footer .footer_info .item .footerNavigation, .footer .footer_info .item .footerSocial {
    padding-bottom: 38px;
}

.addString.footer .footer_info .item ul li a {
    line-height: 39px;
}

.addString.footer .slog {
    display: block;
    margin-top: 15px;
    font-family: Ubuntu-Regular;
    font-weight: 400;
    font-size: 12px;
    color: #888;
}