* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.fa-android:before {
    content: "\f17b"
}

.fa-apple:before {
    content: "\f179"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-linkedin:before {
    content: "\f08c"
}

html,
body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    position: relative
}

a {
    color: #111
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    text-decoration: none
}

html {
    background: #fff;
    color: #000;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

body,
html {
    height: 100%
}

h1 {
    font-size: 2em;
    margin: 0;
    font-weight: 400
}

h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: 400
}

h3 {
    font-size: 1.17em;
    margin: 0;
    font-weight: 400
}

b,
strong {
    font-weight: 700
}

p,
pre {
    margin: 1em 0
}

dl,
menu,
ol,
ul {
    margin: 0
}

menu,
ol,
ul {
    list-style-type: none;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

form {
    margin: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

img {
    display: block
}

center {
    float: left;
    width: 100%;
    clear: both;
    float: left;
    text-align: center
}

.box_img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    position: relative
}

.wfull {
    width: 100%;
    clear: both;
    float: left
}

.part {
    padding: 0 20px;
    float: left;
    width: 100%
}

.bot {
    width: 100%;
    clear: both;
    float: left
}

.header {
    background: #072967;
    position: fixed;
    z-index: 11;
    top: 0
}

.header a.logo {
    float: left
}

.header a.logo img {
    width: 100%;
    height: 28px
}

.header a.kanal {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 10px;
    padding-left: 10px
}

.header a.kanal span {
    float: left;
    line-height: 26px;
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700
}

.header .btm {
    background: url(../images/main/ic_bars.png) no-repeat;
    background-size: 30px 30px;
    content: "";
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    cursor: pointer
}

/*.header .btm{background:url(../images/main/ic_bars.png) no-repeat;background-size:30px 30px;content:"";float:right;width:30px;height:30px;margin-left:10px;cursor:pointer}*/
.header .select.search {
    margin-left: 10px;
    position: absolute;
    right: 60px;
    top: 20px;
    width: 30px;
    height: 30px;
    z-index: 3;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.header .select.search a {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.header .select.search a img {
    width: 30px;
    height: 30px
}

.header .select.search input {
    width: calc(100% - 40px);
    float: left;
    border: 0;
    padding: 6px 10px;
    background: 0;
    font-size: 14px;
    color: #111
}

.header .select.search button {
    border: 0;
    display: none;
    padding: 0;
    background: #072967;
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.head_bar {
    width: 100%;
    clear: both;
    float: left;
    font-family: "Montserrat", sans-serif;
    padding: 20px 0;
    color: #fff;
    min-height: 212px;
}

.head_bar a.back {
    float: left;
    font-size: 12px;
    color: #fff
}

.head_bar .info {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 40px
}

.head_bar .info a.follow,
.head_bar .info .bt_follow {
    background: #ff6c00;
    color: #fff;
    font-size: 12px;
    padding: 8px 36px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    border: 0
}

.head_bar .info a.follow i,
.head_bar .info .bt_follow i {
    margin-right: 8px
}

.head_bar .info span {
    font-size: 32px;
    font-weight: 400;
    margin: 0
}

.head_bar .info span h1 {
    font-size: 32px
}

.list_bot li:first-child .box_img,
.list_bot li.oi .box_img {
    float: left;
    width: 100%;
    height: 210px;
    margin-bottom: 16px
}

.list_bot li:first-child .box_img img,
.list_bot li.oi .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list_bot li:first-child .block,
.list_bot li.oi .block {
    display: inline;
    width: 100%
}

.list_bot li:first-child .block a,
.list_bot li.oi .block a {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 130%
}

.pagination {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 0 5px
}

.pagination li a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    background: #072967;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px
}

.footer {
    background: #0e3781;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px
}

.copyright {
    width: 100%;
    clear: both;
    float: left;
    background: #072967;
    padding: 20px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #a5bbe2;
    text-align: center
}

/*.footer .logo{position:absolute;top:-28px;left:50%;transform:translatex(-50%);padding:16px 20px;background:#f4f4f4}
.footer .logo img{height:21px}
.footer .logo::before{position:absolute;left:-10px;top:12px;content:"";background:#ff6c00;width:10px;height:16px}
.footer .logo::after{position:absolute;right:-10px;top:12px;content:"";background:#ff6c00;width:10px;height:16px}
.footer .right li{display:block;width:100%;clear:both;float:left;float:right;text-align:right}
.footer .right li a.cr{float:right;text-align:right;margin-top:10px}
.footer a{font-family:"Noto Sans",sans-serif;font-size:14px;color:#a5bbe2;line-height:30px}
.footer a.cr{position:relative;border:1px solid #a5bbe2;border-radius:50%;content:"";width:30px;height:30px}
.footer .medsos{float:left;width:100%;clear:both;float:left;text-align:center;margin-top:12px;padding-top:12px;border-top:1px solid #3e5f9a}
.footer .medsos li{margin:0 5px;display:inline-block}
.footer .medsos li a.cr{float:left}
*/

.style_2 {
    width: 100%;
    clear: both;
    float: left
}

.style_2 li,
.style_2 .lop {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef
}

.style_2 li .block,
.style_2 .lop .block {
    float: left;
    width: calc(100% - 110px)
}

.style_2 li .block h2,
.style_2 .lop .block h2,
.style_2 li .block a,
.style_2 .lop .block a {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.style_2 li .block .info,
.style_2 .lop .block .info {
    margin-top: 10px
}

.style_2 li .block .info a.kanal,
.style_2 .lop .block .info a.kanal {
    float: left;
    color: #072967;
    font-size: 12px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    margin-right: 20px
}

.style_2 li .box_img,
.style_2 .lop .box_img {
    float: right;
    width: 90px;
    height: 90px;
    position: relative
}

.style_2 li .box_img img,
.style_2 .lop .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.modal_wrap {
    z-index: 20;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: opacity ease-out .3s;
    -moz-transition: opacity ease-out .3s;
    -webkit-transition: background ease-out .3s
}

.modal_wrap .modal {
    font-family: "Noto Sans", sans-serif;
    opacity: 0;
    width: 90%;
    max-width: 320px;
    height: auto;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.modal_wrap .modal .modal_head {
    width: 100%;
    clear: both;
    float: left;
    padding: 10px
}

.modal_wrap .modal .modal_head h3,
.modal_wrap .modal .modal_head div {
    width: 100%;
    clear: both;
    float: left;
    margin: 0;
    color: #ff6c00;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

.modal_wrap .modal .modal_ct {
    width: 100%;
    clear: both;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 14px
}

.modal_wrap .modal .modal_foot {
    text-align: center;
    width: 100%;
    clear: both;
    float: left;
    padding: 20px
}

.modal_wrap .modal .modal_foot button {
    border: 0;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    background: #0e3781;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.part {
    padding: 20px
}

.section {
    width: 100%;
    clear: both;
    float: left;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0
}

.section.blue {
    z-index: 2;
    color: #fff;
    border-bottom: 0;
    position: relative;
    padding-top: 20px
}

.section.blue:before {
    z-index: -1;
    content: "";
    background: #072967;
    width: calc(100% - -40px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px
}

.section.blue a {
    color: #fff
}

.section.no_border {
    border-bottom: 0
}

.section img {
    max-width: 100%
}

.overlay,
.notif_1 {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30;
    transition: opacity ease-out .3s;
    -moz-transition: opacity ease-out .3s;
    -webkit-transition: opacity ease-out .3s
}

.push_notif {
    font-family: "Noto Sans", sans-serif;
    background: #fff;
    position: absolute;
    bottom: -100%;
    left: 20px;
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s
}

.push_notif h4,
.push_notif div {
    font-size: 16px;
    font-weight: 700;
    color: #111
}

.push_notif p {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px
}

.push_notif .btn,
.push_notif button.btn {
    display: block;
    float: left;
    border: 0;
    padding: 10px 0;
    width: 100px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    background: #efefef;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.push_notif .btn.blue,
.push_notif button.btn.blue {
    background: #072967;
    color: #fff
}

.push_notif.pop {
    bottom: 0
}

.bell,
.notif_2 {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 29
}

.bell .bell_bt,
.notif_2 .bell_bt {
    width: 100%;
    height: 100%;
    display: none;
    font-size: 20px;
    border: 0;
    background: #ff6c00;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: shake 1s linear infinite;
    -moz-animation: shake 1s linear infinite;
    -webkit-animation: shake 1s linear infinite
}

.bell .bell_ct,
.notif_2 .bell_ct {
    font-family: "Noto Sans", sans-serif;
    width: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.bell .bell_ct .text,
.notif_2 .bell_ct .text {
    width: 280px;
    height: auto;
    padding: 20px 20px 50px 20px;
    position: relative
}

.bell .bell_ct .text h4,
.notif_2 .bell_ct .text h4,
.bell .bell_ct .text div,
.notif_2 .bell_ct .text div {
    font-size: 16px;
    font-weight: 700;
    color: #111
}

.bell .bell_ct .text p,
.notif_2 .bell_ct .text p {
    font-size: 14px;
    color: #666
}

.bell .bell_ct .text ol,
.notif_2 .bell_ct .text ol {
    list-style: number;
    padding-left: 18px;
    font-size: 14px;
    color: #666
}

.bell .bell_ct .text ol li,
.notif_2 .bell_ct .text ol li {
    margin-bottom: 10px;
    list-style: decimal
}

.bell .bell_ct .text span,
.notif_2 .bell_ct .text span {
    font-size: 14px;
    color: #0e3781
}

.bell .bell_ct .close_bt,
.notif_2 .bell_ct .close_bt {
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #333;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: 0;
    border: 0
}

.affiliate {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    text-align: center;
    margin-top: 12px
}

.affiliate li {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0 10px
}

.affiliate li a {
    display: block
}

.affiliate li a img {
    width: 100%;
    height: auto
}

.medsos {
    margin-top: 0
}



.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-plus:before {
    content: "\f067"
}

.fa-times:before {
    content: "\f00d"
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.title3 {
    width: 100%;
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.sliders {
    width: 100%;
    background: #f4f4f4;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 30;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
}

.sliders .bar_left {
    float: left;
    padding: 20px;
    width: calc(100% - 70px);
    overflow-y: scroll;
    white-space: nowrap;
    height: 100%;
}

.sliders .bar_left .top_left {
    width: 100%;
    clear: both;
    float: left;
}

.sliders .bar_left .top_left li {
    position: relative;
    float: left;
    width: calc((100% - 10px) / 3);
    margin-right: 3px;
    text-align: center;
    font-size: 13px;
}

.sliders .bar_left .top_left li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sliders .bar_left .top_left li .box_img {
    height: 55px;
    margin-bottom: 4px;
}

.sliders .bar_left .top_left li .box_img img {
    width: 100%;
    object-fit: cover;
}

.sliders .bar_left .top_left li:last-child {
    margin-right: 0;
}

.sliders .bar_left .menumenu {
    width: 100%;
    clear: both;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
}

.sliders .bar_left .menumenu li {
    float: left;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    margin-right: 10px;
}

.sliders .bar_left .menumenu li a,
.sliders .bar_left .menumenu li button {
    border: 0;
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    text-align: center;
    font-family: sans-serif;
    font-size: 13px;
    color: #111;
    font-weight: 700;
    text-align: center;
}

.sliders .bar_left .menumenu li a.hits,
.sliders .bar_left .menumenu li button.hits {
    background: #ff6c00;
    color: #fff;
}

.sliders .bar_left .menumenu li:nth-of-type(even) {
    margin-right: 0;
}

.sliders .bar_right {
    background: #0e3781;
    float: right;
    padding: 10px 0 20px;
    width: 70px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
}

.sliders .bar_right .bar_top {
    float: left;
    width: 100%;
}

.sliders .bar_right .bar_top button {
    float: left;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    background: transparent;
    border: 0;
}

.sliders .bar_right .bar_top button img {
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
    width: 24px;
    height: auto;
}

.sliders .bar_right .bar_top button span {
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
}

.sliders .bar_right .bar_top button.active {
    opacity: 0.9;
}

.sliders .bar_right .bar_bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.sliders .bar_right .bar_bottom li {
    text-align: center;
    margin-top: 10px;
}

.sliders .bar_right .bar_bottom li a {
    color: #fff;
    font-size: 18px;
}

.sliders .bar_left .menumenu:nth-child(4) li {
    margin-bottom: 0;
}

.sliders .bar_left .menumenu:nth-child(4) li a {
    background: 0;
    border: 0;
    padding: 0;
}

.sliders.show {
    right: 0;
}

.sliders .bar_left .user_info {
    width: 100%;
    clear: both;
    float: left;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.sliders .bar_left .user_info .circle_img {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto;
}

.sliders .bar_left .user_info .circle_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliders .bar_left .user_go {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
}

.sliders .bar_left .user_go li {
    width: 100%;
    clear: both;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
}

.sliders .bar_left .user_go li a {
    width: 100%;
    clear: both;
    float: left;
    padding: 10px 0;
    background: #fff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #111;
}

.sliders .bar_left .tabcontent p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    clear: both;
    float: left;
    color: #111;
    line-height: 200%;
    margin: 0 0 10px 0;
}

.sliders .bar_left .tabcontent .apps {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
}

.sliders .bar_left .tabcontent .apps li {
    display: inline-block;
}

.sliders .bar_left .tabcontent .apps li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
    background: #fff;
    padding: 9px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.sliders .bar_left .menumenu.fullwidth li {
    width: 100%;
    text-align: center;
}

.sliders .bar_left .menumenu li button.night_bt {
    padding: 10px;
    text-align: left;
}

.sliders .bar_left .menumenu li button.night_bt img {
    float: right
}