@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/roboto-v19-cyrillic_latin-500.woff2) format("woff2"), url(../fonts/roboto-v19-cyrillic_latin-500.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v20-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-700.woff) format("woff")
}

@font-face {
    font-family: Roboto\ Slab;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(../fonts/roboto-slab-v9-cyrillic_latin-regular.woff2) format("woff2"), url(../fonts/roboto-slab-v9-cyrillic_latin-regular.woff) format("woff")
}

@font-face {
    font-family: Roboto\ Slab;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(../fonts/roboto-slab-v9-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-slab-v9-latin_cyrillic-700.woff) format("woff")
}

.button[data-v-6ef9b4a0] {
    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;
    border-radius: 4px;
    padding: 0 8px;
    cursor: pointer;
    color: #000;
    background-color: #e5e5e5;
    text-decoration: none
}

.button__icon+.button__text[data-v-6ef9b4a0] {
    margin-left: 4px
}

.button__icon_right+.button__text[data-v-6ef9b4a0] {
    margin-left: 0;
    margin-right: 4px
}

.button._red[data-v-6ef9b4a0] {
    background-color: #f42f3a;
    border-color: #f42f3a;
    color: #fff
}

.button._text[data-v-6ef9b4a0] {
    border: 1px solid;
    background-color: rgba(0, 0, 0, 0)
}

.button._text._red[data-v-6ef9b4a0] {
    color: #f42f3a
}

.button._text[data-v-6ef9b4a0] {
    border: none;
    padding: 0;
    border-radius: 0
}

.button[data-v-6ef9b4a0] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.header__wrapper[data-v-167caecb] {
    position: relative;
    width: 100%;
    height: 56px
}

.header__logo[data-v-167caecb] {
    width: 146px;
    height: 32px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header__logo-icon[data-v-167caecb] {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .header__logo[data-v-167caecb] {
        left: 86px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.header__burger[data-v-167caecb] {
    width: 64px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media only screen and (min-width:1000px) {
    .header__burger[data-v-167caecb] {
        cursor: pointer
    }
}

.header__burger-icon[data-v-167caecb] {
    width: 30px;
    height: 20px;
    border-top: 1px solid #906;
    border-bottom: 1px solid #906;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.header__burger-icon[data-v-167caecb]:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #906
}

.header__burger-slot[data-v-167caecb] {
    color: #906
}

.header__nav[data-v-167caecb] {
    display: none
}

@media only screen and (min-width:1000px) {
    .header__nav[data-v-167caecb] {
        display: block
    }
}

.header__nav-list[data-v-167caecb] {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    left: 152px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__nav-item[data-v-167caecb] {
    text-transform: uppercase;
    display: inline-block;
    height: 56px
}

.header__nav-item._creative[data-v-167caecb] {
    display: none
}

.header__nav-link[data-v-167caecb] {
    display: block;
    color: #000;
    height: 56px;
    padding: 16px 8px;
    line-height: 24px;
    text-decoration: none;
    letter-spacing: .5px
}

._desktop[data-v-167caecb] {
    display: none
}

@media only screen and (min-width:1000px) {
    ._desktop[data-v-167caecb] {
        display: block
    }

    ._mobile[data-v-167caecb] {
        display: none
    }

    .header__nav-item[data-v-167caecb]:not(:first-of-type):after,
    .header__wrapper[data-v-167caecb]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 2px;
        background-color: #be007f;
        -webkit-transition: left .3s, right .3s;
        -o-transition: left .3s, right .3s;
        transition: left .3s, right .3s
    }

    .header__logo[data-v-167caecb] {
        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;
        color: #be007f;
        left: 72px;
        width: 64px;
        height: 56px;
        -webkit-transition: background-color .3s, color .3s;
        -o-transition: background-color .3s, color .3s;
        transition: background-color .3s, color .3s
    }

    .header__logo-icon[data-v-167caecb] {
        width: 146px;
        height: 32px
    }
}

.header__nav-list[data-v-167caecb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.header__nav-item[data-v-167caecb] {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    margin-left: 8px;
    margin-right: 8px
}

.header__nav-item[data-v-167caecb]:hover:after {
    left: -8px;
    right: -8px
}

.header__nav-item[data-v-167caecb]:first-of-type {
    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;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header__nav-item:first-of-type .header__nav-link[data-v-167caecb] {
    color: #fff;
    background-color: #be007f;
    padding: 4px 8px;
    border-radius: 4px;
    height: auto
}

.header__nav-item:nth-of-type(2) .header__nav-link[data-v-167caecb] {
    color: #62b8ba
}

.header__nav-item[data-v-167caecb]:nth-of-type(2):after {
    background-color: #e45fc5
}

.header__nav-item[data-v-167caecb]:nth-of-type(3):after {
    background-color: #b983f8
}

.header__nav-item[data-v-167caecb]:nth-of-type(4):after {
    background-color: #6877f5
}

.header__nav-item[data-v-167caecb]:nth-of-type(5):after {
    background-color: #f7df6a
}

.header__nav-item[data-v-167caecb]:nth-of-type(6):after {
    background-color: #8adc9b
}

.header__nav-item[data-v-167caecb]:nth-of-type(7):after {
    background-color: #edac8a
}

.header__nav-item[data-v-167caecb]:nth-of-type(8):after {
    background-color: #62b8ba
}

.header__nav-item[data-v-167caecb]:nth-of-type(9):after {
    background-color: #5298d7
}

.header__nav-link[data-v-167caecb] {
    padding-left: 0;
    padding-right: 0
}

.header__nav-link._active[data-v-167caecb],
.header__nav-link[data-v-167caecb]:hover {
    color: #906
}

.notification[data-v-02309429] {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 56px
}

.notification__close-button[data-v-02309429] {
    position: absolute;
    top: 18px;
    right: 18px
}

.notification__close-icon[data-v-02309429] {
    color: #fff
}

@media only screen and (max-width:530px) {
    .notification[data-v-02309429] {
        position: fixed;
        top: 0;
        z-index: 1002
    }
}

@media only screen and (min-width:1000px) {
    .notification[data-v-02309429] {
        top: 96px
    }
}

@supports (overflow-x:-moz-scrollbars-none) {
    .header-topic-menu__list[data-v-5b0ad4c9] {
        overflow-x: -moz-scrollbars-none
    }
}

.hidden-menu__footer-item[data-v-20849496],
.hidden-menu__item-child[data-v-20849496],
.hidden-menu__item[data-v-20849496] {
    margin-bottom: 20px
}

.hidden-menu__footer-item>a[data-v-20849496],
.hidden-menu__item-child>a[data-v-20849496],
.hidden-menu__item>a[data-v-20849496] {
    color: #000;
    text-decoration: none
}

.hidden-menu[data-v-20849496] {
    width: 90%;
    height: 100vh;
    padding: 0 12px;
    background-color: #f4f4f4;
    position: fixed;
    z-index: 1001;
    left: -90%;
    top: 0;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    overflow: hidden
}

@media only screen and (min-width:531px) {
    .hidden-menu[data-v-20849496] {
        left: -300px;
        width: 300px
    }
}

.hidden-menu_visible[data-v-20849496] {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 1px -4px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px -4px 1px 0 rgba(0, 0, 0, .15)
}

.hidden-menu__header[data-v-20849496] {
    position: relative;
    height: 56px;
    margin-bottom: 10px
}

.hidden-menu__content[data-v-20849496] {
    padding-top: 10px;
    padding-bottom: 100px;
    margin: 0 -12px;
    height: calc(100% - 65px);
    overflow-y: auto;
    position: relative
}

@media only screen and (min-width:531px) {
    .hidden-menu__content[data-v-20849496]::-webkit-scrollbar-track {
        border-radius: 4px
    }

    .hidden-menu__content[data-v-20849496]::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(0, 0, 0, 0)
    }

    .hidden-menu__content[data-v-20849496]::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(206, 206, 212, .75)
    }
}

.hidden-menu__logo[data-v-20849496] {
    width: 146px;
    height: 32px;
    color: #000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hidden-menu__logo-icon[data-v-20849496] {
    width: 100%;
    height: 100%;
    color: #000
}

.hidden-menu__btn-close[data-v-20849496] {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 0;
    width: 22px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.hidden-menu__btn-close[data-v-20849496]:active {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

@media only screen and (min-width:1000px) {
    .hidden-menu__btn-close[data-v-20849496] {
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

    .hidden-menu__btn-close[data-v-20849496]:hover {
        color: #4d4d4d
    }
}

.hidden-menu__arrow[data-v-20849496] {
    color: #000;
    opacity: .4;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -30px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer
}

.hidden-menu__arrow .svg-icon[data-v-20849496] {
    pointer-events: none
}

.hidden-menu__arrow_active[data-v-20849496] {
    -webkit-transform: perspective(900px) rotate3d(180, 0, 0, 180deg);
    transform: perspective(900px) rotate3d(180, 0, 0, 180deg)
}

.hidden-menu__footer-items[data-v-20849496],
.hidden-menu__items[data-v-20849496] {
    list-style: none;
    margin: 0;
    padding-left: 40px
}

.hidden-menu__footer-items[data-v-20849496] {
    padding-right: 10px
}

.hidden-menu__items[data-v-20849496] {
    margin-bottom: 40px
}

.hidden-menu__footer-item[data-v-20849496],
.hidden-menu__item[data-v-20849496] {
    position: relative
}

.hidden-menu__footer-item._creative[data-v-20849496] {
    display: none
}

.hidden-menu__item>a[data-v-20849496] {
    font-family: Montserrat, sans-serif
}

@media only screen and (min-width:531px) {
    .hidden-menu__item[data-v-20849496] {
        -webkit-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

    .hidden-menu__item:hover>a[data-v-20849496] {
        color: #4d4d4d
    }
}

.hidden-menu__item-children[data-v-20849496] {
    margin-left: -40px;
    margin-top: 20px;
    padding-left: 40px;
    list-style: none;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    -o-transition: transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    border: 1px solid rgba(0, 0, 0, .2);
    border-right: none;
    border-left: none
}

.hidden-menu__footer-item[data-v-20849496],
.hidden-menu__item-child[data-v-20849496] {
    font-size: 18px
}

.hidden-menu__item-child[data-v-20849496]:first-child {
    margin-top: 20px
}

.hidden-menu[data-v-20849496] {
    padding: 0;
    background-color: #e6e6e6;
    overflow: inherit
}

.hidden-menu__arrow[data-v-20849496] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px
}

.hidden-menu__arrow-icon[data-v-20849496] {
    width: 18px
}

.hidden-menu__header[data-v-20849496] {
    margin: 0 16px
}

.hidden-menu__content[data-v-20849496] {
    margin: 0;
    padding-top: 16px
}

.hidden-menu__items[data-v-20849496] {
    padding-left: 40px;
    margin-bottom: 24px
}

.hidden-menu__footer-item>a[data-v-20849496],
.hidden-menu__item>a[data-v-20849496] {
    color: #000
}

.hidden-menu__item[data-v-20849496] {
    margin-bottom: 16px
}

.hidden-menu__item:first-of-type>a[data-v-20849496] {
    color: #be007f
}

.hidden-menu__item>a[data-v-20849496] {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.hidden-menu__item-children[data-v-20849496] {
    border-color: #9e9e9e;
    margin-top: 8px
}

.hidden-menu__item-child[data-v-20849496] {
    margin-bottom: 16px
}

.hidden-menu__item-child[data-v-20849496]:first-child {
    margin-top: 8px
}

.hidden-menu__item-child[data-v-20849496]:last-child {
    margin-bottom: 8px
}

.hidden-menu__child-link[data-v-20849496]:hover,
.hidden-menu__item>.hidden-menu__link[data-v-20849496]:hover,
.hidden-menu__link[data-v-20849496]:hover {
    color: #906
}

.hidden-menu__item:hover>a[data-v-20849496] {
    color: #000
}

.hidden-menu__footer-items[data-v-20849496] {
    padding: 0;
    margin-left: 40px
}

.hidden-menu__footer-item[data-v-20849496] {
    font-family: Roboto\ Slab, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 8px
}

.input[data-v-19ea7d9e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkbox[data-v-7b1bf276] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

.checkbox__input[data-v-7b1bf276] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox__text[data-v-7b1bf276] {
    position: relative;
    cursor: pointer;
    padding-left: 20px
}

.checkbox__icon[data-v-7b1bf276] {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 8px;
    fill: #000
}

.checkbox__text[data-v-7b1bf276]:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #000;
    border-radius: 4px
}

.checkbox._small .checkbox__text[data-v-7b1bf276] {
    display: block;
    padding-left: 20px;
    line-height: 16px
}

.checkbox._small .checkbox__text[data-v-7b1bf276]:before {
    border: 1px solid rgba(0, 0, 0, .5);
    background-color: #fff
}

.checkbox._small .checkbox__icon[data-v-7b1bf276] {
    fill: #906
}

.big-header[data-v-c661c116] {
    position: relative;
    display: none
}

@media only screen and (min-width:1000px) {
    .big-header[data-v-c661c116] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 136px
    }
}

.big-header__auth[data-v-c661c116] {
    position: absolute;
    left: 16px;
    top: 16px
}

.big-header__adv[data-v-c661c116] {
    position: absolute;
    bottom: 0
}

.big-header__adv._right[data-v-c661c116] {
    right: 64px
}

.big-header__adv._left[data-v-c661c116] {
    left: 64px
}

.big-header__logo[data-v-c661c116] {
    color: #000;
    margin-top: 40px;
    height: 64px
}

.header-auth[data-v-69accfa1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    position: relative
}

.header-auth__icon[data-v-69accfa1] {
    width: 16px;
    height: 16px
}

.header-auth__button[data-v-69accfa1] {
    cursor: pointer;
    margin-left: 4px
}

.header-auth__name[data-v-69accfa1] {
    margin-left: 4px;
    margin-right: 8px
}

.header-auth__form[data-v-69accfa1] {
    z-index: 10003;
    top: 32px;
    left: 0
}

.header-auth__button[data-v-69accfa1],
.header-auth__icon[data-v-69accfa1],
.header-auth__name[data-v-69accfa1] {
    color: #9e9e9e
}

.header-auth._active .header-auth__icon[data-v-69accfa1],
.header-auth._active .header-auth__name[data-v-69accfa1] {
    color: #be007f
}

.hidden-menu-auth[data-v-17ba5dcb] {
    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;
    padding: 16px 8px 16px 40px;
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4
}

.hidden-menu-auth__icon[data-v-17ba5dcb] {
    width: 40px;
    height: 40px
}

.hidden-menu-auth__name[data-v-17ba5dcb] {
    word-break: break-word
}

.hidden-menu-auth__button[data-v-17ba5dcb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.hidden-menu-auth__button[data-v-17ba5dcb],
.hidden-menu-auth__name[data-v-17ba5dcb] {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.hidden-menu-auth__form[data-v-17ba5dcb] {
    z-index: 10003;
    position: fixed;
    width: 100vw
}

@media only screen and (min-width:680px) {
    .hidden-menu-auth__form[data-v-17ba5dcb] {
        position: absolute;
        top: 0;
        left: 324px;
        border-radius: 8px;
        width: auto
    }
}

.hidden-menu-auth._active .hidden-menu-auth__icon[data-v-17ba5dcb] {
    color: #be007f
}

.header-second-menu[data-v-ff7115ec] {
    display: none;
    background-color: #f4f4f4;
    position: relative;
    z-index: 1;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 500
}

@media only screen and (min-width:1000px) {
    .header-second-menu[data-v-ff7115ec] {
        display: block
    }
}

.header-second-menu__list[data-v-ff7115ec] {
    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;
    width: 100%
}

.header-second-menu__item[data-v-ff7115ec]:not(:last-of-type) {
    margin-right: 24px
}

.header-second-menu__link[data-v-ff7115ec] {
    display: block;
    padding: 8px 0;
    color: #505050;
    text-decoration: none
}

.header-second-menu__link[data-v-ff7115ec]:hover {
    color: #906
}

.header-second-menu__list[data-v-ff7115ec] {
    height: 40px
}

.creative__slot[data-v-77613321] {
    width: 100%;
    z-index: 0
}

.creative__slot[data-v-77613321],
.creative__slot[data-v-77613321]>div {
    text-align: center;
    position: relative
}

.footer__wrapper[data-v-6117b2c9] {
    padding-top: 10px;
    padding-bottom: 40px
}

@media only screen and (min-width:1000px) {
    .footer__wrapper[data-v-6117b2c9] {
        padding-top: 15px
    }
}

.footer__social-icons[data-v-6117b2c9] {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 15px
}

@media only screen and (min-width:1000px) {
    .footer__social-icons[data-v-6117b2c9] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.footer__svg-wrapper[data-v-6117b2c9] {
    display: block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.footer__social-icon[data-v-6117b2c9] {
    width: 25px;
    height: 32px
}

.footer__social-icon>a[data-v-6117b2c9],
.footer__social-icon[data-v-6117b2c9] {
    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
}

.footer__social-icon>a[data-v-6117b2c9] {
    color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.footer__social-icon_VK .footer__svg-wrapper[data-v-6117b2c9] {
    width: 16px;
    height: 16px
}

.footer__social-icon_VK .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #3e75a2
}

.footer__social-icon_FB .footer__svg-wrapper[data-v-6117b2c9] {
    width: 9px;
    height: 16px
}

.footer__social-icon_FB .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #3867ab
}

.footer__social-icon_OK .footer__svg-wrapper[data-v-6117b2c9] {
    width: 10px;
    height: 16px
}

.footer__social-icon_OK .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #f68129
}

.footer__social-icon_IN .footer__svg-wrapper[data-v-6117b2c9] {
    width: 17px;
    height: 16px
}

.footer__social-icon_IN .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #753cae
}

.footer__social-icon_YT .footer__svg-wrapper[data-v-6117b2c9] {
    width: 21px;
    height: 14px
}

.footer__social-icon_YT .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #ff001d
}

.footer__social-icon_TW .footer__svg-wrapper[data-v-6117b2c9] {
    width: 17px;
    height: 16px
}

.footer__social-icon_TW .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #1da1f2
}

.footer__social-icon_TG .footer__svg-wrapper[data-v-6117b2c9] {
    height: 16px
}

.footer__social-icon_TG .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #139bd0
}

.footer__social-icon_VB .footer__svg-wrapper[data-v-6117b2c9] {
    height: 16px
}

.footer__social-icon_VB .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #7c519b
}

.footer__social-icon_TT .footer__svg-wrapper[data-v-6117b2c9] {
    height: 16px
}

.footer__social-icon_TT .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #425dff
}

.footer__social-icon_TK .footer__svg-wrapper[data-v-6117b2c9] {
    height: 16px
}

.footer__social-icon_TK .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #ee1d52
}

.footer__social-icon_PN .footer__svg-wrapper[data-v-6117b2c9] {
    height: 16px
}

.footer__social-icon_PN .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #bd081c
}

.footer__social-icon_FLIP .footer__svg-wrapper[data-v-6117b2c9] {
    width: 17px;
    height: 16px
}

.footer__social-icon_FLIP .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #fff
}

.footer__social-icon_MAILRU .footer__svg-wrapper[data-v-6117b2c9] {
    width: 16px;
    height: 16px
}

.footer__social-icon_MAILRU .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #f79e01
}

.footer__social-icon_ZEN .footer__svg-wrapper[data-v-6117b2c9] {
    width: 16px;
    height: 16px
}

.footer__social-icon_ZEN .footer__svg-wrapper[data-v-6117b2c9]:hover {
    color: #fff
}

@media only screen and (min-width:1000px) {
    .footer__social-icon[data-v-6117b2c9] {
        margin: 0 18px
    }
}

.footer__menu-list[data-v-6117b2c9] {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

@media only screen and (min-width:1000px) {
    .footer__menu-list[data-v-6117b2c9] {
        width: 870px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin: 0 auto 20px
    }
}

.footer__menu-item[data-v-6117b2c9] {
    padding: 0 5px 20px
}

.footer__menu-item>a[data-v-6117b2c9] {
    text-decoration: none;
    color: rgba(0, 0, 0, .5)
}

.footer__menu-item>a[data-v-6117b2c9]:hover {
    color: #f42f3a
}

.footer__info[data-v-6117b2c9] {
    margin-top: 10px;
    padding: 0 20px
}

@media only screen and (min-width:1000px) {
    .footer__info[data-v-6117b2c9] {
        padding: 0 80px
    }
}

.footer__info-paragraph[data-v-6117b2c9] {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, .5);
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px
}

.footer__info-paragraph+.footer__info-paragraph_email[data-v-6117b2c9] {
    margin-bottom: 0
}

.footer__wrapper[data-v-6117b2c9] {
    padding-top: 24px
}

.footer__menu-list[data-v-6117b2c9],
.footer__social-icons[data-v-6117b2c9] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__social-icons[data-v-6117b2c9] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0
}

.footer__social-icon[data-v-6117b2c9] {
    margin: 0 20px 24px;
    height: 16px
}

.footer__menu-item[data-v-6117b2c9] {
    padding: 0;
    margin: 0 8px 16px
}

.footer__menu-item>a[data-v-6117b2c9]:hover {
    color: #be007f
}

.footer__info-paragraph[data-v-6117b2c9],
.footer__menu-link[data-v-6117b2c9] {
    font-size: 14px;
    line-height: 24px
}

.footer__info-paragraph[data-v-6117b2c9] {
    margin-bottom: 0
}

.footer__info-paragraph[data-v-6117b2c9]:nth-child(2) {
    margin-bottom: 24px
}

.app-divider[data-v-52447864] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%;
    padding: 32px 0 48px
}

.app-divider__logo[data-v-52447864] {
    color: #000;
    margin: 0 16px
}

@media only screen and (min-width:680px) {
    .app-divider__logo[data-v-52447864] {
        margin: 0 24px
    }
}

.app-divider__wrapper[data-v-52447864] {
    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: 100%
}

.app-divider__wrapper[data-v-52447864]:after,
.app-divider__wrapper[data-v-52447864]:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4
}

[data-v-52447864] .svg-icon {
    width: 76px;
    height: 32px
}

@-webkit-keyframes form-error-data-v-7746f494 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes form-error-data-v-7746f494 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    75% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes error-message-fadein-data-v-7746f494 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes error-message-fadein-data-v-7746f494 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.subscribe[data-v-7746f494] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    width: 100%
}

.subscribe__form[data-v-7746f494] {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 32px
}

@media only screen and (min-width:680px) {
    .subscribe__form[data-v-7746f494] {
        margin-top: 24px
    }
}

.subscribe__form-wrapper[data-v-7746f494],
.subscribe__input-wrapper[data-v-7746f494] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.subscribe__form-wrapper[data-v-7746f494] {
    margin-bottom: 16px
}

@media only screen and (min-width:680px) {
    .subscribe__form-wrapper[data-v-7746f494] {
        margin: 0 auto 16px
    }

    .subscribe__form-wrapper[data-v-7746f494],
    .subscribe__input-wrapper[data-v-7746f494] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .subscribe__input-wrapper[data-v-7746f494] {
        width: 100%
    }
}

.subscribe__input[data-v-7746f494] {
    border: 1px solid #000;
    width: 240px;
    height: 32px;
    background: #fff;
    padding: 4px 8px;
    line-height: 24px;
    margin: 16px auto
}

@media only screen and (min-width:680px) {
    .subscribe__input[data-v-7746f494] {
        margin: auto 16px
    }
}

.subscribe__title[data-v-7746f494] {
    line-height: 32px;
    margin: 0;
    white-space: nowrap
}

.subscribe__button[data-v-7746f494] {
    color: #fff;
    background: -o-linear-gradient(81.65deg, #4d30be 0, #b805a4 100%);
    background: linear-gradient(8.35deg, #4d30be, #b805a4);
    padding: 4px 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto
}

@media only screen and (min-width:680px) {
    .subscribe__button[data-v-7746f494] {
        margin: auto 0
    }
}

.subscribe__title[data-v-7746f494] {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

@media only screen and (min-width:680px) {
    .subscribe__title[data-v-7746f494] {
        font-size: 24px;
        line-height: 32px
    }
}

.subscribe__input[data-v-7746f494] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.subscribe__button[data-v-7746f494] {
    border-radius: 24px
}

.creative-wrapper[data-v-2cae5416] {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.creative-wrapper__notification[data-v-2cae5416] {
    text-align: center;
    margin: 4px 0
}

.creative-wrapper__placeholder._visible[data-v-2cae5416] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    position: relative
}

.creative-wrapper__placeholder._visible[data-v-2cae5416]:before {
    content: "Реклама";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc((100% - 16px)/ 2);
    z-index: 0
}

.creative-wrapper_notification[data-v-2cae5416] {
    padding: 0 0 8px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.creative_branding[data-v-9c95ddbe] {
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0
}

.branding[data-v-9c95ddbe] {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:679px) {
    .hb-top[data-v-1e9cce85] {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .hb-top_sticky[data-v-1e9cce85] {
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        background: #fff
    }

    .hb-top-sticky-placeholder[data-v-1e9cce85] {
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
        will-change: height
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body,
p {
    margin: 0
}

a {
    background-color: rgba(0, 0, 0, 0)
}

h1 {
    font-size: 36px;
    line-height: 48px;
    margin: .67em 0
}

b {
    font-weight: bolder
}

img {
    border-style: none
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[hidden] {
    display: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:active,
button:focus,
button:hover {
    outline: 0
}

a,
button,
input[type=submit] {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

.layout-wrapper {
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (min-width:531px) {
    .layout-wrapper {
        padding: 0 10px;
        max-width: 679px
    }
}

@media only screen and (min-width:680px) {
    .layout-wrapper {
        max-width: 660px
    }
}

@media only screen and (min-width:1000px) {
    .layout-wrapper {
        max-width: 980px
    }
}

.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[class*=grid-item] {
    min-height: 1px;
    position: relative;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:531px) {
    [class*=grid-item] {
        padding-left: 10px;
        padding-right: 10px
    }
}

.grid-item-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.grid-item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.grid-item-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.grid-item-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.grid-item-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.grid-item-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.grid-item-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.grid-item-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.grid-item-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.grid-item-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.grid-item-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.grid-item-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1000px) {
    .grid-item-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .grid-item-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .grid-item-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-item-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .grid-item-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .grid-item-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .grid-item-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .grid-item-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .grid-item-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .grid-item-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .grid-item-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .grid-item-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.block-title {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-top: 0;
    margin-bottom: 8px
}

.svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.app-header__wrapper._hide-animation,
.app-header_sticky .app-header__wrapper {
    width: 100%;
    position: fixed;
    z-index: 1002;
    top: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: 8px;
    padding-right: 8px
}

.px-2 {
    padding-left: 16px;
    padding-right: 16px
}

.px-3 {
    padding-left: 24px;
    padding-right: 24px
}

.px-4 {
    padding-left: 32px;
    padding-right: 32px
}

.px-5 {
    padding-left: 40px;
    padding-right: 40px
}

.px-6 {
    padding-left: 48px;
    padding-right: 48px
}

@media only screen and (min-width:680px) {
    .px-d-0 {
        padding-left: 0;
        padding-right: 0
    }

    .px-d-1 {
        padding-left: 8px;
        padding-right: 8px
    }

    .px-d-2 {
        padding-left: 16px;
        padding-right: 16px
    }

    .px-d-3 {
        padding-left: 24px;
        padding-right: 24px
    }

    .px-d-4 {
        padding-left: 32px;
        padding-right: 32px
    }

    .px-d-5 {
        padding-left: 40px;
        padding-right: 40px
    }

    .px-d-6 {
        padding-left: 48px;
        padding-right: 48px
    }
}

.d-flex,
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    min-width: 320px;
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    overflow-y: scroll
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.app-footer,
.app-header,
.app-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.app-main {
    padding: 0 .1px
}

.app-header,
.app-main {
    background: #fff
}

.app-header__wrapper {
    position: relative;
    height: 56px
}

@media only screen and (max-width:999px) {
    .app-header__wrapper._hide-animation {
        -webkit-animation: headerSlideOut .2s linear 0s 1;
        animation: headerSlideOut .2s linear 0s 1
    }

    .app-header_sticky .app-header__wrapper {
        -webkit-animation: headerSlideIn .2s linear 0s 1;
        animation: headerSlideIn .2s linear 0s 1
    }
}

.app-header__sticky-placeholder {
    width: 100%;
    height: 56px
}

.app-header__placeholder {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 56px
}

@media only screen and (max-width:530px) {

    .app-header ._hide-animation .notification,
    .app-header_sticky .notification {
        z-index: 1;
        top: 56px
    }
}

.app .hb-top {
    width: 100%;
    min-height: 90px
}

.app .hb-top_placeholder-hidden {
    min-height: auto
}

@media only screen and (min-width:1000px) {
    .app .hb-top {
        max-width: 980px;
        margin: 0 auto
    }
}

.app_h-branding,
.app_p-branding {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px
}

.app_h-branding .app-footer,
.app_h-branding .app-header,
.app_h-branding .app-main,
.app_p-branding .app-footer,
.app_p-branding .app-header,
.app_p-branding .app-main {
    width: 1000px
}

.app_h-branding .hb-top,
.app_p-branding .hb-top {
    max-width: 1000px
}

.app_h-branding .app-header__wrapper,
.app_h-branding .notification,
.app_p-branding .app-header__wrapper,
.app_p-branding .notification {
    width: 1000px
}

.app_p-branding .hb-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.app_h-branding .hb-top {
    height: 500px
}

@-webkit-keyframes headerSlideIn {
    0% {
        -webkit-transform: translate3d(0, -56px, 0);
        transform: translate3d(0, -56px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes headerSlideIn {
    0% {
        -webkit-transform: translate3d(0, -56px, 0);
        transform: translate3d(0, -56px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes headerSlideOut {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -56px, 0);
        transform: translate3d(0, -56px, 0)
    }
}

@keyframes headerSlideOut {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -56px, 0);
        transform: translate3d(0, -56px, 0)
    }
}

body {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400
}

.app-header__placeholder {
    background-color: #fff
}

.app-header__placeholder:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1000px) {
    .app-header__placeholder:after {
        content: none
    }
}

.app-header__placeholder>.layout-wrapper {
    padding: 0
}

@media only screen and (min-width:1000px) {
    .app-header_sticky .header__logo {
        background-color: #be007f;
        color: #fff
    }

    .app-header__placeholder,
    .app-header__sticky-placeholder,
    .app-header__wrapper {
        height: 96px
    }
}

.app-footer {
    background-color: #f5f5f5
}

.block-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.text-alert {
    color: #929292;
    font-size: 24px;
    text-align: center;
    text-align: center
}

.text-color {
    color: #ff2a2a;
    text-align: center
}

.alert-block-2 {
    padding: 15px;
    background: #dbffdb
}

.articles-page[data-v-e44667f8] {
    position: relative
}

.articles-page__end-indicator[data-v-e44667f8] {
    position: absolute;
    bottom: 100vh;
    height: 1px;
    width: 1px
}

.articles-page__article[data-v-e44667f8] {
    position: relative
}

.article__top-indicator[data-v-e44667f8] {
    position: absolute;
    top: 50vh
}

.article__bottom-indicator[data-v-e44667f8] {
    position: absolute;
    bottom: 50vh
}

.article__topics-indicator[data-v-e44667f8] {
    position: relative;
    top: -24px;
    width: 1px;
    height: 1px;
    z-index: -1
}

.article-info[data-v-ce2df886] {
    color: #9e9e9e;
    margin: 0 0 16px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.creative-sticky[data-v-5dccde8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 1001;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .3);
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px)
}

.creative-sticky__close[data-v-5dccde8a] {
    position: absolute;
    right: 0;
    top: -24px;
    padding: 8px;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 30
}

@media only screen and (min-width:1000px) {
    .creative-sticky[data-v-5dccde8a] {
        border: 0
    }

    .creative-sticky__close[data-v-5dccde8a] {
        top: -16px;
        padding: 0;
        right: -10px
    }
}

.sticky-close-button__circle[data-v-5dccde8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    background: #fff;
    color: rgba(0, 0, 0, .3)
}

.sticky-close-button__label-text[data-v-5dccde8a] {
    font-size: 16px
}

.sticky-close-button__label-icon[data-v-5dccde8a] {
    width: 16px;
    height: 16px
}

@media only screen and (max-width:999px) {
    .creative-sticky__close[data-v-5dccde8a] {
        top: -28px;
        padding: 8px 0 0 8px;
        width: 20px;
        height: 20px
    }

    .sticky-close-button__circle[data-v-5dccde8a] {
        width: 18px;
        height: 18px;
        border-radius: 0
    }

    .sticky-close-button__label-text[data-v-5dccde8a] {
        font-size: 12px
    }

    .sticky-close-button__label-icon[data-v-5dccde8a] {
        width: 12px;
        height: 12px
    }
}

.lazy-block[data-v-9de6ee96] {
    min-width: 1px;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.lazy-block__creative[data-v-9de6ee96] {
    width: 100%
}

.articles-wrapper__creative[data-v-f6e69ed2] {
    margin: 24px 0
}

.articles-wrapper__creative._hb-inline[data-v-f6e69ed2] {
    min-height: 0;
    -webkit-transition: min-height .45s;
    -o-transition: min-height .45s;
    transition: min-height .45s
}

.articles-wrapper__creative._hb-top[data-v-f6e69ed2] {
    min-height: 332px
}

.articles-wrapper_desktop .articles-wrapper__creative._hb-inline[data-v-f6e69ed2] {
    width: 980px;
    margin-right: -340px;
    margin-left: -20px;
    z-index: 1;
    position: relative
}

.articles-wrapper_desktop .articles-wrapper__creative._hb-inline._in-content[data-v-f6e69ed2] {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.articles-wrapper_desktop .articles-wrapper__creative._vb-comments[data-v-f6e69ed2] {
    overflow: hidden
}

.articles-wrapper_desktop .articles-wrapper__creative .creative_hb-inline[data-v-f6e69ed2] {
    max-height: 250px;
    overflow: hidden
}

.articles-wrapper_desktop .articles-wrapper__creative .creative_hb-inline._in-content[data-v-f6e69ed2] {
    max-height: 320px
}

.block-topics[data-v-c467aea8] {
    margin: 16px 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1000px) {
    .block-topics[data-v-c467aea8] {
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 0
    }
}

.block-topics[data-v-c467aea8]:after,
.block-topics[data-v-c467aea8]:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width:1000px) {

    .block-topics[data-v-c467aea8]:after,
    .block-topics[data-v-c467aea8]:before {
        display: none
    }
}

.block-topics[data-v-c467aea8]:before {
    left: -10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.block-topics[data-v-c467aea8]:after {
    right: -10px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

.block-topics__wrapper[data-v-c467aea8] {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 50px
}

.block-topics__wrapper[data-v-c467aea8]::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:680px) {
    .block-topics__wrapper[data-v-c467aea8] {
        max-height: 32px;
        overflow: hidden
    }
}

@media only screen and (min-width:1000px) {
    .block-topics__wrapper[data-v-c467aea8] {
        white-space: normal;
        height: auto;
        padding-bottom: 0
    }
}

@-webkit-keyframes gradientVisibility-data-v-c467aea8 {
    0% {
        visibility: visible
    }

    50% {
        visibility: visible;
        opacity: .5
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

@keyframes gradientVisibility-data-v-c467aea8 {
    0% {
        visibility: visible
    }

    50% {
        visibility: visible;
        opacity: .5
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (min-width:680px) {
    .block-topics[data-v-c467aea8] {
        margin-bottom: 0
    }
}

.block-topics__wrapper[data-v-c467aea8] {
    padding-bottom: 0
}

[data-v-45ff4c22] a {
    color: #be007f;
    text-decoration: none
}

[data-v-45ff4c22] a:hover {
    text-decoration: underline
}

.block-text[data-v-43b2bf73] a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: #be007f
}

.block-text[data-v-43b2bf73] a:hover {
    text-decoration: underline
}

.block-text[data-v-43b2bf73] {
    font-size: 0;
    overflow-wrap: break-word
}

.block-text[data-v-43b2bf73]>a,
.block-text[data-v-43b2bf73]>a+a {
    margin-right: 5px
}

.block-text[data-v-43b2bf73] p {
    margin-top: 0;
    font-size: 18px
}

.block-text[data-v-43b2bf73] p a {
    display: inline
}

.block-text[data-v-43b2bf73] h2,
.block-text[data-v-43b2bf73] h3,
.block-text[data-v-43b2bf73] h4 {
    margin-top: 32px;
    margin-bottom: 16px
}

.block-text[data-v-43b2bf73] h2 {
    font-size: 22px;
    line-height: 32px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] h2 {
        font-size: 24px
    }
}

.block-text[data-v-43b2bf73] h3 {
    font-size: 18px;
    line-height: 24px
}

.block-text[data-v-43b2bf73] h4 {
    font-size: 16px;
    line-height: 22px
}

.block-text[data-v-43b2bf73] ul {
    margin: 0 -10px 16px;
    padding-left: 25px;
    padding-right: 10px;
    list-style: none
}

@media only screen and (min-width:531px) {
    .block-text[data-v-43b2bf73] ul {
        margin: 0 0 16px
    }
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul {
        padding-left: 28px
    }
}

.block-text[data-v-43b2bf73] ul li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px
}

.block-text[data-v-43b2bf73] ul li:before {
    color: #f42f3a;
    position: absolute;
    top: 0
}

.block-text[data-v-43b2bf73] ul li:before {
    content: "•";
    font-size: 24px;
    line-height: 24px;
    left: -15px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul li:before {
        font-size: 26px
    }
}

.block-text[data-v-43b2bf73] img {
    max-width: 100%
}

.block-text[data-v-43b2bf73] {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400
}

.block-text[data-v-43b2bf73] .h2,
.block-text[data-v-43b2bf73] h2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 40px 0 24px
}

@media only screen and (min-width:680px) {

    .block-text[data-v-43b2bf73] .h2,
    .block-text[data-v-43b2bf73] h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.block-text[data-v-43b2bf73] .h3,
.block-text[data-v-43b2bf73] h3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0 24px
}

@media only screen and (min-width:680px) {

    .block-text[data-v-43b2bf73] .h3,
    .block-text[data-v-43b2bf73] h3 {
        font-size: 18px;
        text-transform: none
    }
}

.block-text[data-v-43b2bf73] p .h2,
.block-text[data-v-43b2bf73] p .h3,
.block-text[data-v-43b2bf73] p .h4 {
    margin-bottom: 0
}

.block-text[data-v-43b2bf73] p .h2+br,
.block-text[data-v-43b2bf73] p .h3+br,
.block-text[data-v-43b2bf73] p .h4+br {
    display: none
}

.block-text[data-v-43b2bf73] p {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px
}

.block-text[data-v-43b2bf73] table {
    position: relative
}

.block-text[data-v-43b2bf73] .em {
    font-style: italic
}

.block-text[data-v-43b2bf73] ul {
    margin: 40px 0;
    padding-right: 0;
    padding-left: 64px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul {
        padding-left: 96px
    }
}

.block-text[data-v-43b2bf73] ul li {
    margin-bottom: 24px;
    font: inherit
}

.block-text[data-v-43b2bf73] ul li:before {
    left: -40px;
    width: 24px;
    text-align: center;
    font-weight: 700
}

.block-text[data-v-43b2bf73] ul li :last-child,
.block-text[data-v-43b2bf73] ul li:last-child {
    margin: 0
}

.block-text[data-v-43b2bf73] ul li:before {
    color: #be007f
}

.button-close {
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none
}

@media only screen and (min-width:680px) {
    .button-close {
        width: 16px;
        height: 16px
    }
}

.button-close:after,
.button-close:before {
    content: "";
    position: absolute;
    background: #d4d4d4;
    top: 50%;
    height: 1px;
    margin-top: -1px;
    width: 100%;
    left: 0
}

.button-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.button-close:hover:after,
.button-close:hover:before {
    background: #a1a1a1
}

@-webkit-keyframes pin-data-v-299aad94 {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }

    to {
        -webkit-box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6);
        box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6)
    }
}

@keyframes pin-data-v-299aad94 {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }

    to {
        -webkit-box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6);
        box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6)
    }
}

.block-image[data-v-05f51742] {
    position: relative;
    margin-bottom: 40px
}

.block-image[data-v-05f51742]:not(.block-image_has-pins) .lazy-image__wrapper {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

[data-v-2dd00dcd] .svg-icon {
    stroke: currentColor;
    stroke-width: 2px
}

.zoom-button:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(ArticlesPage.css)
}

.zoom-button {
    position: absolute;
    left: 8px;
    top: 32px;
    z-index: 100;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .6);
    border-radius: 2px;
    cursor: pointer;
    display: none
}

.zoom-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1000px) {
    .zoom-button {
        display: block
    }
}

._mobile[data-v-36cb8ccc] {
    display: block
}

@media only screen and (min-width:1000px) {
    ._mobile[data-v-36cb8ccc] {
        display: none
    }
}

._desktop[data-v-36cb8ccc] {
    display: none
}

@media only screen and (min-width:1000px) {
    ._desktop[data-v-36cb8ccc] {
        display: block
    }
}

@-webkit-keyframes pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

@keyframes pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

@-webkit-keyframes before_after_arrow_left {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes before_after_arrow_left {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes before_after_arrow_right {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes before_after_arrow_right {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fade-in-data-v-1b17e188 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in-data-v-1b17e188 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.flip-block {
    position: relative;
    margin: 0 -10px
}

@media only screen and (min-width:680px) {
    .flip-block {
        margin: 0
    }
}

.article__block_image[data-v-11704daa] {
    margin: 0 -10px
}

@media only screen and (min-width:531px) {
    .article__block_image[data-v-11704daa] {
        margin: 0
    }
}

.article__block_text+.article__block_image[data-v-11704daa] {
    padding-top: 16px
}

.article__block_flip[data-v-11704daa] {
    margin-bottom: 24px
}

.article__in-block-content[data-v-11704daa] {
    margin: 24px 10px
}

@media only screen and (min-width:680px) {
    .article__in-block-content[data-v-11704daa] {
        margin-left: 0;
        margin-right: 0
    }
}

@-webkit-keyframes indicator-data-v-d4a6308c {
    to {
        width: 24px;
        background-color: #000
    }
}

@keyframes indicator-data-v-d4a6308c {
    to {
        width: 24px;
        background-color: #000
    }
}

.watch-count[data-v-eae63692] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.watch-count__icon[data-v-eae63692] {
    display: inline-block;
    width: 23px;
    height: 12px;
    background-image: url(ArticlesPage.css);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 6px
}

.layout-wrapper[data-v-650d6b10] {
    position: relative
}

.article[data-v-650d6b10] {
    padding: 0 10px
}

@media only screen and (min-width:1000px) {
    .article[data-v-650d6b10] {
        min-height: 624px
    }
}

.article__info-wrapper[data-v-650d6b10] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article__title[data-v-650d6b10] {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #906;
    margin-top: 0;
    margin-bottom: 24px
}

@media only screen and (min-width:680px) {
    .article__title[data-v-650d6b10] {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 24px
    }
}

.article__header[data-v-650d6b10] {
    overflow-x: hidden
}

.article-bottom-indicator[data-v-650d6b10],
.article-top-indicator[data-v-650d6b10] {
    width: 1px;
    height: 1px
}

.article__content[data-v-650d6b10] {
    position: relative
}

.article__scroll-indicator[data-v-650d6b10] {
    position: absolute
}

@media only screen and (min-width:680px) {
    .article__footer[data-v-650d6b10] {
        background-color: #f3f3f3;
        margin-bottom: 32px
    }
}

.article__footer-divider[data-v-650d6b10] {
    display: none;
    margin: 0;
    border-top: none
}

.article[data-v-650d6b10] {
    margin-top: 40px
}

.article__header[data-v-650d6b10] {
    margin-bottom: 32px
}

.article__header>[data-v-650d6b10]:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:680px) {
    .article__footer[data-v-650d6b10] {
        border-radius: 8px;
        padding: 24px 24px 0
    }

    .article__footer-divider[data-v-650d6b10] {
        display: block;
        border-bottom: 1px solid #9e9e9e;
        margin-bottom: 16px
    }
}

.articles-page[data-v-e44667f8] {
    position: relative
}

.articles-page__end-indicator[data-v-e44667f8] {
    position: absolute;
    bottom: 100vh;
    height: 1px;
    width: 1px
}

.articles-page__article[data-v-e44667f8] {
    position: relative
}

.article__top-indicator[data-v-e44667f8] {
    position: absolute;
    top: 50vh
}

.article__bottom-indicator[data-v-e44667f8] {
    position: absolute;
    bottom: 50vh
}

.article__topics-indicator[data-v-e44667f8] {
    position: relative;
    top: -24px;
    width: 1px;
    height: 1px;
    z-index: -1
}

.article-info[data-v-ce2df886] {
    color: #9e9e9e;
    margin: 0 0 16px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.creative-sticky[data-v-5dccde8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 1001;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .3);
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px)
}

.creative-sticky__close[data-v-5dccde8a] {
    position: absolute;
    right: 0;
    top: -24px;
    padding: 8px;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 30
}

@media only screen and (min-width:1000px) {
    .creative-sticky[data-v-5dccde8a] {
        border: 0
    }

    .creative-sticky__close[data-v-5dccde8a] {
        top: -16px;
        padding: 0;
        right: -10px
    }
}

.sticky-close-button__circle[data-v-5dccde8a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    background: #fff;
    color: rgba(0, 0, 0, .3)
}

.sticky-close-button__label-text[data-v-5dccde8a] {
    font-size: 16px
}

.sticky-close-button__label-icon[data-v-5dccde8a] {
    width: 16px;
    height: 16px
}

@media only screen and (max-width:999px) {
    .creative-sticky__close[data-v-5dccde8a] {
        top: -28px;
        padding: 8px 0 0 8px;
        width: 20px;
        height: 20px
    }

    .sticky-close-button__circle[data-v-5dccde8a] {
        width: 18px;
        height: 18px;
        border-radius: 0
    }

    .sticky-close-button__label-text[data-v-5dccde8a] {
        font-size: 12px
    }

    .sticky-close-button__label-icon[data-v-5dccde8a] {
        width: 12px;
        height: 12px
    }
}

.lazy-block[data-v-9de6ee96] {
    min-width: 1px;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.lazy-block__creative[data-v-9de6ee96] {
    width: 100%
}

.articles-wrapper__creative[data-v-f6e69ed2] {
    margin: 24px 0
}

.articles-wrapper__creative._hb-inline[data-v-f6e69ed2] {
    min-height: 0;
    -webkit-transition: min-height .45s;
    -o-transition: min-height .45s;
    transition: min-height .45s
}

.articles-wrapper__creative._hb-top[data-v-f6e69ed2] {
    min-height: 332px
}

.articles-wrapper_desktop .articles-wrapper__creative._hb-inline[data-v-f6e69ed2] {
    width: 980px;
    margin-right: -340px;
    margin-left: -20px;
    z-index: 1;
    position: relative
}

.articles-wrapper_desktop .articles-wrapper__creative._hb-inline._in-content[data-v-f6e69ed2] {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.articles-wrapper_desktop .articles-wrapper__creative._vb-comments[data-v-f6e69ed2] {
    overflow: hidden
}

.articles-wrapper_desktop .articles-wrapper__creative .creative_hb-inline[data-v-f6e69ed2] {
    max-height: 250px;
    overflow: hidden
}

.articles-wrapper_desktop .articles-wrapper__creative .creative_hb-inline._in-content[data-v-f6e69ed2] {
    max-height: 320px
}

.block-topics[data-v-c467aea8] {
    margin: 16px 0;
    position: relative;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1000px) {
    .block-topics[data-v-c467aea8] {
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
        padding: 0
    }
}

.block-topics[data-v-c467aea8]:after,
.block-topics[data-v-c467aea8]:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width:1000px) {

    .block-topics[data-v-c467aea8]:after,
    .block-topics[data-v-c467aea8]:before {
        display: none
    }
}

.block-topics[data-v-c467aea8]:before {
    left: -10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(left, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.block-topics[data-v-c467aea8]:after {
    right: -10px;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(right, #fff, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

.block-topics__wrapper[data-v-c467aea8] {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 50px
}

.block-topics__wrapper[data-v-c467aea8]::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:680px) {
    .block-topics__wrapper[data-v-c467aea8] {
        max-height: 32px;
        overflow: hidden
    }
}

@media only screen and (min-width:1000px) {
    .block-topics__wrapper[data-v-c467aea8] {
        white-space: normal;
        height: auto;
        padding-bottom: 0
    }
}

@-webkit-keyframes gradientVisibility-data-v-c467aea8 {
    0% {
        visibility: visible
    }

    50% {
        visibility: visible;
        opacity: .5
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

@keyframes gradientVisibility-data-v-c467aea8 {
    0% {
        visibility: visible
    }

    50% {
        visibility: visible;
        opacity: .5
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

@media only screen and (min-width:680px) {
    .block-topics[data-v-c467aea8] {
        margin-bottom: 0
    }
}

.block-topics__wrapper[data-v-c467aea8] {
    padding-bottom: 0
}

[data-v-45ff4c22] a {
    color: #be007f;
    text-decoration: none
}

[data-v-45ff4c22] a:hover {
    text-decoration: underline
}

.block-text[data-v-43b2bf73] a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: #be007f
}

.block-text[data-v-43b2bf73] a:hover {
    text-decoration: underline
}

.block-text[data-v-43b2bf73] {
    font-size: 0;
    overflow-wrap: break-word
}

.block-text[data-v-43b2bf73]>a,
.block-text[data-v-43b2bf73]>a+a {
    margin-right: 5px
}

.block-text[data-v-43b2bf73] p {
    margin-top: 0;
    font-size: 18px
}

.block-text[data-v-43b2bf73] p a {
    display: inline
}

.block-text[data-v-43b2bf73] h2,
.block-text[data-v-43b2bf73] h3,
.block-text[data-v-43b2bf73] h4 {
    margin-top: 32px;
    margin-bottom: 16px
}

.block-text[data-v-43b2bf73] h2 {
    font-size: 22px;
    line-height: 32px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] h2 {
        font-size: 24px
    }
}

.block-text[data-v-43b2bf73] h3 {
    font-size: 18px;
    line-height: 24px
}

.block-text[data-v-43b2bf73] h4 {
    font-size: 16px;
    line-height: 22px
}

.block-text[data-v-43b2bf73] ul {
    margin: 0 -10px 16px;
    padding-left: 25px;
    padding-right: 10px;
    list-style: none
}

@media only screen and (min-width:531px) {
    .block-text[data-v-43b2bf73] ul {
        margin: 0 0 16px
    }
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul {
        padding-left: 28px
    }
}

.block-text[data-v-43b2bf73] ul li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px
}

.block-text[data-v-43b2bf73] ul li:before {
    color: #f42f3a;
    position: absolute;
    top: 0
}

.block-text[data-v-43b2bf73] ul li:before {
    content: "•";
    font-size: 24px;
    line-height: 24px;
    left: -15px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul li:before {
        font-size: 26px
    }
}

.block-text[data-v-43b2bf73] img {
    max-width: 100%
}

.block-text[data-v-43b2bf73] {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400
}

.block-text[data-v-43b2bf73] .h2,
.block-text[data-v-43b2bf73] h2 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 40px 0 24px
}

@media only screen and (min-width:680px) {

    .block-text[data-v-43b2bf73] .h2,
    .block-text[data-v-43b2bf73] h2 {
        font-size: 24px;
        line-height: 32px
    }
}

.block-text[data-v-43b2bf73] .h3,
.block-text[data-v-43b2bf73] h3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0 24px
}

@media only screen and (min-width:680px) {

    .block-text[data-v-43b2bf73] .h3,
    .block-text[data-v-43b2bf73] h3 {
        font-size: 18px;
        text-transform: none
    }
}

.block-text[data-v-43b2bf73] p .h2,
.block-text[data-v-43b2bf73] p .h3,
.block-text[data-v-43b2bf73] p .h4 {
    margin-bottom: 0
}

.block-text[data-v-43b2bf73] p .h2+br,
.block-text[data-v-43b2bf73] p .h3+br,
.block-text[data-v-43b2bf73] p .h4+br {
    display: none
}

.block-text[data-v-43b2bf73] p {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 24px
}

.block-text[data-v-43b2bf73] table {
    position: relative
}

.block-text[data-v-43b2bf73] .em {
    font-style: italic
}

.block-text[data-v-43b2bf73] ul {
    margin: 40px 0;
    padding-right: 0;
    padding-left: 64px
}

@media only screen and (min-width:680px) {
    .block-text[data-v-43b2bf73] ul {
        padding-left: 96px
    }
}

.block-text[data-v-43b2bf73] ul li {
    margin-bottom: 24px;
    font: inherit
}

.block-text[data-v-43b2bf73] ul li:before {
    left: -40px;
    width: 24px;
    text-align: center;
    font-weight: 700
}

.block-text[data-v-43b2bf73] ul li :last-child,
.block-text[data-v-43b2bf73] ul li:last-child {
    margin: 0
}

.block-text[data-v-43b2bf73] ul li:before {
    color: #be007f
}

.button-close {
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: none
}

@media only screen and (min-width:680px) {
    .button-close {
        width: 16px;
        height: 16px
    }
}

.button-close:after,
.button-close:before {
    content: "";
    position: absolute;
    background: #d4d4d4;
    top: 50%;
    height: 1px;
    margin-top: -1px;
    width: 100%;
    left: 0
}

.button-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.button-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.button-close:hover:after,
.button-close:hover:before {
    background: #a1a1a1
}

@-webkit-keyframes pin-data-v-299aad94 {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }

    to {
        -webkit-box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6);
        box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6)
    }
}

@keyframes pin-data-v-299aad94 {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0)
    }

    to {
        -webkit-box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6);
        box-shadow: 0 0 4px 4px hsla(0, 0%, 100%, .6)
    }
}

.block-image[data-v-05f51742] {
    position: relative;
    margin-bottom: 40px
}

.block-image[data-v-05f51742]:not(.block-image_has-pins) .lazy-image__wrapper {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

[data-v-2dd00dcd] .svg-icon {
    stroke: currentColor;
    stroke-width: 2px
}

.zoom-button:before {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("")
}

.zoom-button {
    position: absolute;
    left: 8px;
    top: 32px;
    z-index: 100;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .6);
    border-radius: 2px;
    cursor: pointer;
    display: none
}

.zoom-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width:1000px) {
    .zoom-button {
        display: block
    }
}

._mobile[data-v-36cb8ccc] {
    display: block
}

@media only screen and (min-width:1000px) {
    ._mobile[data-v-36cb8ccc] {
        display: none
    }
}

._desktop[data-v-36cb8ccc] {
    display: none
}

@media only screen and (min-width:1000px) {
    ._desktop[data-v-36cb8ccc] {
        display: block
    }
}

@-webkit-keyframes pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

@keyframes pulse {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -135% 0
    }
}

@-webkit-keyframes before_after_arrow_left {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes before_after_arrow_left {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes before_after_arrow_right {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes before_after_arrow_right {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    50% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fade-in-data-v-1b17e188 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in-data-v-1b17e188 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.flip-block {
    position: relative;
    margin: 0 -10px
}

@media only screen and (min-width:680px) {
    .flip-block {
        margin: 0
    }
}

.article__block_image[data-v-11704daa] {
    margin: 0 -10px
}

@media only screen and (min-width:531px) {
    .article__block_image[data-v-11704daa] {
        margin: 0
    }
}

.article__block_text+.article__block_image[data-v-11704daa] {
    padding-top: 16px
}

.article__block_flip[data-v-11704daa] {
    margin-bottom: 24px
}

.article__in-block-content[data-v-11704daa] {
    margin: 24px 10px
}

@media only screen and (min-width:680px) {
    .article__in-block-content[data-v-11704daa] {
        margin-left: 0;
        margin-right: 0
    }
}

@-webkit-keyframes indicator-data-v-d4a6308c {
    to {
        width: 24px;
        background-color: #000
    }
}

@keyframes indicator-data-v-d4a6308c {
    to {
        width: 24px;
        background-color: #000
    }
}

.watch-count[data-v-eae63692] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.watch-count__icon[data-v-eae63692] {
    display: inline-block;
    width: 23px;
    height: 12px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 6px
}

.layout-wrapper[data-v-650d6b10] {
    position: relative
}

.article[data-v-650d6b10] {
    padding: 0 10px
}

@media only screen and (min-width:1000px) {
    .article[data-v-650d6b10] {
        min-height: 624px
    }
}

.article__info-wrapper[data-v-650d6b10] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.article__title[data-v-650d6b10] {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #906;
    margin-top: 0;
    margin-bottom: 24px
}

@media only screen and (min-width:680px) {
    .article__title[data-v-650d6b10] {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 24px
    }
}

.article__header[data-v-650d6b10] {
    overflow-x: hidden
}

.article-bottom-indicator[data-v-650d6b10],
.article-top-indicator[data-v-650d6b10] {
    width: 1px;
    height: 1px
}

.article__content[data-v-650d6b10] {
    position: relative
}

.article__scroll-indicator[data-v-650d6b10] {
    position: absolute
}

@media only screen and (min-width:680px) {
    .article__footer[data-v-650d6b10] {
        background-color: #f3f3f3;
        margin-bottom: 32px
    }
}

.article__footer-divider[data-v-650d6b10] {
    display: none;
    margin: 0;
    border-top: none
}

.article[data-v-650d6b10] {
    margin-top: 40px
}

.article__header[data-v-650d6b10] {
    margin-bottom: 32px
}

.article__header>[data-v-650d6b10]:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:680px) {
    .article__footer[data-v-650d6b10] {
        border-radius: 8px;
        padding: 24px 24px 0
    }

    .article__footer-divider[data-v-650d6b10] {
        display: block;
        border-bottom: 1px solid #9e9e9e;
        margin-bottom: 16px
    }
}

/*! Rezet============================================*/
.comments* {
    margin: 0 !important;
    -webkit-margin-before: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    font-family: inherit !important;
    font-size: 100% !important;
    box-sizing: border-box !important
}

/*! Comnets=================================== */
.comments {
    position: relative !important;
    max-width: 780px !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    box-sizing: border-box !important
}

.comments>* {
    box-sizing: border-box !important
}

.comments__item.hidden {
    display: none !important
}

.comments__header {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 0 30px 0 !important;
    padding: 0 0 !important;
    box-sizing: border-box !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__header::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #eeee !important
}

.comments__left-box {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 10px 0 !important;
    border-bottom: 2px solid #9faeb5 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__header-count {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-indent: 0 !important;
    font-weight: 700 !important;
    color: #414141 !important;
    box-sizing: border-box !important
}

.comments__header-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-indent: 0 !important;
    text-transform: capitalize !important;
    color: #414141 !important;
    box-sizing: border-box !important
}

.comments__right-box {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 25px !important;
    padding: 10px 0 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__right-box>a {
    box-shadow: none !important
}

.comments__header-icon path {
    transition: all .2s ease-in-out !important
}

.comments__header-icon:hover path {
    fill: #5f95ad !important
}

.comments__item-list {
    display: flex !important;
    flex-flow: column !important;
    gap: 30px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item {
    display: flex !important;
    flex-flow: column !important;
    gap: 10px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-header {
    display: flex !important;
    gap: 15px !important
}

.comments__item-header.hidden {
    display: none !important
}

.comments__item-avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    border-radius: 100% !important;
    object-fit: cover !important
}

.comments__item-avatar.hidden {
    display: none !important
}

.comments__item-info {
    display: flex !important;
    flex-flow: column !important;
    gap: 7px !important;
    text-indent: 0 !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-name {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: capitalize !important;
    line-height: 1 !important;
    color: #414141 !important
}

.comments__item-data {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: initial !important;
    line-height: 1 !important;
    color: #9faeb5 !important
}

.comments__item-data-now {
    text-indent: 0 !important;
    color: #29bb0c !important
}

.comments__item-data.hidden {
    display: none !important
}

.comments__item-body {
    display: flex !important;
    flex-flow: column !important;
    gap: 15px !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important
}

.comments__item-content {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-indent: 0 !important;
    text-transform: initial !important;
    line-height: 1.3 !important;
    color: #414141 !important
}

.comments__item-content.hidden {
    display: none !important
}

.comments__item-picture.hidden {
    display: none !important
}

.comments__item-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important
}

.comments__item-img.hidden {
    display: none !important
}

.comments__item-gif {
    width: 50px !important;
    height: 50px !important;
    padding-top: 10px !important;
    box-sizing: border-box !important
}

.comments__item-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-indent: 0 !important;
    -webkit-box-align: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: justify !important
}

.comments__item-footer.hidden {
    display: none !important
}

.comments__item-replay {
    margin: 0 !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: initial !important;
    color: #9faeb5 !important;
    transition: all .2s ease-in-out !important;
    box-shadow: none !important
}

.comments__item-replay:hover {
    color: #5f95ad !important
}

.comments__form {
    position: relative !important;
    display: flex !important;
    gap: 10px !important;
    height: 210px !important;
    max-width: 780px !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
    padding: 15px !important;
    border: 1px solid #9faeb5 !important;
    border-radius: 5px !important;
    background-color: #ffff !important;
    transition: all .4s linear !important;
    opacity: 1 !important;
    box-sizing: border-box !important
}

.comments__form.hidden {
    height: 0 !important;
    opacity: 0 !important
}

.comments__form.none {
    display: none !important
}

.comment__form-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50px !important;
    transition: height .4s linear !important
}

.comments__form-input {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    border: 1px solid #9faeb5 !important;
    border-radius: 5px !important;
    outline: 0 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    text-align: left !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    background-color: #fff !important;
    transition: height .4s linear !important;
    box-shadow: none !important;
    box-sizing: border-box !important
}

.comments__form-input::placeholder {
    font-family: inherit !important;
    font-size: 14px !important
}

.comments__form-input--text {
    height: 80px !important;
    padding-top: 10px !important
}

@media (min-width:576px) {
    .comments__item-name {
        font-size: 20px !important
    }

    .comments__item-data {
        font-size: 16px !important
    }

    .comments__item-content {
        text-indent: 0 !important;
        font-size: 18px !important
    }

    .comments__item-img {
        max-width: 350px !important
    }

    .comments__item-footer {
        max-width: 350px !important
    }
}

@media (min-width:992px) {
    .comments__header-count {
        font-size: 20px !important
    }

    .comments__header-title {
        font-size: 20px !important
    }
}

/*!Comments FB=========================== \*/
.comments-fb .comments__item {
    padding: 10px !important;
    border-radius: 5px !important;
    background-color: #edeff4 !important
}

.comments-fb .comments__header {
    margin-bottom: 0 !important
}

.comments-fb .comments__item-list {
    gap: 2px !important
}

.comments-fb .comments__form {
    background-color: #edeff4 !important;
    border: none !important;
    margin-top: 2px !important
}

.comments-fb .comments__item-avatar {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 0 !important
}

.comments-fb .comment__form-img {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    border-radius: 0 !important
}