* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

.page {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 310px;
    background-color: #f5f5f5;
    overflow: hidden;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.main_center {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1092px;
    padding: 0 16px;
    margin: 0 auto
}

body {
    background-color: #f5f5f5
}

body.mm_noscroll {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.fixed_header {
    position: fixed;
    top: 0;
    width: 100%
}

/*!==== HEADER START =====*/
header {
    display: block;
    position: relative;
    width: 100%;
    min-width: 310px;
    z-index: 999;
    background: #fff;
}

main.p_top {
    padding-top: 80px
}

@keyframes fix {
    0% {
        top: -120px
    }

    100% {
        top: 0
    }
}

.header_top.scroll_head nav.nav_mobile {
    height: calc(100% - 60px)
}

.header_bottom.visible_mob {
    position: fixed;
    top: 0;
    left: 0;
    animation: fix .6s ease;
    -webkit-animation: fix .6s ease
}

.header_top {
    position: relative;
    width: 100%;
    padding: 1px 0;
    background: #444;
}

.header_bottom {
    position: relative;
    width: 100%;
    padding: 4px 0;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
}

.header_top .main_center,.header_bottom .main_center {
    display: flex;
    align-items: center
}

.header_left {
    display: block;
    width: auto;
    float: left;
    margin: 0 auto 0 0
}

.header_right {
    display: flex;
    align-items: center;
    width: auto;
    float: left;
    margin: 0 0 0 0
}

.hd_info {
    display: block;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    color: #0e1013
}

.menu_desk.clicked::before {
    background-position: 0 100%
}

.menu_btn {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    padding: 0 0 0 24px;
    margin: 0 0 0 20px;
    cursor: pointer
}

.menu_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer
}

.menu_desk::before {
    background-image: url(../images/menu_desk.svg)
}

.menu_mobile::before {
    background-image: url(../images/menu.svg)
}

.menu_close::before {
    position: relative;
    background-image: url(../images/close.svg)
}

.menu_close {
    position: absolute;
    padding: 18px 16px;
    right: 0;
    top: 0
}

.menu_name {
    display: block;
    position: relative;
    padding-left: 8px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111
}

.menu_desk {
    display: block
}

.menu_mobile {
    display: none
}

.search_opn.clicked {
    background-position: 0 100%
}

.search_opn {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 0 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/search_opn.svg);
    cursor: pointer
}

/*!Langs*/
.language.desk {
    display: block
}

.language.mobile {
    display: none
}

.language {
    display: block;
    position: relative;
    float: left;
    margin-right: 16px;
    padding: 6px;
    background: transparent linear-gradient(180deg,#11111110 0%,#22222210 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.desk_lang {
    display: block;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.desk_lang li {
    display: block;
    float: left;
    list-style: none;
    padding: 0 6px
}

.desk_lang li a {
    display: block;
    text-align: center;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: .5;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.desk_lang li.active a {
    opacity: 1
}

.desk_lang li a:hover {
    opacity: 1
}

/*!Little menu*/
.desk_little_menu {
    display: block;
    float: left;
    margin: 0 0 0 11px
}

.desk_little_menu li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 30px 0 0
}

.desk_little_menu li a {
    display: block;
    text-align: center;
    font-family: alumni sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.desk_little_menu li a:hover {
    color: #111
}

/*!Langs*/
.logo_sect {
    display: block;
    float: left;
    width: auto
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: auto
}

.logo_img {
    display: block;
    width: 153px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/logo.png);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.hd_search {
    position: absolute;
    width: 100%;
    background: #d50000;
    padding: 0;
}

.hd_search .search_row {
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.search_input::placeholder {
    color: #777
}

.search_input {
    display: block;
    float: left;
    background: 0 0;
    width: calc(100% - 24px);
    padding: 16px 16px 16px 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    white-space: nowrap;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.search_btn {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/search_icon.svg);
    cursor: pointer;
    padding: 0
}

nav.nav_desk {
    display: block;
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto 0 0;
    z-index: 999
}

ul.hdr_menu {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

ul.hdr_menu>li {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    margin: 0 30px 0 0;
    list-style: none
}

ul.hdr_menu>li>a {
    display: block;
    position: relative;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

ul.hdr_menu li.active a {
    color: #fff;
}

ul.hdr_menu li a:hover {
    color: #ec1f27
}

ul.hdr_menu li:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%)
}

ul.hdr_menu li.active>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%)
}

.dropdown {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
    min-width: 190px;
    width: 180px;
    top: 50px;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px #00000005;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%)
}

.dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%)
}

.dropdown ul.hdr_menu>li {
    float: none;
    margin: 10px 0
}

.mob_body {
    width: 100%;
    max-height: calc(100% - 110px);
    margin: 20px 0;
    overflow: auto
}

.mob_header {
    width: 100%
}

.mob_ftr {
    width: 100%;
    padding: 20px 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.scl_name_mbl {
    display: block;
    position: relative;
    margin: 0 0 22px;
    text-align: left;
    font-family: manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .32px;
    color: #7f7f7f;
    opacity: 1
}

.mob_ftr .socials {
    display: flex;
    justify-content: center;
    float: none
}

.mob_ftr .scl_name {
    color: #efefef
}

nav.nav_mobile.transformed {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%)
}

nav.nav_mobile {
    display: block;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 14px 16px;
    margin: 0 auto 0;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    z-index: 9999999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

nav.nav_mobile ul.hdr_menu {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 20px
}

nav.nav_mobile ul.hdr_menu>li:nth-last-child(4) {
    margin-top: 50px
}

nav.nav_mobile ul.hdr_menu>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 20px;
    break-inside: avoid
}

nav.nav_mobile ul.hdr_menu>li>a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .8px;
    color: #fff
}

nav.nav_mobile ul.hdr_menu>li>a::after {
    display: none
}

nav.nav_mobile .dropdown::before {
    display: none
}

nav.nav_mobile .dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    padding: 5px 10px 0;
    min-width: 190px;
    width: auto;
    top: 0;
    left: 0;
    background: 0 0!important;
    box-shadow: none;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transition: all ease 0s;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -ms-transition: all ease 0s;
    -o-transition: all ease 0s
}

.cnt_link:hover {
    color: #1e88e5
}

.cnt_link {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    margin: 0 0 20px;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #0e1013;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sing_links:hover {
    background-color: #0d47a1
}

.sing_links {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    min-width: 220px;
    margin: 0 0 0 auto;
    padding: 16px 29px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    background-color: #1e88e5;
    box-shadow: 0 3px 20px #1e88e533;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.sign_itm {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 26px
}

.sign_itm span {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff
}

.sign_itm::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/user.svg) no-repeat center
}

/*!==== HEADER FINISH =====*/
/*!==== FOOTER START =====*/
footer {
    display: block;
    position: relative;
    width: 100%;
    background: transparent linear-gradient(180deg,#FFFFFF 0%,#F4F6F6 68%,#E7E9E9 100%)
}

.ftr_top {
    display: block;
    width: 100%;
    padding: 40px 16px 20px
}

.ftr_top .main_center {
    display: flex;
    flex-wrap: wrap
}

.footer_full {
    width: 100%
}

.ftr_left {
    display: block;
    float: left;
    margin: 0 auto 0 0
}

.ftr_right {
    display: block;
    float: right;
    margin: 0 0 0 auto
}

.ftr_social {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid #e7e9e9
}

.ftr_social .main_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ftr_social .logo_img {
    width: 204px;
    height: 40px;
    background-image: url(../images/logo.png)
}

.socials {
    display: block;
    width: auto
}

.socials li:first-child {
    margin: 0
}

.socials li {
    display: block;
    float: left;
    margin: 0 0 0 0px
}

.ftr_social .social_icon {
    background-color: #fff;
    border: 2px solid #d50000;
}

.ftr_social .social_icon:hover {
    border-color: #ec1f27
}

.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #1111111a;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.social_icon:hover {
    border-color: transparent;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.scl_name {
    display: block;
    float: left;
    padding: 0 0 0 10px;
    text-align: left;
    font-family: manrope;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.scl_icn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.scl_icn img {
    width: 100%;
    height: 100%
}

.app_future {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: left;
    margin: 0 0 0 30px
}

.app_title {
    display: block;
    float: left;
    margin: 0 16px 0 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    opacity: 1
}

.app_items {
    display: block;
    float: left
}

.app_icn {
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.app_icn img {
    display: block
}

.address_sect {
    display: flex;
    flex-wrap: wrap;
    float: right;
    width: 520px;
    margin: 0 0 0 auto
}

.adrs_list {
    flex-wrap: wrap;
    width: 100%
}

.adrs_list li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.adr_name {
    display: block;
    float: left;
    min-width: 57px;
    padding: 0 10px 0 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #777;
    opacity: 1
}

.adr_info a {
    margin-right: 20px
}

.adr_info,.adr_info a {
    display: block;
    float: left;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.ftr_menu_sect {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: calc(100% - 520px);
    margin: 0 auto 0 0
}

.footer-list {
    display: block;
    width: 100%;
    column-count: 4;
    column-gap: 20px
}

.footer-list>li {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 0px;
    break-inside: avoid
}

.footer-list>li>a {
    display: block;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.footer-list li a:hover {
    color: #ec1f27
}

.copyrite {
    display: block;
    width: 100%;
    padding: 26px 16px;
    background-color: #111
}

.copyrite .main_center {
    display: flex;
    align-items: center
}

.copyrite_inner {
    display: block;
    width: 100%;
    text-align: left;
    font-family: alumni sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1
}

.cpy_text {
    display: block;
    width: 100%;
    margin: 0 0 20px
}

.copy_bottom {
    display: flex;
    align-items: center
}

.created_by_sm {
    display: flex;
    align-items: center;
    float: left;
    width: auto;
    min-width: 162px;
    margin: 0 10px 0 0;
    word-break: break-word
}

.creat_sm_title {
    display: block;
    float: left;
    width: auto;
    padding: 0 6px 0 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff
}

.copy_site {
    display: block;
    float: left;
    width: auto;
    margin: 0 30px 0 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #a2a2a2;
    opacity: 1
}

.creat_sm_icon {
    display: block;
    float: left;
    width: 92px;
    height: 20px
}

.creat_sm_icon img {
    display: block;
    width: 100%;
    height: 20px
}

.copy_bottom .desk_little_menu li a {
    color: #a2a2a2
}

.copy_bottom .desk_little_menu li {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 0 15px;
    padding: 0 0 0 21px
}

.copy_bottom .desk_little_menu li:first-child:before {
    display: none
}

.copy_bottom .desk_little_menu li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: transparent linear-gradient(180deg,#E7E9E9 0%,#DBDBDB 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.ftr_second {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px
}

.ftr_second>li {
    display: block;
    float: left;
    margin: 0 36px 0 0
}

.ftr_second>li>a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.ftr_second.term_list>li>a {
    font-weight: 500;
    font-size: 13px
}

.ftr_second li a:hover {
    color: #cbcbcb
}

/*!==== FOOTER FINISH =====*/
/*!==== MAIN START =====*/
main {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0
}

.section_wrap {
    display: block;
    position: relative;
    width: 100%
}

.wrap_left {
    float: left;
    width: calc(100% - 300px);
    padding: 0 20px 0 0
}

.wrap_right {
    float: left;
    width: 300px
}

.sect_header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 16px;
    background-color: #fff
}

.sect_body {
    display: block;
    width: 100%
}

.sect_footer {
    display: block;
    width: 100%
}

.sect_head {
    display: block;
    width: auto;
    padding: 0 0 2px;
    margin-right: 20px;
    position: relative
}

.sect_head::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #ec1f27;
    position: absolute;
    bottom: 0;
    left: 0
}

.sect_title {
    display: inline-flex;
    align-items: center;
    width: auto;
    position: relative;
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.extra_bold .sect_title {
    font-size: 33px
}

.red_t {
    margin-left: 3px;
    color: #ec1f27
}

.more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px 0 0
}

.more_link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/reload.svg)
}

.more_link {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 30px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.sect_catg {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 0 0 0;
    position: relative;
    text-align: left;
    font-family: manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .68px;
    color: #9d0727;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.swiper-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden
}

.benefit_tabs {
    width: 100%;
    position: relative
}

.bf_tb_hd {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    background-color: #111
}

.bt_tb_title:last-child {
    margin-right: 0!important
}

.bt_tb_title {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 20px;
    position: relative;
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #777;
    opacity: 1;
    cursor: pointer;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.bt_tb_title::after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #ec1f27;
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.bt_tb_title:hover {
    color: #fff
}

.bt_tb_title.active {
    color: #fff;
    opacity: 1
}

.bt_tb_title.active::after {
    transform: scaleX(1);
    transform-origin: left
}

.bf_tb_items {
    display: none;
    width: 100%
}

.bf_tb_items.active {
    display: block
}

/*!Main Manshet tab*/
.main_slider .popular_slider {
    display: block;
    position: relative;
    overflow: hidden
}

.main_slider .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main_slider .popular_slider::before {
    content: "";
    display: block;
    position: relative;
    padding-top: 30%
}

.main_slider .popular_full {
    background-color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.main_slider .swiper-link {
    height: 100%;
    align-items: flex-start;
    background: transparent linear-gradient(180deg,#E7E9E9 0%,#F4F6F6 35%,#FFFFFF 100%);
    box-shadow: 0 0 10px #00000005
}

.mnsh_img {
    display: flex;
    justify-content: center;
    float: left;
    width: 533px;
    position: relative;
    overflow: hidden;
    z-index: 4
}

.mnsh_img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(270deg,#111111 0%,#11111100 100%);
    z-index: 1
}

.mnsh_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 59%
}

.mnsh_img img,.mnsh_img video,.mnsh_img iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.mnsh_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    position: absolute;
    right: 0;
    padding: 0 40px;
    width: calc(100% - 492px);
    height: 100%
}

.manshet_main .mnsh_content {
    background-color: #111
}

.mn_center {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5
}

.mnsh_title {
    text-align: left;
    color: #ec1f27
}

.top_sld_catg {
    display: block;
    width: 100%;
    text-align: right;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    word-wrap: break-word
}

.nw_date_sect {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 0 32px 32px;
    left: 0;
    bottom: 0
}

.nw_date {
    text-align: left;
    font-family: manrope;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #7f7f7f;
    opacity: 1
}

.main_slider .popular_full {
    position: relative;
    padding-right: 48px
}

.main_slider .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    padding: 2px 4px;
    width: 48px;
    height: 100%;
    background-color: #fff;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.main_slider .swiper-pagination-bullet {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 2px auto!important;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.main_slider .swiper-pagination-bullet-active {
    color: #fff;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.wrap_right_slider {
    padding: 0px 0 10px 0
}

.main_slider.all_read .swiper-container {
    position: relative;
    width: auto;
    height: auto
}

.main_slider.all_read .popular_slider::before {
    display: none
}

.all_read .mnsh_img {
    float: none;
    width: 100%
}

.all_read .mnsh_img::after {
    background: transparent linear-gradient(180deg,#11111100 0%,#111111CC 62%,#111111 100%)
}

.all_read .mnsh_img::before {
    padding-top: 59%
}

.same_slider .mnsh_img::before {
    padding-top: 72%
}

.main_slider.all_read .popular_full {
    padding-right: 0
}

.main_slider.all_read .swiper-link {
    display: block
}

.main_slider.all_read .swiper-pagination {
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 16px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 44px
}

.main_slider.all_read .swiper-pagination-bullet {
    background: transparent linear-gradient(180deg,#F4F6F6 0%,#E7E9E9 100%);
    margin: 0 3px!important;
    width: 64px;
    border-radius: 5%;
    height: 30px
}

.main_slider.all_read .swiper-pagination-bullet-active {
    color: #fff;
    background: transparent linear-gradient(180deg,#c30010 0%,#c30010 100%)
}

.main_slider.same_slider .swiper-pagination {
    display: inline-flex;
    float: right;
    justify-content: flex-end;
    width: auto;
    height: auto;
    right: 0;
    left: auto;
    top: auto;
    bottom: auto;
    padding: 0 16px 0 0
}

.main_slider.same_slider .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    margin: 0 0 0 5px!important;
    background: transparent linear-gradient(180deg,#F4F6F6 0%,#E7E9E9 100%);
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.main_slider.same_slider .swiper-pagination-bullet-active {
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.all_read .mnsh_content {
    float: none;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px #00000005;
    padding: 16px 16px 76px;
    width: 100%;
    height: auto
}

.same_slider .mnsh_content {
    float: none;
    position: absolute;
    background: 0 0;
    box-shadow: 0 0 10px #00000005;
    padding: 20px 16px;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0
}

.main_slider.all_read .top_sld_catg {
    text-align: left;
    font-size: 26px;
    color: #111;
    -webkit-line-clamp: 2
}

.main_slider.same_slider .top_sld_catg {
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    -webkit-line-clamp: 2
}

.main_slider.all_read .stat_date::before {
    display: none
}

.main_slider.all_read .stat_date {
    display: flex;
    padding: 0 0 6px;
    color: #fff
}

.dd_slide .mnsh_img::before {
    padding-top: 72%
}

.main_slider.dd_slide .swiper-pagination {
    height: 76px;
    background-color: #111;
    padding: 16px 10px;
    bottom: 0
}

.main_slider.dd_slide .swiper-pagination-bullet {
    background: 0 0;
    color: #fff;
    width: 44px;
    height: 44px
}

.main_slider.dd_slide .swiper-pagination-bullet-active {
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.dd_slide .mnsh_content {
    align-items: flex-end;
    float: none;
    position: relative;
    background: #111;
    box-shadow: 0 0 10px #111;
    padding: 35px 0 72px;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    overflow: visible
}

.dd_slide .mn_center {
    align-items: flex-end;
    position: absolute;
    padding: 0 16px;
    width: 100%;
    height: auto;
    bottom: auto;
    left: 0;
    z-index: 8
}

.main_slider.dd_slide .top_sld_catg {
    margin-bottom: 6px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    -webkit-line-clamp: 2
}

.main_slider.dd_slide .stat_date {
    display: flex;
    padding: 0 0 6px;
    font-weight: 700;
    font-size: 30px;
    color: #f4f6f6
}

.dd_title {
    display: block;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    word-wrap: break-word;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-text-stroke-width: .5px;
    -moz-text-stroke-width: .5px;
    -o-text-stroke-width: .5px;
    -ms-text-stroke-width: .5px;
    text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    -moz-text-stroke-color: #fff;
    -o-text-stroke-color: #fff;
    -ms-text-stroke-color: #fff;
    text-stroke-color: #fff
}

.right_sliders {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.right_sliders .orderCss:nth-child(1) {
    order: 1
}

.right_sliders .orderCss:nth-child(2) {
    order: 2
}

.right_sliders .orderCss:nth-child(3) {
    order: 3
}

.right_sliders .orderCss:nth-child(4) {
    order: 4
}

.right_sliders .orderCss:nth-child(5) {
    order: 5
}

.right_sliders .orderCss:nth-child(6) {
    order: 6
}

.manshet_specl .swiper-pagination {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 14px;
    bottom: auto;
    left: -2px;
    width: calc(100% + 4px);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.manshet_specl .swiper-pagination-bullet {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: calc(10% - 4px);
    height: 3px;
    margin: 0 2px!important;
    background: #a2a2a2;
    opacity: .5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.manshet_specl .swiper-pagination-bullet-active {
    background: #ec1f27;
    opacity: 1
}

.manshet_specl {
    display: block;
    width: 100%;
    margin: 0
}

.manshet-link {
    display: block;
    width: 100%;
    height: 100%
}

.manshet_specl .manshet-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1
}

.manshet_specl .msh-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 655px;
    padding: 40px 0
}

.manshet_specl .manshet-date {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 8px 16px;
    margin: 0 0 10px;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.manshet_specl .manshet-text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.manshet_specl .mobile_shw {
    display: none
}

.mn_line_bg {
    padding-right: 14px;
    padding-left: 14px;
    font-weight: 900;
    font-size: 40px;
    color: #111
}

.manshet-text.desk_shw .mn_p {
    background-color: #fff;
    padding: 14px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 86px
}

.manshet-text.mobile_shw.mn_p {
    display: inline-block;
    margin-bottom: 6px;
    padding: 12px 14px;
    background-color: #fff;
    box-shadow: 0 0 14px #00000005;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.manshet_specl .sld_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 54%
}

.manshet_specl .sld_img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 0 0 auto;
    overflow: hidden
}

.sld_img img,.thumb_img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover
}

.manshet_specl .thumb_img img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.thumb_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%
}

.thumb_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer
}

.swiper-button-next:after,.swiper-button-prev:after {
    display: none
}

.manshet_specl .mySwiperTop {
    display: block;
    width: 100%;
    margin: 0 auto
}

.manshet_specl .mySwiperThumb {
    display: block;
    width: 100%
}

.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer
}

.mySwiperTop {
    width: 100%
}

.mySwiperThumb {
    padding: 0
}

.mySwiperThumb .swiper-slide {
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.manshet_specl .mySwiperThumb .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #11111110;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 2
}

.manshet_specl .mySwiperThumb .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ec1f27;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 3
}

.manshet_specl.mySwiperThumb .swiper-slide-thumb-active::before {
    opacity: 0
}

.manshet_specl .mySwiperThumb .swiper-slide-thumb-active .thumb_img img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.wrap_popular.manshet_mediatr {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px
}

.desk_show_md {
    display: block!important
}

.mobile_show_md {
    display: none!important
}

.wrap_popular.manshet_mediatr .sect_header {
    margin-bottom: 20px;
    background-color: #111
}

.wrap_popular.manshet_mediatr .sect_body {
    padding: 10px 20px;
    background-color: #111;
    box-shadow: 0 0 10px #00000005
}

.manshet_mediatr .manshet-link {
    display: flex;
    flex-wrap: wrap
}

.manshet_mediatr .manshet-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 43%;
    padding: 20px 0 20px 16px;
    margin: 0 0 0 auto
}

.manshet_mediatr .msh-all {
    display: block;
    width: 100%
}

.manshet_mediatr .manshet-date {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5
}

.manshet_mediatr .manshet-text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.thumb-content {
    display: block;
    width: 100%
}

.manshet_mediatr .thumb_wrapper .manshet-text {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    -webkit-line-clamp: 2
}

.manshet_mediatr .sld_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%
}

.manshet_mediatr .sld_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 57%;
    margin: 0 auto 0 0;
    overflow: hidden
}

.play_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: absolute;
    background: linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    box-shadow: 0 0 10px #11111114;
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.play_icon::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 10px #11111114;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.play_icon.video::before {
    background-image: url(../images/play.svg)
}

.play_icon.foto::before {
    background-image: url(../images/play_foto.svg)
}

.manshet_mediatr .sld_img .play_icon {
    width: 44px;
    height: 44px
}

.manshet_mediatr .sld_img .play_icon::before {
    width: 24px;
    height: 24px;
    background-image: url(../images/play.svg)
}

.manshet_mediatr .sld_img .play_icon.foto::before {
    width: 24px;
    height: 24px;
    background-image: url(../images/play_foto.svg)
}

.manshet_mediatr .thumb_img .play_icon {
    width: 24px;
    height: 24px
}

.manshet_mediatr .thumb_img .play_icon::before {
    width: 10px;
    height: 10px;
    background-image: url(../images/play.svg)
}

.manshet_mediatr .thumb_img .play_icon.foto::before {
    width: 10px;
    height: 10px;
    background-image: url(../images/play_foto.svg)
}

.manshet_mediatr .thumb_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer
}

.manshet_mediatr .thumb_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%
}

.wrap_popular.manshet_mediatr .swiper-pagination {
    display: inline-flex;
    float: right;
    justify-content: flex-end;
    width: auto;
    height: auto;
    right: 0;
    left: auto;
    top: 20px;
    bottom: auto;
    padding: 0 0 0 16px
}

.wrap_popular.manshet_mediatr .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0 0 5px!important;
    background: transparent linear-gradient(180deg,#F4F6F6 0%,#E7E9E9 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.wrap_popular.manshet_mediatr .swiper-pagination-bullet-active {
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.wrap_popular.manshet_mediatr .swiper-button-next,.wrap_popular.manshet_mediatr .swiper-button-prev {
    background-color: #111;
    border: 2px solid #fff
}

.wrap_popular.manshet_mediatr.mobile_show_md .swiper-button-next,.wrap_popular.manshet_mediatr.mobile_show_md .swiper-button-prev {
    display: none!important
}

.wrap_popular.manshet_mediatr .swiper-button-next {
    position: absolute;
    float: right;
    background-image: url(../images/next_m.svg);
    top: auto;
    right: 0;
    left: auto;
    margin: 0 0 0 auto
}

.wrap_popular.manshet_mediatr .swiper-button-prev {
    position: absolute;
    float: left;
    background-image: url(../images/prev_m.svg);
    top: auto;
    left: 0;
    right: auto;
    margin: 0 10px 0 0
}

.manshet_mediatr .mySwiperTop {
    display: block;
    width: 100%;
    margin: 0 auto
}

.manshet_mediatr .thumb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 16px 0 10px
}

.manshet_mediatr .thumb_wrapper .mySwiperThumb {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto
}

.manshet_mediatr.mobile_show_md .thumb_wrapper .mySwiperThumb {
    width: 100%!important
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px
}

.col {
    display: block;
    float: left
}

.col_in {
    display: block;
    width: 100%
}

.col_in.item_news {
    display: block;
    width: 100%;
    padding: 14px 16px 40px;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

/*!Section Date and Valyuta*/
.wrap_valyuta_wth {
    width: 100%;
    margin: 10px 0 0
}

.wrap_valyuta_wth .sect_body {
    display: flex;
    width: 100%;
    padding: 2px 6px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000005
}

.valyuta_section {
    position: relative;
    float: left;
    padding: 0
}

.left_marq {
    display: flex;
    align-items: center;
    float: left;
    margin: 0 auto 0 0;
    width: 100%;
}

.right_wth {
    display: flex;
    align-items: center;
    float: right;
    width: 400px;
    padding: 0 16px
}

.lent_live {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    width: 100px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    color: #ec1f27;
    opacity: 1
}

.lent_div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 4px;
    width: 4px;
    background-color: #ec1f27;
    margin: 0 0 0 10px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.lent_div::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border: 1px solid #ec1f27;
    animation-name: blink-b;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.lent_div::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    border: 1px solid #ec1f27;
    animation-name: blink-a;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

@keyframes blink-b {
    0% {
        transform: scale(1,1)
    }

    100% {
        transform: scale(3,3);
        opacity: 0
    }
}

.runtext-container marquee {
    margin-top: 5px;
    width: 100%
}

.runtext-container {
    display: block;
    float: left;
    padding: 0 0 0 16px;
    width: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: visible
}

.main-runtext {
    margin: 0 auto;
    overflow: visible;
    position: relative
}

.runtext-container .holder {
    position: relative;
    overflow: visible;
    display: inline;
    float: left
}

.runtext-container .holder .text-container {
    display: inline
}

.runtext-container .holder a {
    width: 100%;
    margin-right: 35px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.runtext-container .holder:hover a {
    color: #ec1f27
}

/*!Maque*/
.valt_show_btn {
    width: 100%;
    cursor: pointer
}

.valt_desk {
    position: absolute;
    top: 44px;
    z-index: 9991;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear
}

.valt_desk.dropped {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

.valt_desk .vlt_items {
    padding: 10px 20px
}

.valt_show_btn.clicked .vlt_items::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.valt_show_btn .vlt_items::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_drop.svg) no-repeat center;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear
}

.valt_show_btn .vlt_items {
    border: none;
    padding-right: 32px
}

.wrap_valyuta_wth .row {
    margin: 0 0
}

.wrap_valyuta_wth .stat_col {
    width: 20%;
    padding: 0
}

.wrap_valyuta_wth .stat_col:last-child .vlt_items {
    border: none
}

.valt_show_btn .vlt_items {
    border: none!important
}

.vlt_items {
    display: contents;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-right: 1px solid #f5f5f5;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.vlt_items .odds_row {
    width: auto;
    float: left;
    padding-right: 8px
}

.vlt_name {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: center;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.vlt_count {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    word-break: break-word
}

.vlt_percent {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #777;
    opacity: 1;
    word-break: break-word
}

.vlt_icn {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 32px
}

.vlt_icn::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.v_up .vlt_icn::after {
    background-image: url(../images/v_up.svg)
}

.v_down .vlt_icn::after {
    background-image: url(../images/v_down.svg)
}

.v_static .vlt_icn::after {
    background-image: url(../images/v_static.svg)
}

.weather_section {
    float: left;
    position: relative;
    padding-left: 0
}

.wth_current_day {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding-left: 20px
}

.wth_after_days.dropped {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

.wth_after_days {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 203px;
    top: 44px;
    padding: 10px 20px;
    z-index: 9991;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px)
}

.wth_after_days .wth_items {
    padding: 10px 0
}

.wth_current_day.clicked .wth_items::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.wth_current_day .wth_items::before {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../images/arrow_drop.svg) no-repeat center;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear
}

.wth_current_day .wth_items {
    border: none
}

.wth_items {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #fff
}

.wth_icon {
    display: block;
    float: left;
    width: 24px;
    height: 24px
}

.wth_icon img {
    display: block;
    width: 100%;
    height: 100%
}

.wth_content {
    display: block;
    float: left;
    width: calc(100% - 24px);
    padding: 0 0 0 8px
}

.w_item {
    display: block;
    float: left;
    padding-left: 8px
}

.wth_date {
    display: block;
    width: 100%;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #777;
    opacity: 1;
    word-break: break-word
}

.wth_loc {
    display: block;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.wth_deg {
    float: left;
    font-family: alumni sans;
    text-align: left;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

/*!Section Date and Valyuta*/
/*!Wrap Top News*/
.wrap_top_news {
    width: 100%;
    padding: 20px 0 0
}

.wrap_top_news .row {
    margin: 0 -10px
}

.wrap_top_news .stat_col {
    width: 50%;
    padding: 0 10px
}

.wrap_top_news .col_in.item_news {
    position: relative
}

.wrap_top_news .stat_img {
    float: left;
    width: 240px
}

.wrap_top_news .stat_item_link {
    background-color: #fff;
    box-shadow: 0 0 10px #00000005
}

.wrap_top_news .item_news {
    float: left;
    width: calc(100% - 240px);
    padding: 16px;
    border-top: 2px solid #ec1f27
}

.wrap_top_news .stat_img::before {
    padding-top: 73%
}

.lt_catg {
    width: 100%;
    margin: 0 0 2px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ec1f27;
    opacity: 1
}

.lt_title {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.lt_info {
    width: 100%;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.lt_info_short {
    display: block;
    width: 100%
}

.lt_info_short .nw_date_sect {
    padding: 0 16px 20px
}

/*!Wrap Top News*/
/*!Wrap Container*/
.wrap_container {
    width: 100%;
    padding-bottom: 60px!important
}

.wrap_stat {
    width: 100%;
    padding: 0
}

.wrap_stat.noimage .stat_img {
    display: block!important
}

.dark_theme {
    display: none;
    width: 100%;
    padding: 0 16px;
    margin: 0 0 20px
}

.dark_title {
    display: block;
    float: left;
    margin-left: 10px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.import_label {
    display: inline-flex;
    align-items: center;
    width: auto;
    cursor: pointer
}

.import_label .import-btn {
    display: block;
    float: right;
    position: relative;
    width: 38px;
    height: 24px
}

.import_label .import-btn input {
    display: none
}

.import_label .import-btn .slider_import {
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.import_label .import-btn .slider_import:before {
    background-color: #e7e9e9;
    content: "";
    width: 14px;
    height: 14px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    transition: .4s
}

.import_label .import-btn input:checked+.slider_import:before {
    background-color: #d50e39
}

input:checked+.slider_import:before {
    transform: translateX(14px)
}

.slider_import.round_import {
    border-radius: 12px
}

.slider_import.round_import:before {
    border-radius: 50%
}

.header_tab_list {
    display: none
}

.header_tab_list .sect_header {
    flex-wrap: wrap;
    background-color: transparent;
    padding: 20px 16px
}

.header_tab_list .sect_header .sect_head.active::before {
    display: block
}

.header_tab_list .sect_header .sect_head::before {
    display: none
}

.header_tab_list .sect_header .sect_head .sect_title {
    color: #777
}

.header_tab_list .sect_header .sect_head.active .sect_title {
    color: #111
}

.wrap_stat .col_in.item_news {
    position: relative;
    padding: 16px 16px 20px
}

.stat_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden
}

.stat_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 72%
}

.stat_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.wrap_stat .row {
    margin: 0 -10px
}

.stat_col {
    display: block;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    padding: 0 5px 10px
}

.stat_col a:hover .stat_img img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04)
}

.stat_item_link {
    display: block;
    width: 100%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.stat_info {
    float: left;
    width: auto;
    padding: 0 0 0 0
}

.stat_catg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/cat.svg);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.stat_catg {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0 0 0 22px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.stat_date::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: transparent linear-gradient(180deg,#E7E9E9 0%,#DBDBDB 100%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.stat_date {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 16px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.stat_title {
    width: 100%;
    margin: 6px 0 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

/*!Wrap Container*/
/*!Wrap popular*/
.wrap_popular {
    width: 100%;
    padding: 10px 0 0
}

.wrap_popular .odds_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.wrap_popular .odds_img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover
}

.popular_full {
    width: 100%
}

.popular_slider {
    position: relative
}

.wrap_popular .swiper_arrows {
    display: flex;
    align-items: center;
    position: relative;
    float: right;
    width: auto;
    margin: 0 0 0 auto
}

.wrap_popular .swiper-button-next,.wrap_popular .swiper-button-prev {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0;
    top: 0;
    background-color: #fff;
    background-size: 12px 12px;
    border: 2px solid #111;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.wrap_popular .swiper-button-next {
    float: right;
    background-image: url(../images/next.svg);
    right: 0;
    margin: 0 0 0 auto
}

.wrap_popular .swiper-button-prev {
    float: left;
    background-image: url(../images/prev.svg);
    left: 0;
    margin: 0 10px 0 0
}

.wrap_popular .swiper-button-next:hover,.wrap_popular .swiper-button-prev:hover {
    box-shadow: none
}

/*!Wrap popular*/
/*!====== BLOGGER LIST =======*/
.blogers_list:hover::-webkit-scrollbar-thumb {
    background-color: #f5f5f5
}

.blogers_list::-webkit-scrollbar-track {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.blogers_list::-webkit-scrollbar {
    width: 10px
}

.blogers_list::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
    transition: all .3s ease;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.blogers_sect {
    width: 100%;
    background-color: #fff
}

.blogers_sect .sect_body {
    padding: 0 6px 0 0;
    overflow: hidden
}

.blogers_list {
    width: 100%;
    overflow: auto;
    height: 426px
}

.wrap_popular.wrap_blogs {
    padding: 0 0px 20px
}

.wrap_blogs .popular_slider {
    padding: 16px;
    background-color: #fff
}

.wrap_blogs .col_in.item_news {
    padding: 20px 16px;
    background: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.show_mobile_blogs {
    display: none
}

.blogers_list li {
    width: 100%;
    padding: 0 16px 0 20px
}

.blogers_list li a {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5
}

.blg_img_cover::after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #444;
    z-index: 2
}

.blg_img_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: auto
}

.blg_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.blg_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.blg_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.blg_conten {
    float: left;
    width: calc(100% - 50px);
    padding: 0 0 0 16px
}

.blogger_head {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    border-bottom: 1px solid #f5f5f5
}

.blg_name {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.blg_info {
    width: 100%;
    padding: 4px 0 0;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

/*!====== BLOGGER LIST =======*/
/*!====== DATAPICKER LIST =======*/
.sect_datapicker {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px;
    margin: 0 0 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #00000005
}

.date_select {
    display: block;
    float: left;
    width: 130px;
    padding: 0 20px 0 0
}

.scl_year,.scl_mounth {
    width: 100%;
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    opacity: 1
}

.scl_year {
    font-size: 14px;
    color: #ec1f27
}

.scl_mounth {
    font-size: 24px;
    color: #111
}

.date_days {
    display: block;
    float: left;
    width: calc(100% - 130px);
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto
}

.day_list.desk_list {
    display: block
}

.mobile_list {
    display: none;
    float: right;
    margin: 0 0 0 auto
}

.mobile_list .day_list {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 16px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}

.mobile_list .day_list.mbl_days.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

.btn_more_date {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    float: left;
    width: 44px;
    height: 44px
}

.btn_more_date::before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_drop.svg);
    cursor: pointer;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear
}

.btn_more_date.clicked::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.ul_mbl {
    float: left
}

.ul_mbl li {
    float: left;
    margin-right: 10px
}

.day_list {
    display: flex;
    width: 100%
}

.date_days .swiper-container {
    width: 100%;
    margin: 0
}

.date_days .swiper-slide {
    display: block;
    width: auto;
    height: auto
}

.date_days .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
    color: #111;
    opacity: 1;
    background: transparent linear-gradient(180deg,#FCFCFC 0%,#F4F6F6 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.date_days .swiper-slide.active a {
    color: #fff;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.date_days .swiper-slide a:hover {
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    color: #fff
}

.date_days .swiper-slide.deactive a,.date_days .swiper-slide.deactive a:hover {
    background: transparent linear-gradient(180deg,#FCFCFC 0%,#F4F6F6 100%)!important;
    opacity: .5!important;
    color: #111;
    pointer-events: none;
    cursor: default
}

.click_select_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 0 16px 0 0
}

.click_select_item.clicked::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.click_select_item::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../images/arrow_drop.svg) no-repeat center;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear
}

.dropdown_select {
    display: flex;
    width: 280px;
    padding: 10px 5px;
    left: 0;
    top: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in
}

.dropdown_select.opened {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

.col_slc {
    display: block;
    float: left;
    padding: 0 5px
}

.select_jr {
    display: inline-block;
    position: relative;
    width: 125px;
    margin: 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.select_jr .select2-container {
    width: 100%!important
}

.select_jr .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e7e9e9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.select_jr .select2-container .select2-selection--single {
    height: auto;
    padding: 7px 10px
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 14px;
    height: 14px;
    top: 13px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-image: url(../images/arrow_drop.svg)
}

.select_jr .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.select_jr .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-results {
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f5f5;
    color: #121212
}

.select2-results__option {
    padding: 11px 16px
}

/*!====== DATAPICKER LIST =======*/
/*!====== Youtube Video Iframe =======*/
.wrap_ytb {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.wrap_ytb.desk {
    display: block
}

.wrap_ytb.mobile {
    display: none
}

.ytb_sect {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.ytb_item {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden
}

.ytb_item::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56%
}

.ytb_item img,.ytb_item iframe,.ytb_item video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover
}

.ytb_title {
    display: block;
    width: 100%;
    padding: 10px 16px;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    text-align: left;
    font-family: alumni sans;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1
}

/*!====== Youtube Video Iframe =======*/
/*!====== Last News LIST =======*/
.wrap_last_news {
    width: 100%;
    padding: 0;
    background-color: #fff
}

.wrap_last_news .sect_body {
    padding: 0 8px 0 0;
    overflow: hidden
}

.wrap_last_news .more {
    margin: 0;
    padding: 16px
}

.wrap_last_news .more_link::before {
    display: none
}

.wrap_last_news .more_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 10px;
    font-size: 20px;
    color: #fff;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.last_list {
    width: 100%
}

.scroll_list {
    width: 100%;
    padding-right: 8px;
    overflow: auto;
    max-height: 1275px
}

.scroll_list:hover::-webkit-scrollbar-thumb {
    background-color: #e7e9e9
}

.scroll_list::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.scroll_list::-webkit-scrollbar {
    width: 12px
}

.scroll_list::-webkit-scrollbar-thumb {
    background-color: #e7e9e9;
    transition: all .3s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.last_items {
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    background-color: #fff;
    border-top: 1px solid #e7e9e9
}

.last_items:last-child {
    border-bottom: 1px solid #e7e9e9
}

.news_conten {
    display: block;
    width: 100%
}

.last_date::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/arw_news.svg)
}

.last_date {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 0 0 18px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word
}

.last_title {
    width: 100%;
    padding: 3px 0 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

/*!====== Last News LIST =======*/
.mobile_change_sect {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.wrap_odds {
    width: 100%;
    padding: 32px 0 0
}

.wrap_odds .row {
    margin: 0 -16px
}

.show_desk {
    display: block
}

.show_mobile {
    display: none
}

.wrap_odds .odds_col {
    width: 50%;
    padding: 0 16px
}

.odds_col {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0 20px;
    overflow: hidden
}

.odds_col .col_in {
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    overflow: hidden;
    background-color: #f1f3f4
}

.wrap_odds .odds_col .col_in {
    position: relative;
    padding: 32px;
    background-color: #9d0727
}

.wrap_odds .odds_col .col_in.theme_red {
    background-color: #9d0727
}

.wrap_odds .odds_col .col_in.theme_green {
    background-color: #15458e
}

.left_odds {
    display: block;
    float: left;
    width: calc(100% - 186px);
    padding: 0 32px 0 0
}

.right_odds {
    display: block;
    float: left;
    width: 186px
}

.right_odds .odds_img::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%
}

.right_odds .odds_img img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover
}

.odds_row {
    width: 100%
}

.odds_img_col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.odds_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden
}

.odds_img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.wrap_odds .lt_title {
    margin: 0 0 32px;
    text-align: left;
    font-family: manrope;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: .68px;
    color: #fff!important;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.wrap_odds .lt_info {
    text-decoration: underline;
    text-align: left;
    font-family: 'brygada 1918';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4
}

.read_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 17px;
    position: absolute;
    left: 32px;
    bottom: 32px;
    text-align: left;
    font-family: manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.wrap_faq {
    width: 100%;
    padding: 80px 0
}

.wrap_faq_page .wrap_faq {
    padding-top: 60px;
    padding-bottom: 60px
}

.wrap_faq_page .sect_title {
    color: #0e1013
}

.wrap_faq_page .sect_title::after {
    display: none
}

.faq_body {
    position: relative;
    width: 100%;
    padding: 15px 0
}

.collapse_row {
    width: 100%
}

.collapse_btn {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 15px 0 15px 46px;
    text-align: left;
    text-decoration: underline;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    color: #0e1013;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.collapse_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/faq_btn.svg)
}

.collapse_btn.clp_clicked::before {
    background-position: 0 100%
}

.collapse_content {
    display: none;
    width: 100%;
    padding: 0 0 30px 46px;
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0e1013;
    word-break: break-word
}

/*!==== MAIN PAGE FINISH =====*/
/*!==== STATIC PAGE START =====*/
/*!======== CONTACT PAGE START ========*/
.wrap_contact {
    width: 100%;
    padding: 20px 0 60px
}

.contact_body {
    width: 100%
}

.contact_left {
    width: 100%;
    padding: 0 0 10px
}

.contact_right {
    width: 100%;
    padding: 0 0
}

.odd_row {
    display: flex;
    width: 100%
}

.wrap_contact .address_sect,.wrap_contact .ftr_right {
    float: none;
    width: 100%;
    margin: 0
}

.wrap_contact .adrs_list li {
    margin-bottom: 20px
}

.wrap_contact .app_future {
    margin: 0 30px 20px 0
}

.wrap_contact .social_icon {
    background-color: #fff;
    border: 1px solid #111
}

.wrap_contact .social_icon:hover {
    border-color: #ec1f27
}

.map {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

.map::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 55%
}

.map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover
}

.cnt_info {
    display: block;
    margin-bottom: 40px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

/*!======== CONTACT PAGE FINISH ========*/
/*!======== ABOUT PAGE START ========*/
.wrap_about_page {
    padding: 20px 0 60px
}

.static_container {
    display: block;
    width: 100%;
    padding: 16px 16px 30px;
    background-color: #fff
}

.static_container .sect_header {
    padding: 0 0 30px
}

.about_info p {
    margin: 0 0 15px
}

.about_info {
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #111;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

/*!======== ABOUT PAGE FINISH ========*/
/*!======== CATEGORY PAGE START ========*/
.category_page {
    padding: 0
}

.category_page .header_tab_list {
    display: block
}

.category_page .header_tab_list .sect_header {
    padding: 0 0 20px
}

/*!======== CATEGORY PAGE FINISH ========*/
/*!======== SEARCH PAGE START ========*/
.search_page .sect_head {
    margin-right: 10px
}

.slct_src {
    display: block;
    float: right;
    margin: 0 0 0 auto
}

.slct_src .select_jr {
    width: auto;
    margin: 0;
    font-family: sfprodisplay;
    font-size: 16px;
    line-height: 1.2
}

.slct_src .select_jr .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: sfprodisplay;
    font-size: 16px;
    line-height: 1.2
}

.select2-dropdown {
    border: none
}

.slct_src .select2-results {
    font-family: sfprodisplay;
    font-size: 16px;
    line-height: 1.2
}

.slct_src .select_jr .select2-container .select2-selection--single {
    padding: 11px 16px 11px 8px;
    border: none
}

/*!======== SEARCH PAGE FINISH ========*/
/*!======== DETAIL PAGE START ========*/
.detail_page {
    padding: 20px 0 60px
}

.detail_container {
    display: block;
    width: 100%;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.detail_container .blogger_items {
    padding: 20px 20px 0;
    margin-bottom: 0
}

.detail_container .sect_header {
    padding: 20px
}

.detail_page .sect_hd {
    display: block;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.news_inner_items {
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px
}

.dtl_date {
    display: block;
    float: left
}

.catg_date {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid #e7e9e9;
    border-bottom: 1px solid #e7e9e9
}

.text_scale {
    display: flex;
    float: right;
    margin: 0 0 0 auto
}

.scaleplus,.scaleminus {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #111;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.scaleplus:hover,.scaleminus:hover {
    border-color: #ec1f27
}

.scaleplus {
    background-image: url(../images/plus.svg)
}

.scaleminus {
    background-image: url(../images/minus.svg)
}

.detail_left .catg_info {
    display: block;
    float: left;
    text-align: left;
    font-family: manrope;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #9d0727;
    opacity: 1;
    margin: 0 30px 0 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.detail_left .last_nw_date {
    display: block;
    float: left;
    text-align: left;
    font-family: manrope;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #7f7f7f;
    opacity: 1;
    margin: 0 30px 0 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.news_in_img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.news_in_img img,.news_in_img video,.news_in_img iframe {
    display: block;
    width: 100%;
    height: auto
}

.news_in_social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-top: 1px solid #e7e9e9;
    border-bottom: 1px solid #e7e9e9
}

.share_modern {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    padding-left: 50px;
    height: 40px
}

.share_modern::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.modern_name {
    display: block;
    width: 100%;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.modern_info {
    display: block;
    width: 100%;
    text-decoration: underline;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.nw_social_sect::after {
    display: block;
    content: "";
    clear: both
}

.nw_social_sect {
    display: flex;
    align-items: center;
    width: auto;
    float: right;
    margin: 0 0 0 auto
}

.nw_socials {
    width: auto;
    float: left
}

.nw_socials li {
    width: auto;
    float: left;
    margin: 0 5px
}

.nw_socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.nw_socials li a img {
    display: block;
    width: 16px;
    height: 16px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.nw_socials li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.nw_socials li.fb_nw a {
    background: transparent linear-gradient(180deg,#3E82FF 0%,#1D6CFF 100%) 0% 0% no-repeat padding-box
}

.nw_socials li.msg_nw a {
    background: transparent linear-gradient(180deg,#00c6ff 0%,#0084ff 100%) 0% 0% no-repeat padding-box
}

.nw_socials li.tlg_nw a {
    background: transparent linear-gradient(180deg,#1DA5E9 0%,#0084C6 100%) 0% 0% no-repeat padding-box
}

.nw_socials li.wp_nw a {
    background: transparent linear-gradient(180deg,#35D973 0%,#24CC63 100%) 0% 0% no-repeat padding-box
}

.nw_socials li.twt_nw a {
    background: transparent linear-gradient(180deg,#43D1FB 0%,#1CC4F7 100%) 0% 0% no-repeat padding-box
}

.share_name {
    display: block;
    float: left;
    width: auto;
    padding: 0 8px 0 0;
    text-align: left;
    font-family: alumni sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1
}

.nw_in_text p {
margin-top:15px;color:#383838;font-family:montserrat medium,sans-serif;font-size:17px;line-height:26px;letter-spacing:.6px}

.nw_in_text {
    display: block;
    width: 100%;
    padding: 20px 20px 40px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

.nw_in_text img,.nw_in_text iframe,.nw_in_text video {
    display: block;
    width: 100%;
    /* height:auto; */
    max-width: 100%;
    margin: 0 auto
}

.nw_in_text iframe,.nw_in_text video {
    display: block;
    width: auto;
    /* height:auto; */
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    min-height: 400px
}

.detail_similar {
    padding: 20px
}

.detail_similar .sect_header {
    padding: 0 0 20px
}

.detail_similar.blog_detail {
    padding: 20px 0
}

.detail_similar.blog_detail .sect_header {
    background-color: transparent
}

.detail_similar .wrap_stat .col_in.item_news {
    padding: 16px 0 20px 0
}

.detail_similar .stat_col {
    padding-bottom: 0
}

.special_news_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    background-color: #ec1f27
}

.spl_nw_conten {
    display: block;
    float: left;
    width: calc(100% - 250px);
    padding: 0 0 0 20px
}

.spl_nw_img {
    display: block;
    float: left;
    position: relative;
    width: 250px
}

.spl_nw_img::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    padding-top: 56%
}

.spl_nw_img img,.spl_nw_img video,.spl_nw_img iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover
}

.spl_info {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: .8
}

.spl_title {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.spl_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    text-align: left;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ec1f27;
    opacity: 1;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.link_name {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: auto;
    padding: 0 18px 0 0
}

.link_name::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/spl_arw.svg)
}

.bookmark_news {
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    background-color: #fef3f4
}

.bookmark_news::before,.bookmark_news::after {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.bookmark_news::before {
    margin: 0 auto 10px 0;
    background-image: url(../images/quota_top.svg)
}

.bookmark_news::after {
    margin: 10px 0 0 auto;
    background-image: url(../images/quota_bottom.svg)
}

.custom_share_items {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff
}

.custom_share {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    background: transparent linear-gradient(180deg,#FCFCFC 0%,#F4F6F6 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.cs_sh_img {
    display: flex;
    align-items: center;
    float: left
}

.cs_icon {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.cs_icon img {
    display: block;
    width: 100%;
    height: 100%
}

.cs_name {
    display: block;
    float: left;
    padding: 0 20px 0 7px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word
}

.cs_sh_text {
    display: block;
    float: left;
    width: 100%;
    max-width: 400px;
    padding: 0 20px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word;
    border-left: 1px solid #e7e9e9
}

.cs_sh_link {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 130px;
    height: 40px;
    margin: 0 0 0 auto;
    padding: 5px 10px;
    text-align: center;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.wp_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#35D973 0%,#24CC63 100%)
}

.insta_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#707AE7 0%,#4E58CD 100%)
}

.twt_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#4ABBF6 0%,#1C9CEA 100%)
}

.fb_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#00C6FF 0%,#0084FF 100%)
}

.ytb_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%)
}

.tlg_share .cs_sh_link {
    background: transparent linear-gradient(180deg,#1DA5E9 0%,#0084C6 100%)
}

.wp_share .cs_icon {
    background-image: url(../images/wp_custom.svg)
}

.insta_share .cs_icon {
    background-image: url(../images/ins_custom.svg)
}

.twt_share .cs_icon {
    background-image: url(../images/twt_custom.svg)
}

.fb_share .cs_icon {
    background-image: url(../images/fb_custom.svg)
}

.ytb_share .cs_icon {
    background-image: url(../images//ytb_custom.svg)
}

.tlg_share .cs_icon {
    background-image: url(../images/tlg_custom.svg)
}

/*!======== DETAIL PAGE FINISH ========*/
/*!======= Gallery ======*/
.news_gallery {
    display: block;
    margin: 15px -5px
}

.demo-gallery>ul {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important
}

.demo-gallery>ul>li {
    display: block!important;
    float: left;
    width: 20%!important;
    margin: 0!important;
    padding: 0 5px 10px!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important
}

.demo-gallery>ul>li a {
    display: block;
    width: 100%;
    position: relative;
    float: none;
    overflow: hidden;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important
}

.demo-gallery>ul>li a::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%
}

.product_gallery_images_upload {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

/*!====== BLOGGER LIST =======*/
.wrap_blogger_page {
    padding: 20px 0 60px
}

.blogger_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px
}

.blogger_image {
    display: flex;
    float: left;
    max-width: 64px
}

.blogger_content {
    display: block;
    float: left;
    max-width: calc(100% - 64px);
    padding: 0 0 0 16px
}

.blogger_items .blg_name {
    padding: 0;
    text-align: left;
    font-size: 20px
}

.blogger_items .blg_info {
    padding: 2px 0 0;
    text-align: left;
    font-size: 14px;
    -webkit-line-clamp: 1
}

.blogger_items a.blg_info {
    text-decoration: underline
}

.blogger_news_items {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 0 0 20px
}

.blogger_news_items .stat_title {
    width: 100%;
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.72px;
    -webkit-line-clamp: 3
}

.blg_itm_info {
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #121212;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

.blg_item_name {
    width: 100%;
    margin: 0 0 4px;
    text-align: left;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1
}

/*!====== BLOGGER LIST =======*/
.public_message {
    width: 100%
}

#core_js_messages {
    width: 100%
}

.alert {
    display: block;
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.error_message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

/*!Pgination*/
.pagination {
    display: block;
    width: 100%;
    padding-top: 10px
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 0
}

.pagination_list li {
    display: block;
    float: left;
    margin: 0 4px
}

.pagination_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 6px;
    background-color: #fff;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.pagination_list li.active a {
    background-color: #d50e39;
    color: #fff
}

.pagination_list li:hover:not(.active) a {
    background-color: #d50e39;
    color: #fff
}

.pagination_list li.first-a a::before,.pagination_list li.last-a a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.pagination_list li.first-a a::before {
    background-image: url(../images/p_prev.svg)
}

.pagination_list li.last-a a::before {
    background-image: url(../images/p_next.svg)
}

.pagination_list li.first-a a:hover:before {
    background-position: 0 100%
}

.pagination_list li.last-a a:hover:before {
    background-position: 0 100%
}

/*!Pgination*/
/*!Error page*/
.wrap_error {
    display: block;
    width: 100%;
    padding: 0 16px
}

.error_page {
    display: flex;
    align-items: center;
    justify-content: center
}

.error_content {
    display: block;
    width: auto;
    padding: 100px 0
}

.erro_pg_img {
    display: block;
    width: 390px;
    height: 140px;
    margin: 0 auto
}

.erro_pg_img img {
    display: block;
    width: 100%;
    height: 100%
}

.error_pg_info {
    padding: 0 0;
    text-align: center
}

.error_pg_info .odds_row {
    display: flex;
    justify-content: center
}

.error_title {
    display: block;
    margin-top: 32px;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    color: #111;
    opacity: 1
}

.error_pg_txt {
    display: block;
    margin-top: 12px;
    text-align: center;
    font-family: sfprodisplay;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #111;
    opacity: 1;
    word-break: break-word
}

.error_back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    margin-top: 25px;
    padding: 8px 16px;
    text-align: center;
    font-family: alumni sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    background: transparent linear-gradient(180deg,#EC1F27 0%,#c30010 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease
}

.nw_in_text table,.nw_in_text table tr,.nw_in_text table td,.nw_in_text table th {
    border: 1px solid!important
}

/* Alert */
.alert {
    padding: 12px 36px 12px 15px;
    margin-bottom: 16px;
    position: relative;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.bottom-nav {
    clear: both;
    padding-top: 0px;
}

.nav-load {
    text-align: center;
}

.nav-load a {
    padding: 0 10px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 22px;
    font-family: alumni sans;
    background-color: #444;
    color: #fff;
}

.nav-load a:hover {
    background-color: #00a652;
    color: #fff;
}

.nav-load span {
    display: none;
}
