@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.testimonial .icon-wrap svg {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.site__overlay,
.btn.btn-secondary::before,
.article.article__interview .article__inner::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body {
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.container-fluid {
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 1200px) {
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important
    }
}

.container {
    max-width: 1280px
}

.site__overlay {
    position: fixed;
    -webkit-transition: all .35s;
    transition: all .35s;
    background-color: rgba(10, 10, 10, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.site__overlay.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.btn {
    display: inline-block;
    position: relative;
    padding: .95em 5.3em;
    -webkit-transition: all .35s;
    transition: all .35s;
    border: 0;
    outline: none;
    background-color: transparent;
    background-image: none;
    font-size: 12px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    letter-spacing: .8px;
    white-space: nowrap;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important
}

.btn:hover,
.btn.hover {
    cursor: pointer
}

.btn.disabled {
    opacity: .5;
    pointer-events: none
}

.btn .icon {
    display: inline-block;
    margin-top: -3px;
    margin-right: .5em;
    font-size: 1.5em;
    vertical-align: middle
}

.btn.btn-sm {
    padding: .475em 2.65em
}

.btn.btn-lg {
    padding: 1.425em 1.9em
}

.btn.btn-primary {
    background-color: #ff3d12;
    color: #fff
}

.btn.btn-primary:hover,
.btn.btn-primary.hover {
    background-color: #f82d00
}

.btn.btn-primary:active,
.btn.btn-primary.active {
    background-color: #de2800
}

.btn.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0);
    text-transform: none;
    overflow: hidden;
    z-index: 1
}

.btn.btn-secondary::before {
    display: block;
    position: absolute;
    -webkit-transition: border-color .35s;
    transition: border-color .35s;
    border: 2px solid transparent;
    content: '';
    z-index: -1
}

.btn.btn-secondary.btn-secondary-gray {
    border-color: rgba(10, 10, 10, 0.4);
    color: rgba(10, 10, 10, 0.4)
}

.btn.btn-secondary.btn-secondary-gray:hover::before,
.btn.btn-secondary.btn-secondary-gray.hover::before {
    border-color: rgba(10, 10, 10, 0.4)
}

.btn.btn-secondary.btn-secondary-accent {
    border-color: #ff3d12;
    color: #ff3d12
}

.btn.btn-secondary.btn-secondary-accent:hover::before,
.btn.btn-secondary.btn-secondary-accent.hover::before {
    border-color: #ff3d12
}

.btn.btn-ghost {
    color: #ff3d12
}

.btn.btn-ghost:hover,
.btn.btn-ghost.hover {
    background-color: #f5f5f5
}

.btn.btn-slick {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 8px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    z-index: 9
}

.btn.btn-slick .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.btn.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    padding: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #111;
    vertical-align: 64px;
    z-index: 2
}

.btn.btn-play .icon {
    margin: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    font-size: 20px
}

.site__pagination {
    margin: 0 0 87px;
    font-family: "Oswald", sans-serif;
    font-size: 18px
}

@media screen and (max-width: 576px) {
    .site__pagination {
        margin: 0 0 47px
    }
}

.site__pagination li {
    text-transform: uppercase
}

.site__pagination li:last-child {
    font-size: 18px;
    text-transform: none
}

@media screen and (max-width: 576px) {
    .site__pagination li:last-child {
        font-size: 16px
    }
}

.site__pagination li.is-active a {
    background-color: rgba(255, 61, 18, 0.4) !important;
    color: #111 !important
}

.site__pagination a.site__pagination-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center
}

.site__pagination a.site__pagination-item:hover {
    background-color: #f5f5f5
}

.text-black {
    color: #000
}

.text-white {
    color: #fff
}

.text-gray {
    color: rgba(10, 10, 10, 0.4)
}

.text-gray-light {
    color: #c5c5c5
}

.text-gray-darker {
    color: #111
}

.text-primary {
    color: #1f1f1f !important
}

.text-accent {
    color: #ff3d12 !important
}

.text-warning {
    color: #ff5f2c !important
}

.text-success {
    color: #00e676 !important
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-gray-darker {
    background-color: #111
}

.bg-gray-lighter {
    background-color: #f5f5f5
}

.bg-primary,
.testimonial .icon-wrap {
    background-color: #1f1f1f
}

.bg-accent {
    background: #ff3d12
}

.bg-warning {
    background-color: #ff5f2c
}

.bg-success {
    background-color: #00e676
}

.border {
    border: 1px solid transparent
}

.border-top {
    border-top: 1px solid transparent
}

.border-bottom {
    border-bottom: 1px solid transparent
}

.border-primary {
    border-color: #1f1f1f
}

.border-warning {
    border-color: #ff5f2c !important
}

.border-success {
    border-color: #00e676
}

.border-gray-light {
    border-color: #c5c5c5
}

.border-gray-lighter {
    border-color: #f5f5f5
}

.border-none {
    border: 0 !important
}

.text-transform-none {
    text-transform: none !important
}

.font-body {
    font-family: "Montserrat", sans-serif !important
}

.font-headings {
    font-family: "Oswald", sans-serif !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semibold {
    font-weight: 600 !important
}

.line-height-md {
    line-height: 1.6
}

.letter-spacing-lg {
    letter-spacing: 1.8px
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.is-hidden {
    display: none;
    opacity: 0;
    visibility: hidden
}

body.overflow,
body.modal-open {
    overflow: hidden
}

.text-lead {
    font-size: 38px
}

.text-xl {
    font-size: 30px
}

.text-base {
    font-size: 20px
}

.text-lg {
    font-size: 18px
}

.text-md {
    font-size: 16px
}

.text-sm {
    font-size: 14px
}

.text-xs {
    font-size: 12px
}

body {
    color: #111;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    scroll-behavior: smooth
}

html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dl dt {
    color: #111;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-style: normal
}

h1,
.h1 {
    font-size: 40px;
    letter-spacing: .4px;
    line-height: 1.25
}

@media screen and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 30px
    }
}

h2,
.h2 {
    font-size: 32px;
    line-height: 1.18
}

@media screen and (max-width: 768px) {

    h2,
    .h2 {
        font-size: 24px
    }
}

h3,
.h3 {
    font-size: 24px;
    line-height: 1.16
}

@media screen and (max-width: 768px) {

    h3,
    .h3 {
        font-size: 20px
    }
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.22
}

@media screen and (max-width: 768px) {

    h4,
    .h4 {
        font-size: 14px
    }
}

h5,
.h5 {
    font-size: 16px;
    line-height: 1.18
}

@media screen and (max-width: 768px) {

    h5,
    .h5 {
        font-size: 13px
    }
}

h6,
.h6,
dl dt {
    font-size: 14px;
    line-height: 1.16
}

p,
.p {
    margin: 0 0 24px
}

small,
.small {
    font-size: 70%
}

a {
    -webkit-transition: .25s;
    transition: .25s;
    color: #111;
    text-decoration: none
}

a:hover {
    color: #ff3d12;
    text-decoration: none
}

a:focus {
    outline: none
}

.icon {
    display: inline-block;
    vertical-align: middle
}

ol,
ul {
    margin-bottom: 16px;
    padding-left: 20px;
    line-height: 1.4
}

ol>li,
ul>li {
    margin-bottom: 6px
}

ol>li ol,
ol>li ul,
ul>li ol,
ul>li ul {
    margin-top: 6px
}

ol>li ol li::before,
ol>li ul li::before,
ul>li ol li::before,
ul>li ul li::before {
    color: inherit;
    content: 'вЂ“'
}

ul {
    list-style: none
}

ul>li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #ff3d12;
    content: '\2022'
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}

.list-unstyled i[class^='icon-'] {
    margin-right: 10px
}

.list-unstyled li::before {
    content: ''
}

dl dd {
    margin-top: 7px;
    font-size: 18px
}

dl.with-icon {
    padding-left: 34px
}

dl.with-icon dt {
    position: relative
}

dl.with-icon i[class*='icon'] {
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 21px
}

.testimonial {
    padding: 24px;
    -webkit-box-shadow: 0 22px 36px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 22px 36px -12px rgba(0, 0, 0, 0.2)
}

.testimonial .icon-wrap {
    position: relative;
    top: -15px;
    width: 27px;
    height: 27px;
    border-radius: 50%
}

.testimonial .icon-wrap svg {
    position: absolute;
    max-width: 10px
}

.testimonial .decoration {
    display: block;
    width: 14px;
    height: 2px
}

.testimonial .name {
    font-family: "Oswald", sans-serif
}

.testimonial .position {
    font-weight: 600
}

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

.testimonial.align-right .decoration,
.testimonial.align-right .icon-wrap {
    margin-right: 0;
    margin-left: auto
}

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

.testimonial.align-center .decoration,
.testimonial.align-center .icon-wrap {
    margin: 0 auto
}

[data-toggle='tooltip'] {
    padding-bottom: 5px;
    -webkit-transition: all .35s;
    transition: all .35s;
    border-bottom: 1px dotted rgba(10, 10, 10, 0.4)
}

[data-toggle='tooltip']:hover {
    color: #ff3d12
}

.site__tags-item {
    font-family: "Montserrat", sans-serif
}

.form-group {
    display: block;
    position: relative;
    width: 100%;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    font-family: "Oswald", sans-serif
}

.form-group .form-control {
    width: 100%;
    height: 48px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .35s;
    transition: all .35s;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group .form-control::-moz-placeholder {
    color: #000;
    opacity: 1
}

.form-group .form-control:-ms-input-placeholder {
    color: #000
}

.form-group .form-control::-webkit-input-placeholder {
    color: #000
}

.form-group .form-control:required:invalid {
    border-color: #ff3d12;
    color: #ff3d12
}

.form-group select.form-control {
    height: 48px !important;
    background-position: center right 15px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEgICBMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIgICBjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcgICBjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMzAzMDMiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.form-group textarea.form-control {
    min-height: 150px
}

.form-group textarea.form-control.form-review {
    border: 1px solid #00e676
}

.form-group.form-group--btn {
    position: relative
}

.form-group.form-group--btn .form-control {
    padding-right: 63px
}

.form-group.form-group--btn .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #000
}

.form-check {
    display: block;
    cursor: pointer
}

.form-check:hover .form-check-checkmark {
    background-color: #f5f5f5
}

.form-check.disabled {
    opacity: .5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-check .form-check-wrapper {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-check .form-check-input {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer;
    opacity: 0
}

.form-check .form-check-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transition: all .25s;
    transition: all .25s;
    border: 1px solid rgba(10, 10, 10, 0.4);
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 22px 36px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 22px 36px -12px rgba(0, 0, 0, 0.2);
    overflow: hidden
}

.form-check .form-check-checkmark::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    content: ''
}

.form-check .form-check-label {
    margin-left: 30px;
    -webkit-transition: color .25s;
    transition: color .25s
}

.form-check.form-check--checkbox .form-check-input:checked~.form-check-checkmark {
    border-color: #ff3d12;
    background-color: #ff3d12
}

.form-check.form-check--checkbox .form-check-input:checked~.form-check-checkmark::after {
    -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%);
    transform: translateZ(0) translateY(-50%) translateX(-50%)
}

.form-check.form-check--checkbox .form-check-checkmark::after {
    width: 60%;
    height: 60%;
    -webkit-transform: translateZ(0) translateY(-200%) translateX(-50%);
    transform: translateZ(0) translateY(-200%) translateX(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxnPgoJPGc+CgkJPHBhdGggZD0iTTIwLjY4NywzOC4zMzJjLTIuMDcyLDIuMDcyLTUuNDM0LDIuMDcyLTcuNTA1LDBMMS41NTQsMjYuNzA0Yy0yLjA3Mi0yLjA3MS0yLjA3Mi01LjQzMywwLTcuNTA0ICAgIGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwbDYuOTI4LDYuOTI3YzAuNTIzLDAuNTIyLDEuMzcyLDAuNTIyLDEuODk2LDBMMzYuNjQyLDcuMzY4YzIuMDcxLTIuMDcyLDUuNDMzLTIuMDcyLDcuNTA1LDAgICAgYzAuOTk1LDAuOTk1LDEuNTU0LDIuMzQ1LDEuNTU0LDMuNzUyYzAsMS40MDctMC41NTksMi43NTctMS41NTQsMy43NTJMMjAuNjg3LDM4LjMzMnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIHN0eWxlPSJmaWxsOiNGRkZGRkYiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+")
}

.form-check.form-check--radio .form-check-input:checked~.form-check-checkmark {
    border-color: #ff3d12
}

.form-check.form-check--radio .form-check-input:checked~.form-check-checkmark::after {
    width: 9px;
    height: 9px
}

.form-check.form-check--radio .form-check-checkmark {
    border-radius: 50%;
    background-color: #ff3d12
}

.form-check.form-check--radio .form-check-checkmark::after {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%);
    transform: translateZ(0) translateY(-50%) translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden
}

.dropdown .btn {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    background-position: center right 15px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkyOSAyODQuOTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PGc+Cgk8cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEgICBMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIgICBjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcgICBjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMzAzMDMiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 14px;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: left
}

.dropdown .dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-color: #c5c5c5;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.dropdown .dropdown-item {
    padding-right: 15px;
    padding-left: 15px
}

.dropdown .dropdown-item:active {
    background-color: inherit;
    color: #111
}

.dropdown.show .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.dropdown.disabled {
    opacity: .5;
    pointer-events: none
}

.video-container a {
    font-size: 16px;
    font-family: "Oswald", sans-serif
}

.video-container .icon {
    margin: 0 10px 0 0px;
    font-size: 16px;
    color: #E5132B
}

.quote-block {
    font-size: 30px;
    letter-spacing: -1.3px
}

.exclusive-share-container .social-with-zen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.exclusive-share-container .social-with-zen .share-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.exclusive-share-container .social-with-zen .zen-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 991px) {
    .exclusive-content-wrapper .fullwidth-image {
        padding: 0
    }

    .exclusive-content-wrapper .fullwidth-image .image-block {
        padding: 0
    }
}

@media screen and (max-width: 576px) {

    .exclusive-content-wrapper .who-worked-block .title,
    .exclusive-content-wrapper .who-worked-block .article__info {
        font-size: 16px
    }
}

.exclusive-content-wrapper .only-mobile {
    display: none
}

@media screen and (max-width: 576px) {
    .exclusive-content-wrapper .only-mobile {
        display: block
    }
}

.work-wrapper h1 {
    margin: 0 0 35px
}

@media screen and (max-width: 576px) {
    .work-wrapper h1 {
        margin: 0 0 25px
    }
}

.work-wrapper .work-item {
    padding: 20px 0 80px;
    border-top: 1px solid #c5c5c5
}

.work-wrapper .work-description .h3 {
    padding: 8px 0 16px
}

.work-wrapper .work-description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: left;
    padding: 0 0 0 20px
}

@media screen and (max-width: 768px) {
    .work-wrapper .work-description ul {
        padding: 0 0 0 18px
    }
}

@media screen and (max-width: 375px) {
    .work-wrapper .work-description ul {
        padding: 0 0 0 15px
    }
}

.work-wrapper .work-description ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-weight: 500;
    margin-bottom: 20px
}

.work-wrapper .work-description ul>li p {
    margin: 0
}

@media screen and (max-width: 991px) {
    .work-wrapper .work-description ul>li {
        font-size: 16px
    }
}

@media screen and (max-width: 375px) {
    .work-wrapper .work-description ul>li {
        font-size: 14px
    }
}

.work-wrapper .work-description ul>li:before {
    color: #1f1f1f
}

@media screen and (max-width: 768px) {
    .work-wrapper .left-side .h2 {
        font-size: 32px;
        margin: 0 0 32px
    }
}

@media screen and (max-width: 576px) {
    .work-wrapper .left-side .h2 {
        font-size: 24px;
        margin: 0 0 16px
    }
}

.work-wrapper .btn {
    padding: .95em 3.3em
}

.dropdown-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0 40px
}

@media screen and (max-width: 768px) {
    .dropdown-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 768px) {
    .dropdown-inner:first-child {
        margin: 0 0 30px
    }
}

@media screen and (max-width: 375px) {
    .dropdown-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.dropdown-inner span {
    white-space: nowrap
}

@media screen and (max-width: 375px) {
    .dropdown-inner span {
        margin: 0 0 10px
    }
}

.dropdown-inner .dropdown .btn {
    min-width: 200px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: -1.2px
}

.dropdown-inner .dropdown .dropdown-item {
    letter-spacing: -1.2px
}

.dropdown-inner .dropdown .dropdown-item:hover {
    color: #ff3d12
}

.calendar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1260px;
    padding: 24px 0 0
}

@media screen and (max-width: 1200px) {
    .calendar {
        padding: 0 15px;
        max-width: 1024px
    }
}

@media screen and (max-width: 768px) {
    .calendar {
        padding: 0 10px
    }
}

.calendar__headline {
    margin: 20px 0 0
}

.calendar__headline__link {
    width: 100%;
    margin-bottom: 60px;
    text-align: center
}

.calendar__headline__link a {
    font-size: 11px;
    font-weight: 200;
    line-height: 1.82;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;
    outline: none;
    color: #111
}

.calendar__headline__link a:hover {
    text-decoration: none
}

.calendar__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1200px) {
    .calendar__box {
        margin: 30px auto 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.calendar__years-box {
    text-align: center
}

.calendar__year-dropdowns {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 767px) {
    .calendar__year-dropdowns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.calendar__year-dropdowns .dropdown-inner:not(:last-child) {
    margin: 0 16px 0 0
}

.calendar__year-dropdowns .dropdown-inner:not(:last-child) .dropdown .btn {
    min-width: 103px
}

.calendar__year-dropdowns .dropdown-inner .dropdown .btn {
    min-width: 203px
}

@media screen and (max-width: 375px) {
    .calendar__year-dropdowns .dropdown-inner .dropdown .btn {
        min-width: 164px
    }
}

.calendar__year-dropdowns .dropdown-inner .dropdown .dropdown-menu {
    min-width: 103px
}

.calendar__single-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 60px
}

@media screen and (max-width: 768px) {
    .calendar__single-month {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (max-width: 767px) {
    .calendar__single-month {
        display: none
    }
}

.calendar__single-month--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar__single-year {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500
}

.calendar__single-year:hover {
    color: #ff3d12
}

.calendar__single-year--active {
    color: #ff3d12
}

@media screen and (max-width: 767px) {
    .calendar__single-year {
        display: none
    }
}

.calendar__months-box {
    display: none;
    width: 100%
}

.calendar__months-box--active {
    display: block
}

.calendar__single-month-title {
    font-weight: 500;
    font-size: 32px
}

@media screen and (max-width: 1200px) {
    .calendar__single-month-title {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width: 768px) {
    .calendar__single-month-title {
        margin: 0 0 25px
    }

    .calendar__single-month-title .h2 {
        font-size: 32px
    }
}

@media screen and (max-width: 576px) {
    .calendar__single-month-title {
        display: none
    }
}

.calendar__single-month-title a {
    color: #111;
    text-decoration: none
}

.calendar__single-month-title a:hover {
    color: #ff3d12
}

.calendar__single-month-title .h2 {
    margin: 0
}

.calendar__days {
    max-width: 1036px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (max-width: 1200px) {
    .calendar__days {
        max-width: 768px
    }
}

.calendar__day-link {
    width: 70px;
    height: 66px;
    display: inline-block;
    padding-right: 10px;
    padding-top: 17px;
    color: #111;
    text-align: right;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-top: solid 1px #f5f5f5
}

.calendar__day-link:hover,
.calendar__day-link:active {
    background: #f5f5f5
}

@media screen and (max-width: 768px) {
    .calendar__day-link {
        width: 100px;
        height: 50px;
        padding-top: 12px
    }
}

@media screen and (max-width: 576px) {
    .calendar__day-link {
        width: 48px;
        height: 42px
    }
}

.calendar .calendar-top-menu {
    width: 100%;
    margin: 0 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calendar .calendar-top-menu h1 {
    margin: 0 134px 0 0;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .calendar .calendar-top-menu {
        margin: 0 0 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .calendar .calendar-top-menu h1 {
        font-size: 40px;
        margin: 0
    }
}

@media screen and (max-width: 576px) {
    .calendar .calendar-top-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 24px
    }

    .calendar .calendar-top-menu h1 {
        margin: 0 0 24px;
        font-size: 28px
    }
}

.zodiak-page-wrapper {
    max-width: 1060px
}

@media screen and (max-width: 991px) {
    .zodiak-page-wrapper {
        padding: 0 24px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper {
        padding: 0 15px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper h1 {
        font-size: 27px
    }
}

.zodiak-page-wrapper .subtitle {
    font-size: 20px;
    margin: 0 0 40px
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper .subtitle {
        margin: 0 0 24px;
        font-size: 16px
    }
}

.zodiak-page-wrapper .dropdown-wrapper {
    margin: 0 0 40px
}

@media screen and (max-width: 768px) {
    .zodiak-page-wrapper .dropdown-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

.zodiak-page-wrapper .dropdown-wrapper .dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 0 0px
}

@media screen and (max-width: 768px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-container {
        width: 100%;
        margin: 0 0 24px 0px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (max-width: 768px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-inner {
        max-width: 350px;
        width: 100vw
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-inner {
        max-width: 100%
    }
}

.zodiak-page-wrapper .dropdown-wrapper .dropdown-inner:first-child {
    margin: 0 20px 0 0px
}

@media screen and (max-width: 991px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-inner:first-child .dropdown .btn {
        min-width: 200px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper .dropdown-wrapper .dropdown-inner:first-child {
        margin: 0 0 16px
    }
}

.zodiak-page-wrapper .dropdown-wrapper .dropdown-inner .dropdown {
    width: 100%
}

.zodiak-page-wrapper .dropdown-wrapper .dropdown-inner .dropdown .btn {
    min-width: 300px
}

@media screen and (max-width: 768px) {
    .zodiak-page-wrapper .dropdown-wrapper .confirm-btn {
        width: 100%
    }
}

.zodiak-page-wrapper .dropdown-wrapper .more-btn {
    padding: 1.3em 5.3em
}

@media screen and (max-width: 991px) {
    .zodiak-page-wrapper .dropdown-wrapper .more-btn {
        padding: 1.3em 1.2em
    }
}

@media screen and (max-width: 768px) {
    .zodiak-page-wrapper .dropdown-wrapper .more-btn {
        width: 100%
    }
}

.zodiak-page-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 767px) {
    .zodiak-page-wrapper .socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px
    }
}

.zodiak-page-wrapper .socials .ya-share2 {
    width: 30%
}

@media screen and (max-width: 767px) {
    .zodiak-page-wrapper .socials .ya-share2 {
        width: 20%
    }
}

@media screen and (max-width: 576px) {
    .zodiak-page-wrapper .socials .ya-share2 {
        width: 35%
    }
}

.zodiak-page-wrapper .socials ul li {
    font-size: 24px
}

.zodiak-page-wrapper .zodiak-about-desc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 42px auto
}

.zodiak-page-wrapper .zodiak-about-desc p {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.zodiak-content-wrapper {
    margin: 0 0 71px
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .zodiak-content-inner {
        padding: 0
    }
}

.zodiak-content-wrapper .zodiak-content-inner p {
    font-size: 18px
}

@media screen and (max-width: 991px) {
    .zodiak-content-wrapper .zodiak-content-inner .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.zodiak-content-wrapper .zodiak-content-inner .advertising {
    display: none;
    max-width: 300px;
    max-height: 250px
}

@media screen and (max-width: 991px) {
    .zodiak-content-wrapper .zodiak-content-inner .advertising {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .zodiak-content-wrapper .zodiak-content-inner .advertising {
        margin: 30px auto 70px
    }
}

.zodiak-content-wrapper .star-examples {
    margin: 0 0 8px
}

.zodiak-content-wrapper .star-examples .h2 {
    margin: 0 0 34px
}

.zodiak-content-wrapper .star-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .star-examples .examples-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
}

.zodiak-content-wrapper .star-examples .examples-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin: 0 0 24px
}

@media screen and (max-width: 767px) {
    .zodiak-content-wrapper .star-examples .examples-list li {
        width: 40%
    }
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .star-examples .examples-list li {
        width: 100%
    }
}

.zodiak-content-wrapper .star-examples .examples-list li .image-cnt {
    margin: 0 16px 0px 0
}

.zodiak-content-wrapper .star-examples .examples-list li .image-cnt .artist-image {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.zodiak-content-wrapper .star-examples .examples-list li .h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

@media screen and (max-width: 767px) {
    .zodiak-content-wrapper .star-examples .examples-list li .h4 {
        font-size: 16px
    }
}

.zodiak-content-wrapper .compatibility .h2 {
    margin: 0 0 24px
}

.zodiak-content-wrapper .compatibility .compatibility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zodiak-content-wrapper .compatibility .compatibility-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 194px;
    height: 220px;
    width: 100%;
    margin: 0 0 33px
}

@media screen and (max-width: 991px) {
    .zodiak-content-wrapper .compatibility .compatibility-list li {
        max-width: 226px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .compatibility .compatibility-list li {
        max-width: 163px;
        height: 200px;
        padding: 0
    }
}

.zodiak-content-wrapper .compatibility .compatibility-list li .user-pic {
    height: 180px
}

.zodiak-content-wrapper .compatibility .compatibility-list li .content {
    padding: 7px 16px 9px;
    border-radius: 2px;
    background-color: #f5f5f5
}

.zodiak-content-wrapper .compatibility .compatibility-list li .content .h5 {
    margin: 0
}

@media screen and (max-width: 991px) {
    .zodiak-content-wrapper .advertising-in-article {
        display: none
    }
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 300px;
    width: 100%;
    margin: 0 0 33px;
    padding: 0
}

@media screen and (max-width: 991px) {
    .zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li {
        max-width: 350px
    }
}

@media screen and (max-width: 576px) {
    .zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li {
        max-width: 100%
    }
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic {
    position: relative;
    height: 200px
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #000000;
    position: absolute;
    right: 20px;
    bottom: -20px;
    border-radius: 50%;
    z-index: 2
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .icon {
    background-position: center;
    background-repeat: no-repeat
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-1 {
    width: 22px;
    height: 21px;
    background-image: url("../img/horo-small/aries.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-2 {
    width: 16px;
    height: 22px;
    background-image: url("../img/horo-small/taurus.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-3 {
    width: 21.2px;
    height: 21.8px;
    background-image: url("../img/horo-small/gemini.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-4 {
    width: 20px;
    height: 20px;
    background-image: url("../img/horo-small/cancer.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-5 {
    width: 24px;
    height: 24px;
    background-image: url("../img/horo-small/leo.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-6 {
    width: 21px;
    height: 20px;
    background-image: url("../img/horo-small/virgo.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-7 {
    width: 24px;
    height: 24px;
    background-image: url("../img/horo-small/libra.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-8 {
    width: 20.8px;
    height: 21.3px;
    background-image: url("../img/horo-small/scorpio.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-9 {
    width: 24px;
    height: 24px;
    background-image: url("../img/horo-small/sagittarius.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-10 {
    width: 22px;
    height: 22px;
    background-image: url("../img/horo-small/capricorn.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-11 {
    width: 24px;
    height: 24px;
    background-image: url("../img/horo-small/aquarius.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .user-pic .sign-item .pic-12 {
    width: 20px;
    height: 21.2px;
    background-image: url("../img/horo-small/pisces.svg")
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .content {
    padding: 10px 0px 0px
}

.zodiak-content-wrapper .zodiak-all-wrapper .zodiak-list li .content .description {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 500
}

.horo-table {
    display: table;
    border-collapse: collapse;
    border: 1px solid #E7E7E7;
    width: 100%;
    margin: 0 0 60px;
    overflow: hidden;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .horo-table {
        display: none
    }
}

.horo-table__head {
    position: relative
}

.horo-table__head th {
    font-size: 22px;
    color: #d0021b;
    -webkit-transition: color .15s;
    transition: color .15s;
    position: relative;
    z-index: 1;
    border: 1px solid #E7E7E7
}

.horo-table__head th.active {
    color: white
}

.horo-table__head th:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 60px
}

.horo-table__head th:first-child:before {
    content: '';
    position: absolute;
    width: 110%;
    height: 0px;
    top: 28px;
    left: -8px;
    right: 0;
    border: 1px solid #E7E7E7;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg)
}

.horo-table__head th:hover,
.horo-table__head th.hover {
    background-color: rgba(229, 19, 43, 0.08)
}

.horo-table__head-male {
    text-align: right;
    position: absolute;
    left: 15px;
    bottom: 6px;
    font-size: 24px;
    color: #CBCBCB
}

.horo-table__head-female {
    color: #adadad;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px
}

.horo-table .icon-horo {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.horo-table .icon-horo__oven {
    background-image: url("../img/horo-big/aries.svg")
}

.horo-table .icon-horo__telets {
    background-image: url("../img/horo-big/taurus.svg")
}

.horo-table .icon-horo__bliznetsy {
    background-image: url("../img/horo-big/gemini.svg")
}

.horo-table .icon-horo__rak {
    background-image: url("../img/horo-big/cancer.svg")
}

.horo-table .icon-horo__lev {
    background-image: url("../img/horo-big/leo.svg")
}

.horo-table .icon-horo__deva {
    background-image: url("../img/horo-big/virgo.svg")
}

.horo-table .icon-horo__vesy {
    background-image: url("../img/horo-big/libra.svg")
}

.horo-table .icon-horo__skorpion {
    background-image: url("../img/horo-big/scorpio.svg")
}

.horo-table .icon-horo__strelets {
    background-image: url("../img/horo-big/sagittarius.svg")
}

.horo-table .icon-horo__kozerog {
    background-image: url("../img/horo-big/capricorn.svg")
}

.horo-table .icon-horo__vodolej {
    background-image: url("../img/horo-big/aquarius.svg")
}

.horo-table .icon-horo__ryby {
    background-image: url("../img/horo-big/pisces.svg")
}

.horo-table__row:hover {
    background-color: rgba(229, 19, 43, 0.08)
}

.horo-table__row td {
    border: 1px solid #E7E7E7;
    border-bottom: none;
    border-top: none;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    width: 7.4%;
    position: relative;
    z-index: 2
}

.horo-table__row td:first-of-type {
    border: none;
    text-align: right;
    max-width: 134px;
    width: 134px;
    padding: 0 0 0 20px
}

.horo-table__row td:first-of-type:hover {
    background-color: transparent !important
}

.horo-table__row td.hover {
    background-color: rgba(229, 19, 43, 0.08)
}

.horo-table__row td a {
    font-size: 14px;
    color: #adadad;
    -webkit-transition: all .15s;
    transition: all .15s;
    text-decoration: none;
    display: block;
    height: 100%;
    z-index: 2
}

.horo-table__row td a:hover {
    color: white;
    background-color: #ff3d12
}

.horo-table__row td a.active {
    background: #EDEDED;
    color: #adadad
}

.horo-table__row-name {
    font-size: 16px;
    color: #0A0A0A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    z-index: 1
}

.horo-table__row-name a {
    text-decoration: none;
    color: #1f1f1f
}

.contact-wrapper .team-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-wrapper .team-banner img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 991px) {
    .contact-wrapper .about-us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .contact-wrapper .about-us .right-side {
        margin: 0 0 30px
    }
}

.contact-wrapper .about-us .right-side p {
    font-weight: 500;
    font-size: 18px
}

.contact-wrapper .team-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px
}

@media screen and (max-width: 576px) {
    .contact-wrapper .team-wrapper {
        padding: 0
    }
}

.contact-wrapper .team-member {
    max-width: 320px;
    width: 100%
}

.contact-wrapper .member-image {
    margin: 0 27px 0 0px
}

@media screen and (max-width: 576px) {
    .contact-wrapper .member-image {
        margin: 0 16px 0 0px
    }
}

.contact-wrapper .member-image .image-inner {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

@media screen and (max-width: 576px) {
    .contact-wrapper .member-image .image-inner {
        width: 56px;
        height: 56px
    }
}

.contact-wrapper .member-info {
    width: 100%
}

.contact-wrapper .member-position {
    color: #adadad
}

.contact-wrapper .buy-btn {
    padding: .95em 3.25em
}

.artist-page .artist-top-nav {
    margin: 0 0 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 991px) {
    .artist-page .artist-top-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.artist-page .artist-top-nav h1 {
    margin: 0
}

@media screen and (max-width: 991px) {
    .artist-page .artist-top-nav h1 {
        margin: 0 0 24px
    }
}

.artist-page .artist-top-nav .socials .ya-share2 {
    width: 100%
}

.artist-page .artist-top-nav .socials .ya-share2__item {
    margin-right: 24px
}

.artist-page .artist-top-nav .socials a {
    font-size: 20px
}

@media screen and (max-width: 991px) {
    .artist-page .artist-top-nav .socials a {
        font-size: 23px
    }
}

.artist-page .top-description {
    margin: 0 0 24px
}

@media screen and (max-width: 991px) {
    .artist-page .top-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.artist-page .top-description .artist-info-data {
    max-width: 360px;
    padding: 0
}

@media screen and (max-width: 991px) {
    .artist-page .top-description .artist-info-data {
        max-width: 100%;
        padding: 30px 10px 0
    }
}

.artist-page .top-description .artist-info-data li {
    color: #9d9d9d
}

@media screen and (max-width: 576px) {
    .artist-page .top-description .artist-info-data li {
        font-size: 16px
    }
}

.artist-page .top-description .artist-info-data li span {
    color: #0a0a0a;
    font-weight: 500
}

.artist-page .top-description .artist-info-data li span.horo {
    font-size: 16px;
    color: #ff3d12
}

.artist-page .top-description .artist-info-data li .socials {
    margin: 0 0 0 10px
}

.artist-page .top-description .artist-info-data li .icon {
    margin: 0 8px 0 0;
    background-image: url("../img/horo-small/aquarius.svg")
}

.artist-page .top-description img {
    width: 100%
}

.artist-page .popular-news {
    max-width: 300px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .artist-page .popular-news {
        display: none
    }
}

.artist-page .dropdown-nav span {
    color: #9d9d9d
}

.artist-page .dropdown-nav i {
    margin: 0 0 0 10px
}

@media screen and (max-width: 576px) {
    .artist-page .bio-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap
    }
}

.artist-page .bio-wrapper .advertising {
    max-width: 300px;
    height: 600px;
    margin: 0 0 40px;
    float: right;
    padding: 0
}

@media screen and (max-width: 991px) {
    .artist-page .bio-wrapper .advertising {
        height: 250px
    }
}

@media screen and (max-width: 576px) {
    .artist-page .bio-wrapper .advertising {
        float: none
    }
}

@media screen and (max-width: 576px) {
    .artist-page .bio-wrapper p {
        font-size: 16px
    }
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item {
    position: relative;
    margin: 0 25px 0 0
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item:after {
    content: '';
    border: solid rgba(10, 10, 10, 0.4);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    padding: 4px;
    position: relative;
    right: -9px
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item:last-child:after {
    content: none
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item a {
    font-size: 14px;
    font-weight: 500;
    color: rgba(10, 10, 10, 0.4)
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item a:hover {
    color: rgba(10, 10, 10, 0.6)
}

.artist-page .breadcrumbs-wrapper .breadcrumb-list .breadcrumb-item.active {
    pointer-events: none
}

.gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.gallery-wrapper img {
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    max-height: 200px;
    margin: 4px
}

@media screen and (max-width: 576px) {
    .gallery-wrapper img {
        height: 100px
    }
}

.gallery-page {
    max-width: 1060px
}

.gallery-page .advertising {
    max-width: 300px;
    height: 600px;
    margin: 0 0 40px
}

@media screen and (max-width: 991px) {
    .gallery-page .advertising {
        display: none !important
    }
}

.gallery-page .advertising.tablet {
    display: none;
    float: right;
    height: 250px
}

@media screen and (max-width: 991px) {
    .gallery-page .advertising.tablet {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .gallery-page .advertising.tablet {
        display: none
    }
}

.gallery-page .fixed-block {
    max-width: 300px
}

@media screen and (max-width: 991px) {
    .gallery-page .fixed-block {
        max-width: 100%
    }
}

.gallery-page .gallery-wrapper {
    margin: 0 0 32px
}

@media screen and (max-width: 991px) {
    .gallery-page .recomendation {
        margin: 0 0 30px;
        padding: 0 0 15px;
        border-bottom: 1px solid #c5c5c5
    }
}

.gallery-page .recomendation .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (max-width: 991px) {
    .gallery-page .recomendation .article-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

@media screen and (max-width: 576px) {
    .mobile-hide {
        display: none
    }
}

.hero__section {
    padding-top: 12px
}

.news-grid-wrapper {
    margin: 0 auto 40px
}

@media screen and (max-width: 768px) {
    .news-grid-wrapper .more-btn .btn {
        width: 100%
    }
}

.rubric-wrapper {
    margin: 0 auto 36px
}

.tablet-rubric {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .tablet-rubric {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.tablet-rubric ul {
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.tablet-rubric ul::-webkit-scrollbar {
    display: none
}

.tablet-rubric a {
    white-space: nowrap
}

.top-news-switch--active {
    color: #ff3d12;
    pointer-events: none
}

.home-video-wrapper {
    padding: 40px 0 50px;
    margin: 0 0 56px
}

.home-video-wrapper .video-inner .video-title {
    margin: 0 40px 0 0
}

@media screen and (max-width: 576px) {
    .home-video-wrapper .video-inner .video-title {
        margin: 0 24px 0 0
    }
}

.home-video-wrapper .video-inner .videos-wrapper .article-date:hover {
    color: #ff3d12
}

.home-video-wrapper+section .container {
    border: none
}

.article-item .article-item__image-block {
    max-height: 405px;
    min-height: auto
}

.people-talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

@media screen and (max-width: 576px) {
    .people-talk {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .people-talk::-webkit-scrollbar {
        display: none
    }
}

.people-talk .podcast-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .people-talk .podcast-item {
        padding: 0 0 40px
    }
}

@media screen and (max-width: 576px) {
    .people-talk .podcast-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        min-width: 225px;
        max-width: 225px;
        margin-right: 16px
    }
}

.people-talk .podcast-item .podcast-inner {
    padding: 0;
    position: relative
}

@media screen and (max-width: 576px) {
    .people-talk .podcast-item .podcast-inner {
        margin: 0 0 25px
    }
}

.people-talk .podcast-item .podcast-inner .btn-favourite {
    opacity: 0;
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    z-index: 9
}

@media screen and (max-width: 1024px) {
    .people-talk .podcast-item .podcast-inner .btn-favourite {
        opacity: 1
    }
}

.people-talk .podcast-item .podcast-inner .btn-favourite .icon {
    font-size: 17px;
    margin: 0
}

.people-talk .podcast-item .podcast-inner .btn-favourite:hover {
    background-color: #ff3d12;
    color: #fff
}

.people-talk .podcast-item .podcast-inner .btn-favourite.is-active {
    opacity: 1;
    background-color: #ff3d12;
    color: #fff
}

.people-talk .podcast-item .podcast-inner:hover .btn-favourite {
    opacity: 1
}

@media screen and (max-width: 576px) {

    .people-talk .podcast-item .podcast-inner,
    .people-talk .podcast-item .podcast-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.main-page-interview {
    margin: 0 auto 80px
}

.main-page-interview .container {
    padding: 30px 10px 0
}

.main-page-interview .intewrview-wrapper__inner-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .main-page-interview .intewrview-wrapper__inner-items .inner-item {
        margin-bottom: 25px
    }

    .main-page-interview .intewrview-wrapper__inner-items .inner-item:last-child {
        margin-bottom: 0
    }
}

.main-page-interview .intreview-item {
    display: block;
    position: relative;
    cursor: pointer
}

.main-page-interview .intreview-item .btn-favourite {
    opacity: 0;
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    z-index: 9
}

@media screen and (max-width: 1024px) {
    .main-page-interview .intreview-item .btn-favourite {
        opacity: 1
    }
}

.main-page-interview .intreview-item .btn-favourite .icon {
    font-size: 17px;
    margin: 0
}

.main-page-interview .intreview-item .btn-favourite:hover {
    background-color: #ff3d12;
    color: #fff
}

.main-page-interview .intreview-item .btn-favourite.is-active {
    opacity: 1;
    background-color: #ff3d12;
    color: #fff
}

.main-page-interview .intreview-item:hover .btn-favourite {
    opacity: 1
}

.main-page-interview .intreview-item .article__interview {
    min-height: 465px
}

@media screen and (max-width: 991px) {
    .main-page-interview .intreview-item .article__interview {
        max-height: 465px;
        min-height: auto
    }
}

@media screen and (max-width: 576px) {
    .main-page-interview .intreview-item .article__interview {
        max-height: 257px
    }
}

.wide-banner {
    margin: 0 auto 80px
}

.wide-banner .wide-banner__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-news {
    margin: 0 0 80px
}

.top-news .container {
    padding: 25px 10px 0
}

.beauty-wrapper {
    margin: 0 0 40px
}

.beauty-wrapper .container {
    border-top: 1px solid #c5c5c5;
    padding: 25px 10px 0
}

@media screen and (max-width: 768px) {
    .mobile-full-width {
        padding: 0
    }
}

.read-more-container {
    padding: 20px 10px 0
}

.read-more-container .title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 36px
}

@media screen and (max-width: 991px) {
    .read-more-container .title {
        font-size: 40px
    }
}

@media screen and (max-width: 576px) {
    .read-more-container .title {
        margin: 0 0 24px;
        font-size: 28px
    }
}

.read-more-container.n-full-width {
    margin: 80px auto 0
}

@media screen and (max-width: 991px) {
    .read-more-container .section-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .read-more-container .section-wrapper::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .read-more-container .article-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .read-more-container .article-item:last-child {
        display: block
    }
}

@media screen and (max-width: 375px) {
    .read-more-container .article-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

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

.instagram-wrapper {
    margin: 0 auto 80px
}

.instagram-wrapper .back-button {
    margin: 0 0 24px
}

.instagram-wrapper .back-button .btn {
    padding: .95em 3.2em
}

.instagram-wrapper .content-container {
    margin: 0 0 40px
}

.instagram-wrapper .content-container .article__interview {
    min-height: 300px
}

@media screen and (max-width: 991px) {
    .instagram-wrapper .content-container .article__interview {
        min-height: 226px
    }
}

@media screen and (max-width: 576px) {
    .instagram-wrapper .content-container .article__interview {
        min-height: 163px
    }
}

@media screen and (max-width: 991px) {
    .instagram-wrapper .content-container .article__interview .article__inner {
        padding: 20px 15px
    }
}

@media screen and (max-width: 576px) {
    .instagram-wrapper .content-container .article__interview .article__inner {
        padding: 15px 10px
    }
}

.instagram-wrapper .content-container .article__interview span {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width: 576px) {
    .instagram-wrapper .content-container .article__interview span {
        font-size: 14px
    }
}

.instagram-wrapper .more-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase
}

.reclame-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px;
    background-color: #f5f5f5
}

.news-wrapper {
    padding: 0 24px
}

.news-wrapper .news-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.news-wrapper .news-list::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 576px) {
    .news-wrapper .news-list {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: scroll
    }
}

.news-wrapper .news-list li {
    white-space: nowrap
}

.news-wrapper .site__tags {
    margin: 0 0 55px
}

@media screen and (max-width: 991px) {
    .news-wrapper .section-wrapper .article-item:last-child {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .news-wrapper .most-read {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

@media screen and (max-width: 576px) {
    .news-wrapper .most-read {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.news-wrapper .most-read .categories ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 576px) {
    .news-wrapper .adversting {
        display: none
    }
}

.news-inner-page {
    max-width: 1060px
}

.news-inner-page .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 37px
}

@media screen and (max-width: 991px) {
    .news-inner-page .top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.news-inner-page .top-info .left-side .rubric-link {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 700;
    letter-spacing: 1.8px
}

.news-inner-page .top-info .right-side ul {
    text-align: right
}

@media screen and (max-width: 991px) {
    .news-inner-page .top-info .right-side ul {
        text-align: left
    }
}

.news-inner-page .top-info .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0 0
}

@media screen and (max-width: 991px) {
    .news-inner-page .top-info .socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 0px
    }
}

.news-inner-page .top-info .socials .ya-share2 {
    width: 45%
}

@media screen and (max-width: 1024px) {
    .news-inner-page .top-info .socials .ya-share2 {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .news-inner-page .top-info .socials .ya-share2 {
        width: 25%
    }
}

@media screen and (max-width: 576px) {
    .news-inner-page .top-info .socials .ya-share2 {
        width: 35%
    }
}

.news-inner-page .news-content-inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news-inner-page .news-content-inner p {
    font-size: 18px
}

.news-inner-page .news-content-inner p a {
    text-decoration: underline
}

.news-inner-page .news-content-inner p iframe {
    width: 100%
}

.news-inner-page .news-content-inner .twitter-embed {
    margin: 0 0 32px
}

.news-inner-page .news-content-inner blockquote p {
    font-size: 30px;
    line-height: 24px
}

@media screen and (max-width: 991px) {
    .news-inner-page .news-content-inner blockquote p {
        font-size: 24px;
        line-height: 28px
    }
}

.news-inner-page .news-content-inner .wp-block-embed {
    display: block
}

.news-inner-page .news-content-inner .wp-block-embed__wrapper,
.news-inner-page .news-content-inner iframe {
    width: 100%
}

.news-inner-page .fixed-block .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (max-width: 991px) {
    .news-inner-page .fixed-block .article-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .news-inner-page .fixed-block .article-wrap::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .news-inner-page .fixed-block .article-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.news-inner-page .recomendation {
    padding: 23px 0 13px;
    margin: 0 0 32px
}

@media screen and (max-width: 991px) {
    .news-inner-page .recomendation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border-bottom: 1px solid #c5c5c5
    }
}

.news-inner-page .social-with-zen {
    width: 100%
}

@media screen and (max-width: 991px) {
    .news-inner-page .social-with-zen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (max-width: 991px) {
    .news-inner-page .social-with-zen .share-bar {
        max-height: 72px
    }
}

.news-inner-page .social-with-zen .zen-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 991px) {
    .news-inner-page .social-with-zen .zen-block {
        max-height: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.news-inner-page .rubric-list {
    padding-left: 0;
    margin: 0;
    line-height: initial
}

.news-inner-page .rubric-list li:before {
    content: none
}

.news-inner-page .comments_wrap {
    max-width: 100% !important;
    margin: 8px auto 32px !important
}

@media screen and (max-width: 375px) {
    .news-inner-page .comments_wrap {
        min-width: 270px !important;
        max-width: 300px !important
    }
}

.on-air-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.on-air-wrapper .socials .ya-share2 {
    width: 30%
}

@media screen and (max-width: 576px) {
    .on-air-wrapper .socials .ya-share2 {
        width: 35%
    }
}

.on-air-wrapper .on-air__post img {
    max-width: 100%;
    height: auto
}

.on-air-wrapper .on-air-content .advertising {
    display: none;
    max-width: 300px;
    height: 250px;
    margin: 0 0 40px;
    float: right
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .on-air-content .advertising {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .on-air-wrapper .on-air-content .advertising {
        float: none;
        margin: 0 auto 40px
    }
}

.on-air-wrapper .on-air-content p {
    font-size: 18px
}

.on-air-wrapper .on-air-content .grid-item__figure {
    margin: 0 0 20px
}

.on-air-wrapper .on-air-content .article.article__xs .article-image {
    width: 32px;
    height: 32px
}

.on-air-wrapper .on-air-content .under-photo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0
}

.on-air-wrapper .on-air-content .author-sign-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    color: rgba(10, 10, 10, 0.4);
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width: 576px) {
    .on-air-wrapper .on-air-content .author-sign-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px
    }
}

.on-air-wrapper .on-air-content .author-sign-container .dot {
    padding: 0 5px
}

@media screen and (max-width: 576px) {
    .on-air-wrapper .on-air-content .author-sign-container .dot {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .article.article__xs {
        margin: 0 auto 28px
    }
}

.on-air-wrapper .card {
    max-width: 720px
}

.on-air-wrapper .share-online {
    position: relative
}

.on-air-wrapper .share-online__share-button {
    z-index: 1
}

.on-air-wrapper .share-online__share-button.dropped {
    color: #ff3d12
}

.on-air-wrapper .share-online__social-block {
    min-width: 200px;
    position: absolute;
    right: 14px;
    top: 3px;
    border: 1px solid #eeeeee;
    padding: 35px 10px 10px;
    background: white;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.on-air-wrapper .share-online__social-block.dropped {
    z-index: 0;
    opacity: 1
}

.on-air-wrapper .share-online .ya-share2 {
    width: 100%
}

.on-air-wrapper .fixed-block {
    max-width: 300px;
    margin-left: 127px
}

@media screen and (max-width: 1200px) {
    .on-air-wrapper .fixed-block {
        margin-left: 90px
    }
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .fixed-block {
        margin-left: 0;
        max-width: 100%
    }
}

.on-air-wrapper .fixed-block .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .fixed-block .article-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .on-air-wrapper .fixed-block .article-wrap::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .on-air-wrapper .fixed-block .article-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.on-air-wrapper .fixed-block .advertising-in-article {
    padding: 0
}

.on-air-wrapper .with-text-error {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-right: 10px
}

@media screen and (max-width: 991px) {
    .on-air-wrapper .with-text-error {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width: 576px) {
    .stars-search-page .subscribe-wrapper {
        padding: 0
    }
}

.stars-content-wrapper .alphabet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 23px 0;
    margin: 0 0 32px
}

@media screen and (max-width: 991px) {
    .stars-content-wrapper .alphabet {
        padding: 23px 0 13px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: 1px solid #c5c5c5
    }
}

.stars-content-wrapper .alphabet .alphabet__item {
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase
}

@media screen and (max-width: 991px) {
    .stars-content-wrapper .alphabet .alphabet__item {
        width: 16%;
        font-size: 18px;
        padding: 5px 5px 10px;
        text-align: center
    }
}

@media screen and (max-width: 576px) {
    .stars-content-wrapper .alphabet .alphabet__item {
        font-size: 16px
    }
}

.stars-content-wrapper .alphabet .alphabet__item span {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #000000;
    position: relative;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.stars-content-wrapper .alphabet .alphabet__item:hover span {
    background-color: #f9c7cd
}

.stars-content-wrapper .alphabet .alphabet__item--active {
    pointer-events: none
}

.stars-content-wrapper .alphabet .alphabet__item--active span {
    background-color: #f9c7cd
}

.stars-content-wrapper .center-search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 0 25px
}

.stars-content-wrapper .center-search-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.stars-content-wrapper .center-search-container form .form-group {
    width: 100%;
    margin: 0
}

.stars-content-wrapper .center-search-container form .advanced-menu {
    padding: 0;
    margin: 0 0 0 32px;
    cursor: pointer
}

.stars-content-wrapper .center-search-container form .advanced-menu .icon-filter {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/Filter.svg")
}

.stars-content-wrapper .center-search-container .accordion {
    display: none
}

.stars-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0 0 80px
}

@media screen and (max-width: 576px) {
    .stars-content-inner figure {
        margin: 0 -10px 32px
    }
}

.stars-content-inner .stars-content__search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .stars-content-inner .stars-content__search-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
        flex-flow: column-reverse nowrap
    }
}

.stars-content-inner .stars-content__search-content .search-letter {
    margin: 0 0 24px;
    font-size: 32px;
    font-family: "Oswald", sans-serif
}

.stars-content-inner .stars-content__search-content .search-content__result {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media screen and (max-width: 1200px) {
    .stars-content-inner .stars-content__search-content .search-content__result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media screen and (max-width: 768px) {
    .stars-content-inner .stars-content__search-content .search-content__result {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.stars-content-inner .adverstising {
    float: right;
    max-width: 300px;
    height: 600px;
    margin: 0 auto 40px
}

@media screen and (max-width: 991px) {
    .stars-content-inner .adverstising {
        height: 250px
    }
}

@media screen and (max-width: 768px) {
    .stars-content-inner .adverstising {
        float: none
    }
}

.stars-search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 68px
}

@media screen and (max-width: 991px) {
    .stars-search-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 576px) {
    .stars-search-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        margin: 0 0 36px
    }
}

.stars-search-wrapper .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px;
    margin: 0 47px 32px 0
}

@media screen and (max-width: 1200px) {
    .stars-search-wrapper .search-item {
        margin: 0 20px 32px 0
    }
}

.stars-search-wrapper .search-item .image-cnt {
    margin: 0 16px 0px 0
}

.stars-search-wrapper .search-item .image-cnt .artist-image {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ff3d12;
    overflow: hidden
}

.stars-search-wrapper .search-item .name-cnt .h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

@media screen and (max-width: 576px) {
    .stars-search-wrapper .search-item .name-cnt .h4 {
        font-size: 16px
    }
}

.stars-search-wrapper .search-item .name-cnt .h4 a {
    display: block;
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 576px) {
    .stars-search-wrapper .search-item .name-cnt .h4 a {
        width: 100%;
        white-space: normal
    }
}

.accordion {
    margin: 30px 0 0
}

.accordion .card {
    max-width: 100%;
    width: auto;
    margin: 0 0 24px;
    border: none;
    padding: 0
}

.accordion .card .filter-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    margin: 0 0 24px
}

.accordion .card .filter-list .list-item .filter-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #c5c5c5;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .accordion .card .filter-list .list-item .filter-title {
        font-size: 16px
    }
}

.accordion .card .filter-list .list-item .filter-title .icon-angle-down {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion .card .filter-list .list-item .filter-title.open .icon-angle-down {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion .card .filter-list.sublist {
    display: none;
    margin: 16px 0 0
}

.accordion .card .filter-list.sublist .list-item {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500
}

.interview-content-wrapper .fixed-block .advertising-in-article {
    display: none
}

@media screen and (max-width: 991px) {
    .interview-content-wrapper .fixed-block .advertising-in-article {
        display: block
    }
}

.interview-content-wrapper .fixed-block .article-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.interview-content-wrapper .fixed-block .article-wrap::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 576px) {
    .interview-content-wrapper .fixed-block .article-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.interview-content-wrapper .advertising {
    max-width: 300px;
    width: 100%;
    height: 600px;
    margin: 0 0 40px 20px;
    float: right;
    padding: 0
}

@media screen and (max-width: 991px) {
    .interview-content-wrapper .advertising {
        display: none
    }
}

.interview-content-wrapper .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media screen and (max-width: 767px) {
    .interview-content-wrapper .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.interview-content-wrapper .socials .ya-share2 {
    width: 30%
}

@media screen and (max-width: 768px) {
    .interview-content-wrapper .socials .ya-share2 {
        width: 40%
    }
}

@media screen and (max-width: 576px) {
    .interview-content-wrapper .socials .ya-share2 {
        width: 50%
    }
}

@media screen and (max-width: 576px) {
    .interview-content-wrapper .article-mobile-container {
        padding: 0
    }
}

.interview-content-wrapper .who-worked-block {
    padding: 0
}

.interview-wrapper {
    margin: 0 auto
}

@media screen and (max-width: 576px) {
    .interview-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.interview-wrapper p {
    font-size: 18px;
    margin: 0 auto 32px;
    position: relative;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media screen and (max-width: 1200px) {
    .interview-wrapper p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media screen and (max-width: 991px) {
    .interview-wrapper p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.interview-wrapper p img {
    max-width: 100%;
    height: auto
}

.interview-wrapper p iframe {
    width: 100%
}

.interview-wrapper p a {
    text-decoration: underline
}

.interview-wrapper blockquote p {
    font-size: 30px;
    line-height: 38px
}

@media screen and (max-width: 991px) {
    .interview-wrapper blockquote p {
        font-size: 24px;
        line-height: 28px
    }
}

.interview-wrapper .h3 {
    margin: 0 auto 24px;
    padding: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media screen and (max-width: 1200px) {
    .interview-wrapper .h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media screen and (max-width: 991px) {
    .interview-wrapper .h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 24px
    }
}

.interview-wrapper figure {
    margin: 0 auto 40px
}

@media screen and (max-width: 576px) {
    .interview-wrapper figure figcaption {
        padding: 0 10px
    }
}

.interview-wrapper figure.under-double-cnt {
    margin: 0 auto 20px
}

@media screen and (max-width: 576px) {
    .interview-wrapper figure.under-double-cnt {
        margin: 0 auto 10px
    }
}

.interview-wrapper .wp-block-embed__wrapper {
    width: 100%
}

.interview-wrapper .wp-block-embed-youtube {
    max-width: 630px;
    width: 100%
}

.interview-wrapper .comments_wrap {
    width: 100% !important;
    margin: 0 auto 12px !important;
    max-width: 630px !important
}

.interview-wrapper .uagb-columns__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.interview-wrapper .article__info {
    font-size: 16px
}

.wp-block-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blocks-gallery-grid .blocks-gallery-item img {
    width: 100%;
    height: 100%
}

.blocks-gallery-grid .blocks-gallery-item:before {
    content: none
}

.archive-page-wrapper .top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 32px
}

@media screen and (max-width: 576px) {
    .archive-page-wrapper .top-title .left-side h1 {
        font-size: 28px
    }
}

.archive-page-wrapper .top-title .right-side .btn {
    padding: .95em 2.3em
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-page h1 {
    margin-bottom: 50px
}

.error-page p {
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width: 768px) {
    .error-page p {
        font-size: 18px
    }
}

.error-page__popular-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    word-break: break-word
}

.error-page__link-wrapper {
    margin-bottom: 15px
}

.error-page__link-wrapper a {
    border-bottom: solid 1px #ff3d12;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s
}

.error-page__link-wrapper a:hover {
    border-bottom: 1px solid transparent
}

.navigation-center-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1024px) {
    .navigation-center-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 768px) {
    .navigation-center-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.site__header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 168px;
    top: 0;
    left: 0;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fff;
    z-index: 999
}

@media screen and (max-width: 1024px) {
    .site__header {
        height: 152px
    }
}

@media screen and (max-width: 768px) {
    .site__header {
        height: 142px
    }
}

@media screen and (max-width: 576px) {
    .site__header {
        height: 100px
    }
}

.main-logo-container {
    position: relative;
    margin: 0 0 40px
}

@media screen and (max-width: 576px) {
    .main-logo-container {
        margin: 0 0 20px
    }
}

.main-logo-container .logo-pick {
    display: inline-block;
    width: 52%;
    text-align: center
}

@media screen and (max-width: 576px) {
    .main-logo-container .logo-pick {
        width: 60%
    }
}

.main-logo-container .logo-pick img {
    width: inherit
}

.main-logo-container .search-with-logo {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 1024px) {
    .main-logo-container .search-with-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site__header-inner {
    padding-top: 19px;
    padding-bottom: 15px
}

.site__logo {
    display: none
}

@media screen and (max-width: 768px) {
    .header-line {
        width: 100%
    }
}

.header-line.burger-open {
    display: none
}

.header-line:active.item-content {
    height: auto;
    z-index: 3;
    -webkit-transition-delay: 0s
}

.site__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    position: relative
}

@media screen and (max-width: 768px) {
    .site__menu-list {
        overflow-x: scroll;
        overflow-y: hidden
    }
}

.site__menu-list::-webkit-scrollbar {
    display: none
}

.site__menu-list>li {
    margin-bottom: 0;
    padding: 0 16px
}

@media screen and (max-width: 1200px) {
    .site__menu-list>li {
        padding: 0 11px
    }
}

@media screen and (max-width: 768px) {
    .site__menu-list>li {
        padding: 0 8px
    }
}

.site__menu-list>li>a .icon {
    font-size: 24px
}

.site__menu-list a {
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    letter-spacing: .4px;
    text-transform: uppercase;
    z-index: 4;
    position: relative
}

@media screen and (max-width: 1024px) {
    .site__menu-list .has-megamenu {
        display: none
    }
}

.site__menu-list .has-megamenu:hover .megamenu__inner {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.site__menu-list .megamenu__inner {
    position: absolute;
    top: 58px;
    right: 0;
    min-width: 220px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition: all .35s;
    transition: all .35s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

@media screen and (max-width: 1024px) {
    .site__menu-list .megamenu__inner {
        top: 52px
    }
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown {
    padding-right: 32px;
    padding-left: 32px
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown .site__menu-list__item-dropdown__item .inner-list-btn .open-sub {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown .site__menu-list__item-dropdown__item .inner-list-btn .open-sub.dropped {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown .site__menu-list__item-dropdown__item .site__menu-list__item-dropdown {
    width: 100%;
    max-height: 0;
    overflow: hidden
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown .site__menu-list__item-dropdown__item .site__menu-list__item-dropdown a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: none
}

.site__menu-list .megamenu__inner>.site__menu-list__item-dropdown .site__menu-list__item-dropdown__item .site__menu-list__item-dropdown.dropped {
    max-height: 1000px;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.site__menu-list__item {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2
}

.site__menu-list__item:hover {
    background: #fff
}

.site__menu-list__item:hover .item-content {
    height: auto;
    z-index: 3;
    -webkit-transition-delay: 0s
}

.item-content {
    position: absolute;
    top: 0;
    left: -11px;
    display: block;
    z-index: 1;
    height: 0;
    padding-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.item-content .dropdown-list {
    background: #fff;
    margin: 0;
    padding: 0px 0px;
    overflow: hidden;
    height: 100%;
    max-width: 290px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.item-content .dropdown-list::-webkit-scrollbar {
    display: none
}

.item-content .dropdown-list .dropdown-list__item {
    padding: 0 40px 10px;
    margin: 0;
    text-align: left
}

.item-content .dropdown-list .dropdown-list__item:hover a {
    color: #ff3d12
}

.item-content .dropdown-list .dropdown-list__item:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.item-content .dropdown-list .dropdown-list__item:first-child {
    margin-top: 16px
}

.item-content .dropdown-list .dropdown-list__item a {
    font-family: "Montserrat", sans-serif;
    color: #0a0a0a;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0
}

.site__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 32px;
    padding-left: 32px;
    border-top: 1px solid #c5c5c5
}

.site__socials-list li {
    width: 25%
}

.site__socials-list a {
    color: rgba(10, 10, 10, 0.4)
}

.site__socials-list a:hover {
    color: #111111
}

.site__socials-list .icon {
    font-size: 20px
}

@media screen and (max-width: 1024px) {
    .search-container {
        display: none
    }
}

.user__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.user__select li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-right: 16px
}

.user__select li:last-child {
    padding-right: 0
}

.user__select li .favourite-btn {
    position: relative
}

.user__select li .favourite-btn .favourite-count {
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0
}

.user__select .icon {
    font-size: 24px
}

@media screen and (max-width: 1200px) {
    .user__select .icon {
        font-size: 20px
    }
}

.header__search {
    position: absolute;
    top: -100%;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
    background-color: #fff;
    display: none
}

.header__search.is-active {
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search .icon {
    margin: 0;
    font-size: 20px
}

.header__search .form-group {
    margin-bottom: 0
}

.header__search .form-group .form-control {
    border: 0;
    font-size: 20px
}

.header__search .form-group .form-control::-moz-placeholder {
    color: rgba(10, 10, 10, 0.4);
    opacity: 1
}

.header__search .form-group .form-control:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4)
}

.header__search .form-group .form-control::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.4)
}

.search-result-wrapper {
    background: #ffffff;
    padding: 40px 0 24px;
    border-top: 1px solid #c5c5c5;
    max-height: 500px;
    overflow-x: hidden
}

.search-result-wrapper.animate-element {
    opacity: 0;
    -webkit-transform: translateY(-230%) scale(1);
    transform: translateY(-230%) scale(1);
    -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0, 1);
    transition: 1.5s cubic-bezier(0.4, 0, 0, 1)
}

.search-result-wrapper.animate-element.active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.search-result-wrapper .result-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search-result-wrapper .result-inner .article__xs {
    max-width: 25%;
    margin: 0 0 36px !important
}

@media screen and (max-width: 1024px) {
    .search-result-wrapper .result-inner .article__xs {
        max-width: 30%
    }
}

@media screen and (max-width: 768px) {
    .search-result-wrapper .result-inner .article__xs {
        max-width: 50%
    }
}

@media screen and (max-width: 576px) {
    .search-result-wrapper .result-inner .article__xs {
        max-width: 100%
    }
}

.skin--light {
    height: 64px;
    position: fixed
}

.skin--light .navigation-center-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.skin--light .main-logo-container {
    display: none;
    margin: 0 0 20px
}

.skin--light .main-logo-container .logo-pick {
    width: 50%
}

.skin--light .site__logo {
    display: block
}

@media screen and (max-width: 1024px) {
    .skin--light .header-line {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .skin--light .search-container {
        display: block
    }
}

.skin--light .megamenu__inner {
    top: 44px
}

.skin--light .adfox-brending .content-wrapper {
    padding: 60px 0 0
}

.header__article {
    max-height: 51px;
    height: auto
}

.header__article .site__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px
}

.header__article .left-side {
    border-right: solid 1px #e1e8ed
}

.header__article .right-side ul {
    text-align: right
}

.header__article .similar-result-wrapper {
    background: #ffffff;
    padding: 40px 0 24px;
    border-top: 1px solid #c5c5c5;
    max-height: 500px;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.header__article .similar-result-wrapper::-webkit-scrollbar {
    display: none
}

.header__article .similar-result-wrapper.animate-element {
    opacity: 0;
    -webkit-transform: translateY(-73%) scale(1);
    transform: translateY(-140%) scale(1);
    -webkit-transition: 1.5s cubic-bezier(0.4, 0, 0, 1);
    transition: 1.5s cubic-bezier(0.4, 0, 0, 1)
}

.header__article .similar-result-wrapper.animate-element.active {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.header__article .similar-result-wrapper .result-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__article .similar-result-wrapper .result-inner .article__xs {
    max-width: 25%;
    margin: 0 0 36px !important
}

@media screen and (max-width: 1024px) {
    .header__article .similar-result-wrapper .result-inner .article__xs {
        max-width: 30%
    }
}

@media screen and (max-width: 768px) {
    .header__article .similar-result-wrapper .result-inner .article__xs {
        max-width: 50%
    }
}

@media screen and (max-width: 576px) {
    .header__article .similar-result-wrapper .result-inner .article__xs {
        max-width: 100%
    }
}

.site__footer {
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.site__footer .footer-inner {
    padding: 34px 0 0
}

.site__footer .footer-inner .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (max-width: 576px) {
    .site__footer .footer-inner .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.site__footer .footer-inner .footer-top .footer-logo {
    margin: 0 0 18px
}

@media screen and (max-width: 576px) {
    .site__footer .footer-inner .footer-top .footer-logo {
        width: 50%
    }
}

.site__footer .footer-inner .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 991px) {
    .site__footer .footer-inner .bottom-info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.site__footer .footer-inner .bottom-info ul li {
    margin: 0 25px 0 0
}

@media screen and (max-width: 576px) {
    .site__footer .footer-inner .bottom-info ul li {
        margin: 0 19px 0 0
    }
}

.site__footer .footer-inner .bottom-info ul li:last-child {
    margin: 0
}

.site__footer .footer-inner .bottom-info ul li i {
    margin: 0
}

.site__footer .copy-pegi-wrap-mob {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 576px) {
    .site__footer .copy-pegi-wrap-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site__footer .copy-pegi-wrap-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 65px
}

@media screen and (max-width: 576px) {
    .site__footer .copy-pegi-wrap-desc {
        display: none
    }
}

.site__footer .pegi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 18px
}

.site__footer .pegi-container .icon-pegi-16 {
    display: inline-block;
    width: 31px;
    height: 24px;
    background-image: url("../img/16+.svg")
}

@media screen and (max-width: 991px) {
    .footer__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: left
    }
}

@media screen and (max-width: 576px) {
    .footer__menu ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 991px) {
    .footer__menu ul li {
        display: none
    }

    .footer__menu ul li:nth-child(4n+4) {
        display: block
    }
}

.section--bg-gray-darker {
    background-color: #111;
    color: #fff
}

.section--bg-gray-darker a {
    color: #fff
}

.section--bg-gray-darker a:hover {
    color: #ff3d12
}

.site__tags {
    margin: 32px 0
}

.content-wrapper {
    position: relative;
    background: white;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.content-wrapper.header-is-collapsed {
    margin-top: calc(168px + 40px)
}

@media screen and (max-width: 1024px) {
    .content-wrapper.header-is-collapsed {
        margin-top: calc(152px + 40px)
    }
}

@media screen and (max-width: 768px) {
    .content-wrapper.header-is-collapsed {
        margin-top: calc(142px + 40px)
    }
}

@media screen and (max-width: 576px) {
    .content-wrapper.header-is-collapsed {
        margin-top: calc(100px + 40px)
    }
}

.adfox-brending .content-wrapper {
    max-width: 1340px;
    width: 100%
}

.adfox-brending .site__content {
    margin: 0
}

.js__adBlockWithLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5
}

.black-page .site__content {
    background-color: #000e11
}

.black-page .site__content h1,
.black-page .site__content h2,
.black-page .site__content h3,
.black-page .site__content h4,
.black-page .site__content h5,
.black-page .site__content h6,
.black-page .site__content p,
.black-page .site__content a,
.black-page .site__content span,
.black-page .site__content div,
.black-page .site__content li,
.black-page .site__content .h2,
.black-page .site__content .h3,
.black-page .site__content .h4,
.black-page .site__content .h5,
.black-page .site__content .h6,
.black-page .site__content dl dt,
dl .black-page .site__content dt {
    color: #ffffff
}

.videos-wrapper .article__video .article-title {
    font-family: "Oswald", sans-serif;
    font-size: 30px
}

@media screen and (max-width: 576px) {
    .videos-wrapper .article__video .article-title {
        font-size: 27px
    }
}

.videos-wrapper .video-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.videos-wrapper .video-slider::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 991px) {
    .videos-wrapper .video-slider {
        overflow-x: auto
    }
}

@media screen and (max-width: 576px) {
    .videos-wrapper .video-slider .video-item {
        min-width: 280px
    }
}

.article-content-wrapper p {
    font-size: 18px
}

.article-content-wrapper p:empty {
    display: none
}

.article-content-wrapper p a {
    text-decoration: underline
}

.article-content-wrapper blockquote p {
    font-size: 30px;
    line-height: 38px
}

@media screen and (max-width: 991px) {
    .article-content-wrapper blockquote p {
        font-size: 24px;
        line-height: 28px
    }
}

.article-content-wrapper .h4 {
    margin: 0 0 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px
}

@media screen and (max-width: 576px) {
    .article-content-wrapper .h4 {
        font-size: 16px
    }
}

.article-content-wrapper img {
    max-width: 100%;
    width: 100vw;
    height: auto
}

.article-content-wrapper .social-padding .social-with-zen {
    padding-left: 8%
}

@media screen and (max-width: 991px) {
    .article-content-wrapper .social-padding .social-with-zen {
        padding-left: 0
    }
}

.article-content-wrapper .fixed-block {
    max-width: 300px
}

@media screen and (max-width: 991px) {
    .article-content-wrapper .fixed-block {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 40px
    }

    .article-content-wrapper .fixed-block .advertising-in-article {
        max-height: 300px
    }

    .article-content-wrapper .fixed-block .article-wrap {
        border-bottom: 1px solid #c5c5c5
    }
}

.article-content-wrapper .fixed-block .article-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (max-width: 991px) {
    .article-content-wrapper .fixed-block .article-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .article-content-wrapper .fixed-block .article-wrap::-webkit-scrollbar {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .article-content-wrapper .fixed-block .article-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

@media screen and (max-width: 991px) {
    .article-content-wrapper .fixed-block .article.article__xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media screen and (max-width: 576px) {
    .article-content-wrapper .fixed-block .article.article__xs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.article-content-wrapper .inner__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .article-content-wrapper .inner__content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.articles__section .adversting {
    min-width: 300px;
    max-width: 300px;
    padding: 0
}

@media screen and (max-width: 991px) {
    .articles__section .adversting {
        margin: 0 auto 20px
    }
}

@media screen and (max-width: 767px) {
    .articles__section .adversting {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .articles__section .width-for-tablet {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        margin: 0 auto 30px
    }
}

.articles__section .tablet-hide {
    display: block
}

@media screen and (max-width: 1200px) {
    .articles__section .tablet-hide {
        max-width: calc(100% - 625px)
    }
}

@media screen and (max-width: 991px) {
    .articles__section .tablet-hide {
        margin: 0 auto 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .articles__section .tablet-hide .grid-item__figure {
        max-height: 405px;
        min-height: auto
    }
}

.article .article-image {
    position: relative
}

.article .article-image .article-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 24px;
    z-index: 2
}

.article .article-category {
    letter-spacing: .8px
}

.article .article-category {
    text-transform: uppercase
}

.article .article-category a {
    color: #ffffff
}

.article .article-category a:hover {
    color: #ff3d12
}

.article .type-content {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2
}

.article .type-content .icon-type {
    color: #ffffff;
    font-size: 24px
}

.article .btn-favourite:hover,
.article .btn-favourite.is-active {
    color: #ff3d12
}

.article .btn-favourite .icon {
    font-size: 17px;
    margin: 0
}

.article.article__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.article.article__sm .article-title {
    line-height: 1.6
}

.article.article__sm .btn-favourite {
    padding: 5px
}

.article.article__md .article-image {
    position: relative
}

.article.article__md .article-image .btn-favourite {
    opacity: 0;
    position: absolute;
    right: 24px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
    z-index: 9
}

@media screen and (max-width: 1024px) {
    .article.article__md .article-image .btn-favourite {
        opacity: 1
    }
}

.article.article__md .article-image .btn-favourite:hover,
.article.article__md .article-image .btn-favourite.is-active {
    opacity: 1;
    background-color: #ff3d12;
    color: #fff
}

.article.article__md:hover .article-image .btn-favourite {
    opacity: 1
}

.article.article__xs {
    margin: 0 0 35px
}

@media screen and (max-width: 991px) {
    .article.article__xs {
        margin: 0 0 28px
    }
}

.article.article__xs:hover .btn-favourite {
    opacity: 1
}

.article.article__xs .article-image {
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.article.article__xs .article-image .grid-item__figure,
.article.article__xs .article-image .grid-item__image,
.article.article__xs .article-image img {
    border-radius: 50% !important
}

.figure1 {
    background-color: transparent;
    background: url('../img/shayk-560x470.png') no-repeat;
    width: 50px;
    height: 60px;
    background-size: cover;
    background-position: center;

    border-radius: 100%;
}

.figure2 {
    background-color: transparent;
    background: url('../img/1495142913-560x470.jpg') no-repeat;
    width: 50px;
    height: 60px;
    background-size: cover;
    background-position: center;

    border-radius: 100%;
}

.figure3 {
    background-color: transparent;
    background: url('../img/GettyImages-675593012-560x470.jpg') no-repeat;
    width: 50px;
    height: 60px;
    background-size: cover;
    background-position: center;

    border-radius: 100%;
}

.article.article__xs .article-title {
    line-height: 1.57
}

.article.article__xs .btn-favourite {
    padding: 5px;
    opacity: 0
}

@media screen and (max-width: 1024px) {
    .article.article__xs .btn-favourite {
        opacity: 1
    }
}

.article.article__interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover
}

.article.article__interview .article__inner {
    position: absolute;
    width: 100%;
    padding: 24px 20px
}

.article.article__interview .article__inner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

.article.article__interview .article__inner::before {
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.0001)), to(#141414));
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.0001) 0%, #141414 100%);
    content: '';
    opacity: .8;
    z-index: 1
}

.article.article__interview.interview--lg {
    min-height: 465px
}

.article.article__interview.interview--lg .article__inner .content {
    min-height: 150px
}

.article.article__interview.interview--sm {
    min-height: 300px
}

.article.article__interview.interview--sm .article__inner .content {
    min-height: 100px
}

.grid-item__figure {
    width: 100%;
    position: relative;
    -webkit-transition: opacity .15s ease-in, -webkit-transform .3s ease-out;
    transition: opacity .15s ease-in, -webkit-transform .3s ease-out;
    transition: opacity .15s ease-in, transform .3s ease-out;
    transition: opacity .15s ease-in, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.grid-item__figure img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    max-height: inherit;
    height: 100%
}

.grid-item__figure .grid-item__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}

@media screen and (max-width: 991px) {
    .article-sm-wrap {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }

    .article-sm-wrap .article__sm {
        padding-right: 0;
        padding: 0 0 20px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.article-sm-wrap:last-child .article__sm {
    border: none
}

.hero__slider.hero__slider-for .slick-slide {
    outline: none
}

.hero__slider.hero__slider-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 150px;
    width: 100%
}

.hero__slider .btn-slick {
    position: absolute;
    bottom: 0
}

.hero__slider .btn-slick.btn-slick-prev {
    right: 370px
}

.hero__slider .btn-slick.btn-slick-next {
    right: 320px
}

.hero__slider .btn-slick .icon {
    font-size: 14px;
    font-weight: 600
}

.hero__slider .btn-slick .icon.icon-angle-right {
    left: 55%
}

.hero__slider__slider-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 30px;
    position: absolute;
    right: 275px;
    bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a
}

.hero__slider__slider-count .separate {
    display: inline-block;
    margin: 0 10px
}

@media screen and (max-width: 1200px) {
    .hero__slider .btn-slick {
        bottom: -30px
    }

    .hero__slider .btn-slick.btn-slick-prev {
        right: 0px;
        left: 0
    }

    .hero__slider .btn-slick.btn-slick-next {
        right: 0px;
        left: 50px
    }

    .hero__slider__slider-count {
        right: auto;
        left: 110px;
        bottom: -23px
    }
}

.top-author-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px auto 30px;
    max-width: 1050px
}

@media screen and (max-width: 991px) {
    .top-author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.top-author-info .right-side {
    text-align: right
}

@media screen and (max-width: 991px) {
    .top-author-info .right-side .text-base {
        font-size: 24px
    }
}

@media screen and (max-width: 991px) {
    .top-author-info .left-side {
        margin: 0 0 24px
    }
}

@media screen and (max-width: 991px) {

    .top-author-info .left-side,
    .top-author-info .right-side {
        text-align: center
    }
}

.top-author-info .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .top-author-info .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.top-author-info .socials .ya-share2 {
    width: 30%
}

@media screen and (max-width: 576px) {
    .top-author-info .socials .ya-share2 {
        width: 50%
    }
}

.advertising-in-article {
    max-width: 300px;
    max-height: 600px;
    margin: 0 auto 40px;
    padding: 0
}

@media screen and (max-width: 991px) {
    .test-yourself {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .test-yourself {
        display: block
    }
}

.test-yourself .article-wrap {
    border: none !important
}

.article-inner-content .article__info {
    margin-top: 11px;
    font-size: 12px
}

.article-inner-content .advertising {
    display: none;
    max-width: 300px;
    max-height: 250px;
    margin: 0 auto 40px;
    float: right
}

@media screen and (max-width: 991px) {
    .article-inner-content .advertising {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .article-inner-content .advertising {
        float: none
    }
}

.article-inner-content .recomendation {
    margin: 32px 0;
    padding: 22px 0 28px;
    display: none
}

@media screen and (max-width: 991px) {
    .article-inner-content .recomendation {
        display: block
    }
}

.article-inner-content .recomendation .h3 {
    margin: 0 0 34px
}

@media screen and (max-width: 576px) {
    .article-inner-content .recomendation .article.article__xs {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .article-inner-content .recomendation .article.article__xs:not(:first-child) {
        display: none
    }
}

.article-inner-content .wp-block-embed__wrapper,
.article-inner-content iframe {
    width: 100%
}

.article-inner-content .comments_wrap {
    max-width: 100% !important;
    margin: 8px auto 32px !important
}

@media screen and (max-width: 375px) {
    .article-inner-content .comments_wrap {
        min-width: 270px !important;
        max-width: 300px !important
    }
}

figure {
    margin: 0 0 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

figure figcaption {
    margin: 10px 0 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #c5c5c5;
    text-align: left;
    max-width: 500px
}

@media screen and (max-width: 768px) {
    .news-about-desc .right-side {
        margin: 0 0 30px
    }
}

.test-wrapper {
    margin: 40px 0 50px
}

.question-test-wrapper {
    margin: 0px 0 40px
}

.question-test-wrapper .advertising {
    display: none;
    max-width: 300px;
    height: 250px;
    margin: 0 auto 40px;
    float: right
}

@media screen and (max-width: 991px) {
    .question-test-wrapper .advertising {
        display: block
    }
}

@media screen and (max-width: 576px) {
    .question-test-wrapper .advertising {
        float: none
    }
}

.question-test-wrapper .test-screen .advertising,
.question-test-wrapper .test-screen-final .advertising {
    float: none
}

.question-test-wrapper .test-screen-final {
    position: relative
}

.question-test-wrapper .test-screen-final .article__interview {
    min-height: 325px
}

.question-test-wrapper .test-screen-final .test-message-cnt {
    position: absolute;
    width: 100%;
    padding: 24px 20px
}

.question-test-wrapper .test-screen-final .test-message-cnt .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    min-height: 110px;
    width: 80%
}

.question-test-wrapper .test-screen-final .test-message-cnt:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.0001)), to(#141414));
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.0001) 0%, #141414 100%);
    content: '';
    opacity: .8;
    z-index: 1
}

.question-test-wrapper .test-screen-final .social-with-zen {
    margin: 0 auto
}

.question-test-wrapper .test-screen-final .result-inner .h2,
.question-test-wrapper .test-screen-final .result-inner .subtitle {
    margin: 0 0 24px
}

.question-test-wrapper .test-screen-final .result-inner .site__tags ul {
    padding: 0 !important
}

.question-test-wrapper .test-screen-final .result-inner .btn-ghost {
    padding: 0 !important
}

.question-test-wrapper .test-screen-final .result-inner .btn-ghost:hover {
    background-color: transparent
}

.question-test-wrapper form {
    padding: 20px 24px 23px
}

.question-test-wrapper form .h2 {
    margin: 0 0 33px
}

.question-test-wrapper form .test-radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 0 20px
}

.question-test-wrapper form .test-radio-wrapper input[type=radio] {
    display: none
}

.question-test-wrapper form .test-radio-wrapper input[type=radio]:checked+label:before {
    border: 7px solid #ff3d12
}

.question-test-wrapper form .test-radio-wrapper label {
    margin: 0;
    font-size: 16px;
    color: #0a0a0a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.question-test-wrapper form .test-radio-wrapper label:hover:before {
    border: 5px solid #ff3d12
}

.question-test-wrapper form .test-radio-wrapper label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    max-width: 19px;
    width: 100%;
    height: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid rgba(255, 61, 18, 0.24);
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.question-test-wrapper form .test-radio-wrapper span {
    display: none;
    font-size: 16px;
    margin: 10px 0 0 30px
}

.question-test-wrapper form .test-radio-wrapper--active label:before {
    border: 5px solid #ff3d12
}

.question-test-wrapper form .test-radio-wrapper--active span {
    display: inherit
}

.question-test-wrapper form .test-radio-wrapper.choose-wrong label,
.question-test-wrapper form .test-radio-wrapper.choose-right label {
    font-size: 18px
}

.question-test-wrapper form .test-radio-wrapper.choose-wrong label:before,
.question-test-wrapper form .test-radio-wrapper.choose-right label:before {
    font-family: "icomoon";
    speak: none;
    font-size: 22px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0
}

.question-test-wrapper form .test-radio-wrapper.choose-wrong label {
    color: #e5132b
}

.question-test-wrapper form .test-radio-wrapper.choose-wrong label:before {
    content: '\e94a'
}

.question-test-wrapper form .test-radio-wrapper.choose-wrong span {
    display: block
}

.question-test-wrapper form .test-radio-wrapper.choose-right label {
    color: #7bb020
}

.question-test-wrapper form .test-radio-wrapper.choose-right label:before {
    content: '\e914'
}

.question-test-wrapper form .test-radio-wrapper.choose-right span {
    display: block
}

.question-test-wrapper form .test-radio-wrapper.gray-answ label {
    color: rgba(10, 10, 10, 0.32) !important
}

.question-test-wrapper form .test-radio-wrapper.gray-answ span {
    display: none
}

.question-test-wrapper form .test-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.question-test-wrapper form .test-navigation .count-container {
    font-size: 16px;
    margin: 0 0 0 24px
}

.js__work-screen h2 {
    margin-bottom: 30px
}

.js__read-more-article {
    margin: 0 auto 80px
}

.wp-video {
    margin: 0 auto
}

@media screen and (max-width: 991px) {
    .category-nav {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.social-with-zen {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto 40px
}

@media screen and (max-width: 991px) {
    .social-with-zen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.social-with-zen .share-bar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
    margin: 0;
    border: 1px solid rgba(155, 155, 155, 0.6)
}

.social-with-zen .share-bar .ya-share2 {
    width: 100%
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(155, 155, 155, 0.6)
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item:last-child:after {
    content: none
}

.social-with-zen .share-bar .ya-share2 .ya-share2__badge {
    background-color: transparent
}

.social-with-zen .share-bar .ya-share2 .ya-share2__icon {
    -webkit-transition: .25s;
    transition: .25s
}

.social-with-zen .share-bar .ya-share2 .ya-share2__icon:hover {
    -webkit-filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("../img/vk.svg")
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("../img/facebook.svg")
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item_service_twitter .ya-share2__icon {
    background: url("../img/twitter.svg")
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url("../img/whatsapp.svg")
}

.social-with-zen .share-bar .ya-share2 .ya-share2__item_service_telegram .ya-share2__icon {
    background: url("../img/telegram.svg")
}

.social-with-zen .zen-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .social-with-zen .zen-block {
        margin: 30px 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.social-with-zen .zen-block .icon-zen {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    background-image: url("../img/zen.svg")
}

.with-text-error {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.error-in-text {
    display: block;
    margin: 0 0 34px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgba(10, 10, 10, 0.2);
    letter-spacing: 0.2px
}

@media screen and (max-width: 1200px) {
    .error-in-text {
        display: none
    }
}

.follow-bar {
    padding: 30px 0;
    background: #090909
}

@media screen and (max-width: 768px) {
    .follow-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.follow-bar .subtitle {
    padding-left: 70px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 24px
}

@media screen and (max-width: 991px) {
    .follow-bar .subtitle {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .follow-bar .subtitle {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 0 25px
    }
}

@media screen and (max-width: 768px) {
    .follow-bar .col-md-8 {
        max-width: 100%
    }
}

@media screen and (max-width: 375px) {
    .follow-bar .col-md-8 {
        padding: 0
    }
}

.follow-bar a {
    padding: 17px 10px;
    font-size: 32px;
    text-align: center;
    position: relative;
    color: #ffffff
}

@media screen and (max-width: 991px) {
    .follow-bar a {
        font-size: 24px
    }
}

@media screen and (max-width: 375px) {
    .follow-bar a {
        padding: 17px 5px;
        font-size: 20px
    }
}

.follow-bar a:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4)
}

.follow-bar a:hover {
    color: #E5132B
}

.follow-bar a:hover .sign {
    color: #E5132B
}

@media screen and (max-width: 768px) {
    .follow-bar a:first-child:after {
        content: none
    }
}

.follow-bar a .sign {
    color: rgba(255, 255, 255, 0.4)
}

@media screen and (max-width: 991px) {
    .follow-bar a .sign {
        font-size: 14px
    }
}

@media screen and (max-width: 375px) {
    .follow-bar a .sign {
        font-size: 12px
    }
}

.site__content {
    position: relative;
    margin: 168px auto 0;
    margin: 0 auto;
    padding-top: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%
}

.site__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in
}

@media screen and (max-width: 1024px) {
    .site__content.showed:before {
        background: rgba(3, 3, 3, 0.6);
        z-index: 2
    }
}

.menu-mobile-wrapp {
    display: none
}

@media screen and (max-width: 1024px) {
    .menu-mobile-wrapp {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .menu-mobile-wrapp {
        margin: 0 16px 0 0
    }
}

.menu-mobile__js {
    width: 24px;
    min-width: 24px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.menu-mobile__js:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu-mobile__js:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu-mobile__js.dropped:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 9px
}

.menu-mobile__js.dropped:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 4px
}

.menu-mobile__js.dropped .menu-mobile__icon {
    width: 0
}

.menu-mobile__icon {
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: width .2s;
    transition: width .2s
}

.menu-side__wrap {
    display: none;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    height: calc(100vh - 168px);
    right: 0;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff
}

@media screen and (max-width: 1024px) {
    .menu-side__wrap {
        height: 152px;
        height: calc(100vh - 152px)
    }
}

@media screen and (max-width: 768px) {
    .menu-side__wrap {
        height: 142px;
        height: calc(100vh - 142px)
    }
}

@media screen and (max-width: 576px) {
    .menu-side__wrap {
        height: 100px;
        height: calc(100vh - 100px)
    }
}

@media screen and (max-width: 1024px) {
    .menu-side__wrap.dropped {
        display: inline-block;
        z-index: 3
    }
}

.menu-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 0;
    z-index: 3;
    height: 100%;
    right: -320px;
    width: 320px;
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 40px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s
}

.menu-side.dropped {
    right: 0
}

.burger-list .site__menu-list {
    padding: 8px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.burger-list .site__menu-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    padding: 8px 16px 8px 24px;
    position: static
}

.burger-list .site__menu-list__item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px
}

.burger-list .site__menu-list__item a.hot-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.burger-list .site__menu-list__item a .open-sub {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.burger-list .site__menu-list__item a .open-sub.dropped {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.burger-list .site__menu-list .sub-list {
    width: 100%;
    max-height: 0;
    overflow: hidden
}

.burger-list .site__menu-list .sub-list .site__menu-list__item-dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 16px;
    margin: 0
}

.burger-list .site__menu-list .sub-list .site__menu-list__item-dropdown__item a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px
}

.burger-list .site__menu-list .sub-list.dropped {
    max-height: 1000px;
    padding: 24px 0 0;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.burger-list .site__menu-list .site__socials {
    width: 100%
}

.burger-list .user-select {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.burger-list .site__socials-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 22px 15px;
    border: none;
    margin: 0
}

.burger-list .site__socials-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.burger-list .site__socials-list li a {
    color: rgba(10, 10, 10, 0.4)
}

.burger-list .site__socials-list li a:hover {
    color: #111111
}

.site__menu-list__item-dropdown a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none
}

.subscribe-wrapper .subscribe-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.subscribe-wrapper .subscribe-inner .text-title {
    margin: 0 20px 0 0px;
    text-align: right
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-inner .text-title {
        margin: 0 0 30px;
        text-align: left
    }
}

.subscribe-wrapper .subscribe-inner .text-title p {
    margin: 0
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-inner label button {
        padding: .95em 2.8em
    }
}

.exclusive__torn {
    padding: 20px 0 40px;
    position: relative;
    z-index: 1;
    clear: both;
    max-width: 100%
}

.list-img {
    position: relative;
    background: #F2F2F2
}

@media screen and (max-width: 991px) {
    .list-img:before {
        content: '';
        display: block;
        background: #F2F2F2;
        height: 50px
    }

    .list-img:after {
        content: '';
        display: block;
        background: #F2F2F2;
        height: 50px
    }
}

.list-img__item {
    position: relative;
    text-align: center;
    min-height: 500px;
    height: 500px
}

@media screen and (max-width: 991px) {
    .list-img__item {
        min-height: 460px;
        height: 460px
    }
}

.list-img__link {
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.list-img__link br {
    display: none
}

.list-img__link img {
    position: static;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    background-color: #F2F2F2 !important;
    color: white;
    border: none
}

@media screen and (max-width: 991px) {
    .list-img__link img {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.list-img__count {
    position: absolute;
    left: 28px;
    bottom: 62px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7)
}

.list-img__count-current {
    font-size: 30px;
    line-height: 1.1;
    padding-right: 7px
}

.list-img__count-total {
    font-size: 20px;
    line-height: 1.4
}

.list-img__desc {
    opacity: 0.6;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.82;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
    transition: opacity 0.1s, -webkit-transform 0.1s;
    transition: transform 0.1s, opacity 0.1s;
    transition: transform 0.1s, opacity 0.1s, -webkit-transform 0.1s
}

.list-img__desc.editing {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0
}

.list-img__desc a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ff3d12;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s
}

.list-img__desc a:hover {
    border-bottom: 1px solid transparent
}

.list-img__desc a strong {
    font-weight: bold
}

.list-img__all {
    font-weight: bold;
    letter-spacing: 1.4px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 0;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding-right: 18px;
    background-color: #222222;
    pointer-events: auto;
    font-size: 11px;
    width: 152px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.list-img__all:hover {
    background-color: #444444
}

@media screen and (max-width: 991px) {
    .list-img__all:hover {
        background-color: #030303
    }
}

@media screen and (max-width: 991px) {
    .list-img__all {
        pointer-events: none;
        background: rgba(3, 3, 3, 0.6) url("../assets/img/icon/photos.svg") no-repeat 18px center
    }
}

@media screen and (max-width: 768px) {
    .list-img__all {
        font-size: 0;
        width: 50px
    }
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    background-color: #222222;
    position: absolute;
    z-index: 1;
    bottom: 0;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

@media screen and (max-width: 991px) {

    .slick-prev,
    .slick-next {
        background-color: rgba(3, 3, 3, 0.6)
    }
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #444444
}

@media screen and (max-width: 991px) {

    .slick-prev:hover,
    .slick-next:hover {
        background-color: #030303
    }
}

.slick-disabled.slick-prev,
.slick-disabled.slick-next {
    background-color: rgba(51, 51, 51, 0.4)
}

.slick-prev {
    left: 0px;
    background-image: url("../assets/img/icon/left-white.svg")
}

.slick-next {
    left: 51px;
    background-image: url("../assets/img/icon/right-white.svg")
}

.slick-list .slick-loading {
    background: black url("../assets/img/ajax-loader.gif") no-repeat center center
}

.share__mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    width: 100%;
    padding: 10px 0;
    z-index: 10;
    background: #ffffff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.4)
}

@media screen and (max-width: 1024px) {
    .share__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.share__mobile .share-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 320px;
    width: 100%
}

@media screen and (max-width: 375px) {
    .share__mobile .share-inner {
        padding: 0 10px
    }
}

.share__mobile .mail-link {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ya-share2 {
    width: 80%
}

.ya-share2 .ya-share2__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

    margin: 0;
}

.ya-share2 .ya-share2__list .ya-share2__item {
    margin: 0
}

.ya-share2 .ya-share2__list .ya-share2__item:before {
    content: none
}

.ya-share2 .ya-share2__list .ya-share2__badge {
    background-color: transparent
}

.ya-share2 .ya-share2__list .ya-share2__icon {
    -webkit-transition: .1s;
    transition: .1s
}

.ya-share2 .ya-share2__list .ya-share2__icon:hover {
    -webkit-filter: invert(27%) brightness(104%) sepia(51%) hue-rotate(360deg) saturate(3000%) contrast(0.9);
    filter: invert(27%) brightness(104%) sepia(51%) hue-rotate(360deg) saturate(3000%) contrast(0.9)
}

.ya-share2 .ya-share2__list .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("../img/vk.svg")
}

.ya-share2 .ya-share2__list .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("../img/facebook.svg")
}

.ya-share2 .ya-share2__list .ya-share2__item_service_twitter .ya-share2__icon {
    background: url("../img/twitter.svg")
}

.ya-share2 .ya-share2__list .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url("../img/whatsapp.svg")
}

.ya-share2 .ya-share2__list .ya-share2__item_service_telegram .ya-share2__icon {
    background: url("../img/telegram.svg")
}

.article__hero {
    display: none
}

.article__hero.slick-slide {
    display: initial
}

.multi-voting-block p:empty {
    display: none
}

.voting-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px
}

@media screen and (max-width: 768px) {
    .voting-wrapper {
        margin: 0 0 30px
    }
}

.voting-wrapper.with-photo figure {
    display: block
}

.voting-wrapper figure {
    width: 100%;
    max-width: 64px;
    border-radius: 50%;
    margin: 0 16px 0 0px;
    overflow: hidden;
    display: none
}

@media screen and (max-width: 576px) {
    .voting-wrapper figure {
        max-width: 48px
    }
}

.voting-wrapper figure img {
    max-width: 100%;
    width: inherit;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 576px) {
    .voting-wrapper figure img {
        height: 48px
    }
}

.voting-wrapper .voiting-action-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%
}

.voting-wrapper .voiting-action-wrapper .voiting-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 9px 16px;
    background-color: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 100%;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.voting-wrapper .voiting-action-wrapper .voiting-inner:hover {
    background-color: #e5e5e5
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-name p {
    margin: 0
}

@media screen and (max-width: 768px) {
    .voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-name {
        font-size: 14px
    }
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-name span {
    display: none
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-result-percent {
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #0a0a0a
}

@media screen and (max-width: 768px) {
    .voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-result-percent {
        font-size: 14px
    }
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-result-percent .icon {
    margin: 0 7px 0 0px;
    font-size: 24px;
    color: #ff3d12
}

.voting-wrapper .voiting-action-wrapper .voiting-inner .voiting-progress {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    background-color: #e5e5e5
}

.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-you,
.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-other {
    pointer-events: none
}

.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-you .voiting-name span,
.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-other .voiting-name span {
    display: block
}

.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-you .voiting-result-percent,
.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-other .voiting-result-percent {
    display: block
}

.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-you .voiting-progress,
.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-other .voiting-progress {
    left: -41%
}

.voting-wrapper .voiting-action-wrapper .voiting-inner.result-state-other .voiting-result-percent .icon {
    display: none
}

.card {
    max-width: 100%;
    width: auto;
    padding: 24px 22px;
    margin: 0 auto 32px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1200px) {
    .card {
        max-width: 620px;
        width: 620px
    }
}

@media screen and (max-width: 991px) {
    .card {
        max-width: 100%;
        width: auto
    }
}

@media screen and (max-width: 576px) {
    .card {
        padding: 16px
    }
}

.card .test-progress-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px
}

.card .test-progress-wrapper .progress-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin: 0 16px 0 0;
    position: relative
}

.card .test-progress-wrapper .progress-circle .progress-ring {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5
}

.card .test-progress-wrapper .progress-circle .progress-ring__circle {
    stroke: #ff3d12;
    stroke-width: 4;
    fill: transparent;
    r: 26;
    cx: 28;
    cy: 28;
    -webkit-transition: 0.35s stroke-dashoffset;
    transition: 0.35s stroke-dashoffset;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.card .test-progress-wrapper .progress-circle span {
    position: absolute;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500
}

.card .test-progress-wrapper .progress-text .h4 {
    font-weight: 500;
    margin: 0
}

.card .test-progress-wrapper .progress-text span {
    color: rgba(10, 10, 10, 0.4);
    font-size: 14px;
    font-weight: 500
}

.card .zodiak-item {
    margin: 0 0 40px
}

.card .zodiak-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.card .zodiak-item label:hover span {
    color: rgba(10, 10, 10, 0.6)
}

.card .zodiak-item label img {
    max-width: 100%;
    height: auto
}

.card .zodiak-item label span {
    margin: 10px 0 0;
    font-size: 16px;
    color: #0a0a0a;
    -webkit-transition: .25s;
    transition: .25s
}

.card .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    max-width: 180px;
    font-family: "Montserrat", sans-serif
}

@media screen and (max-width: 991px) {
    .card .form-group {
        max-width: 100%;
        margin: 0 0 16px
    }
}

.card .form-group .btn {
    display: block;
    width: 100%;
    padding: .95em .4em;
    border: none;
    background-color: #f5f5f5;
    font-family: inherit;
    text-align: left
}

@media screen and (max-width: 991px) {
    .card .form-group__image {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .card .form-group__image {
        display: block;
        width: 180px
    }
}

.card .form-group__image img {
    max-width: 100%;
    height: auto
}

.card .form-group:nth-child(2) {
    margin-right: 16px;
    margin-left: 16px
}

@media screen and (max-width: 991px) {
    .card .form-group:nth-child(2) {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width: 576px) {
    .card .form-group:nth-child(2) {
        margin-right: 16px;
        margin-left: 16px
    }
}

.card .form-group p:empty {
    display: none
}

.card .form-group__wrapper {
    margin: 0 0 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .card .form-group__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .card .form-group__wrapper::-webkit-scrollbar {
        display: none
    }
}

.card .test-button__back {
    padding: .95em 4em;
    font-weight: 500;
    text-transform: uppercase;
    color: #858585;
    border-color: rgba(10, 10, 10, 0.4)
}

.card .test-button__back:hover:before {
    border-color: rgba(10, 10, 10, 0.4)
}

.card__result {
    padding: 24px 0 0
}

.card__result .test-progress-wrapper {
    padding: 0 22px
}

.card .result-block .article.article__interview {
    max-height: 325px
}

.card .result-block .test-message-cnt {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 24px 24px
}

.card .result-block .test-message-cnt .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    height: 100%;
    width: 80%
}

.card .result-block .test-message-cnt .content img {
    width: auto;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media screen and (max-width: 576px) {
    .card .result-block .test-message-cnt .content img {
        width: 50%
    }
}

.card .result-block .test-message-cnt .content .text-white p {
    margin: 0;
    font-size: 32px;
    font-family: "Oswald", sans-serif
}

@media screen and (max-width: 576px) {
    .card .result-block .test-message-cnt .content .text-white p {
        font-size: 20px
    }
}

.card .result-block .test-message-cnt:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.0001)), to(#141414));
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.0001) 0%, #141414 100%);
    content: '';
    opacity: .8;
    z-index: 1
}

.v-progress-circular {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ff3d12
}

.v-progress-circular svg {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.v-progress-circular__underlay {
    stroke: rgba(0, 0, 0, 0.1);
    z-index: 1
}

.v-progress-circular__overlay {
    stroke: currentColor;
    z-index: 2;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.v-progress-circular__info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500
}

.modal {
    display: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.modal.show {
    margin: 0 -10px;
    position: fixed;
    top: 0;
    z-index: 999
}

.modal-dialog {
    height: 100%
}

.modal-dialog .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: inherit
}

.modal-dialog .modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 16px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.modal-dialog .modal-content .modal-header .filter-reset {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #ff3d12;
    background: transparent;
    border: none
}

.modal-dialog .modal-content .modal-header .close {
    background: transparent;
    border: none
}

.modal-dialog .modal-content .modal-header .close .icon {
    font-size: 17px
}

.modal-dialog .modal-content .modal-header .modal-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    margin: 0
}

.modal-dialog .modal-content .modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 24px
}

.modal-dialog .modal-content .modal-body .accordion {
    display: block
}

.modal-dialog .modal-content .modal-body .accordion .card {
    max-width: 100%
}

.modal-dialog .modal-content .modal-footer {
    padding: 0 24px;
    margin: 0 0 25px
}

.modal-dialog .modal-content .modal-footer .btn {
    width: 100%
}

.cookies-alert {
    background: white;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    -webkit-transition: bottom .4s;
    transition: bottom .4s;
    display: none
}

.cookies-alert__content {
    width: 100%;
    border-top: 1px solid #ff3d12;
    padding: 15px 0
}

.cookies-alert__inner {
    margin: 0 auto;
    max-width: 1154px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.cookies-alert__close {
    position: absolute;
    width: 44px;
    min-width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: 30px;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (max-width: 768px) {
    .cookies-alert__close {
        right: 0px
    }
}

.cookies-alert__close:before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #b0b0b0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    left: 10px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: opacity 0.3s, transform 0.2s;
    transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s
}

.cookies-alert__close:after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #b0b0b0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: opacity 0.3s, -webkit-transform 0.2s;
    transition: opacity 0.3s, transform 0.2s;
    transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s
}

.cookies-alert p {
    line-height: 1.4;
    font-weight: 200;
    font-size: 16px;
    padding-right: 80px;
    margin: 0
}

@media screen and (max-width: 768px) {
    .cookies-alert p {
        font-size: 12px;
        padding-right: 30px
    }
}

.cookies-alert a {
    color: #ff3d12
}

.cookies-alert.active {
    display: block;
    bottom: 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../assets/img/ajax-loader.gif") no-repeat center center
}

@font-face {
    font-family: "slick";
    src: url("../assets/fonts/slick.eot");
    src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "в†ђ"
}

[dir="rtl"] .slick-prev:before {
    content: "в†’"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "в†’"
}

[dir="rtl"] .slick-next:before {
    content: "в†ђ"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "вЂў";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-dots {
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin-right: 5px;
    outline: none;
    border: 2px solid #b0b0b0;
    border-radius: 50%;
    background: none;
    width: 6px;
    height: 6px;
    font-size: 0;
    color: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer
}

.slick-dots li:hover {
    opacity: 1
}

.slick-dots li.slick-active {
    border: 2px solid #79000F
}

.slick-dots button {
    display: none
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: 'Г—';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8)
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1)
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.slider-wrapper {
    max-width: 620px;
    margin: 0 auto 40px;
    width: 100%
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container p:empty {
    display: none
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-slide figure {
    width: 100%;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 768px) {
    .swiper-slide figure {
        max-height: 900px
    }
}

.swiper-slide figure a {
    width: 100%
}

.swiper-slide figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 775px;
    height: auto
}

.swiper-slide br {
    display: none
}

.swiper-navigation-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 16px
}

.swiper-navigation-cnt .swiper-pagination {
    min-width: 30px;
    margin: 0 18px;
    font-size: 14px
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 0;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-fraction {
    top: 50px;
    left: 0;
    width: auto
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.fancybox-bg {
    background: #ffffff
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #ffffff
}

.fancybox-arrow {
    width: 40px;
    outline: none;
    opacity: 1
}

.fancybox-arrow:after {
    content: '';
    height: auto;
    width: auto;
    background: transparent;
    border: solid #111111;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    background-image: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fancybox-toolbar {
    visibility: visible;
    opacity: 1
}

.fancybox-button {
    background: transparent
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--thumbs {
    display: none
}

.fancybox-button:hover:not([disabled]) {
    color: #000000;
    background: transparent
}

.fancybox-button.fancybox-button--close {
    color: #000000
}

.fancybox-button.fancybox-button--close:after,
.fancybox-button.fancybox-button--close:before {
    width: 17px
}

.fancybox-caption-wrap {
    padding: 11px 24px 10px;
    opacity: 1;
    visibility: visible;
    background: transparent;
    text-align: center
}

@media screen and (max-width: 768px) {
    .fancybox-caption-wrap {
        height: 100%
    }
}

@media screen and (max-width: 576px) {
    .fancybox-caption-wrap {
        padding: 11px 10px 10px
    }
}

.fancybox-caption-wrap .fancybox-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    position: relative;
    border: none;
    font-size: 14px;
    color: gray
}

@media screen and (max-width: 768px) {
    .fancybox-caption-wrap .fancybox-caption {
        font-size: 12px;
        line-height: 1.2;
        height: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.fancybox-caption-wrap .fancybox-caption div {
    font-size: 14px;
    font-weight: 500
}

.fancybox-caption-wrap .fancybox-caption span {
    color: #0a0a0a
}

.fancybox-caption-wrap .fancybox-caption .ya-share2 {
    width: 10%
}

@media screen and (max-width: 1024px) {
    .fancybox-caption-wrap .fancybox-caption .ya-share2 {
        width: 15%
    }
}

@media screen and (max-width: 768px) {
    .fancybox-caption-wrap .fancybox-caption .ya-share2 {
        width: 20%
    }
}

@media screen and (max-width: 767px) {
    .fancybox-caption-wrap .fancybox-caption .ya-share2 {
        width: 30%;
        position: absolute;
        top: 0;
        left: 0
    }
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .fancybox-image {
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 500px;
        bottom: 0;
        margin: auto 0
    }
}

/*# sourceMappingURL=styles.min.css.map */


.avatar {
    border-radius: 100%;
}

.btn_link {
    position: relative;
    display: block;
    box-sizing: border-box;

    width: 420px;
    padding: 12px 10px;

    margin: 30px auto;

    font-size: 22px;
    color: #fff;
    background-color: #CD9027;
    border-radius: 8px;
    text-align: center;
}
.btn_link:hover {
    transition: .2s;

    color: #fff;
    opacity: .95;
}

.comments_wrap .comment_txt {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .btn_link {
        width: 100%;
    }
}

.btn_right {
    width: 70%;
}


.prod_img {
    width: 60% !important;
    display: block;
    margin: 55px auto 15px auto;
}
@media (max-width: 480px) {
    .prod_img {
        width: 100% !important;
    }
}