:root {
    --primary: #EB1C24;
    --secondary: #18428F;
    --third: #FFB642;
    --primary-light: #ffdddd;
    --secondary-light: #E6EFFF;
    --primary-gradient: linear-gradient(180deg, #ED1C24 0%, #EB1C24 50.00%, #D42027 50%);
    --secondary-gradient: linear-gradient(180deg, #234297 0%, #2A56A6 25%, #2D68B2 50.00%, #2B57A6 50.53%, #2B56A6 100%);
    --primary-box-shadow: 0px 0px 10px 0px rgba(235, 28, 36, 0.50);
    --secondary-box-shadow: 0px 0px 10px 0px rgba(24, 66, 143, 0.50);
    --goldGradient: linear-gradient(to right, #b98442 0%, #ba8645 2.48%, #bc8948 5.41%, #bd8a4a 6.8%, #d4b37c 49.75%, #b98442 100%);
    --hero-gradient: linear-gradient(270deg, rgba(12, 52, 121, 7) 0%, rgba(12, 36, 66, 0) 100%);
    --grad-primary: linear-gradient(to left, rgb(12, 52, 121) 0%, rgba(12, 52, 121, 0.1) 100%);
    --grad-secondary: linear-gradient(to left, rgba(238, 34, 34, 1) 0%, rgba(238, 34, 34, 0.0) 100%);
    --grad: linear-gradient(270deg, #F73C47 0%, #c72127 100%);
    --fb: #3b5998;
    --tw: #333;
    --ins: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --rss: orange;
    --yt: #d32323;
    --ws: #25d366;
    --viber: #8176d6;
    --tel: #0088cc;
    --icon: url("../images/icon.png");
    --favicon: url("../images/favicon.png");
    --catTextSize: 22px;
    --box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --color-body-bg: #f2f2f2;
    --nav-bg: transparent;
    --nav-txt-color: #fff;
    --nav-hover-bg: var(--primary);
    --nav-hover-color: #fff;
    --nav-font-size: 18px;
    --scroll-menu-bg: var(--secondary);
    --scroll-menu-color: #fff;
    --mobile-header-bg: transparent;
    --block-padding: 8px;
    --footer-bg: #010E24;
    --footnav-color: #fff;
    --block-title-color: #fff;
    --img-overlay-gradient: linear-gradient(to bottom, rgba(24, 66, 143, 0.00) 0%, #18428F 100%);
    --item-title-size: 16px;
    --item-p-size: 14px;
    --item-time-size: 12px;
    --li-lg-title-size: 18px;
    --li-sm-title-size: 14px;
    --card-lg-title-size: 18px;
    --card-lg-p-size: 14px;
    --card-lg-time-size: 12px;
    --card-md-title-size: 16px;
    --card-sm-title-size: 14px;
    --card-sm-p-size: 12px;
    --bg-lg-title-size: 18px;
    --bg-md-title-size: 16px;
    --bg-sm-title-size: 14px;
    --paragraph-color: #484848;
    --padding-lg: 12px;
    --padding-sm: 4px;
    --txt-cont-padding-lg: 12px;
    --txt-cont-padding-md: 4px;
    --img-cont-ratio-default: 52.25%;
    --img-cont-ratio-lg: 52.25%;
    --img-cont-ratio-md: 52.25%;
    --social-default-fill: var(--primary);
    --social-default-bg: var(--primary-light);
    --social-default-hover-bg: var(--primary);
    --social-default-hover-fill: var(--primary-light);
    --img-border-radius: 0;
    --btn-radius: 4px;
    --btn-primary: var(--primary-gradient);
    --btn-secondary: var(--secondary-gradient);
    --font-family-sans-serif: "Noto Kufi Arabic", sans-serif
}

html[data-theme=dark] {
    --color-body-bg: #131724;
    --color-surface: rgba(37, 40, 53, 1);
    --color-main-text: #fff !important
}

img {
    max-width: 100%;
    height: auto
}

html {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: no-contextual;
    font-variant-ligatures: no-contextual;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.row.col-divider .col-md-6, .row.col-divider .col-lg-4, .row.col-divider .col-lg-3, .row.col-divider .col-lg-6 {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 8px;
    margin-top: 8px
}

    .row.col-divider .col-md-6 div[class^=item-], .row.col-divider .col-lg-4 div[class^=item-], .row.col-divider .col-lg-3 div[class^=item-], .row.col-divider .col-lg-6 div[class^=item-] {
        margin-bottom: 0
    }

main {
    background: var(--color-body-bg);
    padding-top: 40px;
    position: relative;
    z-index: 33
}

.main-tabs {
    list-style: none;
    display: flex;
    justify-content: space-evenly
}

    .main-tabs li a {
        min-width: 100px;
        font-weight: bold
    }

        .main-tabs li a.active {
            background-color: var(--primary)
        }

@media(min-width: 992px) {
    .main-tabs {
        display: none
    }
}

@media(max-width: 991px) {
    .main-tab-pane {
        display: none
    }

        .main-tab-pane.active {
            display: block
        }
}

.flex {
    display: flex;
    flex-direction: row;
    overflow: scroll
}

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

    .flex.right {
        justify-content: flex-start;
        align-items: flex-start
    }

    .flex.left {
        justify-content: flex-end;
        align-items: flex-end
    }

    .flex.wrap {
        flex-wrap: wrap
    }

    .flex.column {
        flex-direction: column
    }

.bg-primary {
    background-color: var(--secondary);
    color: #fff
}

.hero-container {
    float: right;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.swiper {
    opacity: 0;
    visibility: hidden
}

    .swiper.swiper-initialized {
        opacity: 1;
        visibility: visible
    }

.btn-gradient {
    background: var(--grad) !important;
    color: #fff;
    border: 0 !important;
    font-weight: bold
}

    .btn-gradient .icon {
        fill: #fff !important
    }

    .btn-gradient:hover {
        background: var(--primary)
    }

a, img, button, input, li, svg {
    transition: all .35s ease-in
}

.hide {
    display: none
}

a {
    color: var(--color-text-main);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

main {
    float: right;
    width: 100%;
    min-height: 100vh
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

svg.icon {
    width: 18px;
    height: 18px;
    max-width: 100%;
    max-height: 100%;
    transition: all .35s
}

svg {
    overflow: hidden;
    vertical-align: middle
}

.hide, .d-none {
    display: none
}

*, *::before, *::after {
    box-sizing: border-box
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: var(--btn-radius)
}

    .btn .icon {
        width: 12px;
        height: 12px
    }

    .btn.prefix-icon {
        padding-right: 10px
    }

        .btn.prefix-icon .icon {
            margin-left: 10px
        }

    .btn.suffix-icon {
        padding-left: 10px
    }

        .btn.suffix-icon .icon {
            margin-right: 10px
        }

    .btn.btn-primary-outlined {
        border: 1px solid var(--primary);
        background-color: transparent;
        color: var(--primary)
    }

        .btn.btn-primary-outlined .icon {
            fill: var(--primary)
        }

        .btn.btn-primary-outlined:hover {
            background-color: var(--primary);
            color: #fff
        }

            .btn.btn-primary-outlined:hover .icon {
                fill: #fff
            }

    .btn.btn-primary-light {
        background-color: var(--primary-light);
        color: var(--primary)
    }

        .btn.btn-primary-light .icon {
            fill: var(--primary)
        }

        .btn.btn-primary-light:hover {
            background-color: var(--primary);
            color: #fff
        }

            .btn.btn-primary-light:hover .icon {
                fill: #fff
            }

    .btn.btn-primary {
        background: var(--primary);
        color: #fff
    }

        .btn.btn-primary .icon {
            fill: #fff
        }

        .btn.btn-primary:hover {
            background: var(--secondary);
            color: #fff
        }

            .btn.btn-primary:hover .icon {
                fill: #fff
            }

    .btn.btn-secondary-outlined {
        border: 1px solid var(--secondary);
        background-color: transparent;
        color: var(--secondary)
    }

        .btn.btn-secondary-outlined .icon {
            fill: var(--secondary)
        }

        .btn.btn-secondary-outlined:hover {
            background-color: var(--secondary);
            color: #fff
        }

            .btn.btn-secondary-outlined:hover .icon {
                fill: #fff
            }

    .btn.btn-secondary {
        background: var(--secondary);
        color: #fff
    }

        .btn.btn-secondary .icon {
            fill: #fff
        }

        .btn.btn-secondary:hover {
            background: var(--secondary);
            color: #fff
        }

            .btn.btn-secondary:hover .icon {
                fill: #fff
            }

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 700
}

body {
    margin: 0;
    padding: 0;
    background: var(--color-body-bg);
    color: var(--color-text-main)
}

button {
    outline: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer
}

    button:hover, button:focus {
        outline: 0
    }

input, label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
    font-family: "Alexandria"
}

    input:focus {
        outline: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #909090;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

textarea.form-control {
    height: auto
}

.swiper-button-next, .swiper-button-prev {
    background-color: var(--primary);
    width: 40px !important;
    height: 40px;
    top: 45% !important;
    transition: all .35s
}

    .swiper-button-next:after, .swiper-button-prev:after {
        color: #fff;
        font-size: 16px !important
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: var(--secondary)
    }

.pulseLoader {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative
}

    .pulseLoader:after {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--secondary);
        border-radius: 50%;
        top: 6px;
        right: 6px;
        position: absolute
    }

    .pulseLoader:before {
        content: "";
        width: 20px;
        height: 20px;
        background: var(--secondary);
        position: absolute;
        top: 0;
        right: 0;
        -webkit-animation: pulseanim 2.2s ease-in-out infinite;
        animation: pulseanim 2.2s ease-in-out infinite;
        border-radius: 50%
    }

@-webkit-keyframes pulseanim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulseanim {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.swiper-pagination {
    text-align: center !important;
    padding: 0 10px;
    width: 100%;
    z-index: 33;
    padding-right: 30px;
    bottom: 0 !important;
    position: relative;
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 10px;
        border-radius: 50%;
        background: #999;
        opacity: 1;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        color: var(--primary);
        margin: 4px
    }

        .swiper-pagination .swiper-pagination-bullet:focus {
            outline: 0
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: var(--primary);
            color: #fff
        }

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, *::before, *::after {
    box-sizing: border-box
}

.container {
    width: 100%;
    max-width: 100%
}

    .container .right-col {
        width: 100%
    }

@media(min-width: 1024px) {
    .container .right-col {
        width: calc(100% - 330px) !important;
        flex: 0 0 calc(100% - 330px) !important;
        max-width: calc(100% - 330px) !important
    }
}

.container .left-col {
    width: 100%
}

@media(min-width: 1024px) {
    .container .left-col {
        width: 330px !important;
        flex: 0 0 330px !important;
        max-width: 330px !important
    }
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container-sm, .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1024px
    }
}

@media(min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        width: 100%;
        max-width: 1230px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    min-width: 100%
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

body {
    font-family: var(--font-family-sans-serif)
}

h1, h2, h3, h4, h5 {
    font-weight: 700 !important
}

p {
    font-weight: 300
}

a {
    font-weight: 500;
    color: var(--color-main-text)
}

h1 {
    font-size: 20px
}

@media(min-width: 768px) {
    h1 {
        font-size: 28px
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.9;
    font-style: normal;
    clear: both;
    word-wrap: break-word
}

.adfull {
    width: 100%;
    justify-content: center;
    display: flex;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

    .adfull .cont img {
        max-width: 100%;
        height: auto
    }

.adfull {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 100%;
    padding: 16px 0;
    text-align: center;
    position: relative
}

    .adfull.a728 .cont {
        max-width: 728px;
        min-height: 90px
    }

    .adfull.a336 .cont {
        max-width: 336px;
        min-height: 280px
    }

    .adfull.a300 .cont {
        max-width: 300px;
        min-height: 250px
    }

    .adfull .cont {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

.sponser-cont {
    position: relative;
    z-index: 2
}

.stickyL, .stickyR {
    position: fixed;
    top: 60px;
    width: 100%
}

.stick {
    width: 160px;
    height: 600px;
    display: none;
    top: 0 !important
}

@media(min-width: 1500px) {
    .stick {
        display: block
    }
}

.stick .sponser {
    width: 160px;
    height: 600px;
    background: #dcdcdc
}

.stick-r {
    margin-right: -180px;
    float: right
}

.stick-l {
    margin-left: -180px;
    float: left;
    height: 600px
}

.cat {
    padding: 0 10px;
    line-height: 22px;
    background: var(--primary-gradient);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-flex;
    margin-bottom: 5px;
    font-weight: 800
}

    .cat.light {
        background: transparent;
        color: var(--primary);
        border-bottom: 2px solid var(--primary);
        padding: 0;
        font-size: 11px
    }

.num {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--secondary);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 33;
    font-size: 25px
}

time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--secondary);
    font-size: 12px;
    line-height: 20px
}

p {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.icn-ply {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 38px;
    height: 38px;
    background: rgba(238,34,34,.8);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    border-radius: 50%
}

    .icn-ply:before {
        content: "";
        position: absolute;
        border: 0;
        background: 0 0;
        box-sizing: border-box;
        width: 0;
        height: 12px;
        border-color: transparent transparent transparent #fff;
        transition: 100ms all ease;
        cursor: pointer;
        border-style: solid;
        border-width: 8px 0 8px 12px;
        left: 15px;
        top: 11px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .icn-ply:after {
        content: "";
        border-radius: 50%;
        width: 80%;
        height: 80%;
        position: absolute;
        top: 10%;
        left: 10%;
        border: 1px solid #fff
    }

.img-cont {
    position: relative;
    overflow: hidden;
    border-radius: var(--img-border-radius)
}

    .img-cont .cat {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2
    }

    .img-cont .num {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: 18px;
        font-weight: bold
    }

    .img-cont .icn-cont {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        width: 52px;
        height: 52px;
        border-top-left-radius: 0;
        padding-right: 10px;
        background: var(--primary);
        background-size: 100%;
        background-position: top left;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

        .img-cont .icn-cont .icon {
            fill: #fff;
            width: 32px;
            height: 32px
        }

    .img-cont:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%
    }

    .img-cont img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.txt-cont {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 8px 8px
}

    .txt-cont .icn-ply {
        position: relative;
        margin: 10px 0
    }

@media(min-width: 768px) {
    .txt-cont {
        padding: 12px
    }
}

.txt-cont h3 {
    display: flex;
    max-height: 75px;
    line-height: 25px;
    font-size: var(--item-title-size);
    overflow: hidden;
    color: #000;
    width: 100%;
    font-weight: 700;
    text-overflow: ellipsis
}

.item-card:hover .img-cont img, .item-li:hover .img-cont img, .item-bg:hover .img-cont img {
    -webkit-filter: brightness(1.09);
    filter: brightness(1.09)
}

.hidden {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 1s ease
}

.show {
    opacity: 1 !important;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media(prefers-reduced-motion) {
    .hidden {
        transition: non
    }
}

.tp-li .row .col-lg-4:nth-child(2) .item-li {
    transition-delay: 200ms
}

.tp-li .row .col-lg-4:nth-child(3) .item-li {
    transition-delay: 400ms
}

.tp-li .row .col-lg-4:nth-child(4) .item-li {
    transition-delay: 600ms
}

.tp-li .row .col-lg-4:nth-child(5) .item-li {
    transition-delay: 800ms
}

.tp-li .row .col-lg-4:nth-child(6) .item-li {
    transition-delay: 1000ms
}

.tp-li .row .col-lg-4:nth-child(7) .item-li {
    transition-delay: 1200ms
}

.tp-li .row .col-lg-4:nth-child(8) .item-li {
    transition-delay: 1400ms
}

.item-card {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    transition: all .3s;
    margin-top: 3px
}

    .item-card a {
        display: inherit;
        flex-direction: inherit;
        min-width: 100%
    }

    .item-card .img-cont .cat {
        top: auto !important;
        bottom: 0 !important;
        right: 0 !important
    }

    .item-card .txt-cont {
        box-shadow: var(--box-shadow);
        background: var(--color-surface);
        padding-right: 0;
        padding-left: 0;
        transition: all .3s
    }

        .item-card .txt-cont .cat {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        .item-card .txt-cont h3 {
            min-height: 75px;
            color: var(--color-main-text)
        }

    .item-card:hover .icn-ply {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .item-card:hover .txt-cont h3, .item-card:hover .txt-cont time, .item-card:hover .txt-cont p {
        color: var(--color-main-text) !important
    }

    .item-card.show-card {
        background: transparent;
        position: relative
    }

        .item-card.show-card:before {
            content: "";
            width: 100%;
            height: 70%;
            background: linear-gradient(33deg, #cbd8eb, transparent);
            bottom: 0;
            right: 0;
            position: absolute;
            opacity: .6;
            transition: all .35s ease
        }

        .item-card.show-card a {
            display: block;
            position: relative;
            float: left
        }

            .item-card.show-card a:after, .item-card.show-card a:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                background: var(--primary);
                transition: all .35s ease
            }

            .item-card.show-card a:before {
                width: 1px;
                height: 30px
            }

            .item-card.show-card a:after {
                height: 1px;
                width: 60px
            }

        .item-card.show-card .more-icon {
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 28px;
            height: 16px;
            display: flex
        }

            .item-card.show-card .more-icon .icon {
                fill: var(--primary);
                width: 15px;
                height: 15px
            }

        .item-card.show-card .img-cont {
            box-shadow: var(--box-shadow);
            width: 98%
        }

        .item-card.show-card .txt-cont {
            background: transparent;
            padding: 0 10px 10px 10px !important
        }

            .item-card.show-card .txt-cont h3 {
                font-size: 22px;
                line-height: 42px;
                font-weight: 400;
                height: 42px;
                white-space: nowrap;
                position: relative;
                color: var(--primary);
                transition: all .35s ease
            }

                .item-card.show-card .txt-cont h3:before {
                    content: "";
                    width: 30%;
                    height: 2px;
                    background: var(--secondary);
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    transition: all .35s ease
                }

            .item-card.show-card .txt-cont p {
                color: var(--primary);
                line-height: 22px;
                height: 88;
                text-overflow: ellipsis;
                overflow: hidden
            }

        .item-card.show-card:hover a:before, .item-card.show-card:hover a:after {
            background-color: var(--secondary)
        }

        .item-card.show-card:hover a:after {
            width: 100%
        }

        .item-card.show-card:hover a:before {
            height: 70%
        }

        .item-card.show-card:hover .txt-cont h3 {
            color: var(--secondary)
        }

            .item-card.show-card:hover .txt-cont h3:before {
                background-color: var(--primary);
                width: 10%
            }

        .item-card.show-card:hover .more-icon .icon {
            fill: var(--secondary) !important;
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

    .item-card.tp {
        background: var(--secondary);
        margin-bottom: 0
    }

        .item-card.tp .txt-cont h3, .item-card.tp .txt-cont p {
            color: #fff
        }

        .item-card.tp .txt-cont p {
            display: none
        }

@media(min-width: 768px) {
    .item-card.tp {
        flex-direction: row-reverse
    }

        .item-card.tp .txt-cont {
            width: 50%;
            padding: 30px
        }

            .item-card.tp .txt-cont h3 {
                font-size: 24px;
                line-height: 175%;
                max-height: none
            }

        .item-card.tp .img-cont {
            width: 60%
        }
}

@media(min-width: 992px) {
    .item-card.tp .txt-cont {
        width: 30%
    }

        .item-card.tp .txt-cont h3 {
            max-height: 136px
        }

        .item-card.tp .txt-cont p {
            display: flex
        }

    .item-card.tp .img-cont {
        width: 70%
    }
}

@media(min-width: 1300px) {
    .item-card.tp .txt-cont {
        width: 35%
    }

    .item-card.tp .img-cont {
        width: 65%
    }
}

.item-card.with-author .img-cont:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    z-index: 1;
    background: var(--img-overlay-gradient);
    opacity: .9
}

.item-card.with-author .author {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: 0;
    z-index: 333;
    justify-content: flex-end;
    align-items: center;
    padding-top: 30px
}

    .item-card.with-author .author .img {
        width: 90px !important;
        height: 90px !important;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid var(--primary);
        margin-bottom: 20px
    }

        .item-card.with-author .author .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

    .item-card.with-author .author .name {
        background: var(--primary-gradient);
        box-shadow: var(--primary-box-shadow);
        padding: 2px 8px;
        color: #fff;
        border-radius: 4px;
        border: 1px solid var(--primary)
    }

@media(min-width: 992px) {
    .item-card.to-li-lg {
        flex-direction: row
    }

        .item-card.to-li-lg:before {
            opacity: 0
        }

        .item-card.to-li-lg a {
            flex-wrap: wrap
        }

        .item-card.to-li-lg .img-cont {
            width: 156px;
            border-right: 3px solid var(--secondary);
            border-left: 3px solid var(--primary)
        }

            .item-card.to-li-lg .img-cont:after {
                padding-top: 110px
            }

        .item-card.to-li-lg .txt-cont {
            width: calc(100% - 156px);
            padding-top: 0
        }

            .item-card.to-li-lg .txt-cont h3 {
                max-height: 100px !important
            }

            .item-card.to-li-lg .txt-cont:before {
                opacity: 0
            }

        .item-card.to-li-lg .time, .item-card.to-li-lg time {
            min-width: calc(100% - 8px)
        }
}

.time, time {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: var(--color-main-text);
    font-size: 12px
}

    .time .icon, time .icon {
        fill: var(--color-main-text);
        width: 14px;
        height: 14px
    }

.item-card2 {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
    transition: all .3s
}

    .item-card2 .img-cont {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .item-card2 .txt-cont {
        position: relative;
        padding-top: 15px;
        transition: all .3s
    }

        .item-card2 .txt-cont h3 {
            text-align: center
        }

    .item-card2:hover .txt-cont h3 {
        color: var(--secondary)
    }

.item-li {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    transition: all .3s
}

    .item-li a {
        display: inherit;
        flex-direction: inherit
    }

    .item-li .img-cont {
        width: 90px;
        position: relative;
        z-index: 1;
        border-bottom: 0
    }

@media(min-width: 1500px) {
    .item-li .img-cont {
        width: 120px
    }
}

.item-li .img-cont:after {
    padding-top: 90px
}

.item-li .txt-cont {
    position: relative;
    z-index: 2;
    max-height: none !important;
    width: calc(100% - 90px);
    position: relative
}

@media(min-width: 1500px) {
    .item-li .txt-cont {
        width: calc(100% - 120px)
    }
}

.item-li .txt-cont h3 {
    font-size: 14px;
    color: var(--color-main-text);
    font-size: 14px;
    line-height: 21px;
    max-height: 66px;
    font-weight: 500
}

.item-li .txt-cont p {
    display: none;
    color: var(--color-main-text)
}

.item-li:hover .txt-cont h3, .item-li:hover .txt-cont time, .item-li:hover .txt-cont p {
    color: var(--primary)
}

.item-li.lg-txt {
    margin-bottom: 0 !important;
    padding: 10px 0;
    border-top: 1px solid #dcdcdc
}

    .item-li.lg-txt .img-cont {
        width: 100%
    }

        .item-li.lg-txt .img-cont:after {
            content: "";
            padding-top: 52.25%
        }

@media(min-width: 570px) {
    .item-li.lg-txt .img-cont:after {
        padding-top: 180px
    }
}

@media(min-width: 570px) {
    .item-li.lg-txt .img-cont {
        width: 40%
    }
}

.item-li.lg-txt .txt-cont {
    width: 100%
}

    .item-li.lg-txt .txt-cont h3 {
        height: auto;
        max-height: none
    }

@media(min-width: 570px) {
    .item-li.lg-txt .txt-cont {
        height: 180px;
        width: 60%
    }
}

.item-li.lg-txt .txt-cont h3 {
    font-size: 16px;
    line-height: 25px
}

@media(min-width: 570px) {
    .item-li.lg-txt .txt-cont h3 {
        font-size: 18px;
        height: 150px;
        line-height: 32px
    }
}

@media(min-width: 992px) {
    .item-li.lg-txt {
        border-top: 0;
        padding: 0;
        margin-bottom: 10px !important
    }

        .item-li.lg-txt:first-child {
            border-bottom: 1px solid #dcdcdc !important;
            padding-bottom: 10px !important
        }
}

@media(min-width: 768px) {
    .item-li.lg .img-cont {
        width: 180px;
        float: left
    }

        .item-li.lg .img-cont:after {
            padding-top: 56.25%
        }

    .item-li.lg .txt-cont {
        float: right;
        width: calc(100% - 180px)
    }

        .item-li.lg .txt-cont h3 {
            font-size: 18px;
            line-height: 28px;
            max-height: 84px
        }

        .item-li.lg .txt-cont p {
            display: flex;
            height: auto;
            max-height: 44px;
            font-weight: 600
        }
}

@media(min-width: 992px) {
    .item-li.lg .img-cont {
        width: 240px
    }

    .item-li.lg .txt-cont {
        width: calc(100% - 240px)
    }

        .item-li.lg .txt-cont h3 {
            font-size: 18px;
            line-height: 28px;
            font-weight: bold
        }

        .item-li.lg .txt-cont p {
            display: flex;
            height: auto
        }
}

.item-li.show-item {
    border-top: 1px solid #dcdcdc;
    padding-top: 10px
}

    .item-li.show-item .img-cont {
        width: 90px
    }

        .item-li.show-item .img-cont:after {
            padding-top: 56.25% !important
        }

    .item-li.show-item .txt-cont {
        width: calc(100% - 90px)
    }

        .item-li.show-item .txt-cont h3 {
            line-height: 32px;
            white-space: nowrap;
            overflow: hidden;
            height: 32px;
            text-overflow: ellipsis;
            font-size: 16px;
            color: var(--primary);
            font-weight: bold
        }

        .item-li.show-item .txt-cont p {
            color: #444;
            font-size: 14px;
            white-space: nowrap;
            display: block;
            margin: 0;
            padding: 0;
            font-weight: 500
        }

.item-bg {
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

    .item-bg .img-cont .cat {
        top: 10px;
        right: 10px
    }

    .item-bg .img-cont:before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        height: 50%;
        z-index: 1;
        background: var(--img-overlay-gradient);
        opacity: .9
    }

    .item-bg .img-cont:after {
        padding-top: 95%
    }

@media(min-width: 768px) {
    .item-bg .img-cont:after {
        padding-top: 65%
    }
}

@media(min-width: 992px) {
    .item-bg .img-cont:after {
        padding-top: 56.25%
    }
}

.item-bg .txt-cont {
    position: absolute;
    bottom: 12px;
    width: 100%;
    float: none;
    padding: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center
}

    .item-bg .txt-cont p.pre-title {
        background: var(--primary-gradient);
        color: #fff;
        line-height: 32px;
        padding: 0 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-radius: 4px;
        overflow: hidden;
        font-weight: 500;
        display: inline-flex;
        align-self: center
    }

    .item-bg .txt-cont .time {
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .item-bg .txt-cont .time .icon {
            margin-right: 10px;
            fill: #fff
        }

    .item-bg .txt-cont h3 {
        color: #fff;
        height: auto;
        font-size: 14px;
        line-height: 200%;
        justify-content: center;
        align-self: center
    }

@media(min-width: 768px) {
    .item-bg .txt-cont h3 {
        font-size: 18px;
        line-height: 34px;
        max-height: 68px
    }
}

@media(min-width: 992px) {
    .item-bg .txt-cont h3 {
        font-size: 22px;
        line-height: 40px;
        max-height: 80px
    }
}

.item-bg.with-time {
    margin-bottom: 50px;
    z-index: 2
}

    .item-bg.with-time:after {
        display: none
    }

    .item-bg.with-time .time {
        bottom: -30px;
        color: #fff;
        width: calc(100% - 40px);
        right: 20px;
        height: 30px;
        position: absolute;
        padding: 8px;
        font-size: 12px;
        background: var(--primary);
        z-index: 1;
        box-shadow: var(--primary-box-shadow)
    }

.item-bg.title-box .img-cont:before {
    opacity: 0
}

.item-bg.title-box h3 {
    width: calc(100% - 40px);
    padding: 4px;
    background: rgba(24,66,143,.59);
    border-radius: 4px;
    border: 1px solid rgba(39,108,234,.59);
    -webkit-filter: drop-shadow(0px 0px 4px rgba(24, 66, 143, 0.5));
    filter: drop-shadow(0px 0px 4px rgba(24, 66, 143, 0.5));
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

@media(min-width: 992px) {
    .item-bg.title-box h3 {
        max-width: 60%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content
    }
}

.item-bg.title-bg .img-cont:before {
    opacity: 0
}

.item-bg.title-bg .txt-cont {
    bottom: 12px;
    background: transparent;
    text-align: center;
    justify-content: center;
    padding: 0 20px
}

    .item-bg.title-bg .txt-cont h3 {
        display: block !important;
        text-align: center
    }

        .item-bg.title-bg .txt-cont h3:before {
            content: "";
            display: inline;
            background: #ccc;
            height: 50%
        }

        .item-bg.title-bg .txt-cont h3 span {
            background: var(--secondary);
            padding: 0;
            transition: background .35s ease-in;
            background-image: linear-gradient(to bottom, var(--secondary) 0%, var(--secondary) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
            display: inline !important
        }

.item-bg.txt-box {
    overflow: visible;
    margin-bottom: 30px
}

    .item-bg.txt-box .img-cont:before {
        opacity: 0
    }

    .item-bg.txt-box .txt-cont {
        position: absolute;
        bottom: -38px;
        padding: 8px;
        background: var(--primary);
        width: 90%;
        right: 5%;
        left: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70px
    }

        .item-bg.txt-box .txt-cont h3 {
            line-height: 27px;
            text-align: center;
            max-height: 54px !important
        }

@media(min-width: 1300px) {
    .item-bg.txt-box .txt-cont {
        width: 80%;
        right: 10%;
        left: 10%
    }

        .item-bg.txt-box .txt-cont .txt-cont {
            height: 76px;
            font-size: 20px;
            line-height: 30px
        }
}

.item-bg.md .txt-cont .cat {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.item-bg.md .txt-cont h3 {
    font-size: 16px;
    line-height: 22px
}

.item-bg.lg .txt-cont {
    padding-right: 40px !important;
    padding-top: 12px !important;
    text-align: right
}

    .item-bg.lg .txt-cont h3 {
        text-align: right
    }

@media(min-width: 1200px) {
    .item-bg.lg .txt-cont {
        max-width: 70%
    }

        .item-bg.lg .txt-cont:before {
            height: 8px;
            right: 12px
        }

        .item-bg.lg .txt-cont:after {
            width: 8px;
            right: 12px
        }
}

@media(min-width: 992px) {
    .col-lg-7 .item-bg .img-cont:after {
        padding-top: 80%
    }

    .col-lg-7 .item-bg .txt-cont h3 {
        width: 90%;
        max-width: 90%
    }
}

.item-article {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 8px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .35s;
    margin-bottom: 20px
}

    .item-article a {
        display: inherit;
        flex-direction: inherit
    }

    .item-article .img-cont {
        width: 100px;
        transition: box-shadow .345s ease-in-out
    }

        .item-article .img-cont:after {
            padding-top: 100%
        }

    .item-article .writer {
        float: right;
        color: #fff;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        display: flex;
        padding: 0 10px;
        max-width: 100%;
        font-size: 13px;
        margin-top: 5px;
        width: calc(100% - 90px);
        align-items: center;
        height: 22px;
        text-align: right;
        background: var(--primary);
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .item-article .txt-cont {
        width: calc(100% - 100px);
        text-align: right;
        position: relative;
        padding-top: 0;
        padding: 5px 10px;
        display: flex;
        flex-direction: column
    }

        .item-article .txt-cont h3 {
            max-height: 66px;
            height: auto !important;
            line-height: 22px;
            text-overflow: ellipsis;
            font-weight: 700;
            font-size: 14px
        }

        .item-article .txt-cont p {
            display: none
        }

@media(min-width: 1200px) {
    .item-article .txt-cont p {
        display: block;
        max-height: 62px;
        line-height: 21px;
        font-size: 14px
    }
}

.item-article:hover .txt-cont h3 {
    color: var(--secondary)
}

.item-article:hover .img-cont {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075)
}

    .item-article:hover .img-cont img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2)
    }

.block {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: var(--color-surface);
    border-top-left-radius: 0;
    border-radius: 8px;
    border-top-left-radius: 0;
    overflow: hidden;
    max-width: 100%
}

    .block.transparent {
        background-color: transparent
    }

    .block .title {
        width: 100%;
        padding-right: 10px;
        border-top-left-radius: 0;
        background: linear-gradient(90deg, rgba(14, 68, 192, 0.98) 0.86%, rgba(14, 68, 192, 0) 99.13%);
        border-radius: 0px 50px 0px 50px;
        align-items: center;
        position: relative;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center
    }

@media(min-width: 768px) {
    .block .title {
        justify-content: space-between
    }
}

.block .title.center {
    justify-content: center
}

.block .title a {
    display: inline-flex;
    flex-direction: inherit;
    border-radius: 4px;
    padding: 0 12px;
    min-width: 160px;
    text-align: center;
    justify-content: center
}

.block .title h2 {
    transition: color .35s ease-in;
    line-height: 62px;
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    font-weight: bold;
    position: relative;
    color: var(--block-title-color)
}

    .block .title h2 img {
        margin-right: 10px;
        width: 25px
    }

    .block .title h2 .icon {
        fill: var(--third) !important;
        color: var(--third);
        width: 15px;
        height: 15px !important;
        display: none
    }

@media(min-width: 768px) {
    .block .title h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px
    }
}

.block .cont {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 100%
}

@media(min-width: 992px) {
    .block .cont {
        padding: 0 12px;
        padding-bottom: 0 !important
    }
}

.block .foot {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 8px
}

    .block .foot .more {
        display: inline-flex;
        line-height: 28px;
        color: #fff;
        padding: 0px 40px;
        border: 1px solid var(--secondary);
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        font-weight: 800;
        font-size: 12px;
        transition: all .3s
    }

        .block .foot .more .icon {
            fill: var(--primary);
            margin-right: 10px;
            width: 10px;
            height: 10px
        }

        .block .foot .more:hover {
            background: var(--primary-gradient)
        }

.block .slider-footer {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.transparent .block {
    background: transparent
}

section.transparent .slider-footer .slider-nav div {
    background: var(--primary)
}

    section.transparent .slider-footer .slider-nav div:hover {
        background: darkred
    }

section.white {
    background-color: #fff;
    box-shadow: var(--box-shadow)
}

[dir=rtl] .block .title {
    background: linear-gradient(271deg, rgba(14, 68, 192, 0.98) 0.86%, rgba(14, 68, 192, 0) 99.13%);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 50px
}

.social {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

    .social a {
        display: inline-block;
        flex-direction: row;
        vertical-align: middle;
        margin: 5px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        line-height: 36px;
        fill: var(--social-default-fill);
        color: #fff;
        align-items: center;
        display: flex;
        justify-content: center;
        cursor: pointer;
        background: var(--social-default-bg)
    }

        .social a:hover {
            background: var(--social-default-hover-bg)
        }

            .social a:hover .icon {
                fill: var(--social-default-hover-fill)
            }

        .social a.fb {
            background-color: #3b5998
        }

            .social a.fb .icon {
                fill: #fff
            }

            .social a.fb:hover {
                color: #fff;
                background: var(--secondary)
            }

                .social a.fb:hover .icon {
                    fill: #fff !important
                }

        .social a.tw {
            background-color: #333
        }

            .social a.tw .icon {
                fill: #fff
            }

            .social a.tw:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.tw:hover .icon {
                    fill: #fff !important
                }

        .social a.ins {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
        }

            .social a.ins .icon {
                fill: #fff
            }

            .social a.ins:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.ins:hover .icon {
                    fill: #fff
                }

        .social a.yt {
            background-color: #d32323
        }

            .social a.yt .icon {
                fill: #fff
            }

            .social a.yt:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.yt:hover .icon {
                    fill: #fff !important
                }

        .social a.ws {
            background-color: #25d366
        }

            .social a.ws .icon {
                fill: #fff
            }

            .social a.ws:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.ws:hover .icon {
                    fill: #fff !important
                }

        .social a.viber {
            background-color: #8176d6
        }

            .social a.viber:hover {
                color: #fff;
                background: var(--primary)
            }

        .social a.te {
            background-color: #39a7da
        }

            .social a.te:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.te:hover .icon {
                    fill: #fff !important
                }

        .social a.rss {
            background-color: var(--rss)
        }

            .social a.rss .icon {
                fill: #fff
            }

            .social a.rss:hover {
                color: #fff;
                background: var(--primary)
            }

                .social a.rss:hover .icon {
                    fill: #fff !important
                }

html.pushbar_locked {
    overflow: hidden;
    touch-action: none
}

.pushbar_locked .pushbar_main_content.pushbar_blur {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

.pushbar_overlay {
    z-index: -999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity .5s ease;
    opacity: 0;
    background: #3c3442
}

html.pushbar_locked .pushbar_overlay {
    opacity: .8;
    z-index: 999
}

[data-pushbar-id] {
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    will-change: transform;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background: #fff
}

[data-pushbar-direction=left][data-pushbar-id], [data-pushbar-direction=right][data-pushbar-id] {
    top: 0;
    width: 256px;
    max-width: 100%;
    height: 100%
}

[data-pushbar-direction=top][data-pushbar-id], [data-pushbar-direction=bottom][data-pushbar-id] {
    left: 0;
    width: 100%;
    min-height: 150px
}

[data-pushbar-direction=left][data-pushbar-id] {
    left: 0;
    -webkit-transform: translateZ(0) translateX(-100%);
    transform: translateZ(0) translateX(-100%)
}

[data-pushbar-direction=right][data-pushbar-id] {
    right: 0;
    -webkit-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%)
}

[data-pushbar-direction=top][data-pushbar-id] {
    top: 0;
    -webkit-transform: translateZ(0) translateY(-100%);
    transform: translateZ(0) translateY(-100%)
}

[data-pushbar-direction=bottom][data-pushbar-id] {
    bottom: 0;
    -webkit-transform: translateZ(0) translateY(100%);
    transform: translateZ(0) translateY(100%)
}

[data-pushbar-id].opened {
    display: block;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important
}

.popbox.visible {
    opacity: 1;
    z-index: 999;
    transition: opacity .3s ease
}

.popbox.opened {
    display: block
}

.popbox_locked .popbox_main_content.popbox_blur {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

html.popbox_locked {
    overflow: hidden;
    touch-action: none
}

.popbox {
    z-index: -999;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    will-change: opacity;
    transition: opacity .3s ease;
    opacity: 0;
    will-change: opacity;
    background: rgba(60,52,66,.7);
    padding: 18px;
    padding-top: 5%;
    overflow-y: auto;
    display: none
}

.popbox_container {
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 18px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    max-width: 400px
}

@media(min-width: 1200px)and (max-width: 1540px) {
    .container.cont-header {
        max-width: 100% !important;
        width: 100% !important
    }
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075) 0 .125rem .25rem rgba(0,0,0,.075);
    position: relative;
    background: linear-gradient(90deg, rgba(18, 72, 135, 0.84) 0.02%, rgba(9, 39, 108, 0.84) 99.99%);
    margin-bottom: 20px;
    color: #fff;
    padding-top: 12px
}

    header .btn .icon {
        fill: #fff
    }

    header .social a {
        background: transparent
    }

        header .social a .icon {
            fill: #fff
        }

        header .social a:hover {
            background: var(--secondary-gradient);
            box-shadow: var(--secondary-box-shadow)
        }

.logo-area {
    width: 90px;
    transition: all .35s ease;
    margin-top: -10px;
}

@media(min-width: 992px) {
    .logo-area {
        width: 127px;
        margin-top: -10px;
}   }
}

.logo-area img {
    width: 100%;
    height: auto
}

.cont-area {
    display: flex;
    flex-direction: column;
    width: calc(100% - 180px)
}

@media(min-width: 992px) {
    .cont-area {
        width: calc(100% - 250px)
    }
}

.cont-area .top {
    display: none
}

@media(min-width: 992px) {
    .cont-area .top {
        display: flex;
        justify-content: space-between
    }
}

.cont-area .btm {
    display: flex;
    justify-content: space-between
}

.cont-area .btm {
    background: linear-gradient(90deg, rgba(14, 68, 192, 0.98) 0.85%, rgba(14, 68, 192, 0) 81.23%);
    border-radius: 0px 0px 0px 50px;
    padding: 0 20px
}

    .cont-area .btm ul.navbar-nav {
        display: none
    }

@media(min-width: 992px) {
    .cont-area .btm ul.navbar-nav {
        display: flex
    }
}

.cont-area .btm .btn-360 {
    display: none
}

    .cont-area .btm .btn-360 img {
        height: 21px;
        width: auto
    }

@media(min-width: 992px) {
    .cont-area .btm .btn-360 {
        display: inline-flex
    }
}

.leagues {
    display: flex;
    gap: 20px;
    padding-bottom: 10px
}

    .leagues a {
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        background-color: #fff
    }

        .leagues a img {
            width: 100%;
            height: 100%;
            position: absolute;
            -o-object-fit: cover;
            object-fit: cover
        }

        .leagues a:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
            box-shadow: var(--box-shadow-sm)
        }

.btn-360 {
    border-radius: 100px 0px 180px 100px;
    border: 1px solid #d11e2a;
    color: #fff;
    justify-content: space-between;
    font-weight: bold;
    background: linear-gradient(270deg, #D11E2A 7.33%, #79150F 92.71%)
}

    .btn-360 img {
        margin-left: 10px
    }

    .btn-360:hover {
        background: var(--secondary)
    }

.admin {
    display: flex;
    flex-direction: row;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    align-items: center
}

    .admin div {
        padding: 0 8px;
        color: #fff;
        white-space: nowrap
    }

    .admin .title {
        font-size: 14px
    }

    .admin .name {
        font-size: 16px;
        font-weight: 800
    }

        .admin .name.lg {
            font-size: 24px
        }

header .scroll-wrapper-mobile {
    white-space: nowrap;
    float: right;
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: all .34s ease-in;
    background: var(--scroll-menu-bg)
}

@media(min-width: 1100px) {
    header .scroll-wrapper-mobile {
        display: none
    }
}

header .scroll-wrapper-mobile .navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap
}

header .scroll-wrapper-mobile .nav-item .nav-link {
    padding: 4px 15px !important;
    font-size: 13px;
    line-height: 28px;
    color: var(--scroll-menu-color)
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0px -0.5rem .25rem rgba(0,0,0,.1);
    z-index: 999;
    display: flex;
    width: 100%;
    left: 0;
    height: 50px;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden
}

@media(min-width: 1100px) {
    .bottom-nav {
        display: none
    }
}

.bottom-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 50px;
    width: 25%;
    flex-direction: column;
    border-left: 1px solid #dcdcdc;
    font-size: 12px
}

    .bottom-nav a:last-child {
        border-left: 0
    }

    .bottom-nav a .icon {
        fill: var(--primary);
        margin-right: 10px;
        width: 15px;
        height: 15px;
        margin-bottom: 10px
    }

    .bottom-nav a span {
        font-weight: bold;
        font-size: 14px;
        text-transform: capitalize
    }

    .bottom-nav a:hover {
        background: #f2f2f2
    }

#navbar {
    z-index: 999;
    transition: all ease;
    display: flex;
    flex-direction: column;
    max-width: 100%
}

    #navbar.sticky {
        position: fixed;
        top: 0;
        min-width: 100%;
        background-color: var(--secondary)
    }

        #navbar.sticky .logo-area {
            width: 110px
        }

        #navbar.sticky .cont-area {
            width: calc(100% - 120px)
        }

            #navbar.sticky .cont-area .top {
                display: none
            }

.navbar {
    width: 100%;
    min-height: 50px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: right;
    justify-content: space-between
}

    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0
    }

@media(max-width: 767px) {
    .navbar .container {
        max-width: 100%
    }
}

@media(min-width: 1100px) {
    .navbar {
        margin-top: 0 !important;
        background: var(--nav-bg);
        align-items: center;
        justify-content: space-between
    }
}

.navbar .nav-item-mobile {
    height: auto;
    max-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(min-width: 1099px) {
    .navbar .nav-item-mobile {
        display: none
    }
}

.navbar .nav-item-mobile .admin {
    color: #fff
}

.navbar .nav-item-mobile a {
    display: inline-flex;
    min-height: 40px;
    line-height: 33px;
    max-height: 90px;
    align-self: end
}

    .navbar .nav-item-mobile a img {
        height: 100%;
        width: auto
    }

    .navbar .nav-item-mobile a .icon {
        fill: #b10000
    }

    .navbar .nav-item-mobile a.logo img {
        float: right;
        height: 70px;
        width: auto;
        border: 5px solid #fff;
        border-radius: 50%
    }

    .navbar .nav-item-mobile a.logo .admin {
        width: 90px;
        margin-top: 5px;
        text-align: right;
        margin-right: 15px
    }

        .navbar .nav-item-mobile a.logo .admin .name {
            font-size: 14px
        }

        .navbar .nav-item-mobile a.logo .admin .title {
            font-size: 10px
        }

    .navbar .nav-item-mobile a.menu {
        float: right;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        background-color: var(--primary-light);
        border-radius: 5px;
        border: 1px solid transparent;
        padding: 0
    }

        .navbar .nav-item-mobile a.menu .icon {
            fill: var(--primary)
        }

        .navbar .nav-item-mobile a.menu:hoveR {
            background: var(--primary)
        }

            .navbar .nav-item-mobile a.menu:hoveR .icon {
                fill: #fff
            }

.navbar .navbar-collapse {
    transition: all .24s ease;
    height: 50px;
    white-space: nowrap;
    display: none;
    transition-delay: 200ms
}

@media(min-width: 1100px) {
    .navbar .navbar-collapse {
        display: flex
    }
}

.navbar .navbar-collapse .logo-area {
    float: right;
    height: 50px;
    padding: 4px 8px
}

@media(min-width: 992px) {
    .navbar .navbar-collapse .logo-area {
        display: none
    }
}

.navbar .navbar-collapse .logo-area .logo {
    height: 50px;
    float: right;
    padding: 5px 0
}

    .navbar .navbar-collapse .logo-area .logo img {
        height: 100%;
        width: auto
    }

.navbar .navbar-collapse .logo-area .admin {
    float: right;
    line-height: 32px;
    text-align: right;
    padding-right: 10px;
    padding-top: 6px;
    width: 100px
}

    .navbar .navbar-collapse .logo-area .admin .title {
        font-size: 9px;
        font-weight: bold;
        margin-bottom: 3px
    }

    .navbar .navbar-collapse .logo-area .admin .name {
        white-space: nowrap;
        font-size: 11px;
        margin-top: 0
    }

.navbar .navbar-collapse .icon {
    height: 20px;
    fill: #fff
}

.navbar .navbar-collapse .social a .icon {
    fill: #fff
}

.navbar .navbar-collapse .social a:hover {
    background: #00122c !important
}

.navbar .navbar-collapse .btn-gradient {
    float: left;
    border-radius: 4px;
    margin-top: 8px
}

.navbar .social {
    display: none
}

@media(min-width: 992px) {
    .navbar .social {
        display: flex
    }
}

.navbar .btns {
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

    .navbar .btns a {
        border-radius: 0;
        margin: 0 4px;
        display: inline-flex;
        padding: 0;
        width: 40px;
        height: 40px
    }

        .navbar .btns a .icon {
            fill: #fff
        }

        .navbar .btns a:hover {
            background: var(--primary)
        }

@media(max-width: 991px) {
    .navbar .btns a.search {
        display: none
    }
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0 0;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: space-between
}

    .navbar-nav::-webkit-scrollbar {
        display: none
    }

@media(min-width: 992px) {
    .navbar-nav {
        flex-direction: row;
        height: 50px
    }
}

.navbar-nav .nav-item {
    float: right;
    margin: 0
}

    .navbar-nav .nav-item:hover .nav-link:after {
        opacity: 1
    }

    .navbar-nav .nav-item .nav-link {
        display: block;
        line-height: 30px;
        color: var(--nav-txt-color);
        padding: 5px 10px;
        margin-top: 5px;
        font-weight: bold;
        text-decoration: none !important;
        position: relative;
        white-space: nowrap;
        font-size: 15px;
        border-radius: 4px
    }

        .navbar-nav .nav-item .nav-link.btn-secondary {
            background-color: var(--secondary);
            border-radius: 30px;
            padding-left: 20px
        }

        .navbar-nav .nav-item .nav-link svg {
            fill: var(--nav-txt-color);
            height: 15px;
            width: 20px
        }

        .navbar-nav .nav-item .nav-link .icon {
            fill: var(--nav-txt-color)
        }

        .navbar-nav .nav-item .nav-link.menu .icon {
            display: block
        }

    .navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item.active .nav-link {
        background: var(--nav-hover-bg);
        color: var(--nav-hover-color)
    }

        .navbar-nav .nav-item:hover .nav-link .icon, .navbar-nav .nav-item.active .nav-link .icon {
            fill: var(--nav-hover-color)
        }

        .navbar-nav .nav-item:hover .nav-link:after, .navbar-nav .nav-item.active .nav-link:after {
            opacity: 1;
            width: 100%
        }

    .navbar-nav .nav-item.dropdown {
        position: relative
    }

        .navbar-nav .nav-item.dropdown .dropdown-menu {
            transition: all .3s ease .15s;
            display: block;
            visibility: hidden;
            position: absolute !important;
            opacity: 0;
            background: var(--color-surface);
            border-left: 0;
            border-right: 0;
            margin: 0;
            padding: 0;
            top: 50px;
            z-index: 33
        }

            .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
                display: block;
                width: 100%;
                padding: .25rem 1.5rem;
                clear: both;
                font-weight: 400;
                color: var(--color-main-text);
                text-align: inherit;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
                line-height: 30px;
                font-weight: bold;
                border-bottom: 1px solid rgba(0,0,0,.12)
            }

                .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
                    background: var(--primary)
                }

        .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible
        }

.nav-block {
    display: flex;
    min-width: 100%;
    margin: 30px 0
}

    .nav-block ul {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
        flex: 0 0 100%;
        flex-wrap: wrap
    }

@media(min-width: 992px) {
    .nav-block ul {
        flex-wrap: nowrap
    }
}

.nav-block ul li {
    width: 33.333333%;
    padding: 4px
}

@media(min-width: 992px) {
    .nav-block ul li {
        width: 100%
    }
}

.nav-block .nav-link {
    background: var(--primary-gradient);
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--primary-box-shadow)
}

    .nav-block .nav-link:hover {
        background: var(--secondary-gradient);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: var(--secondary-box-shadow)
    }

main {
    display: flex;
    flex-direction: column;
    float: none
}

footer {
    display: flex;
    flex-direction: column;
    overflow: visible;
    width: 100%;
    position: relative;
    padding-top: 0;
    background: var(--footer-bg);
    background-size: contain;
    text-align: center;
    padding-top: 0
}

    footer .up {
        float: right;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        margin-top: -50px
    }

        footer .up .btp {
            float: right;
            width: 32px;
            height: 32px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075);
            text-align: center;
            line-height: 32px
        }

            footer .up .btp .icon {
                fill: #00122c;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                width: 13px;
                height: 13px
            }

            footer .up .btp:hover {
                background: #b10000
            }

                footer .up .btp:hover .icon {
                    fill: #fff
                }

    footer .top {
        width: 100%;
        min-width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        margin-top: -10px;
        align-items: center
    }

@media(min-width: 768px) {
    footer .top {
        flex-direction: row
    }
}

footer .top .store-logos {
    display: inline-flex;
    justify-content: space-evenly
}

    footer .top .store-logos a {
        display: inline-block;
        height: 40px;
        margin: 5px
    }

        footer .top .store-logos a img {
            height: 100%;
            width: auto
        }

footer .social {
    width: auto;
    display: inline-flex
}

    footer .social a {
        background: #b10000 !important;
        color: #00122c !important;
        fill: #00122c !important;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        margin: 3px;
        line-height: 29px
    }

        footer .social a:hover {
            background: #00122c !important;
            color: #b10000 !important;
            fill: #b10000 !important
        }

footer .md {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0
}

    footer .md .logo-area {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px
    }

        footer .md .logo-area .logo {
            width: 218px
        }

        footer .md .logo-area .social a {
            background: transparent !important
        }

@media(min-width: 768px) {
    footer .md .logo-area {
        flex-direction: row;
        justify-content: space-between
    }
}

footer .navbar-nav .nav-item:hover .nav-link:after, footer .navbar-nav .nav-item.active .nav-link:after {
    opacity: 0;
    display: none !important
}

footer .nav-link {
    color: #fff;
    text-align: right;
    width: 100%;
    float: right
}

footer ul.footer-nav {
    height: auto !important;
    flex-wrap: wrap;
    justify-content: center
}

    footer ul.footer-nav a {
        color: #fff
    }

        footer ul.footer-nav a:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff
        }

    footer ul.footer-nav .nav-item {
        text-align: center;
        border-bottom: 0
    }

        footer ul.footer-nav .nav-item .nav-link {
            border-bottom: 1px solid transparent;
            color: var(--footnav-color)
        }

        footer ul.footer-nav .nav-item:hover {
            border-bottom: 0
        }

            footer ul.footer-nav .nav-item:hover .navbar-nav .nav-item .nav-link:after {
                opacity: 0
            }

            footer ul.footer-nav .nav-item:hover .nav-link {
                background: transparent;
                color: var(--footnav-color);
                border-radius: 0 !important;
                text-decoration: underline !important;
                -webkit-text-decoration-color: var(--primary);
                text-decoration-color: var(--primary)
            }

footer .fnav {
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 10px
}

    footer .fnav a {
        font-size: 12px;
        margin: 10px;
        display: inline-block;
        white-space: nowrap;
        color: #fff;
        -webkit-text-decoration: dotted !important;
        text-decoration: dotted !important
    }

        footer .fnav a:hover {
            text-decoration: underline;
            -webkit-text-decoration-color: var(--primary);
            text-decoration-color: var(--primary)
        }

footer .btm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    footer .btm .right {
        text-align: right
    }

@media(min-width: 768px) {
    footer .btm {
        flex-direction: row;
        justify-content: space-between
    }

        footer .btm .fnav {
            text-align: right
        }
}

footer .copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    width: 100%;
    text-align: right;
    font-family: tahoma;
    font-size: 12px;
    direction: ltr;
    line-height: 30px;
    vertical-align: middle
}

.powered {
    display: inline-flex;
    flex-direction: column;
    background: #003887;
    width: 130px;
    color: #fff;
    border-radius: 8px;
    padding: 4px 8px;
    transition: all .24s
}

    .powered span {
        font-size: 12px;
        text-align: right
    }

    .powered:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        background-color: #003887;
        box-shadow: var(--secondary-box-shadow);
        -webkit-animation: rotation 1s linear;
        animation: rotation 1s linear
    }

@-webkit-keyframes rotation {
    50% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes rotation {
    50% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

#search-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}

    #search-box.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
        z-index: 3333
    }

    #search-box input[type=search] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: #fff;
        background: rgba(0,0,0,0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none
    }

@media(max-width: 767px) {
    #search-box input[type=search] {
        font-size: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
}

#search-box input[type=search]:focus {
    border-bottom: 2px solid var(--secondary)
}

#search-box .btns {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 61px;
    width: 100%;
    text-align: center
}

    #search-box .btns button {
        border-radius: 20px;
        fill: #fff;
        margin: 10px;
        padding: 4px 20px
    }

        #search-box .btns button:first-child {
            background: var(--secondary)
        }

#search-box .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--secondary);
    opacity: 1;
    font-size: 27px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 23px
}

.search-form {
    float: left;
    line-height: 30px;
    background: #fff;
    transition: all .35s;
    border-bottom: 2px solid var(--primary);
    transition: all .34s ease-in-out;
    display: flex;
    justify-content: space-between
}

    .search-form:hover, .search-form:focus {
        border-bottom: 2px solid var(--secondary)
    }

        .search-form:hover .icon, .search-form:focus .icon {
            fill: var(--primary) !important
        }

    .search-form .form-control {
        background: transparent;
        outline: 0;
        border: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        padding: 0px 12px;
        height: 40px;
        line-height: 40px;
        margin: 0 !important;
        width: calc(100% - 50px)
    }

        .search-form .form-control:hover, .search-form .form-control:focus {
            border: 0;
            outline: 0 !important
        }

    .search-form .search-icn {
        display: inline-block;
        border: 0;
        outline: 0;
        width: 36px;
        height: 24px
    }

        .search-form .search-icn .icon {
            fill: var(--primary)
        }

        .search-form .search-icn:hover, .search-form .search-icn:focus {
            border: 0;
            outline: 0
        }

    .search-form .btn {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 0;
        background: transparent
    }

        .search-form .btn .icon {
            fill: var(--secondary)
        }

.searchPushbar, .search-popup {
    border-radius: 10px;
    padding: 30px 20px;
    width: calc(100% - 20px) !important
}

@media(min-width: 728px) {
    .searchPushbar, .search-popup {
        width: 500px !important
    }
}

.searchPushbar form, .search-popup form {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 42px;
    width: 100%;
    opacity: 0;
    transition: all .35s ease;
    transition-delay: 600ms
}

    .searchPushbar form label, .search-popup form label {
        font-size: 20px;
        padding: 0 10px;
        line-height: 32px;
        font-size: 20px;
        display: none
    }

    .searchPushbar form input, .search-popup form input {
        padding: 0 10px;
        height: 42px;
        margin-left: 10px;
        border: 0;
        font-size: 25px;
        width: calc(100% - 60px);
        border-bottom: 2px solid var(--primary)
    }

        .searchPushbar form input:focus, .search-popup form input:focus {
            border-color: var(--secondary);
            outline-color: #f2f2f2
        }

    .searchPushbar form button, .search-popup form button {
        height: 42px;
        width: 42px;
        padding: 0;
        line-height: 42px;
        border-radius: 4px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center
    }

        .searchPushbar form button.icon-btn .icon, .search-popup form button.icon-btn .icon {
            width: 32px;
            height: 32px;
            fill: var(--primary)
        }

        .searchPushbar form button.icon-btn:hover, .search-popup form button.icon-btn:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }

            .searchPushbar form button.icon-btn:hover .icon, .search-popup form button.icon-btn:hover .icon {
                fill: var(--secondary)
            }

        .searchPushbar form button.close-btn, .search-popup form button.close-btn {
            border-radius: 50% !important;
            margin-top: 30px;
            background-color: var(--primary-light) !important
        }

            .searchPushbar form button.close-btn .icon, .search-popup form button.close-btn .icon {
                fill: var(--primary) !important
            }

            .searchPushbar form button.close-btn:hover, .search-popup form button.close-btn:hover {
                background-color: var(--secondary) !important;
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }

                .searchPushbar form button.close-btn:hover .icon, .search-popup form button.close-btn:hover .icon {
                    fill: #fff !important
                }

[data-popbox-id=search-popbox] .popbox_container {
    max-width: none;
    width: calc(100% - 20px) !important;
    padding: 0
}

@media(min-width: 728px) {
    [data-popbox-id=search-popbox] .popbox_container {
        width: 500px !important
    }
}

[data-popbox-id=search-popbox].opened form, [data-popbox-id=search-popbox].visible form {
    opacity: 1
}

.searchInline {
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 1999;
    transition-delay: 300ms;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all .35s;
    background: #fff;
    opacity: 0;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075),0 .125rem .25rem rgba(0,0,0,.075)
}

    .searchInline form {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        line-height: 42px;
        width: 100%;
        opacity: 0
    }

        .searchInline form label {
            font-size: 20px;
            padding: 0 10px;
            line-height: 32px;
            font-size: 20px;
            display: none
        }

        .searchInline form input {
            padding: 0 10px;
            height: 42px;
            margin-left: 10px;
            border: 1px solid #dcdcdc;
            border-radius: 4px;
            font-size: 20px;
            width: calc(100% - 117px)
        }

            .searchInline form input:focus {
                border-color: var(--secondary);
                outline-color: #f2f2f2
            }

        .searchInline form button {
            height: 42px;
            width: 42px;
            padding: 0;
            line-height: 42px;
            border-radius: 4px !important;
            display: inline-flex;
            justify-content: center;
            align-items: center
        }

            .searchInline form button .icon {
                fill: #fff
            }

    .searchInline.active, .searchInline.open {
        padding: 10px 0;
        height: auto;
        opacity: 1;
        margin-bottom: 15px
    }

        .searchInline.active form, .searchInline.open form {
            opacity: 1
        }

.menu-nav {
    width: 360px !important;
    height: calc(100vh - 30px)
}

.nav-side-menu {
    content-visibility: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

    .nav-side-menu .brand {
        width: 100%;
        background: var(--secondary);
        text-align: center;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #dcdcdc;
        overflow: visible;
        position: relative;
        z-index: 33
    }

        .nav-side-menu .brand img {
            height: 50px;
            width: auto;
            display: inline-block;
            z-index: 22;
            position: relative
        }

        .nav-side-menu .brand .close {
            position: absolute;
            top: 0;
            left: 0;
            width: 38px;
            padding: 10px
        }

            .nav-side-menu .brand .close .icon {
                width: 28px;
                height: 28px;
                fill: #fff
            }

            .nav-side-menu .brand .close:hover .icon {
                fill: #fff
            }

    .nav-side-menu .btn-group {
        float: right;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        background-color: #fff;
        padding: 10px;
        border-radius: 30px;
        box-shadow: inset var(--box-shadow)
    }

        .nav-side-menu .btn-group a {
            display: inline-flex;
            box-shadow: var(--box-shadow)
        }

            .nav-side-menu .btn-group a .icon {
                height: 15px;
                width: 20px
            }

            .nav-side-menu .btn-group a:hover {
                box-shadow: none
            }

    .nav-side-menu .menu-list {
        height: calc(100vh - 150px);
        overflow: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        padding: 12px;
        box-shadow: inset var(--box-shadow)
    }

        .nav-side-menu .menu-list .nav {
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            padding-right: 0;
            margin: 0
        }

            .nav-side-menu .menu-list .nav .nav-item {
                border-bottom: 1px solid #dcdcdc;
                position: relative;
                transition: all .35s;
                float: right;
                width: 100%;
                color: #fff
            }

                .nav-side-menu .menu-list .nav .nav-item.dropdown-menu {
                    height: 0;
                    overflow: hidden;
                    opacity: 0;
                    background: #cbd8eb52;
                    transition: all .4s ease;
                    padding-right: 10px;
                    -webkit-transform: scaleY(0);
                    transform: scaleY(0);
                    max-height: 0
                }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu .nav-item {
                        border-bottom: 1px solid #fff;
                        opacity: 0;
                        transition: all .4s ease;
                        transition-delay: 900ms
                    }

                    .nav-side-menu .menu-list .nav .nav-item.dropdown-menu.show {
                        max-height: none;
                        height: auto;
                        -webkit-transform: scaleY(1);
                        transform: scaleY(1);
                        -webkit-transform-origin: top;
                        transform-origin: top;
                        opacity: 1
                    }

                        .nav-side-menu .menu-list .nav .nav-item.dropdown-menu.show .nav-item {
                            opacity: 1
                        }

                .nav-side-menu .menu-list .nav .nav-item.active a {
                    background: var(--secondary-light);
                    color: var(--secondary)
                }

                .nav-side-menu .menu-list .nav .nav-item a {
                    display: block;
                    float: right;
                    width: 100%;
                    color: #000;
                    font-weight: 700;
                    font-size: 16px;
                    padding: 9px 10px 9px 0;
                    position: relative;
                    line-height: 24px
                }

                    .nav-side-menu .menu-list .nav .nav-item a:after {
                        content: "";
                        right: 0;
                        bottom: 0;
                        height: 1px;
                        width: 0;
                        position: absolute;
                        background: #00122c;
                        transition: all .2s ease-in;
                        z-index: -1
                    }

                    .nav-side-menu .menu-list .nav .nav-item a .icon {
                        fill: #00122c;
                        height: 11px;
                        position: relative;
                        text-align: left;
                        line-height: 34px;
                        display: inline-block;
                        width: 20px
                    }

                    .nav-side-menu .menu-list .nav .nav-item a h2 {
                        display: inline-block;
                        width: calc(100% - 26px);
                        margin: 0 !important;
                        font-size: inherit !important;
                        line-height: inherit !important;
                        font-weight: 700;
                        font-size: 16px;
                        font-weight: inherit !important
                    }

                    .nav-side-menu .menu-list .nav .nav-item a:hover {
                        background: var(--secondary-light);
                        color: var(--secondary)
                    }

                        .nav-side-menu .menu-list .nav .nav-item a:hover .icon {
                            fill: var(--secondary)
                        }

                        .nav-side-menu .menu-list .nav .nav-item a:hover:after {
                            width: 100%
                        }

        .nav-side-menu .menu-list .flex-column {
            flex-direction: column !important
        }

    .nav-side-menu .badges {
        margin: 5px 0;
        padding: 0;
        text-align: center
    }

        .nav-side-menu .badges a {
            margin: 0px 0;
            height: 35px
        }

    .nav-side-menu .social {
        background: #fff;
        padding: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        box-shadow: var(--box-shadow);
        width: 100%;
        justify-content: space-between
    }

.poll {
    border: 1px solid #dcdcdc
}

    .poll .btn {
        border-radius: 4px;
        font-weight: bold;
        color: #fff
    }

.voteform {
    float: right;
    width: 100%;
    text-align: right;
    padding: 15px
}

    .voteform .formq {
        float: right;
        width: 100%;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
        margin-bottom: 15px;
        border-bottom: 1px solid #dcdcdc;
        padding: 15px;
        line-height: 26px
    }

    .voteform .opt {
        float: right;
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold
    }

        .voteform .opt p {
            margin: 0;
            text-align: right;
            direction: rtl;
            font-size: 16px;
            padding-bottom: 6px;
            padding-right: 10px;
            text-shadow: 0 1px 0 rgba(0,0,0,.15)
        }

        .voteform .opt .progress {
            height: 8px;
            margin-bottom: 6px;
            overflow: hidden;
            background-color: #f5f5f5;
            border-radius: 0;
            box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
            border-radius: 30px
        }

            .voteform .opt .progress .progress-bar {
                float: right;
                width: 0%;
                height: 100%;
                font-size: 14px;
                line-height: 22px;
                text-align: center;
                background-color: var(--secondary);
                box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
                transition: width .6s ease
            }

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label, .checkbox label {
        padding-right: 20px;
        padding-left: initial;
        color: #fff
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        margin-right: -20px;
        margin-left: auto
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.bc {
    position: fixed;
    bottom: 0;
    background: var(--secondary);
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 32px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden
}

@media(min-width: 768px) {
    .bc {
        line-height: 52px
    }
}

.bc a {
    color: #fff;
    font-weight: bold
}

.bc .title {
    width: 100px;
    font-weight: bold;
    float: right;
    background: #9c1711;
    color: #fff;
    font-size: 40px;
    text-align: center
}

@media(max-width: 768px) {
    .bc .title {
        width: 50px;
        font-size: 20px
    }
}

.bc .cont {
    width: calc(100% - 150px);
    float: right;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .bc .cont {
        width: calc(100% - 80px)
    }
}

.bc .cont a {
    margin-right: 10px;
    position: relative;
    padding-right: 40px;
    display: inline-block
}

@media(max-width: 767px) {
    .bc .cont a {
        font-size: 16px
    }
}

.bc .cont a:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: contain;
    background: url("../images/favicon/favicon-32x32.png") no-repeat center;
    border-radius: 50%;
    right: 0;
    top: 10px
}

@media(max-width: 767px) {
    .bc .cont a:before {
        top: 0
    }
}

.bc .close {
    float: right;
    width: 50px;
    background: #9c1711;
    text-align: center
}

    .bc .close .icon {
        fill: #fff;
        width: 30px;
        height: 30px
    }

@media(max-width: 767px) {
    .bc .close {
        width: 30px
    }

        .bc .close .icon {
            width: 20px;
            height: 20px
        }
}

.nc-col-li .scroll-horizontal .item-li {
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px solid #dcdcdc
}

    .nc-col-li .scroll-horizontal .item-li:first-child {
        padding-top: 0
    }

    .nc-col-li .scroll-horizontal .item-li:last-child {
        border-bottom: 0
    }

@media(min-width: 320px)and (max-width: 1200px) {
    .nc-col-li .cont .scroll-horizontal {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-style: -ms-autohiding-scrollbar;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }

        .nc-col-li .cont .scroll-horizontal .item-li {
            min-width: 280px;
            display: inline-flex;
            margin: 10px
        }
}

@media(min-width: 992px)and (max-width: 767px) {
    .nc-col .item-card .txt-cont {
        padding-top: 12px;
        padding-bottom: 12px
    }

        .nc-col .item-card .txt-cont h3 {
            max-height: none;
            height: auto;
            min-height: auto
        }
}

/*# sourceMappingURL=critical.css.map */
