.c-tel {
    color: #239bcd
}

.c-fb {
    color: #2174ee
}

.c-in {
    color: #aa3aaa
}

.c-you {
    color: #fe021c
}

.c-vk {
    color: #4680c2
}

.c-pint {
    color: tomato
}

.c-ok {
    color: #f7931e
}

.c-1 {
    color: #eb5757
}

.c-2 {
    color: #c9c9c9
}

.c-3 {
    color: #3a3a3a
}

.c-4 {
    color: #9f9f9f
}

.c-5 {
    color: #f7f7f7
}

.c-6 {
    color: #e5e5e5
}

.c-7 {
    color: #8e7878
}

.c-8 {
    color: #e7e7e7
}

.c-9 {
    color: #efefef
}

.c-10 {
    color: #fafafa
}

.c-11 {
    color: #aaa
}

.c-12 {
    color: #d24747
}

.c-13 {
    color: #c4c4c4
}

.c-14 {
    color: #3d3d3d
}

.c-15 {
    color: #090909
}

.c-16 {
    color: #292929
}

.fs-xs {
    font-size: 8px
}

.fs-s {
    font-size: 10px
}

.fs-xxm {
    font-size: 12px
}

.fs-xm {
    font-size: 13px
}

@media (max-width: 992px) {
    .fs-xm {
        font-size: 11px
    }
}

.fs-m {
    font-size: 14px
}

.fs-xxl {
    font-size: 18px
}

@media (max-width: 992px) {
    .fs-xxl {
        font-size: 14px
    }
}

.fs-x-l {
    font-size: 20px
}

.fs-xl {
    font-size: 24px
}

@media (max-width: 992px) {
    .fs-xl {
        font-size: 20px
    }
}

.fs-l {
    font-size: 32px
}

@media (max-width: 992px) {
    .fs-l {
        font-size: 28px
    }
}

.fs-xlg {
    font-size: 36px
}

@media (max-width: 992px) {
    .fs-xlg {
        font-size: 42px
    }
}

@media (max-width: 576px) {
    .fs-xlg {
        font-size: 32px
    }
}

.fs-lg {
    font-size: 42px
}

@media (max-width: 576px) {
    .fs-lg {
        font-size: 32px
    }
}

body {
    font-family: Roboto;
    margin: 0;
    padding: 0;
    font-size: 13px;
    background-color: #fff;
    color: #000
}

html {
    overflow: visible
}

::placeholder {
    color: #c9c9c9
}

::selection {
    color: #fff;
    background-color: rgba(210, 73, 73, .7)
}

body::-webkit-scrollbar {
    width: 1em
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

a, a:active, a:hover, a:visited {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: .3s
}

a:hover {
    color: #eb5757
}

form, ol, ul {
    margin: 0
}

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

button {
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

button:focus {
    outline: none;
    box-shadow: 0
}

h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    max-width: 100%
}

svg .svg-fill, svg .svg-stroke {
    transition: .3s
}

.card-loop-video {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 920px;
    padding: 0
}

.card-loop-video > * {
    width: 100% !important;
    height: 500px !important
}

@media (max-width: 992px) {
    .card-loop-video > * {
        height: 60vw !important
    }
}

.hover-white.active, .hover-white:hover, .white {
    color: #fff
}

.hover-white.active .svg-fill, .hover-white:hover .svg-fill, .white .svg-fill {
    fill: #fff
}

.hover-white.active .svg-stroke, .hover-white:hover .svg-stroke, .white .svg-stroke {
    stroke: #fff
}

.clear-both {
    clear: both
}

.slick-item:focus, .slick-slide:focus {
    outline: none !important
}

.mb-15 {
    margin-bottom: 15px
}

.black, .hover-black.active, .hover-black:hover {
    color: #000
}

.black .svg-fill, .hover-black.active .svg-fill, .hover-black:hover .svg-fill {
    fill: #000
}

.black .svg-stroke, .hover-black.active .svg-stroke, .hover-black:hover .svg-stroke {
    stroke: #000
}

.quiz-login-form {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700
}

.quiz-login-form a {
    color: #eb5757
}

.quiz-login-form a:hover {
    color: #000
}

.grey, .hover-grey.active, .hover-grey:hover {
    color: #c9c9c9
}

.grey .svg-fill, .hover-grey.active .svg-fill, .hover-grey:hover .svg-fill {
    fill: #c9c9c9
}

.grey .svg-stroke, .hover-grey.active .svg-stroke, .hover-grey:hover .svg-stroke {
    stroke: #c9c9c9
}

.has-quiz .socials-sticky {
    display: none !important
}

.grey2, .hover-grey2.active, .hover-grey2:hover {
    color: #3a3a3a
}

.grey2 .svg-fill, .hover-grey2.active .svg-fill, .hover-grey2:hover .svg-fill {
    fill: #3a3a3a
}

.grey2 .svg-stroke, .hover-grey2.active .svg-stroke, .hover-grey2:hover .svg-stroke {
    stroke: #3a3a3a
}

.grey3, .hover-grey3.active, .hover-grey3:hover {
    color: #c4c4c4
}

.grey3 .svg-fill, .hover-grey3.active .svg-fill, .hover-grey3:hover .svg-fill {
    fill: #c4c4c4
}

.grey3 .svg-stroke, .hover-grey3.active .svg-stroke, .hover-grey3:hover .svg-stroke {
    stroke: #c4c4c4
}

.grey5, .hover-grey5.active, .hover-grey5:hover {
    color: #9f9f9f
}

.grey5 .svg-fill, .hover-grey5.active .svg-fill, .hover-grey5:hover .svg-fill {
    fill: #9f9f9f
}

.grey5 .svg-stroke, .hover-grey5.active .svg-stroke, .hover-grey5:hover .svg-stroke {
    stroke: #9f9f9f
}

.grey4, .hover-grey4.active, .hover-grey4:hover {
    color: #545454
}

.grey4 .svg-fill, .hover-grey4.active .svg-fill, .hover-grey4:hover .svg-fill {
    fill: #545454
}

.grey4 .svg-stroke, .hover-grey4.active .svg-stroke, .hover-grey4:hover .svg-stroke {
    stroke: #545454
}

.hover-red.active, .hover-red:hover, .red {
    color: #eb5757
}

.hover-red.active .svg-fill, .hover-red:hover .svg-fill, .red .svg-fill {
    fill: #eb5757
}

.hover-red.active .svg-stroke, .hover-red:hover .svg-stroke, .red .svg-stroke {
    stroke: #eb5757
}

.hover-tel.active, .hover-tel:hover, .tel:not(.hover-tel) {
    color: #239bcd
}

.hover-tel.active .svg-fill, .hover-tel:hover .svg-fill, .tel:not(.hover-tel) .svg-fill {
    fill: #239bcd
}

.hover-tel.active .svg-stroke, .hover-tel:hover .svg-stroke, .tel:not(.hover-tel) .svg-stroke {
    stroke: #239bcd
}

.fb:not(.hover-fb), .hover-fb.active, .hover-fb:hover {
    color: #2174ee
}

.fb:not(.hover-fb) .svg-fill, .hover-fb.active .svg-fill, .hover-fb:hover .svg-fill {
    fill: #2174ee
}

.fb:not(.hover-fb) .svg-stroke, .hover-fb.active .svg-stroke, .hover-fb:hover .svg-stroke {
    stroke: #2174ee
}

.hover-in.active, .hover-in:hover, .in:not(.hover-in) {
    color: #aa3aaa
}

.hover-in.active .svg-fill, .hover-in:hover .svg-fill, .in:not(.hover-in) .svg-fill {
    fill: #aa3aaa
}

.hover-in.active .svg-stroke, .hover-in:hover .svg-stroke, .in:not(.hover-in) .svg-stroke {
    stroke: #aa3aaa
}

.hover-you.active, .hover-you:hover, .you:not(.hover-you) {
    color: #fe021c
}

.hover-you.active .svg-fill, .hover-you:hover .svg-fill, .you:not(.hover-you) .svg-fill {
    fill: #fe021c
}

.hover-you.active .svg-stroke, .hover-you:hover .svg-stroke, .you:not(.hover-you) .svg-stroke {
    stroke: #fe021c
}

.hover-vk.active, .hover-vk:hover, .vk:not(.hover-vk) {
    color: #4680c2
}

.hover-vk.active .svg-fill, .hover-vk:hover .svg-fill, .vk:not(.hover-vk) .svg-fill {
    fill: #4680c2
}

.hover-vk.active .svg-stroke, .hover-vk:hover .svg-stroke, .vk:not(.hover-vk) .svg-stroke {
    stroke: #4680c2
}

.hover-pinterest.active, .hover-pinterest:hover, .pinterest:not(.hover-pinterest) {
    color: tomato
}

.hover-pinterest.active .svg-fill, .hover-pinterest:hover .svg-fill, .pinterest:not(.hover-pinterest) .svg-fill {
    fill: tomato
}

.hover-pinterest.active .svg-stroke, .hover-pinterest:hover .svg-stroke, .pinterest:not(.hover-pinterest) .svg-stroke {
    stroke: tomato
}

.hover-ok.active, .hover-ok:hover, .ok:not(.hover-ok) {
    color: #f7931e
}

.hover-ok.active .svg-fill, .hover-ok:hover .svg-fill, .ok:not(.hover-ok) .svg-fill {
    fill: #f7931e
}

.hover-ok.active .svg-stroke, .hover-ok:hover .svg-stroke, .ok:not(.hover-ok) .svg-stroke {
    stroke: #f7931e
}

.container-fluid, .like-container {
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 992px) {
    .container-fluid, .like-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 576px) {
    .container-fluid, .like-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.container-fluid.full, .like-container.full {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.container-fluid.full .sm-full-content, .like-container.full .sm-full-content {
    width: auto;
    transform: none
}

.container-fluid.intern, .like-container.intern {
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row > * {
    padding-left: 20px;
    padding-right: 20px;
    order: 2
}

@media (max-width: 576px) {
    .row .mobile-1 {
        order: 1 !important
    }
}

@media (max-width: 992px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }

    .row > * {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 576px) {
    .row > * {
        padding-left: 10px;
        padding-right: 10px
    }
}

.section {
    margin-bottom: 40px
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: .3s
}

.main {
    background-color: #fff;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

.main-content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px
}

@media (max-width: 992px) {
    .main-content {
        padding-bottom: 40px
    }
}

@media (max-width: 576px) {
    .main-content {
        padding-bottom: 10px;
        padding-top: 30px
    }
}

.input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    width: 100%
}

.input:focus {
    outline: none
}

.input-wrap {
    border-bottom: 1px solid #9f9f9f;
    display: flex
}

.input-wrap .input {
    padding-right: 10px
}

.view-pass-input .view-btn {
    display: none
}

.form-controls {
    justify-content: space-between
}

.form-controls, .remeber-me {
    display: flex;
    align-items: center
}

.remeber-me {
    justify-content: center
}

.form-group {
    margin-bottom: 30px;
    position: relative
}

.input-help {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s
}

.input-help.visible {
    opacity: 1
}

.input-help.error {
    color: #eb5757
}

.mdi-check:before {
    content: "\F12C"
}

.hamburger {
    padding: 0
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 6px
}

.hamburger--slider .hamburger-inner:after {
    top: 12px
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -12px, 0) rotate(-90deg)
}

.hamburger-box {
    width: 20px;
    height: 16px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg)
}

.title {
    font-weight: 700
}

@media (max-width: 992px) {
    .desktop {
        display: none !important
    }
}

@media (min-width: 992px) {
    .mobile {
        display: none !important
    }
}

@media (min-width: 576px) {
    .mobile-s {
        display: none !important
    }
}

@media (min-width: 576px) {
    .mobile.desktop {
        display: block !important
    }

    .mobile.desktop.banner {
        display: flex !important
    }
}

@media (max-width: 576px) {
    .mobile.desktop {
        display: none !important
    }
}

.display-desktop, .display-mobile, .display-tablet {
    display: none !important
}

@media (max-width: 576px) {
    .display-mobile {
        display: block !important
    }

    .display-mobile.banner {
        display: flex !important
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .display-tablet {
        display: block !important
    }

    .display-tablet.banner {
        display: flex !important
    }
}

@media (min-width: 992px) {
    .display-desktop {
        display: block !important
    }

    .display-desktop.banner {
        display: flex !important
    }
}

.card-title {
    margin-bottom: 0
}

.row > :last-child .card {
    margin-bottom: 0
}

.thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #efefef
}

.thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-meta {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-title {
    margin-bottom: 1.2em;
    color: #000
}

.section-title.center {
    text-align: center
}

@media (max-width: 576px) {
    .section-title.center {
        text-align: left
    }
}

.title-col {
    margin-bottom: 1.2em
}

.section-sub-title {
    text-align: center;
    padding: 10px 0
}

.center-title {
    text-align: center;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .center-title {
        width: 100%
    }
}

@media (max-width: 576px) {
    .center-title {
        text-align: left
    }
}

.card {
    border: none;
    border-radius: 0
}

.shadow-right:before {
    position: absolute;
    content: "";
    display: block;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 98%;
    border: 3px solid #e7e7e7
}

.shadow-both {
    position: relative
}

.shadow-both:before {
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    border: 3px solid #e7e7e7
}

@media (max-width: 1025px) {
    .shadow-both:before {
        top: 15px;
        left: -15px;
        width: calc(100% + 30px)
    }
}

@media (max-width: 576px) {
    .shadow-both.sm-full-content {
        padding: 0
    }

    .shadow-both.sm-full-content:before {
        display: none
    }
}

@media (max-width: 992px) {
    .md-full-content {
        width: 100%;
        width: calc(100% + 30px) !important;
        transform: translateX(-15px)
    }

    .md-full-content > *, .md-full-content img {
        max-width: none;
        width: 100%
    }
}

@media (max-width: 576px) {
    .sm-full-content {
        width: 100%;
        width: calc(100% + 40px) !important;
        transform: translateX(-20px);
        flex-shrink: 0;
        flex-grow: 0;
        display: block
    }

    .sm-full-content > *, .sm-full-content img {
        max-width: none;
        width: 100%
    }
}

.center-content {
    display: block
}

.center-content > * {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 576px) {
    .sm-large-content {
        width: 100%
    }

    .sm-large-content > *, .sm-large-content img {
        width: 100%;
        max-width: none
    }
}

.slick-item {
    position: relative;
    height: auto
}

.slick-item a:focus {
    outline: none !important
}

.slick-item img {
    width: 100%;
    height: auto
}

.slick-item:focus {
    outline: none
}

.slick-dots, .slick-dots-container {
    display: flex;
    align-items: center;
    justify-content: center
}

.slick-dots {
    list-style: none !important
}

.slick-dots button {
    line-height: 1;
    padding: 0;
    color: rgba(0, 0, 0, 0);
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 50%
}

.slick-dots button > * {
    display: none
}

.slick-dots .slick-active button {
    background-color: #fff
}

.black-dots .slick-dots .slick-active button {
    background-color: #000
}

.black-dots .slick-dots button {
    border-color: #000
}

.slick-arrow.next-arrow {
    background-image: url(../img/icons/arr_next.svg)
}

.slick-arrow.prev-arrow {
    background-image: url(../img/icons/arr_prev.svg)
}

.overlay-bottom, .overlay-top {
    position: relative
}

.overlay-bottom:before, .overlay-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay-bottom:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.05%, rgba(0, 0, 0, .4))
}

.overlay-top:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 43.05%, rgba(0, 0, 0, .4))
}

.dashed-shadow {
    position: relative;
    margin-bottom: 35px
}

.dashed-shadow > * {
    position: relative;
    z-index: 2
}

.dashed-shadow .shadow {
    z-index: 1;
    box-shadow: none !important;
    position: absolute;
    display: block;
    top: 18px;
    left: -18px;
    width: calc(100% + 36px);
    height: 100%;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 3px, #e7e7e7 0, #e7e7e7 5px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 8px)
}

@media (max-width: 576px) {
    .dashed-shadow .shadow {
        top: 33px
    }
}

.dashed-shadow .shadow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-clip: content-box;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 18px
}

@media (max-width: 576px) {
    .dashed-shadow .shadow:before {
        border-right: none
    }
}

.dashed-shadow.shadow-space .shadow {
    transform: translate(17px, 17px);
    width: calc(100% + 53px);
    left: -35px
}

@media (max-width: 576px) {
    .dashed-shadow.shadow-space .shadow {
        top: 18px
    }
}

.dashed-border {
    border: 18px solid rgba(0, 0, 0, 0);
    border-right: none;
    border-left: none;
    border-image: 16 url(../img/icons/border_red.png);
    border-image-repeat: repeat;
    position: relative
}

.dashed-border:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background-repeat: repeat;
    background-position: 0;
    background-size: auto 100%;
    background-image: url(../img/icons/border_red.png)
}

.dashed-border:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background-repeat: repeat;
    background-position: 0;
    background-size: auto 100%;
    background-image: url(../img/icons/border_red.png)
}

.b-left {
    border-left: 6px solid #eb5757;
    padding-left: 10px;
    padding-top: .2em;
    padding-bottom: .2em;
    unicode-bidi: bidi-override
}

.btn-row {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px
}

.btn-row > * {
    display: block;
    margin: 5px
}

.btn-row.center {
    justify-content: center
}

.btn-row.center > * {
    margin-left: 0;
    margin-right: 0
}

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

.has-ico .ico {
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 5px
}

.breadcrumbs {
    text-align: center
}

.breadcrumbs > *, .breadcrumbs > a:visited {
    color: #9f9f9f
}

.breadcrumbs > a:hover {
    color: #000
}

.tabs-nav-container {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0
}

.tabs-nav-container > * {
    padding-left: 0;
    padding-right: 0
}

.tabs-nav {
    border-bottom: .5px solid #c9c9c9;
    border-top: .5px solid #c9c9c9;
    padding: 0;
    display: flex;
    max-width: none
}

@media (max-width: 992px) {
    .tabs-nav {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 576px) {
    .tabs-nav {
        margin-left: -10px;
        margin-right: -10px
    }
}

.tabs-nav > * {
    width: 100%
}

.tabs-nav .tabs-nav-item {
    padding: 0 20px
}

@media (max-width: 576px) {
    .tabs-nav .tabs-nav-item {
        padding: 0 10px
    }
}

@media (min-width: 992px) {
    .tabs-nav .tabs-nav-item:first-child {
        padding-left: 0
    }

    .tabs-nav .tabs-nav-item:last-child {
        padding-right: 0
    }
}

.tabs-nav .tabs-nav-item .tabs-nav-link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 15px 0
}

@media (max-width: 576px) {
    .tabs-nav .tabs-nav-item .tabs-nav-link {
        padding-left: 0;
        padding-right: 0
    }
}

.tabs-nav .tabs-nav-item .tabs-nav-link:after, .tabs-nav .tabs-nav-item .tabs-nav-link:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    height: 4px;
    background-color: #eb5757;
    opacity: 0;
    transition: .3s
}

.tabs-nav .tabs-nav-item .tabs-nav-link:before {
    right: 50%;
    left: 50%
}

.tabs-nav .tabs-nav-item .tabs-nav-link:after {
    left: 50%;
    right: 50%
}

.tabs-nav .tabs-nav-item.active .tabs-nav-link, .tabs-nav .tabs-nav-item:hover .tabs-nav-link {
    color: #000
}

.tabs-nav .tabs-nav-item.active .tabs-nav-link:after, .tabs-nav .tabs-nav-item:hover .tabs-nav-link:after {
    right: 0;
    opacity: 1
}

.tabs-nav .tabs-nav-item.active .tabs-nav-link:before, .tabs-nav .tabs-nav-item:hover .tabs-nav-link:before {
    left: 0;
    opacity: 1
}

.tab-item {
    display: none
}

.tab-item.current-tab {
    display: block
}

.c-black {
    color: #000 !important;
    opacity: 1 !important
}

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

.banner img {
    max-width: 100%;
    height: auto !important
}

.banner iframe, .banner img {
    position: relative !important;
    z-index: 2 !important
}

.preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5
}

.preloader > * {
    flex-shrink: 0;
    flex-grow: 0;
    height: 55px
}

.col-mb .row:not(.head-row) > * {
    margin-bottom: 40px
}

.col-mb .row:last-child > * {
    margin-bottom: 0
}

.mb-8 {
    margin-bottom: 80px
}

@media (max-width: 576px) {
    .mb-8 {
        margin-bottom: 40px
    }
}

.art-footer .art-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
    color: #000;
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5
}

.art-footer .art-controls > * {
    margin-bottom: 10px
}

@media (max-width: 576px) {
    .art-footer .art-controls {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.art-footer .art-controls .social-links, .art-footer .art-controls .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width: 576px) {
    .art-footer .art-controls .social-links, .art-footer .art-controls .socials {
        justify-content: flex-start
    }
}

.art-footer .art-controls .social-links > *, .art-footer .art-controls .socials > * {
    margin-right: 15px
}

.art-footer .art-controls .social-links > :last-child, .art-footer .art-controls .socials > :last-child {
    margin-right: 0
}

.art-footer .art-controls .save-bookmark {
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer
}

.art-footer .art-controls .save-bookmark label {
    cursor: pointer;
    margin-bottom: 0
}

.art-footer .art-controls .save-bookmark:hover .bookmark-ico:after {
    opacity: 1
}

.art-footer .art-controls .save-bookmark .label {
    display: inline-block;
    padding-bottom: 6px;
    padding-left: 5px
}

.art-footer .art-controls .save-bookmark-link {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 576px) {
    .art-footer .art-controls .save-bookmark-link {
        flex-direction: row-reverse
    }
}

.art-footer .art-controls .save-bookmark-link > * {
    transition: .3s
}

.art-footer .art-controls .save-bookmark-link:hover, .art-footer .art-controls .save-bookmark-link:hover > * {
    color: #c9c9c9
}

.art-footer .art-controls .save-bookmark-link:focus, .art-footer .art-controls .save-bookmark-link:focus > * {
    color: #eb5757
}

.art-footer .art-controls .save-bookmark-link:focus .svg-stroke {
    stroke: #eb5757
}

.art-footer .art-controls .save-bookmark-link:focus .svg-fill {
    fill: #eb5757
}

.art-footer .art-controls .save-bookmark-link .ico {
    margin-right: 10px
}

@media (max-width: 576px) {
    .art-footer .art-controls .save-bookmark-link .ico {
        margin-right: 0;
        margin-left: 15px
    }
}

.art-footer .art-controls .save-bookmark-link:hover strong {
    color: #eb5757
}

.art-footer .art-controls .save-bookmark-link:hover g {
    stroke: #eb5757
}

.art-full-slider-nav {
    margin: 0;
    border: none;
    position: relative
}

@media (max-width: 576px) {
    .art-full-slider-nav {
        transform: translateX(-10px);
        width: calc(100% + 20px)
    }
}

.art-full-slider-nav .slick-arrow.prev-arrow {
    transform: rotate(90deg)
}

.art-full-slider-nav .slick-arrow.next-arrow {
    transform: rotate(-90deg) !important
}

.art-full-slider-nav .slider-nav {
    position: absolute;
    top: 0;
    right: 60px;
    width: 130px;
    height: 100%;
    padding: 60px 0
}

@media (max-width: 992px) {
    .art-full-slider-nav .slider-nav {
        right: 30px;
        padding: 40px 0;
        width: 70px
    }
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        padding: 20px 10px 0
    }
}

.art-full-slider-nav .slider-nav .slick-arrow {
    position: absolute;
    left: calc(50% - 12.5px)
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav .slick-arrow {
        left: auto
    }
}

.art-full-slider-nav .slider-nav .slick-arrow.next-arrow {
    bottom: 20px;
    transform: rotate(180deg)
}

@media (max-width: 992px) {
    .art-full-slider-nav .slider-nav .slick-arrow.next-arrow {
        bottom: 10px
    }
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav .slick-arrow.next-arrow {
        right: 10px;
        bottom: calc(100% + 20px);
        transform: rotate(90deg)
    }
}

.art-full-slider-nav .slider-nav .slick-arrow.prev-arrow {
    top: 20px
}

@media (max-width: 992px) {
    .art-full-slider-nav .slider-nav .slick-arrow.prev-arrow {
        top: 10px
    }
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav .slick-arrow.prev-arrow {
        left: 10px;
        bottom: calc(100% + 20px);
        top: auto;
        transform: rotate(-90deg)
    }
}

.art-full-slider-nav .slider-nav .slick-list {
    height: 100% !important
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav .slick-list {
        height: auto !important
    }
}

.art-full-slider-nav .slider-nav .slick-item {
    margin-bottom: 25px;
    position: relative;
    transition: .3s;
    cursor: pointer
}

@media (max-width: 992px) {
    .art-full-slider-nav .slider-nav .slick-item {
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .art-full-slider-nav .slider-nav .slick-item {
        margin-bottom: 0;
        padding: 0 10px
    }
}

.art-full-slider-nav .slider-nav .slick-item:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .6);
    transition: .3s
}

.art-full-slider-nav .slider-nav .slick-item.slick-current:after, .art-full-slider-nav .slider-nav .slick-item:hover:after {
    opacity: 0
}

.art-full-slider-nav .slider-nav .slick-item.slick-current {
    cursor: auto
}

.over-container {
    transform: translateX(-203px);
    width: calc(100% + 272px)
}

@media (max-width: 992px) {
    .over-container {
        transform: translateX(-30px);
        width: calc(100% + 60px)
    }
}

@media (max-width: 576px) {
    .over-container {
        transform: translateX(-20px);
        width: calc(100% + 40px)
    }
}

@media (max-width: 992px) {
    .hide-tablet {
        display: none !important
    }
}

@media (min-width: 992px) {
    .row.center-row {
        width: 66.66667%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .row.center-row-lg {
        width: 83.33333%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .row.p-left {
        width: 91.66667%;
        margin-left: auto
    }
}

.article {
    font-family: Roboto;
    font-weight: 300;
    color: #3a3a3a;
    position: relative;
    line-height: 2;
    font-size: 16px
}

.article .banner {
    width: auto
}

.article .like-h1, .article .like-h2, .article .like-h3, .article .like-h4, .article .like-h5, .article .like-h6, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    color: #000;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5
}

@media (max-width: 992px) {
    .article {
        font-size: 15px
    }
}

.article p:last-child {
    margin-bottom: 0
}

.article .art-title-lg, .article h1, .article h2, .article h3 {
    font-size: 32px;
    margin-bottom: 1em;
    font-weight: 400;
    color: #000
}

@media (max-width: 992px) {
    .article .art-title-lg, .article h1, .article h2, .article h3 {
        font-size: 28px
    }
}

.article .art-title-md, .article h4, .article h5, .article h6 {
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 400;
    color: #000
}

@media (max-width: 576px) {
    .article .art-title-md, .article h4, .article h5, .article h6 {
        font-size: 20px
    }
}

.article .art-sub-title {
    color: #9f9f9f;
    font-size: 13px;
    margin-bottom: 0
}

.article .image {
    display: inline-block;
    position: relative
}

.article .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 10
}

@media (max-width: 576px) {
    .article .image, .article .image img {
        width: 100%
    }
}

.article .right {
    float: right;
    margin-left: 40px;
    margin-bottom: 30px
}

.article .left {
    float: left;
    margin-right: 40px;
    margin-bottom: 30px
}

.article .text-left {
    text-align: left
}

.article .text-right {
    text-align: right
}

.article .text-center {
    text-align: center
}

.article .text-justify {
    text-align: justify
}

@media (max-width: 576px) {
    .article .left, .article .right {
        float: none;
        margin: 0 0 30px
    }
}

.article ol, .article p, .article ul {
    margin-bottom: 1.8em
}

.article ul {
    list-style: disc;
    list-style-position: inside
}

.article ol {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    counter-reset: item
}

.article ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item
}

.article ol > li:before {
    display: inline-block;
    width: 1.3em;
    padding-right: .5em;
    font-weight: 700;
    text-align: right;
    content: counter(item) ")"
}

.article ol > li {
    margin-bottom: 5px
}

.article ol > li:last-child {
    margin-bottom: 0
}

.article .full-width {
    width: 100%
}

.article .art-link {
    color: #eb5757
}

.article .art-link:hover {
    color: #000
}

.review-block {
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: .5px solid #c9c9c9
}

@media (max-width: 992px) {
    .review-block a {
        font-size: 15px
    }
}

.review-block .comments-container {
    display: none;
    padding-top: 30px
}

.review-block .comments-container iframe {
    width: 100% !important;
    height: 300px !important
}

@media (max-width: 576px) {
    .review-block {
        padding-top: 40px
    }
}

.review-block .review-content > * {
    text-align: center
}

@media (max-width: 576px) {
    .review-block .review-content > * {
        text-align: left
    }
}

.review-block .review-content .btn {
    max-width: 355px
}

@media (max-width: 576px) {
    .review-block .review-content .btn {
        max-width: none;
        width: 100%
    }
}

.review-block .review-content .vote-block {
    margin-bottom: 40px
}

.review-block .review-content .vote-block img {
    margin-right: 10px
}

@media (max-width: 576px) {
    .review-block .review-content .vote-block {
        margin-bottom: 30px
    }
}

.review-block .review-content .vote-block.voted-dislike .like-vote, .review-block .review-content .vote-block.voted-like .dislike-vote {
    opacity: .4
}

.review-block .review-content .vote-block.active a {
    pointer-events: none;
    cursor: aouto
}

.review-block .review-content .vote-div {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    color: #c9c9c9;
    font-weight: 700
}

.review-block .review-content .comments-count {
    color: #000;
    margin-bottom: 15px
}

.head-row {
    margin-bottom: 40px;
    font-family: Roboto
}

.head-row .head-col > * {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.53
}

@media (max-width: 576px) {
    .head-row .head-col > * {
        text-align: left
    }
}

.head-row .head-col > :last-child {
    margin-bottom: 0
}

.head-row .section-title {
    margin-bottom: 20px;
    line-height: 1.23
}

.head-row .author-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .head-row .author-col {
        justify-content: flex-start
    }
}

.head-row .art-publish {
    color: #9f9f9f
}

.head-row .tags-col {
    text-align: center;
    margin-left: -5px;
    margin-right: -5px
}

.head-row .tags-col .tag-link {
    color: #eb5757;
    font-weight: 700;
    padding-right: 5px;
    padding-left: 5px
}

.head-row .tags-col .tag-link:hover {
    color: #000
}

@media (max-width: 576px) {
    .head-row .tags-col {
        text-align: left
    }
}

.beauty-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #000;
    overflow: hidden;
    display: inline-block;
    line-height: 2;
    cursor: pointer
}

.beauty-radio .radio {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    border-radius: 50%;
    opacity: 0;
    transition: .3s
}

.beauty-radio input {
    position: absolute;
    right: 100%
}

.beauty-radio input:checked ~ .radio {
    opacity: 1
}

.test-radio {
    position: relative;
    padding-right: 38px
}

.test-radio label {
    color: #c9c9c9;
    transition: .3s;
    cursor: pointer;
    margin: 0
}

.test-radio input {
    display: none
}

.test-radio .test-ico {
    display: none;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.test-radio .true-ico {
    background-image: url(../img/icons/true.png)
}

.test-radio .wrong-ico {
    background-image: url(../img/icons/wrong.png)
}

.test-radio.true label {
    color: #3a3a3a
}

.test-radio.true .true-ico, .test-radio.wrong .wrong-ico {
    display: block
}

#jsQuiz {
    transition: .3s
}

.reset-local-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.has-test .form-container, .has-test .question-title {
    transition: .3s
}

.has-test .test-desc p {
    margin-bottom: 1.8em !important
}

.has-test .test-row {
    position: relative;
    margin-bottom: 70px;
    font-family: Roboto
}

.has-test .test-row.has-timer {
    margin-bottom: 85px
}

@media (max-width: 576px) {
    .has-test .test-row {
        margin-bottom: 40px
    }

    .has-test .test-row.has-timer {
        margin-bottom: 75px
    }
}

.has-test .btn {
    margin-left: 0;
    margin-right: 0
}

.has-test .count-quest-wrap {
    position: absolute;
    width: 100%;
    height: 1px;
    overflow: visible;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    margin-bottom: 0
}

.has-test .test-img {
    width: 100%;
    height: 35vw;
    max-height: 450px
}

.has-test .test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .has-test .test-img {
        height: 58.6vw
    }
}

@media (max-width: 576px) {
    .has-test .test-img {
        max-height: 350px;
        height: 109vw
    }
}

.has-test .count-quest {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    padding: 20px;
    text-align: center
}

@media (max-width: 992px) {
    .has-test .count-quest {
        max-width: 170px
    }
}

.has-test .count-quest .timer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.333;
    font-weight: 700;
    background-image: url(../img/icons/timer.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 30px
}

.has-test .count-quest .timer > * {
    flex-shrink: 0;
    flex-grow: 0
}

.has-test .count-quest .timer .time {
    display: flex;
    line-height: 1;
    padding-left: 5px;
    font-size: 24px;
    color: #000
}

.has-test .controls-row {
    margin-bottom: 40px
}

.has-test .question-title {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 576px) {
    .has-test .question-title {
        text-align: left
    }
}

.has-test .form-row {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    color: #3a3a3a
}

.has-test .form-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.has-test .form-row label {
    display: block;
    position: relative;
    padding-left: 31px
}

.has-test .form-row label .beauty-radio {
    position: absolute;
    left: 0;
    top: .4em
}

.has-test .form-row .beauty-radio {
    margin-right: 15px
}

.has-test .form-row.test-radio label, .has-test .test-radio label {
    padding-left: 0
}

.has-test .form-container {
    margin-bottom: 40px
}

.has-test .test-res-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px
}

@media (max-width: 576px) {
    .has-test .test-res-container {
        padding: 30px 15px
    }
}

.has-test .test-res-container > * {
    text-align: center;
    margin-bottom: 15px
}

.has-test .test-res-container > :last-child {
    margin-bottom: 0
}

.has-test .test-res-container .red {
    color: #eb5757
}

.has-test .test-res-review {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    color: #000
}

@media (max-width: 992px) {
    .has-test .test-res-review {
        flex-direction: column
    }
}

.has-test .test-res-review > * {
    padding: 0 50px;
    text-align: center
}

.has-test .test-res-review > * > * {
    text-align: center;
    display: block
}

@media (max-width: 992px) {
    .has-test .test-res-review > * {
        padding: 0;
        margin-bottom: 10px
    }

    .has-test .test-res-review > :last-child {
        margin-bottom: 0
    }
}

.has-test .test-res-review .review-title {
    font-size: 18px;
    font-weight: 700;
    color: #9f9f9f;
    line-height: 1
}

.has-test .test-res-review .review-val {
    font-size: 32px
}

@media (max-width: 992px) {
    .has-test .test-res-review .review-val {
        font-size: 28px
    }
}

.has-test .quiz-res-text {
    margin: 0;
    padding: 40px 0
}

@media (max-width: 992px) {
    .has-test .quiz-res-text {
        padding: 20px 0
    }
}

.has-test .rate-table {
    width: 100%;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2
}

@media (max-width: 992px) {
    .has-test .rate-table {
        width: 70%
    }
}

@media (max-width: 576px) {
    .has-test .rate-table {
        width: 100%;
        margin-top: 50px
    }
}

.has-test .rate-table td, .has-test .rate-table th {
    text-align: left;
    padding: 10px
}

@media (max-width: 576px) {
    .has-test .rate-table td, .has-test .rate-table th {
        padding: 10px 5px
    }
}

.has-test .rate-table tr:first-child td, .has-test .rate-table tr:first-child th {
    width: 60%
}

@media (max-width: 992px) {
    .has-test .rate-table tr:first-child td, .has-test .rate-table tr:first-child th {
        width: 66%
    }
}

.has-test .rate-table tbody tr:first-child {
    font-weight: 700
}

.has-test .rate-table thead {
    color: #9f9f9f;
    font-size: 13px
}

.has-test .rate-table thead th {
    font-weight: 400
}

.border-red {
    border: 10px solid #eb5757
}

@media (max-width: 992px) {
    .border-red {
        border-width: 8px
    }
}

@media (max-width: 576px) {
    .border-red {
        border-width: 4px
    }
}

.bold {
    font-weight: 700 !important
}

.center {
    text-align: center
}

.white-border {
    position: relative
}

.white-border:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 6px solid #fff
}

@media (max-width: 992px) {
    .white-border:before {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }
}

.js-info-block {
    position: relative
}

.js-info-block .js-info-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.js-info-block .js-info-block-content, .js-info-block .js-info-block-img {
    width: 100%;
    height: 35.39vw;
    max-height: 453px
}

@media (max-width: 992px) {
    .js-info-block .js-info-block-content, .js-info-block .js-info-block-img {
        height: 52vw
    }
}

@media (max-width: 576px) {
    .js-info-block .js-info-block-content, .js-info-block .js-info-block-img {
        height: 68.7vw
    }
}

@media (max-width: 992px) {
    .js-info-block .js-info-block-content {
        height: auto;
        max-height: none
    }
}

@media (max-width: 576px) {
    .js-info-block .js-info-block-content {
        height: auto;
        max-height: none
    }
}

.js-info-block .info-card-head {
    position: relative;
    font-family: Roboto
}

.js-info-block .info-card-head .btn {
    max-width: none;
    min-width: auto
}

.js-info-block .info-card-head .controls-wrap {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px
}

.js-info-block .info-card-head .controls-wrap > * {
    cursor: pointer
}

.js-info-block .info-card-head .controls-wrap .close-collapse, .js-info-block .info-card-head .controls-wrap .open-collapse {
    display: none
}

@media (max-width: 992px) {
    .js-info-block .info-card-head .controls-wrap {
        display: block
    }

    .js-info-block .info-card-head .controls-wrap .close-content {
        display: none
    }

    .js-info-block .info-card-head .controls-wrap .open-collapse {
        display: flex
    }
}

.js-info-block .js-info-card {
    position: relative;
    width: 100%;
    height: auto
}

.js-info-block .btns-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    width: 100%
}

.js-info-block .btns-wrap .btn {
    font-weight: 400
}

@media (max-width: 992px) {
    .js-info-block .btns-wrap .btn {
        text-align: left;
        padding-right: 35px
    }
}

.js-info-block .btns-wrap > * {
    width: 33.33333%;
    padding: 0 10px 10px
}

@media (max-width: 992px) {
    .js-info-block .btns-wrap > * {
        width: 50%
    }
}

@media (max-width: 576px) {
    .js-info-block .btns-wrap > * {
        width: 100%
    }
}

.js-info-block .js-card-content {
    display: none;
    padding: 10px;
    opacity: .8
}

@media (max-width: 992px) {
    .js-info-block .js-card-content {
        padding-top: 0
    }
}

.js-info-block .card-content-wrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    color: #000
}

.js-info-block .card-content-wrap .btn {
    transition: .3s;
    white-space: nowrap;
    padding-left: 10px
}

.js-info-block .visible .card-content-wrap {
    background-color: #090909;
    color: #fff
}

@media (max-width: 992px) {
    .js-info-block .visible .card-content-wrap {
        background-color: #292929
    }
}

.js-info-block .visible .btn {
    color: #fff;
    padding-right: 35px
}

.js-info-block .visible .controls-wrap {
    display: block
}

@media (max-width: 992px) {
    .js-info-block .visible .open-collapse {
        display: none !important
    }

    .js-info-block .visible .close-collapse {
        display: flex !important
    }
}

.js-info-block .js-info-block-content {
    overflow: hidden;
    width: 100%;
    padding: 35px 45px;
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 992px) {
    .js-info-block .js-info-block-content {
        position: static;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

.js-info-block .js-info-block-content .res-wrap {
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 20px
}

@media (max-width: 992px) {
    .js-info-block .js-info-block-content .res-wrap {
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (max-width: 576px) {
    .js-info-block .js-info-block-content .res-wrap {
        flex-wrap: wrap
    }
}

.ajax-form, .has-preloader {
    position: relative
}

.ajax-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .8);
    transition: .3s;
    opacity: 0;
    z-index: 30
}

.ajax-preloader.visible {
    opacity: 1
}

.ajax-preloader > * {
    width: 30%;
    max-width: 75px;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto !important
}

.hidden {
    display: none
}

.brand-site-background {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100vw
}

@media (max-width: 992px) {
    .brand-site-background {
        display: none
    }
}

.brand-site-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.brand-site-background .main-bg {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.brand-site-background .left-banner-wrap, .brand-site-background .right-banner-wrap {
    background-color: rgba(0, 0, 0, 0)
}

.beauty-checkbox {
    display: block;
    width: 15px;
    height: 15px;
    overflow: visible;
    border: 2px solid #c9c9c9;
    position: relative
}

.beauty-checkbox input {
    position: absolute;
    right: 100%;
    opacity: 0
}

.beauty-checkbox .check {
    display: block;
    position: absolute;
    top: -1px;
    left: 1px;
    width: 115%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% auto;
    background-image: url(../img/icons/check.png);
    opacity: 0
}

.beauty-checkbox input:checked ~ .check {
    opacity: 1
}

.has-checkbox {
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    display: block
}

.has-checkbox .beauty-checkbox {
    position: absolute;
    top: 1px;
    left: 0
}

.citation {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto
}

.citation .fs-l {
    line-height: 1.25
}

@media (max-width: 992px) {
    .citation {
        max-width: 340px
    }
}

@media (max-width: 576px) {
    .citation {
        max-width: none
    }
}

@media (max-width: 992px) {
    .md-left {
        text-align: left
    }
}

figcaption {
    font-size: 13px;
    color: #000;
    margin-top: 15px
}

@media (max-width: 576px) {
    figcaption {
        font-size: 14px
    }
}

figure {
    margin-bottom: 0
}

.l-s {
    line-height: 1.5
}

.first-letter:first-letter {
    font-size: 3em;
    font-weight: 700
}

@media (max-width: 991.9px) {
    .hover-overlay:after {
        display: none !important
    }
}

.hover-overlay:hover:after {
    opacity: 0
}

.hover-overlay:hover .overlay {
    opacity: 1
}

.hover-overlay:hover .overlay .overlay-content {
    opacity: 1;
    transform: none
}

.hover-overlay .overlay {
    transition: .3s;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff
}

@media (max-width: 991.9px) {
    .hover-overlay .overlay {
        display: none !important
    }
}

.hover-overlay .overlay .overlay-content {
    opacity: 0;
    transition: .5s;
    transform: translateY(10px);
    transition-delay: .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (min-width: 576px) {
    .sm-mobile {
        display: none !important
    }
}

@keyframes bounceIn {
    0% {
        transform: translateY(-100%)
    }
    85% {
        transform: translateY(15%)
    }
    90% {
        transform: translateY(-10%)
    }
    to {
        transform: translateY(0)
    }
}

.bookmark-btn {
    cursor: pointer;
    transition: .3s;
    animation-duration: .3s;
    width: 20px;
    height: 35px;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.bookmark-btn:hover .bookmark-ico:after {
    opacity: 1
}

.bookmark-btn input {
    display: block;
    position: absolute;
    right: 100%
}

.bookmark-btn.remove-bookmark .has {
    transform: none;
    animation: bounceIn;
    animation-duration: .2s;
    animation-fill-mode: forwards
}

.bookmark-btn.add-bookmark .has {
    transform: translateY(-100%);
    transition: .2s
}

.bookmark-ico {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none
}

.bookmark-ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-bottom: 5px;
    line-height: 0;
    opacity: 0;
    transition: inherit
}

.bookmark-ico > * {
    width: 100% !important;
    height: 30px
}

.bookmark-ico.add:after {
    content: "+";
    color: #c9c9c9
}

.bookmark-ico.has {
    z-index: 2;
    transition: inherit
}

.bookmark-ico.has:after {
    content: "-";
    color: #fff
}

.bookmark-ico.has svg path {
    stroke: #1b1b1b;
    fill: #1b1b1b
}

@keyframes clickAnimate {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    50% {
        opacity: .6;
        transform: scale(1.5)
    }
    to {
        opacity: 0;
        transform: scale(3)
    }
}

.animate-click {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(235, 87, 87, .5);
    box-shadow: 0 0 0 7px rgba(235, 87, 87, .4);
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    position: fixed;
    z-index: 100
}

.animate-click.visible {
    animation-name: clickAnimate;
    animation-duration: .5s;
    animation-timing-function: linear
}

.battle-list .battle-row {
    margin-bottom: 40px !important
}

.battle-list .battle-col {
    padding-bottom: 80px
}

.battle-list .battle-col:first-child {
    padding-top: 40px
}

.battle-list .battle-col:last-child {
    margin-bottom: 0
}

.battle-list .battle-col .btn-row {
    margin-bottom: 0 !important
}

.battle-list .ajax-battle-item .col-lg-12 {
    padding: 0
}

.battle-list .ajax-battle-item .row {
    margin: 0
}

.battle-list .ajax-battle-item .battle-img:nth-child(2) {
    padding-left: 0
}

.battle-list .ajax-battle-item .battle-img:last-child {
    padding-right: 0
}

.new-list-arts {
    margin-left: -10px;
    margin-right: -10px
}

.new-list-arts .news-col {
    padding-left: 10px;
    padding-right: 10px
}

.new-list-arts .new-news-card {
    display: block;
    position: relative;
    height: 140px;
    color: #fff;
    padding: 12px;
    display: flex
}

.new-list-arts .new-news-card:hover {
    color: #fff
}

.new-list-arts .new-news-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .32);
    z-index: 1;
    transition: .3s
}

.new-list-arts .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.new-list-arts .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.new-list-arts .title {
    position: relative;
    z-index: 2;
    margin-top: auto;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 700
}

.new-list-arts iframe {
    width: 100% !important;
    height: 100% !important
}

@media (max-width: 991.9px) {
    .new-list-arts {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767.9px) {
    .new-list-arts {
        padding: 0;
        margin-left: -7px;
        margin-right: -7px
    }

    .new-list-arts .title {
        display: none
    }

    .new-list-arts .news-col {
        display: flex;
        padding-left: 7px;
        padding-right: 7px
    }

    .new-list-arts .new-news-card {
        width: 92px;
        height: 92px;
        margin: auto;
        flex-shrink: 0;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #eb5757;
        padding: 0
    }

    .new-list-arts .new-news-card:before {
        display: none
    }

    .new-list-arts .new-news-card .bg {
        top: 50%;
        left: 50%;
        border-radius: 50%;
        overflow: hidden;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        transform: translate(-50%, -50%)
    }
}

@media (max-width: 575.9px) {
    .new-list-arts .new-news-card {
        width: 62px;
        height: 62px
    }
}

.ico {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: .3s;
    flex-shrink: 0;
    flex-grow: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0)
}

.ico, .ico:hover {
    opacity: 1 !important
}

.ico > * {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%
}

.ico .svg-fill, .ico .svg-stroke, .ico svg {
    transition: .3s
}

.play-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    padding-left: 5px
}

@media (max-width: 992px) {
    .header .top-nav .top-menu {
        display: none
    }

    .header .profile-link {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .header .hidden-menu-container .container-fluid {
        padding: 0
    }

    .header .hidden-menu-container > .container-fluid, .header .hidden-menu-container > .container-fluid > .row, .header .hidden-menu-container > .container-fluid > .row > .col-md-12 {
        height: 100%
    }

    .header .hidden-top-menu-container {
        overflow: auto;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
        transition: .3s;
        padding-bottom: 40px
    }

    .header .hidden-top-menu-container.hidden-menu {
        transform: translateX(-100%);
        opacity: 0
    }

    .header .fixed-scroll-bar .hidden-menu-container {
        display: block;
        overflow: hidden;
        width: 80%;
        max-width: 400px;
        transform: translateX(-100%);
        transition: .3s;
        height: calc(100vh - 100%)
    }

    .header .fixed-scroll-bar .hidden-menu-container #topLogo img {
        max-width: 135px
    }

    .header .fixed-scroll-bar .hidden-menu-container .nav-row {
        padding-top: 11px;
        padding-bottom: 11px
    }

    .header .fixed-scroll-bar .hidden-menu-container:after, .header .fixed-scroll-bar .hidden-menu-container:before {
        display: none
    }

    .header .fixed-scroll-bar .hidden-menu-container.visible {
        transform: none
    }

    .header .fixed-scroll-bar .hidden-menu-container .tags-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: .3s;
        opacity: 0;
        transform: translateX(100%);
        background-color: #fff;
        z-index: 10;
        overflow: auto;
        display: block;
        padding: 0 20px
    }

    .header .fixed-scroll-bar .hidden-menu-container .tags-menu.visible-menu {
        transform: none;
        opacity: 1
    }

    .header .fixed-scroll-bar .hidden-menu-container .tags-menu .menu-title {
        font-size: 15px
    }

    .header .fixed-scroll-bar .hidden-menu-container .tags-menu .child-menu {
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap
    }

    .header .fixed-scroll-bar .hidden-menu-container .tags-menu .child-menu .nav-item {
        padding: 0 5px;
        width: 50%;
        flex-shrink: 0;
        flex-grow: 0;
        margin-bottom: 15px;
        border: none;
        width: 100%
    }

    .header .fixed-scroll-bar .hidden-menu-container .close-tags {
        display: flex;
        align-items: center;
        font-weight: 700
    }

    .header .fixed-scroll-bar .hidden-menu-container .close-tags .ico {
        margin-right: 15px
    }

    .header .fixed-scroll-bar .hidden-menu-container .top-menu {
        display: block;
        margin-bottom: 180px;
        transition: .3s;
        overflow: auto;
        height: auto
    }

    .header .fixed-scroll-bar .hidden-menu-container .nav-item {
        padding: 20px 0;
        border-bottom: .5px solid #c9c9c9
    }

    .header .fixed-scroll-bar .hidden-menu-container .nav-link {
        padding: 0;
        display: inline;
        text-transform: none
    }

    .header .fixed-scroll-bar .hidden-menu-container .profile-menu-link, .header .fixed-scroll-bar .hidden-menu-container .tags-menu-link {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .header .fixed-scroll-bar .hidden-menu-container .social-links {
        transiotion: .3s;
        margin-bottom: 35px
    }

    .header .fixed-scroll-bar .hidden-menu-container .social-links.hidden-menu {
        transform: translateX(-100%);
        opacity: 0
    }

    .header .subscribe-container .title {
        margin-bottom: 20px
    }

    .header .subscribe-container .btn {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header #hiddenMenuContainer {
        padding: 0;
        overflow: hidden;
        position: relative;
        height: inherit
    }

    .header .fixed-scroll-bar .search-container {
        display: block;
        top: 0;
        right: 0;
        left: 100%;
        transition: .3s;
        opacity: 0;
        overflow: hidden;
        background-color: #fff;
        height: 100vh
    }

    .header .fixed-scroll-bar .search-container.visible {
        left: 0;
        opacity: 1
    }

    .header .fixed-scroll-bar .search-container #searchBtn {
        margin-bottom: 6px
    }

    .header .fixed-scroll-bar .search-container .search-form {
        padding-top: 10px;
        padding-bottom: 8px
    }

    .header .fixed-scroll-bar .search-container .search-res-container {
        height: 100%
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    .header .fixed-scroll-bar .hidden-menu-container {
        width: 100%;
        max-width: none
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    .header .fixed-scroll-bar .hidden-menu-container .nav-link {
        font-size: 15px
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    .header .fixed-scroll-bar .search-container .search-form {
        padding: 0
    }

    .header .fixed-scroll-bar .search-container .search-form .search-input {
        font-size: 28px;
        width: calc(100% - 60px)
    }
}

@media (max-width: 992px) and (max-width: 576px) {
    .header .fixed-scroll-bar .search-container .search-res-container {
        padding: 20px 0;
        margin: 0;
        width: 100%
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 40
}

.btn, .like-btn, a.btn {
    width: 100%;
    max-width: 354px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 992px) {
    .btn, .like-btn, a.btn {
        width: 52.2%;
        min-width: 340px
    }
}

@media (max-width: 576px) {
    .btn, .like-btn, a.btn {
        max-width: none;
        min-width: auto;
        width: 100%
    }
}

.btn, a.btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: .3s;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0;
    padding: 1em;
    font-weight: 700
}

.btn:focus, a.btn:focus {
    outline: none;
    box-shadow: none
}

.btn.red, a.btn.red {
    border: 1px solid rgba(0, 0, 0, 0)
}

.btn.red.active, .btn.red.current, .btn.red:hover, a.btn.red.active, a.btn.red.current, a.btn.red:hover {
    background-color: #fff;
    color: #eb5757;
    border-color: #eb5757
}

.btn.border-black, a.btn.border-black {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 2px solid #000
}

.btn.black, a.btn.black {
    background-color: #000;
    color: #fff
}

.btn.black.active, .btn.black.current, .btn.black:hover, a.btn.black.active, a.btn.black.current, a.btn.black:hover {
    background-color: #424242;
    color: #fff
}

.btn.red, a.btn.red {
    background-color: #eb5757;
    color: #fff
}

.btn.red.active, .btn.red.current, .btn.red:hover, a.btn.red.active, a.btn.red.current, a.btn.red:hover {
    background-color: #d24747;
    color: #fff
}

.btn.white, a.btn.white {
    background-color: #fff;
    color: #000
}

.btn.white.active, .btn.white.current, .btn.white:hover, a.btn.white.active, a.btn.white.current, a.btn.white:hover {
    background-color: #000;
    color: #fff
}

.btn.btn-vk, a.btn.btn-vk {
    background-color: #efefef;
    color: #3a3a3a
}

.btn.btn-vk path, a.btn.btn-vk path {
    fill: #3a3a3a
}

.btn.btn-vk.active, .btn.btn-vk.current, .btn.btn-vk:hover, a.btn.btn-vk.active, a.btn.btn-vk.current, a.btn.btn-vk:hover {
    background-color: #4680c2;
    color: #fff
}

.btn.btn-vk.active path, .btn.btn-vk.current path, .btn.btn-vk:hover path, a.btn.btn-vk.active path, a.btn.btn-vk.current path, a.btn.btn-vk:hover path {
    fill: #fff
}

.btn.btn-fb, a.btn.btn-fb {
    background-color: #efefef;
    color: #3a3a3a
}

.btn.btn-fb path, a.btn.btn-fb path {
    fill: #3a3a3a
}

.btn.btn-fb.active, .btn.btn-fb.current, .btn.btn-fb:hover, a.btn.btn-fb.active, a.btn.btn-fb.current, a.btn.btn-fb:hover {
    background-color: #2174ee;
    color: #fff
}

.btn.btn-fb.active path, .btn.btn-fb.current path, .btn.btn-fb:hover path, a.btn.btn-fb.active path, a.btn.btn-fb.current path, a.btn.btn-fb:hover path {
    fill: #fff
}

.btn.light, a.btn.light {
    background-color: #e7e7e7;
    color: #3a3a3a
}

.btn.light.active, .btn.light.current, .btn.light:hover, a.btn.light.active, a.btn.light.current, a.btn.light:hover {
    background-color: #f7f7f7;
    color: #000
}

.login-modal {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width: 576px) {
    .login-modal {
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 0 !important
    }
}

@media (max-width: 576px) {
    .login-modal .nav-slider, .login-modal .nav-slider-item, .login-modal .nav-slider-item-content, .login-modal .nav-slider-track {
        height: 100%
    }

    .login-modal .nav-slider-item-content {
        overflow: auto
    }
}

.login-modal .form-text {
    text-align: center;
    margin-bottom: 30px
}

.login-modal .btn {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.login-modal .btn span {
    display: block;
    padding-top: .2em
}

.login-modal .btn span.ico {
    display: flex;
    padding-top: 0
}

.login-modal .nav-slider-item-content {
    position: relative;
    background-color: #fff;
    padding: 60px 101px 40px
}

@media (max-width: 576px) {
    .login-modal .nav-slider-item-content {
        padding: 74px 20px 40px
    }
}

.fancybox-button--close {
    display: none !important
}

.dismiss-modal {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px
}

@media (max-width: 576px) {
    .dismiss-modal {
        right: 20px
    }
}

.form-buttons {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.form-buttons .btn {
    max-width: none;
    min-width: auto;
    margin: 0;
    width: 100% !important
}

.form-buttons .submit-btn {
    margin-bottom: 30px
}

@media (max-width: 992px) {
    .form-buttons .submit-btn {
        margin-bottom: 20px
    }
}

.form-buttons .social-login {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.form-buttons .social-login .btn-wrap {
    width: 50%;
    padding: 0 10px 10px
}

.subscribe-modal {
    padding-bottom: 60px
}

.subscribe-modal .fancy-body {
    margin-bottom: 0
}

@media (max-width: 576px) {
    .subscribe-modal {
        padding-top: 74px;
        padding-bottom: 40px
    }

    .subscribe-modal .subscribe-form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.subscribe-modal .confirm-regulations-check {
    display: flex
}

.subscribe-modal .confirm-regulations-check .pretty {
    white-space: normal
}

.subscribe-modal .confirm-regulations-check label {
    position: relative
}

.subscribe-modal .confirm-regulations-check .label {
    white-space: normal;
    padding-left: 10px;
    line-height: 2.2
}

.fancy-modal {
    display: none;
    width: 100%;
    max-width: 565px;
    padding-top: 60px
}

@media (max-width: 576px) {
    .fancy-modal {
        padding: 74px 20px 40px;
        width: 100%;
        height: 100%;
        background-color: #fff
    }
}

.fancybox-bg {
    background-color: #000;
    opacity: 0
}

.fancybox-is-open .fancybox-bg {
    opacity: .3
}

@media (min-width: 576px) {
    .alert-modal {
        padding: 94px 60px
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .alert-modal {
        padding: 196px 71px
    }

    .alert-modal .fancy-title {
        margin-bottom: 15px
    }
}

@media (max-width: 576px) {
    .alert-modal .fancy-title {
        font-weight: 400;
        margin-bottom: 20px
    }

    .alert-modal .fancy-sub-title {
        font-size: 15px
    }
}

@media (max-width: 576px) {
    .fancybox-slide--html {
        padding: 0
    }
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    top: 27px;
    right: 27px
}

.fancy-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .fancy-title {
        font-size: 32px;
        text-align: left
    }
}

.fancy-sub-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a
}

@media (max-width: 576px) {
    .fancy-sub-title {
        text-align: left
    }
}

.fancy-head {
    margin-bottom: 40px
}

.fancy-body {
    margin-bottom: 60px
}

.fancy-foot {
    text-align: center;
    color: #9f9f9f;
    font-size: 13px
}

.fancy-foot a {
    color: #eb5757
}

.fancy-foot a:hover {
    color: #9f9f9f
}

.nav-slider {
    width: 100%;
    overflow: hidden
}

.nav-slider .nav-slider-track {
    display: flex;
    align-items: stretch;
    transition: .3s
}

.nav-slider .nav-slider-track > * {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    opacity: 0;
    transition: .3s
}

.nav-slider .nav-slider-track > .current {
    opacity: 1
}

.nav-slider .nav-slider-item {
    position: relative
}

.nav-slider .nav-slider-item .nav-slider-reset {
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 30px
}

@media (max-width: 576px) {
    .nav-slider .nav-slider-item .nav-slider-reset {
        left: 20px
    }
}

.art-page .art-content a {
    color: #eb5757
}

.art-page .art-content a:hover {
    opacity: .6
}

.art-page .banner.right {
    margin-bottom: 50px
}

.art-page .art-content .float-left {
    float: left;
    margin-right: 15px
}

.art-page .art-content .float-left:last-child {
    margin-bottom: 1.8em
}

@media (max-width: 771.9px) {
    .art-page .art-content .float-left {
        float: none !important;
        margin-right: 0
    }
}

.art-page .art-content .float-right {
    float: right;
    margin-left: 15px
}

.art-page .art-content .float-right:last-child {
    margin-bottom: 1.8em
}

@media (max-width: 771.9px) {
    .art-page .art-content .float-right {
        float: none !important;
        margin-left: 0
    }
}

.art-page .art-content .main-quote, .art-page .art-content .parallax, .art-page .art-content .video, .art-page .art-content div[data-aos] {
    margin-bottom: 1.8em
}

.art-page .art-content .container-image, .art-page .art-content .video-bg {
    display: none !important
}

.art-page .art-content [data-aos] {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important
}

.art-page .art-content .citation-wrap {
    padding-top: 1.7em;
    padding-bottom: 1.7em
}

.art-page .art-content .citation-wrap .citation {
    max-width: 750px
}

.art-page .art-content img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.art-page .art-content .has-test .test-img img {
    height: 100% !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media (max-width: 992px) {
    .art-page .art-content {
        padding-bottom: 40px
    }
}

.art-page .art-content a.avatar, .art-page .art-content a.avatar + .tags, .art-page .art-content h1.ttl {
    display: none !important
}

.art-page .art-content .author-block {
    margin-bottom: 1.8em
}

.art-page .art-content table {
    width: 100%;
    margin-bottom: 1.8em
}

.art-page .art-content table td {
    padding: 7px 10px;
    border-bottom: .5px solid #c9c9c9;
    border-right: .5px solid #c9c9c9
}

.art-page .art-content table td:last-child {
    border-right: 0
}

.art-page .art-content table tr:last-child td {
    border-bottom: 0
}

.art-page .art-content iframe:not(.instagram-media), .art-page .art-content img:not(.instagram-media), .art-page .art-content video:not(.instagram-media) {
    max-width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.art-page .art-content .instagram-media {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    width: 540px !important
}

.art-page .art-content video:focus {
    outline: none
}

.art-page .art-content img {
    height: auto !important
}

.art-page .art-content .avatar img, .art-page .art-content .full-slider img {
    height: 100% !important
}

@media (max-width: 576px) {
    .art-page .art-content .full-slider img {
        height: auto !important
    }
}

.art-page .art-content .big-slider-col {
    position: relative
}

.art-page .art-content iframe[src*=youtube] {
    position: relative;
    z-index: 50;
    margin-bottom: 1.8em
}

@media (max-width: 768px) {
    .art-page .art-content iframe[src*=youtube] {
        width: 100% !important;
        height: 70vw !important
    }
}

.art-page .avatar {
    width: 42px;
    height: 42px;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 10px
}

.art-page .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .art-page .sticky-end-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .art-page .sticky-end-container .socials-sticky {
        display: flex !important
    }
}

.art-page .socials-sticky {
    width: 95.83333px;
    position: absolute;
    top: 0;
    left: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    z-index: 40
}

@media (max-width: 992px) {
    .art-page .socials-sticky {
        position: static;
        display: none !important
    }

    .art-page .socials-sticky.is-fixed {
        display: flex !important;
        top: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .art-page .socials-sticky.is-in-end {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex !important;
        top: auto
    }
}

@media (min-width: 992px) {
    .art-page .socials-sticky .sticky-bookmarks {
        display: none
    }
}

.art-page .socials-sticky .social-links {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px
}

.art-page .socials-sticky .social-links > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 5px
}

.art-page .socials-sticky .social-links > :last-child {
    margin-bottom: 0
}

@media (max-width: 1280px) {
    .art-page .socials-sticky {
        width: 8.33333%;
        left: 20px
    }
}

@media (max-width: 992px) {
    .art-page .socials-sticky {
        width: 100%;
        height: auto;
        background-color: #1a1a1a;
        left: 0;
        display: flex;
        align-items: stretch
    }

    .art-page .socials-sticky .social-links {
        padding: 10px 20px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .art-page .socials-sticky .social-links > * {
        width: 24px;
        height: 24px;
        margin: 0;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0)
    }

    .art-page .socials-sticky .sticky-bookmarks {
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        flex-grow: 0;
        border-left: 1px solid #3a3a3a
    }

    .art-page .socials-sticky .sticky-bookmarks .bookmark-btn {
        margin-bottom: -10px
    }

    .art-page .socials-sticky .sticky-bookmarks .bookmark-btn .bookmark-ico:after {
        opacity: 1
    }

    .art-page .socials-sticky .sticky-bookmarks label {
        margin: 0;
        background-color: rgba(0, 0, 0, 0)
    }

    .art-page .socials-sticky .sticky-bookmarks a:focus .svg-fill {
        fill: #eb5757
    }

    .art-page .socials-sticky .sticky-bookmarks a:focus .svg-stroke {
        stroke: #eb5757
    }
}

.art-page .slick-arrow {
    width: 25px;
    height: 25px;
    display: block;
    background-position: 50%;
    background-size: 100% auto;
    background-image: url(../img/icons/pag_arrow.png);
    transition: .3s
}

.art-page .full-slider {
    height: 47vw;
    max-height: 600px;
    margin-bottom: 1.8em
}

@media (max-width: 992px) {
    .art-page .full-slider {
        height: 52vw
    }
}

@media (max-width: 576px) {
    .art-page .full-slider {
        height: auto
    }
}

.art-page .full-slider .slick-item, .art-page .full-slider .slick-list, .art-page .full-slider .slick-track {
    height: 100%
}

.art-page .full-slider img {
    max-width: 100%;
    height: 100% !important;
    width: auto !important;
    display: block;
    margin: 0 auto
}

.art-page .art-big-slider .slick-arrow {
    position: absolute;
    bottom: 40px;
    z-index: 10;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    background-position: 6px;
    background-size: 24px auto;
    background-repeat: no-repeat
}

@media (max-width: 992px) {
    .art-page .art-big-slider .slick-arrow {
        bottom: 20px;
        width: 30px;
        height: 30px;
        background-size: 18px auto
    }
}

@media (max-width: 576px) {
    .art-page .art-big-slider .slick-arrow {
        width: 24px;
        height: 24px;
        background-size: 14px auto;
        background-position: 4px
    }
}

.art-page .art-big-slider .slick-arrow.next-arrow {
    right: 65px;
    transform: rotate(-180deg)
}

@media (max-width: 992px) {
    .art-page .art-big-slider .slick-arrow.next-arrow {
        right: 30px
    }
}

@media (max-width: 576px) {
    .art-page .art-big-slider .slick-arrow.next-arrow {
        right: 10px
    }
}

.art-page .art-big-slider .slick-arrow.prev-arrow {
    left: 65px
}

@media (max-width: 992px) {
    .art-page .art-big-slider .slick-arrow.prev-arrow {
        left: 30px
    }
}

@media (max-width: 576px) {
    .art-page .art-big-slider .slick-arrow.prev-arrow {
        left: 10px
    }
}

.art-page .art-big-slider .slick-dots {
    list-style: none;
    position: absolute;
    bottom: 52.5px;
    overflow: visible;
    width: 100%;
    padding: 0 105px;
    margin-bottom: 0
}

.art-page .art-big-slider .slick-dots, .art-page .art-big-slider .slick-dots li {
    height: 1px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 992px) {
    .art-page .art-big-slider .slick-dots {
        padding: 0 75px;
        bottom: 32.5px
    }
}

@media (max-width: 576px) {
    .art-page .art-big-slider .slick-dots {
        padding: 0 45px
    }
}

.art-page .big-slider-caption {
    height: auto;
    max-height: none
}

.art-page .big-slider-caption.full-slider img {
    height: auto !important
}

.art-page .big-slider-caption .slick-dots {
    display: none !important
}

.art-page .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    background-color: hsla(0, 0%, 100%, .6);
    font-weight: 700;
    z-index: 5;
    user-select: all
}

.art-page .art-body {
    position: relative;
    margin-bottom: 80px
}

.art-page .art-body .author-block:after {
    content: "";
    display: table;
    width: 100%;
    clear: both
}

.art-page .art-body .author-block .avatar {
    width: 145px;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
    min-width: 90px;
    float: left
}

.art-page .art-body .author-block .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.art-page .art-body .author-block .author-content, .art-page .art-body .author-block .author-head {
    float: right;
    width: calc(100% - 145px);
    padding-left: 20px
}

.art-page .art-body .author-block .author-head {
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .art-page .art-body .author-block .author-content {
        width: 100%;
        padding-left: 15px;
        padding-top: 15px
    }

    .art-page .art-body .author-block .author-head {
        max-width: calc(100% - 90px);
        padding-left: 15px
    }
}

.art-page .art-body .container-fluid.small-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.art-page .lSSlideWrapper, .art-page .lSSlideWrapper .slide-item-item {
    height: 60vw !important;
    max-height: 600px
}

.art-page .lSSlideWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.art-page .lSGallery {
    position: absolute;
    top: 50px !important;
    right: 50px !important;
    height: calc(100% - 100px) !important
}

.art-page .lSSlideOuter {
    padding-right: 0 !important
}

.browser-ie .pagination > * {
    padding-top: .4em
}

.browser-ie .b-left {
    padding-bottom: 0;
    padding-top: .4em
}

.header {
    background-color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 50
}

.header .big-banner, .header .big-banner-container, .header .big-banner-row {
    padding: 0;
    max-width: 100%;
    margin: 0
}

.header .big-banner {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center
}

.header .big-banner > * {
    max-width: 100% !important
}

.header .profile-col {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .user-top {
    display: flex;
    align-items: center;
    justify-content: center
}

.header .user-top .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden
}

.header .user-top .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.header .user-top .user-name {
    display: block;
    margin-left: 10px
}

.header .user-top .profile-menu {
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 20px;
    max-width: none;
    left: auto !important;
    right: 5px !important
}

.header .user-top .profile-menu:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 70%;
    display: block;
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #efefef;
    border-style: solid;
    border-width: 0 10px 10px
}

.header .user-top .profile-menu:after {
    position: absolute;
    content: "";
    display: block;
    top: -11px;
    left: calc(70% + 1px);
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    border-style: solid;
    border-width: 0 11px 12px
}

.header .user-top .profile-menu a {
    font-size: 12px
}

.header .user-top .profile-menu .profile-menu-item {
    width: 100%;
    margin-bottom: 20px
}

.header .user-top .profile-menu .profile-menu-item:last-child {
    margin-bottom: 0
}

.header .user-top .profile-menu .profile-menu-item .profile-menu-link {
    padding-right: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header .user-top .profile-menu .profile-menu-item .profile-menu-link .ico {
    display: block;
    margin-right: 10px
}

.header .user-top .profile-menu .profile-menu-item.exit-item {
    padding-top: 20px
}

@media (max-width: 576px) {
    .header .topLogo {
        max-width: 135px
    }
}

@media (max-width: 992px) {
    .header {
        padding-top: 0
    }
}

.header .big-banner img {
    width: 100%;
    height: auto
}

.header .big-banner-row {
    margin-bottom: 40px
}

.header .logo-row {
    margin-bottom: 20px
}

.header .social-ico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.header .social-ico .ico {
    margin-bottom: 5px
}

.header .social-ico:last-child {
    margin-right: 0
}

.header .social-links {
    display: flex;
    align-content: center
}

.header .logo-col {
    display: flex;
    align-items: center;
    justify-content: center
}

.header .profile-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .profile-controls > * {
    margin-right: 30px;
    font-weight: 700
}

.header .profile-controls > :last-child {
    margin-right: 0
}

.header .search-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 88px
}

.header .search-col > * {
    margin-right: 40px
}

@media (max-width: 1150px) {
    .header .search-col > * {
        margin-right: 15px
    }
}

@media (max-width: 576px) {
    .header .search-col > * {
        margin-right: 10px
    }
}

.header .search-col > :last-child {
    margin-right: 0
}

.header .top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 176px) !important
}

@media (max-width: 576px) {
    .header #topLogo img {
        max-width: 134px
    }
}

.header .top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto
}

.header .nav-item {
    padding: 0 15px;
    line-height: 1
}

.header .nav-item.active .nav-link {
    color: #eb5757
}

.header .nav-link {
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-transform: uppercase
}

@media (max-width: 992px) {
    .header .nav-container {
        border-bottom: .5px solid #c9c9c9
    }
}

.header .nav-row {
    position: relative;
    border-top: .5px solid #c9c9c9;
    border-bottom: .5px solid #c9c9c9;
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap
}

@media (max-width: 992px) {
    .header .nav-row {
        border: none
    }
}

.header .nav-row > * {
    padding-left: 0;
    padding-right: 0;
    flex-basis: auto
}

.header .menu-btn-col {
    display: flex;
    align-items: center;
    width: 88px
}

@media (max-width: 1150px) {
    .header .menu-btn-col {
        min-width: 63px
    }
}

.header .tags-menu {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 60px
}

.header .tags-menu .nav-item {
    padding-left: 30px;
    padding-right: 30px
}

.header .tags-menu .child-menu .nav-item {
    margin-bottom: 10px;
    padding: 0
}

.header .tags-menu .child-menu .nav-item.active .menu-link {
    color: #9f9f9f
}

.header .tags-menu .menu-title {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.8
}

.header .tags-menu .menu-link {
    line-height: 1.8;
    color: #3a3a3a
}

.header .tags-menu .menu-link:hover {
    color: #9f9f9f
}

.header .hidden-menu-container, .header .search-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

.header .hidden-menu-container {
    background-color: #fff
}

.header .hidden-menu-container > * {
    position: relative;
    z-index: 1
}

.header .hidden-menu-container:before {
    position: absolute;
    content: "";
    top: 60px;
    left: 60px;
    width: calc(100% - 120px);
    height: calc(100% - 60px);
    border-radius: 30%;
    box-shadow: 0 0 75px rgba(0, 0, 0, .3);
    z-index: -1
}

.header .hidden-menu-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    z-index: -1
}

.header .search-container {
    background-color: #f7f7f7
}

.header .search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: .5px solid #c9c9c9
}

.header .search-form .input {
    width: calc(100% - 110px);
    font-weight: 700;
    line-height: 1.35
}

.header .search-form.loading #searchBtn, .header .search-form .loading-ico {
    display: none
}

.header .search-form.loading .loading-ico {
    display: block
}

.header .search-res-container {
    width: calc(100% - 110px);
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding: 30px 0 0
}

.header .search-res-row {
    margin-bottom: 20px
}

.header .search-res-row .search-res-link {
    font-weight: 700
}

@media (max-width: 992px) {
    .header .search-res-row .search-res-link {
        font-weight: 400
    }
}

.header .fixed-scroll-bar {
    position: relative
}

.header .fixed-scroll-bar.is-fixed {
    background-color: #fff;
    width: 100%
}

@media (max-width: 992px) {
    .header .fixed-scroll-bar {
        background-color: #fff;
        width: 100% !important
    }
}

.sm-logo {
    width: 0;
    overflow: hidden;
    transition: .2s;
    opacity: 0;
    transform: translateZ(0)
}

.is-fixed .sm-logo {
    opacity: 1;
    width: 125px
}

@media (max-width: 991.9px) {
    .sm-logo {
        display: none
    }
}

@media (max-width: 991.9px) {
    #topLogo svg {
        height: 20px
    }
}

.mobile-profile-menu {
    display: block !important
}

@media (min-width: 992px) {
    .mobile-profile-menu {
        display: none !important
    }
}

.mobile-profile-menu .user-heading {
    width: 100%;
    display: flex;
    align-items: center
}

.mobile-profile-menu .profile-menu-link {
    text-align: left;
    justify-content: flex-start !important
}

.mobile-profile-menu .exit-item {
    padding-top: 0 !important
}

.better-in-month-section .thumb {
    height: 12vw;
    max-height: 150px;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width: 992px) {
    .better-in-month-section .thumb {
        height: 15vw;
        max-height: none
    }
}

@media (max-width: 576px) {
    .better-in-month-section .thumb {
        margin-bottom: 0
    }
}

.better-in-month-section .card-title {
    line-height: 1.7;
    transition: .3s
}

@media (max-width: 576px) {
    .better-in-month-section .card {
        flex-direction: row;
        margin-bottom: 15px
    }

    .better-in-month-section .thumb {
        margin-right: 10px;
        width: 25%;
        min-height: 55px;
        min-width: 55px
    }
}

.two-cols.list-cards-row {
    margin-bottom: -40px
}

.two-cols.list-cards-row .banner {
    padding-top: 20px
}

.two-cols.list-cards-row .banner:first-child {
    padding-top: 0
}

@media (max-width: 992px) {
    .two-cols.list-cards-row {
        margin-bottom: -30px
    }
}

@media (max-width: 576px) {
    .two-cols.list-cards-row {
        margin-bottom: -20px
    }
}

.two-cols.list-cards-row .col-6 {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .two-cols.list-cards-row .col-6 {
        margin-bottom: 30px
    }
}

@media (max-width: 576px) {
    .two-cols.list-cards-row .col-6 {
        margin-bottom: 20px
    }
}

.list-cards-row {
    margin-bottom: -60px
}

@media (max-width: 992px) {
    .list-cards-row {
        margin-bottom: -40px
    }
}

@media (max-width: 576px) {
    .list-cards-row .col-6 .thumb {
        height: 39vw
    }
}

.list-cards-row .content-over .card {
    position: relative;
    height: auto
}

.list-cards-row .content-over .card-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5
}

.list-cards-row .content-over .card-title {
    background-color: #000;
    box-shadow: 0 0 0 6px #000;
    color: #fff;
    width: calc(100% - 20px);
    box-decoration-break: clone
}

.list-cards-row .content-over .card-title:hover {
    color: #fff
}

.list-cards-row .content-over .card-author {
    color: #fff;
    opacity: 1;
    padding-top: 16px
}

.list-cards-row .content-over .card-author a {
    color: #fff
}

.list-cards-row .content-over .thumb {
    max-height: none;
    height: auto;
    margin: 0
}

.list-cards-row .content-over .thumb img {
    width: 100%;
    height: auto
}

.list-cards-row .thumb {
    height: 31vw;
    max-height: 400px
}

.list-cards-row .thumb .card-over-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px
}

.list-cards-row .thumb .card-over-icons > * {
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .list-cards-row .thumb {
        height: 39vw
    }
}

@media (max-width: 576px) {
    .list-cards-row .thumb {
        height: 78vw
    }
}

@media (max-width: 992px) {
    .list-cards-row .large .thumb {
        height: 42vw
    }
}

@media (max-width: 576px) {
    .list-cards-row .large .thumb {
        margin-left: -20px;
        margin-right: -20px;
        height: 94vw
    }
}

.list-cards-row .banner .thumb {
    height: auto;
    max-height: none
}

.list-cards-row .banner .thumb:after {
    display: none
}

.list-cards-row .banner .thumb img {
    height: auto;
    width: 100%
}

.list-cards-row .banner .overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, .1)
}

.list-cards-row .banner .overlay .overlay-content {
    opacity: 1;
    transform: none
}

.list-cards-row .banner .overlay .banner-title {
    font-weight: 400;
    text-align: center
}

.list-cards-row .banner .overlay .banner-title span {
    font-weight: 700;
    display: block
}

.list-cards-row .banner .overlay .banner-logo {
    margin-bottom: 10px
}

.list-cards-row .card-date {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff
}

.list-cards-row .play-ico {
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-color: #fff
}

.list-cards-row .card-date, .list-cards-row .play-ico {
    z-index: 1
}

.list-cards-row .thumb:after {
    transition: .3s;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) -17.63%, rgba(0, 0, 0, 0) 44.25%)
}

.list-cards-row .card-meta .views {
    display: flex;
    align-items: center
}

.list-cards-row .card-meta .views .ico {
    margin-right: 10px
}

.list-cards-row .card-meta .cat {
    color: #eb5757;
    font-weight: 700
}

.list-cards-row .card-title {
    line-height: 1.5;
    margin-bottom: 10px;
    display: block
}

.list-cards-row .card-title:hover {
    color: #9f9f9f
}

.list-cards-row .card-author {
    color: #000;
    opacity: .4
}

.list-cards-row > * {
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .list-cards-row > * {
        margin-bottom: 40px
    }
}

.list-authors .card-author {
    opacity: 1
}

.browser-chrome .row.list-cards-row.grid, .browser-edge .row.list-cards-row.grid, .browser-firefox .row.list-cards-row.grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-rows:auto
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid, .browser-edge .row.list-cards-row.grid, .browser-firefox .row.list-cards-row.grid {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid, .browser-edge .row.list-cards-row.grid, .browser-firefox .row.list-cards-row.grid {
        grid-template-columns:1fr
    }
}

.browser-chrome .row.list-cards-row.grid > *, .browser-edge .row.list-cards-row.grid > *, .browser-firefox .row.list-cards-row.grid > * {
    max-width: none
}

.browser-chrome .row.list-cards-row.grid.two-cols .vertical-banner, .browser-edge .row.list-cards-row.grid.two-cols .vertical-banner, .browser-firefox .row.list-cards-row.grid.two-cols .vertical-banner {
    grid-row: span 2
}

.browser-chrome .row.list-cards-row.grid .col-lg-12, .browser-edge .row.list-cards-row.grid .col-lg-12, .browser-firefox .row.list-cards-row.grid .col-lg-12 {
    grid-column: span 3
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid .col-lg-12, .browser-edge .row.list-cards-row.grid .col-lg-12, .browser-firefox .row.list-cards-row.grid .col-lg-12 {
        grid-column: span 2
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .col-lg-12, .browser-edge .row.list-cards-row.grid .col-lg-12, .browser-firefox .row.list-cards-row.grid .col-lg-12 {
        grid-column: span 1
    }
}

.browser-chrome .row.list-cards-row.grid .col-lg-8, .browser-edge .row.list-cards-row.grid .col-lg-8, .browser-firefox .row.list-cards-row.grid .col-lg-8 {
    grid-column: span 2
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .col-lg-8, .browser-edge .row.list-cards-row.grid .col-lg-8, .browser-firefox .row.list-cards-row.grid .col-lg-8 {
        grid-column: span 1
    }
}

.browser-chrome .row.list-cards-row.grid .col-lg-4, .browser-edge .row.list-cards-row.grid .col-lg-4, .browser-firefox .row.list-cards-row.grid .col-lg-4 {
    grid-column: span 1
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid .col-lg-4, .browser-edge .row.list-cards-row.grid .col-lg-4, .browser-firefox .row.list-cards-row.grid .col-lg-4 {
        grid-column: span 1
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .col-lg-4, .browser-edge .row.list-cards-row.grid .col-lg-4, .browser-firefox .row.list-cards-row.grid .col-lg-4 {
        grid-column: span 1
    }
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid .col-sm-6, .browser-edge .row.list-cards-row.grid .col-sm-6, .browser-firefox .row.list-cards-row.grid .col-sm-6 {
        grid-column: span 1
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .col-sm-6, .browser-edge .row.list-cards-row.grid .col-sm-6, .browser-firefox .row.list-cards-row.grid .col-sm-6 {
        grid-column: span 1
    }
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid .col-sm-12, .browser-edge .row.list-cards-row.grid .col-sm-12, .browser-firefox .row.list-cards-row.grid .col-sm-12 {
        grid-column: span 2
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .col-sm-12, .browser-edge .row.list-cards-row.grid .col-sm-12, .browser-firefox .row.list-cards-row.grid .col-sm-12 {
        grid-column: span 1
    }
}

.browser-chrome .row.list-cards-row.grid .row-banner, .browser-edge .row.list-cards-row.grid .row-banner, .browser-firefox .row.list-cards-row.grid .row-banner {
    overflow: hidden;
    grid-column: span 3
}

@media (max-width: 992px) {
    .browser-chrome .row.list-cards-row.grid .row-banner, .browser-edge .row.list-cards-row.grid .row-banner, .browser-firefox .row.list-cards-row.grid .row-banner {
        grid-column: span 2
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid .row-banner, .browser-edge .row.list-cards-row.grid .row-banner, .browser-firefox .row.list-cards-row.grid .row-banner {
        grid-column: span 1
    }
}

.browser-chrome .row.list-cards-row.grid .two-rows, .browser-edge .row.list-cards-row.grid .two-rows, .browser-firefox .row.list-cards-row.grid .two-rows {
    grid-row: span 2
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid.two-cols, .browser-edge .row.list-cards-row.grid.two-cols, .browser-firefox .row.list-cards-row.grid.two-cols {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 576px) {
    .browser-chrome .row.list-cards-row.grid.two-cols .row-banner, .browser-edge .row.list-cards-row.grid.two-cols .row-banner, .browser-firefox .row.list-cards-row.grid.two-cols .row-banner {
        grid-column: span 2
    }
}

.art-card-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: inherit
}

@media (min-width: 576px) {
    .art-card-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .art-card-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media (max-width: 576px) {
    .two-cols .art-card-col {
        position: relative;
        width: 100%;
        min-height: 1px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px
    }
}

@media (max-width: 576px) {
    .two-cols .art-card-col .thumb {
        height: 39vw
    }
}

.no-banner:not(.simple-preview) .art-card-col:first-child, .no-banner:not(.simple-preview) .art-card-col:nth-child(9), .no-banner:not(.simple-preview) .art-card-col:nth-child(14) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .no-banner:not(.simple-preview) .art-card-col:first-child, .no-banner:not(.simple-preview) .art-card-col:nth-child(9), .no-banner:not(.simple-preview) .art-card-col:nth-child(14) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .no-banner:not(.simple-preview) .art-card-col:first-child, .no-banner:not(.simple-preview) .art-card-col:nth-child(9), .no-banner:not(.simple-preview) .art-card-col:nth-child(14) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-meta {
    display: none
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card {
    position: relative
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card, .no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card .thumb, .no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card .thumb img {
    height: 100% !important;
    min-height: 360px
}

@media (max-width: 576px) {
    .no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card, .no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card .thumb, .no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card .thumb img {
        min-height: auto;
        height: 106vw !important
    }
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-title {
    background-color: #000;
    box-shadow: 0 0 0 6px #000;
    color: #fff;
    width: calc(100% - 20px);
    box-decoration-break: clone
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-title:hover {
    color: #fff
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-author {
    color: #fff;
    opacity: 1;
    padding-top: 16px
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .card-author a {
    color: #fff
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .thumb {
    max-height: none;
    height: auto;
    margin: 0
}

.no-banner:not(.simple-preview) .art-card-col:nth-child(15) .thumb img {
    width: 100%;
    height: auto
}

.has-banner:not(.simple-preview) .art-card-col:nth-child(2), .has-banner:not(.simple-preview) .art-card-col:nth-child(11) {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .has-banner:not(.simple-preview) .art-card-col:nth-child(2), .has-banner:not(.simple-preview) .art-card-col:nth-child(11) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .has-banner:not(.simple-preview) .art-card-col:nth-child(2), .has-banner:not(.simple-preview) .art-card-col:nth-child(11) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-meta {
    display: none
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card {
    position: relative
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb img {
    min-height: 360px
}

@media (max-width: 576px) {
    .has-banner:not(.simple-preview) .art-card-col:last-child .card, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb img {
        min-height: auto;
        height: 106vw !important
    }
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 5
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-title {
    background-color: #000;
    box-shadow: 0 0 0 6px #000;
    color: #fff;
    width: calc(100% - 20px);
    box-decoration-break: clone
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-title:hover {
    color: #fff
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-author {
    color: #fff;
    opacity: 1;
    padding-top: 16px
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card-author a {
    color: #fff
}

.has-banner:not(.simple-preview) .art-card-col:last-child .thumb {
    max-height: none;
    height: auto;
    margin: 0
}

.has-banner:not(.simple-preview) .art-card-col:last-child .thumb img {
    width: 100%;
    height: auto
}

.has-banner:not(.simple-preview) .art-card-col:last-child .card, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb img {
    height: 100% !important
}

@media (max-width: 992px) {
    .has-banner:not(.simple-preview) .art-card-col:nth-child(7) {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .has-banner:not(.simple-preview) .art-card-col:nth-child(11) {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .has-banner:not(.simple-preview) .art-card-col:nth-child(11) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 576px) {
    .has-banner:not(.simple-preview) .art-card-col:nth-child(2) .thumb, .has-banner:not(.simple-preview) .art-card-col:nth-child(7) .thumb, .has-banner:not(.simple-preview) .art-card-col:nth-child(14) .thumb {
        margin-left: -25px;
        margin-right: -25px;
        height: 94vw
    }

    .has-banner:not(.simple-preview) .art-card-col:last-child {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .has-banner:not(.simple-preview) .art-card-col:last-child .card, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb, .has-banner:not(.simple-preview) .art-card-col:last-child .card .thumb img {
        height: auto !important
    }
}

@media (max-width: 576px) and (min-width: 576px) {
    .has-banner:not(.simple-preview) .art-card-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.large-news .thumb {
    margin-left: -25px;
    margin-right: -25px;
    height: 94vw
}

.big-slider-section {
    overflow: hidden;
    padding: 0;
    margin-bottom: 80px
}

.big-slider-section .under-slider-container {
    width: 100%
}

.big-slider-section .under-slider-container .slick-content {
    position: relative;
    width: 100%;
    height: 100%
}

.big-slider-section .under-slider-container .slick-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .56))
}

.big-slider-section .under-slider-container .slick-content .author, .big-slider-section .under-slider-container .slick-content .slick-title {
    position: relative;
    z-index: 2
}

.big-slider-section .under-slider-container .slick-track {
    display: flex;
    align-items: stretch
}

.big-slider-section .under-slider-container .overlay-bottom {
    height: 100%
}

.big-slider-section .under-slider-container .slick-item {
    height: 200px
}

.big-slider-section .under-slider-container .slick-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 575.9px) {
    .big-slider-section .under-slider-container .slick-item {
        height: 170px
    }
}

@media (max-width: 992px) {
    .big-slider-section {
        margin-bottom: 40px
    }
}

.big-slider-section .big-slider-col, .big-slider-section .big-slider-row, .big-slider-section .full {
    padding: 0;
    margin: 0
}

.big-slider-section .big-slider-row {
    margin-bottom: 40px
}

.big-slider-section .slick-arrows-container {
    padding: 0 120px
}

@media (max-width: 992px) {
    .big-slider-section .slick-arrows-container {
        padding: 0 75px;
        padding: 0 30px
    }
}

@media (max-width: 576px) {
    .big-slider-section .slick-arrows-container {
        padding: 0 10px
    }
}

.big-slider-section .under-big-slider {
    margin-left: -20px;
    margin-right: -20px
}

.big-slider-section .under-big-slider .slick-content {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    border: 5px solid #fff;
    padding: 55px 135px
}

@media (max-width: 992px) {
    .big-slider-section .under-big-slider .slick-content {
        padding-left: 90px;
        padding-right: 90px;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 55px 45px
    }
}

@media (max-width: 576px) {
    .big-slider-section .under-big-slider .slick-content {
        border: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 55px 20px
    }
}

.big-slider-section .under-big-slider .slick-title {
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .big-slider-section .under-big-slider .slick-title {
        font-size: 15px;
        margin-bottom: 5px
    }
}

.big-slider-section .under-big-slider .slick-item {
    padding: 0 10px
}

.big-slider-section .under-big-slider .slick-content {
    padding: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.big-slider-section .under-big-slider .slick-title {
    text-align: left;
    transition: .3s;
    font-weight: 700;
    width: 100%
}

.big-slider-section .under-big-slider .slick-title:hover {
    color: #eb5757
}

.big-slider-section .under-big-slider .author, .big-slider-section .under-big-slider .slick-title, .big-slider-section .under-big-slider a {
    color: #fff
}

.big-slider-section .under-big-slider .slick-title:hover, .big-slider-section .under-big-slider a:hover {
    color: #ebebeb
}

.big-slider-col .slick-arrow.next-arrow {
    background-image: url(../img/icons/arr_next.svg)
}

.big-slider-col .slick-arrow.prev-arrow {
    background-image: url(../img/icons/arr_prev.svg)
}

.big-slider-col .slick-arrows-container {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - .5px);
    height: 1px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

@media (max-width: 576px) {
    .big-slider-col .slick-arrows-container {
        top: auto;
        bottom: 27.5px
    }
}

.big-slider-col .slick-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.35;
    width: 100%
}

@media (max-width: 992px) {
    .big-slider-col .slick-title {
        font-size: 28px
    }
}

@media (max-width: 576px) {
    .big-slider-col .slick-title {
        font-size: 20px
    }
}

.big-slider-col .slick-dots-container {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 1px;
    overflow: visible
}

@media (max-width: 576px) {
    .big-slider-col .slick-dots-container {
        bottom: 25px
    }
}

.big-slider-col .big-slider .slick-content {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    border: 5px solid #fff;
    padding: 55px 135px
}

@media (max-width: 992px) {
    .big-slider-col .big-slider .slick-content {
        padding-left: 90px;
        padding-right: 90px;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 55px 45px
    }
}

@media (max-width: 576px) {
    .big-slider-col .big-slider .slick-content {
        border: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 55px 20px
    }
}

.big-slider-col .big-slider .slick-item {
    height: 61vw;
    max-height: 600px
}

.big-slider-col .big-slider .slick-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 992px) {
    .big-slider-col .big-slider .slick-item {
        max-height: 400px;
        height: 52vw
    }
}

@media (max-width: 576px) {
    .big-slider-col .big-slider .slick-item {
        max-height: 300px;
        height: 93vw
    }
}

.authors-setion {
    background-color: #fafafa;
    padding: 60px 0;
    margin-top: 60px
}

.authors-setion .show-all-authors.btn {
    margin-top: 40px;
    display: block
}

.authors-setion .section-title {
    margin-bottom: 0
}

.authors-setion .title-row {
    margin-bottom: 20px
}

.authors-setion .open-authors {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.authors-setion .open-authors a {
    font-weight: 700;
    white-space: nowrap;
    text-decoration: underline
}

@media (max-width: 576px) {
    .authors-setion {
        padding: 40px 0
    }

    .authors-setion .open-authors-link {
        display: none
    }
}

.authors-setion .card {
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width: 576px) {
    .authors-setion .card {
        flex-direction: row;
        margin-bottom: 30px
    }
}

@media (min-width: 576px) {
    .authors-setion .row {
        margin-left: -35px;
        margin-right: -35px
    }

    .authors-setion .row > * {
        padding-left: 35px;
        padding-right: 35px
    }
}

.authors-setion .avatar {
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 40%;
    overflow: hidden;
    width: 100%;
    height: 18vw;
    max-height: 220px;
    margin-bottom: 20px
}

.authors-setion .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 576px) {
    .authors-setion .avatar {
        width: 30%;
        margin-bottom: 0;
        min-width: 75px;
        min-height: 75px;
        height: 26vw
    }
}

.authors-setion .author-content {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width: 576px) {
    .authors-setion .author-content {
        margin: 0;
        padding-left: 10px
    }
}

.authors-setion .author-name {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px
}

@media (max-width: 576px) {
    .authors-setion .author-name {
        text-align: left
    }
}

.authors-setion .author-desc {
    text-align: center;
    line-height: 1.8
}

@media (max-width: 576px) {
    .authors-setion .author-desc {
        text-align: left
    }
}

.authors-setion .show-all-authors {
    padding: 11px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative
}

@media (max-width: 992px) {
    .pagination {
        margin-top: 60px
    }
}

@media (max-width: 576px) {
    .pagination {
        margin-top: 40px
    }
}

.pagination > * {
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 2.5px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 0;
    padding-top: .1em
}

@media (max-width: 992px) {
    .pagination > * {
        font-size: 15px;
        width: 30px;
        height: 30px;
        padding-top: .2em
    }
}

.pagination .pagination__current {
    background-color: #eb5757;
    color: #fff
}

.pagination .pagination__next, .pagination .pagination__prev {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 25px auto;
    background-image: url(../img/icons/pag_arrow.png)
}

@media (max-width: 992px) {
    .pagination .pagination__next, .pagination .pagination__prev {
        background-size: 18px auto
    }
}

.pagination .pagination__next {
    transform: rotate(180deg)
}

@media (max-width: 576px) {
    .pagination {
        padding-left: 32.5px;
        padding-right: 32.5px
    }

    .pagination .pagination__next, .pagination .pagination__prev {
        position: absolute
    }

    .pagination .pagination__prev {
        left: 0;
        top: 0
    }

    .pagination .pagination__next {
        right: 0;
        bottom: 0
    }
}

.seo-section .seo-content {
    margin-top: 100px;
    padding-top: 60px;
    border-top: .5px solid #c9c9c9;
    color: #aaa;
    line-height: 2.2;
    margin-bottom: -40px
}

@media (max-width: 992px) {
    .seo-section .seo-content {
        margin-bottom: 0;
        padding-top: 50px;
        margin-top: 50px
    }
}

@media (max-width: 576px) {
    .seo-section .seo-content {
        margin-bottom: -10px;
        padding-top: 40px;
        margin-top: 40px
    }
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: .5px solid #c9c9c9
}

@media (max-width: 992px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.footer .foot-row {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 576px) {
    .footer .foot-row {
        align-items: flex-start
    }
}

.footer .foot-block {
    margin-bottom: 40px
}

@media (min-width: 1280px) {
    .footer .menu-foot-block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row
    }

    .footer .menu-foot-block .bottom-menu {
        margin: 0 16px 0 0
    }
}

.footer .logo-row {
    margin-bottom: 30px
}

.footer .foot-title {
    font-weight: 700;
    margin-bottom: 15px
}

.footer .social-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .social-links .social-ico {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .social-links .ico {
    margin-bottom: 5px
}

.footer .bottom-menu, .footer .foot-links {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem
}

.footer .bottom-menu .nav-item.active a, .footer .foot-links .nav-item.active a {
    color: #eb5757
}

.footer .bottom-menu a, .footer .foot-links a {
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

@media (max-width: 576px) {
    .footer .bottom-menu, .footer .foot-links {
        flex-direction: column
    }

    .footer .bottom-menu a, .footer .foot-links a {
        text-align: left
    }
}

.footer .foot-text {
    text-align: center;
    color: #9f9f9f;
    line-height: 1.8;
    width: 100%
}

@media (max-width: 576px) {
    .footer .foot-text {
        text-align: left
    }
}

.footer .btn-row {
    width: 100%
}

.footer .subscribe-link {
    max-width: 238px;
    font-weight: 700
}

@media (max-width: 576px) {
    .footer .subscribe-link {
        max-width: none
    }
}

.read-also-section .thumb {
    height: 12vw;
    max-height: 150px;
    flex-shrink: 0;
    flex-grow: 0
}

@media (max-width: 576px) {
    .read-also-section .card {
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px
    }

    .read-also-section .row > :last-child .card {
        margin-bottom: 0
    }

    .read-also-section .thumb {
        width: 30%;
        height: 20vw;
        min-width: 55px;
        min-height: 55px;
        margin-right: 10px
    }
}

.read-also-section .banner {
    padding-top: 80px;
    padding-bottom: 40px
}

@media (max-width: 576px) {
    .read-also-section .banner {
        padding-top: 40px;
        padding-bottom: 0
    }
}

.profile-section {
    margin-bottom: 100px
}

.profile-section .avatar {
    width: 238px;
    height: 238px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: 14%
}

@media (max-width: 992px) {
    .profile-section .avatar {
        margin-right: auto;
        width: 215px;
        height: 215px;
        margin-bottom: 40px
    }
}

@media (max-width: 576px) {
    .profile-section .avatar {
        margin-left: 0;
        width: 130px;
        height: 130px
    }
}

.profile-section .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.profile-section .avatar .change-avatar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 70px;
    background-color: #000;
    opacity: .4;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    margin: 0
}

@media (max-width: 576px) {
    .profile-section .avatar .change-avatar {
        padding: 10px 30px
    }
}

.profile-section .avatar .change-avatar:hover {
    opacity: 1
}

.profile-section .profle-row {
    margin-bottom: 60px
}

.profile-section .form-container {
    width: 100%;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .profile-section .form-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
        margin-bottom: 47px
    }
}

@media (max-width: 576px) {
    .profile-section .form-container {
        max-width: none
    }
}

.profile-section .form-container:last-child {
    margin-bottom: 0
}

.profile-section .title {
    margin-bottom: 15px
}

.profile-section .input {
    padding-left: 2px;
    padding-right: 2px
}

.profile-section .btn {
    max-width: 354px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 992px) {
    .profile-section .btn {
        max-width: 340px
    }
}

@media (max-width: 576px) {
    .profile-section .btn {
        max-width: none
    }
}

.profile-section .btn-row {
    flex-direction: column
}

.profile-section .btn-row .btn {
    margin-bottom: 20px
}

@media (max-width: 576px) {
    .profile-section .btn-row .btn {
        margin-bottom: 5px
    }

    .profile-section .btn-row .btn:last-child {
        margin-bottom: 0
    }
}

.profile-section .btn-row .btn:last-child {
    margin-bottom: 0
}

.transition-section .section-title {
    text-align: center
}

@media (max-width: 992px) {
    .transition-section .section-title {
        text-align: left
    }
}

.transition-section .btn-row {
    padding-top: 60px;
    justify-content: center
}

@media (max-width: 992px) {
    .transition-section .btn-row {
        padding-top: 40px
    }
}

@media (max-width: 576px) {
    .transition-section .btn-row {
        padding-top: 30px
    }
}

.transition-section .back-btn {
    margin: 0;
    max-width: 354px;
    font-weight: 700
}

@media (max-width: 576px) {
    .transition-section .back-btn {
        max-width: none
    }
}

.transition-section .back-btn:hover .ico path {
    fill: #000
}

.transition-section .back-btn .ico path {
    fill: #3a3a3a
}

.transition-section .back-btn .ico:hover path {
    fill: #000
}

.not-found-page .not-found-section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 42px
}

@media (max-width: 992px) {
    .not-found-page .not-found-section .section-title {
        text-align: left;
        margin-bottom: 15px
    }
}

@media (max-width: 576px) {
    .not-found-page .not-found-section .section-title {
        margin-bottom: 10px
    }
}

.not-found-page .not-found-section .section-sub-title {
    font-size: 16px;
    line-height: 1.8
}

@media (max-width: 992px) {
    .not-found-page .not-found-section .section-sub-title {
        font-size: 15px;
        text-align: left
    }

    .not-found-page .not-found-section .section-sub-title > * {
        display: block;
        margin-bottom: 10px
    }

    .not-found-page .not-found-section .section-sub-title > :last-child {
        margin-bottom: 0
    }
}

.not-found-page .not-found-section .error-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 140px
}

@media (max-width: 992px) {
    .not-found-page .not-found-section .error-block {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width: 576px) {
    .not-found-page .not-found-section .error-block {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.not-found-page .not-found-section .error-block .title {
    margin-bottom: 20px
}

@media (max-width: 992px) {
    .not-found-page .not-found-section .error-block .title {
        margin-bottom: 15px
    }
}

.not-found-page .not-found-section .error-block img {
    margin: 7.5px
}

.not-found-page .home-page-btn {
    padding-top: 20px
}

.not-found-page .home-page-btn .btn {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 700
}

.battle-container {
    font-family: Roboto
}

.battle-container .battle-img {
    width: 100%;
    height: 35vw;
    max-height: 552px;
    position: relative;
    z-index: 1
}

@media (max-width: 576px) {
    .battle-container .battle-img {
        padding-left: 10px;
        padding-right: 10px;
        height: 46vw
    }
}

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

.battle-container .battle-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1
}

.battle-container .battle-link.selected {
    box-shadow: inset 0 0 0 25px #e7e7e7
}

@media (max-width: 992px) {
    .battle-container .battle-link.selected {
        box-shadow: inset 0 0 0 15px #e7e7e7
    }
}

@media (max-width: 576px) {
    .battle-container .battle-link.selected {
        box-shadow: inset 0 0 0 10px #e7e7e7
    }
}

.battle-container .battle-row {
    position: relative
}

@media (max-width: 576px) {
    .battle-container .battle-row {
        margin-left: -10px;
        margin-right: -10px
    }
}

.battle-container .battle-row .vs-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.battle-container .battle-row .vs-wrap > * {
    color: #000;
    display: block;
    text-align: center;
    padding: .3em 3.1em;
    font-size: 32px;
    font-weight: 700;
    background-color: #fff
}

@media (max-width: 992px) {
    .battle-container .battle-row .vs-wrap > * {
        font-size: 42px;
        padding: 0 3.5em
    }
}

@media (max-width: 576px) {
    .battle-container .battle-row .vs-wrap > * {
        font-size: 32px;
        padding: 0 10px;
        width: 60%
    }
}

.battle-container .battle-progress {
    width: 100%;
    height: 10px;
    display: flex;
    align-items: stretch;
    margin-top: 25px;
    margin-bottom: -35px
}

.battle-container .battle-progress > * {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #eb5757
}

.battle-container .battle-progress > :first-child {
    background-color: #efefef
}

.battle-container .battle-progress #progressFirstComp {
    flex-shrink: 0
}

.battle-container .battle-progress .percent {
    display: block;
    position: relative;
    bottom: calc(100% + 10px);
    font-size: 13px
}

.battle-container .btn-row {
    margin-top: 60px;
    margin-bottom: 40px
}

.battle-container .voted-battle-btn {
    cursor: auto
}
