:root {
    scrollbar-gutter: stable;
}

/* TAGS */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.h1-main-page {
    font-family: "Merriweather", serif;
    font-weight: normal;
    font-size: 56px;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}


h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

/* FONTS */

@font-face {
    font-family: 'Merriweather';
    src: local('Merriweather'), url('../fonts/MerriweatherRegular.woff2') format('woff2');
    src: local('Merriweather'), url('../fonts/MerriweatherRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: local('Merriweather'), url('../fonts/MerriweatherBold.woff2') format('woff2');
    src: local('Merriweather'), url('../fonts/MerriweatherBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather';
    src: local('Merriweather'), url('../fonts/MerriweatherItalic.woff2') format('woff2');
    src: local('Merriweather'), url('../fonts/MerriweatherItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Merriweather';
    src: local('Merriweather'), url('../fonts/MerriweatherBoldItalic.woff2') format('woff2');
    src: local('Merriweather'), url('../fonts/MerriweatherBoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url('../fonts/OpenSansRegular_0.woff2') format('woff2');
    src: local('Open Sans'), url('../fonts/OpenSansRegular_0.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url('../fonts/OpenSansBold_0.woff2') format('woff2');
    src: local('Open Sans'), url('../fonts/OpenSansBold_0.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url('../fonts/OpenSansItalic_0.woff2') format('woff2');
    src: local('Open Sans'), url('../fonts/OpenSansItalic_0.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url('../fonts/OpenSansBoldItalic_0.woff2') format('woff2');
    src: local('Open Sans'), url('../fonts/OpenSansBoldItalic_0.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* FONTS */

.container {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.detail-container {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
}

.right-background {
    position: fixed;
    left: 50%;
    top: 100px;
    width: 50vw;
    background: #f4f4f4;
    z-index: -1;
    min-height: calc(100vh - 100px);
}

.red-text {
    color: #ff2438;
}

/* HEADER */

.seo-header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 5;
}

.seo-header-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    height: 100px;
}

.seo-header__container {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    border-left: 1px solid #f4f4f4;
    transition: background-color 0.5s ease;
    margin-left: 260px;
    margin-right: 30px;
    width: calc(100% - 290px);
}

.header {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px;
    padding-left: 260px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header__container_scrolled {
    background-color: #ffffff !important;
}

.header__container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    border-left: 1px solid #f4f4f4;
    transition: background-color 0.5s ease;
}

.header__right-block {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100px;
    background: #f4f4f4;
    transition: background-color 0.5s ease;
    z-index: -1;
}

.header__logo {
    display: none;
}

.header__nav-menu {
    margin-left: 69px;
}

.categories-list {
    padding: 0;
}

.categories-list__item {
    display: inline-block;
    margin-right: 17px;
    padding-right: 17px;
    line-height: 13px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-list__item:last-child {
    margin-right: 69px;
    padding-right: 17px;
    line-height: 13px;
    border-right: none;
}

.categories-list__link {
    text-decoration: none;
    color: #000000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 8.24px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-bottom: 6px;
}

.categories-list__link.categories-list__link_active {
    color: #ff2438;
    border-bottom: 2px solid currentColor;
}

.categories-list__item-seo {
    border-right: none;
}

.header__right-menu {
    display: flex;
    justify-content: space-between;
    width: 70px;
}

.header__right-menu_button {
    margin-left: 6px;
}

.header__right-menu-link {
    display: inline-block;
    width: 21px;
    height: 22px;
}

.article-header__logo-desctop-container {
    position: absolute;
    top: 0;
    left: 30px;
    width: 230px;
    height: 100px;
    background: #f4f4f4;

}

.article-header__logo-desctop-container:before {
    content: '';
    position: absolute;
    background: #f4f4f4;
    height: 100px;
    width: 50vw;
    left: -50vw;
}

.header__logo-desctop-container {
    position: absolute;
    top: 0;
    left: 29px;
    width: 230px;
    height: 100px;
    background-color: #fff;
}

.header__logo-desctop {
    margin-top: 41px;
}

/* burger-menu */
.categories-list-burger {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 317px;
}

.categories-list-burger__item {
    padding-top: 0;
    height: 45px;
}

.categories-list-burger__item:before {
    display: none;
}

.categories-list-burger__link {
    font-size: 19px;
    color: #2b2b2b;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Open Sans', Arial, sans-serif;
}

.categories-list-burger__link.categories-list__link_active {
    border-bottom: 2px solid currentColor;
}

.categories-list-burger__item-seo {
    margin-top: 5px;
}

.burger-menu {
    position: fixed;
    z-index: 150;
    top: 0;
    font-size: 14px;
    color: #7a7a7a;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

}

.burger-menu__wrapper {
    width: 100%;
    max-width: 1134px;
    height: 100vh;
    background: #F4F4F4;
    position: fixed;
    top: 0;
    right: -100vw;
    transition: transform;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.burger-menu__wrapper_visible {
    transform: translateX(-100vw);
}

.burger-menu__container {
    position: relative;
    max-width: 1340px;
    padding: 0 30px 0 85px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
    display: flex;
    justify-content: space-between;
}

.burger-menu__right-background {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #f4f4f4;
}

.burger-menu__right-section {
    position: relative;
    max-width: 840px;
    width: 100%;
    height: 100vh;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.burger-menu__right-section_header {
    height: 100px;
    width: 100%;
}

.burger-menu__right-section_main {
    display: flex;
    justify-content: space-between;
    margin-top: 125px;
}

.burger-menu__info {
    font-size: 16px;
}

.burger-menu__privacy-policy {
    display: block;
    float: right;
    margin-top: 102px;
    margin-right: 69px;
    color: #939393;
    font-size: 12px;
}

.burger-menu__logo {
    margin-top: 40px;
}

.burger-menu__directions-menu {
    margin-top: 108px;
}

.burger-menu__link {
    display: block;
    font-size: 19px;
    color: #32caf7;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Open Sans', Arial, sans-serif;
    padding-top: 0;
    height: 45px;
}

.burger-menu__link:hover {
    color: #25aed6;
}


.burger-menu__link-dev {
    display: none;
}

.directions-list__link-burger {
    text-decoration: none;
    color: #939393;
    font-family: 'Open Sans', Arial, sans-serif;
    display: table;
    vertical-align: top;
    height: 30px;
    font-size: 19px;
}

.areal-link {
    display: block;
    margin-top: 105px;
    width: 200px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.05px;
}

.burger-menu__copyright {
    opacity: 0.8;
    color: #939393;
    font-size: 11px;
    margin-top: auto;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.copyright-link {
    opacity: 0.8;
    color: #939393;
    text-decoration: underline;
}

.burger-menu__close-button {
    float: right;
    margin-top: 40px;
}

.burger-menu__close-button_mobile {
    display: none;
}

.burger-menu__left-section {
    height: 100%;
    padding-left: 30px;
    padding-right: 45px;
    min-width: 208px;
}

.burger-menu__title-form {
    display: none;
}

.burger-menu__form-field, .burger-menu__form_content-field {
    width: 100%;
    max-width: 360px;
    padding-top: 15px;
    padding-left: 22px;
    padding-bottom: 13px;
    padding-right: 22px;
    border: 1px solid #f4f4f4;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
    height: 47px;
    background-color: #e7e7e7;
}

.burger-menu__form-field::-webkit-input-placeholder, .burger-menu__form_content-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #aeaeae;
}

.burger-menu__form-field::-moz-placeholder, .burger-menu__form_content-field::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #aeaeae;
}

.burger-menu__form-field:-ms-input-placeholder, .burger-menu__form_content-field::-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #aeaeae;
}

.burger-menu__form-field:-moz-placeholder, .burger-menu__form_content-field::-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #aeaeae;
}

.burger-menu__form textarea {
    width: 100%;
    max-width: 360px;
    height: 133px;
    padding: 18px 22px 16px;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    resize: none;
    background-color: #e7e7e7;
}

.burger-menu__sumbit {
    width: 185px;
    height: 50px;
    background-color: transparent;
    letter-spacing: 0.9px;
    border: 2px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.burger-menu__sumbit.disabled,
.burger-menu__sumbit:disabled {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.4);
    cursor: default;
    background-color: transparent;
}

.burger-menu__sumbit:focus {
    outline: none;
}

.burger-menu__form-error {
    color: #939393;
    font-size: 10px;
    padding-left: 28px;
    margin: 5px 0 0;
}

.burger-menu__form-field:focus,
.burger-menu__form_content-field:focus {
    border: 1px solid #c0c0c0;
    outline: none;
    background: #ffffff;
    color: #2b2b2b;
}

.burger-menu__form-field:visited,
.burger-menu__form_content-field:visited {
    border: 1px solid #c0c0c0;
    outline: none;
    background: #ffffff;
    color: #2b2b2b;
}

.burger-menu__form-field.fulfilled,
.burger-menu__form_content-field.fulfilled {
    border: 1px solid #ececec;
    outline: none;
    background: #ffffff;
    color: #2b2b2b;
}

.burger-menu__form-link {
    color: #32caf7;
    text-decoration: none;
}

.burger-menu__form-link:hover {
    color: #32caf7;
    text-decoration: underline;
}

.burger-menu__checkbox-text {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    color: #616161;
}

.burger-menu__checkbox:not(:checked),
.burger-menu__checkbox:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
    z-index: 5;
}

.burger-menu__checkbox-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #A0ABB4;
    border-radius: 2px;
    -webkit-transition: all .275s;
    transition: all .275s;
    box-sizing: border-box;
}

.burger-menu__checkbox-text.error:before,
.checkbox-error + .burger-menu__checkbox-text:before {
    border-color: red;
}

.burger-menu__checkbox:checked + label:before {
    background: #32caf7;
    border-color: #32caf7;
}

.burger-menu__checkbox:checked + label:after {
    content: url(/img/check.svg);
    position: absolute;
    top: 0;
    left: 3px;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.burger-menu__form-result {
    max-width: 360px;
    width: 100%;
    margin-left: 30px;
}

input:required:invalid,
input:focus:invalid,
input:invalid,
.input-error {
    -moz-box-shadow: none !important;
    outline: 1px solid #fc2e37 !important;
    background: #ffffff !important;
}

.form-sent-message {
    color: #32caf7;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 0;
    display: inline-block;
}

.description-1st {
    margin-bottom: 42px;
    line-height: 22px;
}

.description-1st__title {
    font-size: 19px;
    margin-bottom: 22px;
    margin-top: 0;
}

.description-2nd-desctop {
    line-height: 22px;
    display: block;
    margin-bottom: 235px;
}

.description-2nd-tabl {
    line-height: 22px;
    display: none;
}

.description-3rd {
    font-size: 12px;
    line-height: 18px;
    display: flex;
}

.description-3rd__text {
    margin-left: 20px;
}

.description-3rd__accented-icon-info {
    display: block;
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin-top: -4px;
}

.contact-phone {
    text-decoration: none;
    color: #616161;
    font-size: 32px;
    line-height: 1.2;
}

.contact-phone:hover {
    color: #32caf7;
    text-decoration: underline;
}

.burger-menu__form {
    max-width: 360px;
    width: 100%;
    margin-left: 30px;
}

.privacy-policy__link {
    color: #939393;
    text-decoration: underline;
}

.need-consultation {
    display: none;
}

/* search */
.search {
    width: 100%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
}

.search__background {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

}

.search__container {
    width: 100%;
    height: 105px;
    background-color: #ffffff;
    position: absolute;
    top: -105px;
    transition: transform;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out
}

.search__container_visible {
    transform: translatey(105px);
}

.search__active-area {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px;
    height: 35px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.search__form {
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.search-menu__search-button {
    display: none;
}

.search-field {
    max-width: 960px;
    width: 100%;
    border: none;
    border-bottom: 2px solid rgba(204, 204, 204, 0.7);
    margin-left: 26px;
    margin-right: 23px;
    height: 46px;
    font-family: Merriweather, serif;
    font-size: 16px;
}

.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Merriweather, serif;
    font-size: 16px;
    color: #bebebe;
}

.search-field::-moz-placeholder { /* Firefox 19+ */
    font-family: Merriweather, serif;
    font-size: 16px;
    color: #bebebe;
}

.search-field:-ms-input-placeholder { /* IE 10+ */
    font-family: Merriweather, serif;
    font-size: 16px;
    color: #bebebe;
}

.search-field:-moz-placeholder { /* Firefox 18- */
    font-family: Merriweather, serif;
    font-size: 16px;
    color: #bebebe;
}

.search-field:focus {
    color: #2b2b2b;
    font-size: 16px;
    outline: none;
    border-bottom: 2px solid #313131;
}

.search__search-button-svg-focused {
    fill: #313131 !important;
    cursor: pointer;
}

.search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-menu__search-button:focus {
    outline: none;
}

.search__search-failed {
    position: fixed;
    top: 105px;
    height: 170px;
    width: 100%;
    border-top: 1px solid #e3e3e3;

    background: #ffffff;
    visibility: hidden;
    opacity: 0;
}

.search-query {
    font-weight: 700;
}

.search__search-failed-container {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px;
    height: 170px;
    position: relative;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.search-failed-message {
    padding-top: 38px;
    padding-left: 47px;
    width: 100%;
    max-width: 1050px;
    margin-left: auto;
    font-size: 16px;
    font-family: Merriweather, serif;
    line-height: 28px;
}

.search-failed__closed-button {
    color: #32caf7;
    text-decoration: underline;
}

/* main */

@media (min-width: 1024px) {
    .page-block {
        display: flex;
    }

    .left-side {
        width: 230px;
        margin-top: 98px;
        position: static;
        padding-top: 0;
        z-index: 9;
    }

    .left-side--author {
        position: sticky;
        z-index: 9;
        width: 230px;
        top: 100px;
        bottom: 130px;
    }

    .timeline {
        margin-top: 55px;
        width: 22px;
        margin-left: 4px;
        font-size: 14px;
        height: 298px;
    }

    .timeline__progress-background {
        width: 2px;
        height: 64px;
        background-color: #ededed;
        margin: 5px auto 5px 16px;
    }

    .timeline__progress {
        width: 100%;
        background: #000000;
    }

    .timeline__middle-progress {
        width: 100%;
        height: 0;
        background: #000000;
    }

    .timeline__bottom-progress {
        width: 100%;
        height: 0;
        background: #000000;
    }

    .timeline__year {
        width: 22px;
        color: #999999;
        text-align: center;
    }

    .timeline__year_active {
        color: #000;
    }

    .timeline__year_dots {
        font-size: 18px;
        margin-left: 6px;
        margin-bottom: 13px;
    }
}


.burger-menu__right-section .left-side__directions-menu {
    display: none;
    margin: 0;
}

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

.directions-list__item {
    padding-top: 0;
    height: 34px;
}

.directions-list__item_burger {
    height: 45px;
}

.directions-list__link {
    text-decoration: none;
    color: #868686;
    font-family: "Open Sans", sans-serif;
    display: table;
    vertical-align: top;
    height: 24px;
    font-size: 14px;
}

.directions-list__link:hover {
    color: #868686;
    border-bottom: 2px solid #32caf7;
}

.directions-list__link.active {
    color: #000;
    border-bottom: 2px solid #32caf7;
}


/* main-content */

.main-wrapper {
    margin-top: 100px;
    background-color: #f4f4f4;
}

@media (min-width: 1024px) {
    .main-wrapper {
        width: calc(100% - 230px);
    }
}

.page-title {
    background-color: #f4f4f4;
    border-bottom: 1px solid #fff;
}

.page-title__container {
    padding-top: 33px;
    padding-left: 68px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.page-title__announcement {
    font-family: Merriweather, serif;
    color: #5c5c5c;
    line-height: 22px;
    font-size: 14px;
    margin-top: 29px;
    width: 280px;
}

.page-title__position {
    color: #aeaeae;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 28px;
    margin-bottom: 40px;
}

.select-list-container {
    display: none;
}

.previews {
    background: #f4f4f4;
    min-height: calc(100vh - 390px);
}

.previews__announcement {
    font-family: Merriweather, serif;
    font-size: 16px;
    line-height: 24px;
    max-width: 670px;
    margin: auto;
    margin-top: 28px;
}

.previews__announcement p {
    margin: 0;
}

.previews__container {
    display: block;
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.previews__wrapper {
    padding-top: 39px;
    padding-left: 68px;
    padding-right: 50px;
    padding-bottom: 32px;
    background-color: #f4f4f4;
}

.previews__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: white;
}


.title-decoration {
    display: inline !important;
}

.title-h4 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.title-h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.title-h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.preview-hidden {
    display: none;
}

.previews__article {
    max-width: 425px;
    width: 100%;
}

.previews__article_big {
    max-width: 930px;
    width: 100%;
    text-align: center;
}

.grid-sizer,
.previews__container {
    float: left;
    width: 50%;
}

.stamp {
    position: absolute;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 1px;
    top: 0;
}

.previews__image-container {
    margin-bottom: 20px;
}

.previews__image {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.previews__image_big {
    display: block;
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
    height: auto;
}


.left-side-article {
    position: fixed;
    top: 105px;
    padding-top: 30px;
    padding-left: 35px;
    z-index: 10;
}

.article-statistics {
    margin-top: 35px;
    font-size: 14px;
    opacity: 0.8;
    color: #939393;
    display: flex;
    align-items: flex-end;
    height: 18px;
}

.article-statistics_desc-tabl {
    margin-top: 12px;
}

.icon-view-container {
    display: inline-block;

}

.article-statistics__views-container {
    display: inline-block;
    margin-right: 11px;
}

.article-statistics__likes {
    text-decoration: none;
    color: #939393;
    cursor: pointer;
}

.article-statistics__likes-prevs {
    margin-left: 11px;
    text-decoration: none;
    color: #939393;
}

.icon-like-container {
    display: inline-block;
    margin-right: 4px;
}

.preview-priority-0 {
    max-width: 930px;
    width: 100%;
    text-align: center;
}

.previews__container_big {
    position: absolute;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    background: #f4f4f4;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}


.big_announcement_clone {
    display: none;
}

.end-of-content {
    width: 100%;
    height: 155px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-extra-button__link {
    display: block;
    width: 185px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.9px;
}

.footer {
    width: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.footer__container {
    max-width: 1340px;
    width: 100%;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__nl {
    display: none;
}

.newsletter-info {
    font-size: 12px;
    line-height: 1.5;
}

.newsletter-info p {
    margin: 0;
}

.newsletter-link {
    color: #000000;
    text-decoration: underline;
}

.copyright {
    opacity: 0.8;
    color: #939393;
    font-size: 12px;
    line-height: 1.5;
    max-width: 630px;
}

.footer__link {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 4px;
}

.nl-icon {
    opacity: 0.8;
    color: rgba(205, 205, 205, 1);
    font-size: 32px;
    font-weight: 700;
    background-color: #e2e2e2;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.footer__newsletter-info {
    display: block;
    height: 57px;
}

.js-nl-form-link {
    cursor: pointer;
}

.newsletter-info__text {
    margin-top: 8px;
    color: #ababab;
}

.newsletter-info__text p {
    margin-bottom: 16px;
}

.newsletter-on-the-left {
    width: 189px;
    display: block;
    margin-top: 50px;
}

.relative {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.nl-icon-left {
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.colorized-nonhover-portal {
    color: #32caf7 !important;
    white-space: nowrap;
}

.colorized-nonhover-seo {
    color: #95d12e !important;
    white-space: nowrap;
}

.colorized-nonhover-mobile {
    color: #00ccad !important;
    white-space: nowrap;
}

.colorized-nonhover-site {
    color: #ff9000 !important;
    white-space: nowrap;
}

.colorized-nonhover-common {
    color: #32caf7 !important;
    white-space: nowrap;
}

.colorized-everything {
    color: #32caf7 !important;
}

.colorized-common {
    color: #32caf7 !important;
}

.colorized-portal {
    color: #32caf7 !important;
}

.colorized-seo {
    color: #95d12e !important;
}

.colorized-mobile {
    color: #00ccad !important;
}

.colorized-site {
    color: #ff9000 !important;
}

.colorized-common {
    color: #32caf7 !important;
}

.title-decoration {
    border-color: #32caf7 !important;
}

/* SVG */
.burger-button-svg {
    display: inline-block;
    height: 22px;
    width: 23px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(35, 35, 36, 0.8);
}

.search-button-svg {
    display: inline-block;
    width: 21px;
    height: 22px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(35, 35, 36, 0.8);
}

.search__search-button-svg {
    display: inline-block;
    width: 21px;
    height: 40px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(204, 204, 204, 1);
}

.close-button-svg {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 22px;
    height: 23px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(35, 35, 36, 0.8);
}

.search__close-button-svg {
    display: inline-block;
    width: 22px;
    height: 40px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(204, 204, 204, 1);
    cursor: pointer;
}

.logo-areal-svg {
    display: inline-block;
    width: 167px;
    height: 16px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-view-svg {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 13px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(134, 134, 134, 0.5);
}

.icon-view-svg_watched {
    fill: currentColor;
}

.icon-like-svg {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 18px;
    height: 19px;
    stroke-width: 0;
    stroke: currentColor;
    fill: rgba(134, 134, 134, 0.5);
}

.icon-like-svg_clicked {
    fill: #2a2a2a;
}

.article-statistics__likes-count_clicked {
    color: #2a2a2a;
}


/* ARTICLE PAGE*/
.article-page-body {
    background-color: #f4f4f4;
}

.article-header {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px 0 260px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 20;
}

.article-header__container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
}

.article-header__right-block {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    background: #ffffff;
}

.article-header__logo {
    display: none;
}

.logo_arealBlack_cub-svg {
    display: block;
    width: 26px;
    height: 23px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.article-header__back-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 70px;
}

.article-header__icon-back {
    display: inline-block;
    width: 11px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #b2b2b2;
    margin-right: 25px;
    position: relative;
    top: 5px;
}

.back-to-previews-link,
.back-to-previews-link-seo {
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 1.8px;
    font-size: 12px;
    line-height: 30px;
}

.top-header-publication_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #282829;
    letter-spacing: 1.8px;
    font-size: 12px;
}

.progress {
    position: fixed;
    left: 0;
    top: 100px;
    height: 2px;
    background-color: #32caf7;
    z-index: 21;
    animation: width 10ms ease-in;
}

.progress-background {
    position: fixed;
    left: 0;
    top: 100px;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 21;

}

.top-stick_transition-properties {
    transition-timing-function: ease-in-out;
    transition-property: transform, box-shadow;
    transition-duration: 200ms;
    transition-delay: 0ms;
}

.top-stick_sticked {
    transform: translateY(-100px);
}

.top-stick_sticked-header {
    transform: translateX(-50%) translateY(-100px);
    box-shadow: none;
}

.top-header {
    display: none;
}

.under-header_mobile,
.under-header {
    display: none;
}

.article-main-wrapper {
    width: 100%;
    margin-top: 100px;
    background: #f4f4f4;
    padding-left: 230px;
}

.article {
    width: 100%;
    background: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 68px;
}

.article .youtube-video {
    display: flex;
}

.right-background_article {
    background: #ffffff;
    top: 0;
}

.article-footer__prev-next-wrap {
    margin: -20px;
    padding: 20px;
    cursor: pointer;
}

.button-prev-svg {
    display: inline-block;
    width: 11px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #232324;
    cursor: pointer;
}

.button-next-svg {
    display: inline-block;
    width: 11px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: #232324;
    transform: rotate(180deg);
    cursor: pointer;
}

.button-prev-next-svg_inactive {
    cursor: default;
}

.button-prev-next-svg_inactive svg {
    fill: #b2b2b2;
    cursor: default;
}

.image-counter {
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    color: #868686;
    letter-spacing: 3pt !important;
    font-size: 14px !important;
}

.image-counter-inactive {
    color: #868686 !important;
}

.image-count::selection {
    background: transparent;
}

.image-number::selection {
    background: transparent;
}

.image-counter::selection {
    background: transparent;
}

.image-counter::-moz-selection {
    background: transparent;
}

.image-count::-moz-selection {
    background: transparent;
}

.image-number::-moz-selection {
    background: transparent;
}

.image-count,
.image-number {
    color: #000000;
}

.article__subtitle {
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    clear: both;
    max-width: 640px;
}

.article__subtitle p {
    font-size: 18px !important;
    line-height: 30px !important;
}

.article-header2 {
    margin: 30px 0;
}

.article-header3 {
    margin: 30px 0;
}

.article-header4 {
    margin: 30px 0;
}

.article-paragraph {
    margin-bottom: 70px;
    margin-top: 25px;
}

/* отступы последних элементов */
.article .article-paragraph:last-child {
    margin-bottom: 0;
}

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

.article p {
    font-family: Merriweather, serif;
    font-size: 16px;
    line-height: 28px;
    max-width: 640px;
}

.article__info {
    padding: 18px 0;
    margin-top: 26px;
    margin-bottom: 50px;
    height: 135px;
    display: flex;
    align-items: center;
    position: relative;
}

.article__info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 100vw;
    height: 1px;
    background: rgba(228, 228, 228, 1);
}

.author-source-stats-block {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #939393;
    display: flex;
    flex-direction: column;
}

.author-name {
    margin-bottom: 5px;
    display: block;
}

.article__info-btm {
    margin-top: 20px;
}

.article__source {
    display: inline-block;
    color: #939393;
    margin-right: 31px;
    border-right: 1px solid #e6e6e6;
    padding-right: 36px;
}

.article-statistics_inline {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    color: #939393;
}

.article-statistics_mobile {
    display: none;
}

.article__source-mobile {
    display: none;
}

.article__info-link {
    color: #32caf7;
}

.article__info-link:hover {
    text-decoration: none;
}

.ava-container {
    width: 100px;
    height: 100px;
    background: url('../svg/ball.svg') no-repeat center;
    padding: 11px;
    margin-right: 28px;
}

.author-ava {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.images-container {
    margin-top: 39px;
    margin-bottom: 53px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
}

.illustration-name {
    color: #aeaeae;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    margin: 1px 0;
    max-width: 640px;
    order: 2;
    min-height: 32px;
    min-width: 1px;
}

.article__images {
    width: 400px;
    order: 1;
}

.illustration-buttons {
    height: 24px;
    width: 152px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 3;
    align-self: flex-end;
    z-index: 5;
}

.article__ulist {
    max-width: 640px;
    list-style: none;
    margin: 0;
    font-family: Merriweather, serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.article__ulist li {
    position: relative;
}

.article__ulist li:before {
    content: '';
    width: 23px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: -39px;
    top: 14px;
}

.article__olist {
    max-width: 640px;
    padding-left: 17px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.article__olist-item {
    margin-left: 32px;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.accented-text {
    margin-top: 93px;
    margin-bottom: 60px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 32px;
    padding-top: 0;
    padding-left: 38px;
    width: 100%;
    max-width: 650px;
    color: #868686;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
}

.accented-icon-container {
    z-index: 1;
    background: #ffffff;
    width: 88px;
    padding-left: 12px;
    padding-right: 15px;
    position: relative;
    top: -32px;
    right: 12px;
    margin-bottom: -23px;
}

.accented-icon-info {
    display: inline-block;
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.quote {
    margin-top: 89px;
    margin-bottom: 60px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 32px;
    padding-top: 0;
    padding-left: 38px;
    width: 100%;
    max-width: 650px;
    color: #868686;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
}

.quote__author {
    display: inline-block;
    z-index: 1;
    background: #ffffff;
    padding-left: 12px;
    padding-right: 15px;
    position: relative;
    top: -32px;
    right: 12px;
    margin-bottom: -23px;
}

.quote__author-info {
    display: inline-block;
    color: #aeaeae;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 32px;
    font-style: normal;
    margin-top: 9px;
}

.quote__author-img {
    float: left;
    filter: grayscale(100%);
    width: 57px;
    height: 57px;
}

.left-side__article-icons {
    width: 57px;
    position: absolute;
    top: 200px;
}

.invisible {
    visibility: hidden;
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 300ms, 0ms;
    transition-delay: 0ms, 300ms;
}

.visible {
    visibility: visible !important;
    opacity: 1;
    transition-timing-function: ease-in-out;
    transition-property: opacity, visibility;
    transition-duration: 300ms, 0ms;
    transition-delay: 0ms;
}

.icon-container {
    width: 57px;
    height: 57px;
    margin-bottom: 18px;
}

.like-icon-container.is-liked .icon-like_black {
    display: inline-block;
}

.like-icon-container.is-liked .icon-like_gray {
    display: none;
}

.icon {
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    cursor: pointer;
}

.icon-like_black,
.icon-newsletter_black,
.icon-copy_black,
.icon-bookmark_black {
    display: none;
}

.icon-like_gray,
.icon-newsletter_gray,
.icon-copy_gray,
.icon-bookmark_gray {
    display: inline-block;
}

.article-footer__wrapper {
    height: 230px;
    width: 100%;
    z-index: 5;
    margin-top: 119px;
}

.article-footer {
    width: 100vw;
    height: 230px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    transition-timing-function: ease-in-out;
    transition-property: transform;
    transition-duration: 200ms;
    transition-delay: 0ms;
    z-index: 5;
}

.article-footer__wrapper-empty {
    height: 50px;
    width: 100%;
    z-index: 5;
}

.article-footer-empty {
    width: 100vw;
    height: 5px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    margin-top: 45px;

    z-index: 5;
}

.article-footer-animate {
    position: fixed;
    bottom: -230px;
    transition-timing-function: ease-in-out;
    transition-property: transform;
    transition-duration: 200ms;
    transition-delay: 0ms;
}

.article-footer_hidden {
    transform: translateY(230px);
}

.article-footer_uncover {
    transform: translateY(-230px);
}

.article-footer__container {
    max-width: 1340px;
    width: 100%;
    padding: 0 50px 0 269px;
    height: 100%;
}

.article-footer__title {
    height: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pohozhee {
    font-size: 28px;
    margin-left: 38px;
}

.article-footer__prev-next-buttons {
    width: 66px;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.article-footer__mobile-previews {
    display: none;
}

.article-footer__previews {
    width: calc(100% - 1px);
    height: 150px;
}

.article-footer__preview-container {
    height: 110px;
    max-width: 550px;
    width: 100%;
    padding-left: 39px;
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-footer__previews:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #ffffff;
    z-index: 5;
}

.article-footer__preview-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
}


.article-footer__article-statistics {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.8;
    color: #939393;
}

.article-footer_preview-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
}

.new-owl {
    width: 80px;
    height: 80px;
}

.back-to-top-button {
    width: 57px;
    height: 57px;
    position: fixed;
    right: 2%;
    bottom: 40px;
    z-index: 4;
    cursor: pointer;
}

.back-to-top-svg {
    display: block;
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.back-to-top-svg-black {
    display: none;
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.link {
    color: #32caf7;
    text-decoration: underline;
}

.article-link {
    text-decoration: none;
    color: #000000;
}

.shadow-block {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 960px 0 1000px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 960px 0 1000px rgba(0, 0, 0, 1);
    box-shadow: 0 935px 0 1000px rgba(0, 0, 0, 1);
    z-index: 19;
}

/* SEO-TAGS */
.seo-header__desctop-logo {
    top: 0;
    width: 260px;
    height: 100px;
    position: fixed;
    content: '';
    z-index: 4;
    background: #ffffff;
}

.seo-header__logo-link {
    display: inline-block;
    margin-top: 41px;
    margin-left: 65px;
}

.seo-header__desctop-logo:before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100px;
    width: 50vw;
    left: -50vw;
}

.left-side__logo .logo-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seo-left-side-container {
    position: fixed;
    top: 100px;
    z-index: 21;
    width: 230px;
    height: 100vh;
    background: #ffffff;
}

.seo-left-side-container:before {
    right: 229px;
    content: '';
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100vh;
    background: #ffffff;
    z-index: 37;
}

.seo-left-side {
    position: relative;
    top: 0;
    padding-left: 35px;
}

.left-side__first-lvl-menu {
    margin-top: -21px;
}

.first-lvl-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.first-lvl-menu-list__item {
    padding-top: 0;
    height: 34px;
}

.first-lvl-menu-list__link {
    text-decoration: none;
    color: #939393;
    font-family: 'Open Sans', Arial, sans-serif;
    display: table;
    vertical-align: top;
    height: 24px;
    font-size: 14px;
}

.seo-active {
    color: #000000;
    border-bottom: 2px solid #91c93a;
}

.page-title__announcement_seo {
    max-width: 790px;
    font-family: Merriweather, serif;
    color: #5c5c5c;
    line-height: 22px;
    font-size: 14px;
    margin-top: 20px;
}

.seo-preview {
    box-sizing: border-box;
    width: 50%;
    max-width: 525px;
    height: 140px;
    background-color: #f4f4f4;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.seo-preview-link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    text-decoration: none;
    color: #000000;
}

.seo-preview__wrapper {
    padding-top: 36px;
    padding-left: 70px;
}

.seo-preview__number {
    color: #939393;
    font-size: 14px;
    opacity: 0.8;
}

.seo-preview__title {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    display: inline;
}

.seo-preview:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: white;
}

.seo-previews {
    background: #f4f4f4;
    min-height: calc(100vh - 305px);
}

.open-close-tags-button {
    z-index: 10;
    position: relative;
    width: 57px;
    height: 57px;
    right: -169px;
    top: 246px;
    cursor: pointer;
}

.open-tags-svg {
    display: inline-block;
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.open-tags-svg-black {
    width: 57px;
    height: 57px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: none;
}

.open-tags-button {
    transform: rotate(180deg);
    width: 57px;
    height: 57px;
    transition: transform 0.3s;
}

.open-tags-button_rotate {
    transform: rotate(0deg);
}

.tags-button {
    width: 57px;
    height: 57px;
    display: none;
}

.seo-tags-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #f4f4f4;
    transition-property: transform, visibility;
    transition-duration: 300ms, 0ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
}

.seo-tags-top__container {
    max-width: 1340px;
    margin: 0 30px;
    margin-left: 260px;
    height: 100px;
    background: #f4f4f4;
}

.tags-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: #ffffff;
    transition-property: transform, visibility;
    transition-duration: 300ms, 0ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
}

.seo-tags-shadow {
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
}

.tags-list_hidden {
    transition-property: transform, visibility;
    transition-duration: 300ms, 0ms;
    transition-delay: 0ms, 300ms;
    transition-timing-function: ease;
    transform: translateX(-100%);
    visibility: hidden;
}

.tags-list__container {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    display: flex;
}

.tags-list__wrapper {
    width: 100%;
    height: 100vh;
    background: #ffffff;
}

.tags-list__right-side-container {
    padding-left: 230px;
    height: 769px;
    width: 100%;
}

.tags-list__right-side {
    background: #f4f4f4;
    height: 100vh;
    width: 100%;
    padding-top: 40px;
    padding-left: 65px;
}

.tags-list__right-background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    background: #f4f4f4;
    z-index: -1;
}

.tags-list__2nd-lvl-tags {
    display: flex;
    max-width: 69%;
    width: 100%;
    justify-content: flex-start;
    position: absolute;
    top: 120px;
}

.second-lvl-menu-list {
    padding: 0;
}

.second-lvl-menu-list__item {
    font-size: 14px;
    min-height: 30px;
    height: auto;
    list-style-type: none;
    margin-bottom: 4px;
    text-decoration: none;
}

.second-lvl-menu-list__link {
    border: 1px solid transparent;
    border-radius: 3px;
    padding-left: 11px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 8px;
    color: #939393;
    white-space: nowrap;
    text-decoration: none;
}

.second-lvl-menu-list__link_active {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.tags-list__left-side {
    position: fixed;
    padding-top: 40px;
    padding-left: 40px;
}

.tags-list__first-lvl-menu {
    margin-top: 62px;
}

.tags-list__dividing-line {
    width: 1px;
    height: 405px;
    background-color: #e8e8e8;
    margin-left: 20px;
    margin-right: 60px;
    position: relative;
    top: 10px;
}

@media (max-width: 1500px) {
    .tags-list__dividing-line {
        margin-left: 10px;
        margin-right: 20px;
    }
}

.tags-list__close-button {
    float: right;
    margin-top: 36px;
}

.tags-list__selected-hashtags {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-right: 16px;
    background: #e9e9e9;
    border-radius: 3px;
    color: #939393;
    line-height: 14px;
    margin-top: 78px;
    margin-bottom: 27px;
    position: absolute;
}

.page-title__container-seo {
    padding-top: 35px;
    padding-left: 68px;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.copy-link-success-message_destop {
    background: url('../svg/hint.svg') no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 114px;
    height: 29px;
    left: 64px;
    bottom: 61px;
}

.copy-link-success-message_tablet {
    background: url('../svg/hint.svg') no-repeat center;
    position: relative;
    left: 65px;;
    width: 114px;
    height: 29px;
    top: -45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-link-success-message_mobile {
    background: url('../svg/hint_centr.svg') no-repeat center;
    position: fixed;
    right: 14px;
    top: 112px;
    width: 114px;
    height: 29px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-message {
    width: 110px;
    font-size: 12px;
    color: #aeaeae;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-left: 19px;

}

.left-side__likes-count {
    width: 120px;
    position: relative;
    left: 72px;
    bottom: 37px;
    opacity: 0.8;
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    display: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

.query_result {
    margin-top: 20px;
    line-height: 54px;
}

.seo-blitz__title-href {
    text-decoration: none;
}

.article-h1 {
    margin-top: 0;
}

.body-404 {
    background: #f4f4f4;
}

.mess404 {
    font-size: 270px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: bold;
}

.cross404 {
    font-weight: 400;
}

.header404 {
    width: 100%;
    height: 100px;
    background: #ffffff;
    position: fixed;
    top: 0;
}

.header404__container1 {
    width: 100%;
    max-width: 1340px;
    padding: 0 30px 0 260px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.header404__container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-left: 1px solid #f4f4f4;
    transition: background-color 0.5s ease;
}

.container__404 {
    max-width: 1340px;
    padding: 0 30px;
    margin: 100px auto 0;
    position: relative;
    overflow: hidden;
}

.main-wrapper404 {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.icon-X {
    display: block;
    width: 194px;
    height: 194px;
    stroke-width: 0;
    stroke: #000000;
    fill: #000000;
}

.icon-4X4 {
    display: block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 547px;
    height: 194px;
}

.main-content404 {
    width: 547px;
    font-family: Merriweather, serif;
    color: #000000;
}

.main-content404__first-line {
    font-size: 56px;
    margin-top: 46px;
    margin-left: 101px;
}

.main-content404__redspan {
    color: #ff353d;
}

.main-content404__second-line {
    font-size: 16px;
    margin-left: 182px;
    margin-top: 31px;
}

.main-content404__third-line {
    width: 453px;
    text-align: center;
    margin-left: 46px;
    margin-top: 104px;
    line-height: 28px;
}

.href-404 {
    color: #ff353d;
}

.categories-list__link.categories-list__link_active-404 {
    color: #000;
    border-bottom: 2px solid currentColor;
}

.nl-footer-href-icon {
    text-decoration: none;
}

.hastag-link {
    text-decoration: none;
    color: #939393;
}

.h1-seo-blitz-page {
    font-family: Merriweather, serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #95d12e;
    font-size: 57px;
    line-height: 57px;
}

.br-title {
    display: none;
}

@media (min-width: 1024px) and (max-height: 899px) {
    .timeline {
        margin-top: 10px;
    }

    .newsletter-on-the-left {
        margin-top: 20px;
    }
}

@media (min-width: 1024px)  and (max-height: 749px) {
    .newsletter-on-the-left {
        display: none;
    }
}

.author-span {
    color: #868686;
    font-size: 14px;
}

.cases-preview-link {
    margin-top: 10px;
    opacity: 0.8;
    color: #939393;
    font-size: 14px;
}

.article-tags-hided {
    visibility: hidden;
}

.header__container_404 {
    background: #ffffff;
}

.header__logo-desctop-container404 {
    position: absolute;
    top: 0;
    left: 30px;
    width: 230px;
    height: 100px;
    background: #ffffff;
}

.header__logo-desctop-container404:before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100px;
    width: 50vw;
    left: -50vw;
}

.header__right-block404 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    z-index: -1;
}

.main-content404__there-is-no-articles-text {
    width: 453px;
    text-align: center;
    margin-left: 46px;
    line-height: 28px;
    margin-top: -25%;
}

.table-header {
    display: none;
    align-items: center;
    margin-bottom: 17px;
}

.icon-table-scroll {
    display: block;
    width: 44px;
    height: 34px;
    stroke-width: 0;
    stroke: #adadad;
    fill: #adadad;
    margin: 0 12px 0 13px;
}

.table-header__caption {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #acacac;
}

.table-header__line {
    height: 2px;
    width: 27px;
    background: #eaeaea;
}

.table-wrapper {
    margin: 0 -35px 0 0;
    width: calc(100% + 35px);
}

.table-wrapper-small {
    margin: 0 !important;
    width: 100% !important;
}

.seo-blitz-newsletter-container {
    z-index: 25;
    margin-left: 34px;
}

.seo-blitz-footer {
    z-index: 100;
    background: #ffffff;
}

.seo-blitz-footer_container {
    z-index: 100;
    background: #ffffff;
}

.seo-blitz-footer_container:after {
    content: '';
    width: 50vw;
    height: 118px;
    position: absolute;
    left: 50%;
    z-index: -1;
    background: #ffffff;
}

.newsletter-on-the-left_seo-blitz {
    margin-left: 34px;
}

.article-statistics__publ-date {
    margin-right: 28px;
}

.article-statistics__views_footer {
    margin-right: 11px;
}

.article-statistics__likes_footer {
    margin-left: 0 !important;
}

.preview-pin {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.preview-pin::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: -1;
    border-top: 39px solid #fff;
    border-bottom: 39px solid transparent;
    border-left: 37px solid transparent;
    border-right: 37px solid #fff;
}

.preview-pin--mobile::before {
    border-top: 29px solid #fff;
    border-bottom: 29px solid transparent;
    border-left: 27px solid transparent;
    border-right: 27px solid #fff;
}

.preview-pin--mobile .preview-pin__image {
    width: 15px;
    height: 15px;
}

.preview-pin__image {
    width: 24px;
    height: 24px;
    fill: #eee;
}

.preview-pin:not(.preview-pin--mobile):hover ~ .previews__wrapper {
    background-color: #ffffff;
}

.preview-pin:not(.preview-pin--mobile):hover::before {
    border-color: transparent;
}

@media (max-width: 999px) {
    .logo-areal-svg {
        width: 100px;
        height: 10px;
    }
}

/***** TEST *****/

/********BEGIN_ZOOM**********/
.zoom--active {
    cursor: zoom-in;
}

.zoom__popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 30;
}

.zoom__image {
    margin: auto;
    padding: 1%;
    max-width: 95%;
    max-height: 95%;
    background: white;
    box-sizing: border-box;
    cursor: zoom-out;
}

/********END_ZOOM************/

.hidden {
    overflow: hidden;
}

.carryover {
    display: none;
}

.article__info-link {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;

}

.footer.footer_view_iframe.clearfix {
    display: none;
}

.article__info-link.js-burger-button {
    font-family: Merriweather, serif;
}

@media (max-width: 1024px) {
    .page-title__container-author {
        padding-bottom: 1px;
    }
}

.second-name {
    color: #32caf7;
}

@media (max-width: 767px) {

    .carryover {
        display: block;
    }
}

.form_for_text {
    margin-left: 0;
}

.margin-bottom_0 {
    margin-bottom: 0 !important;
}

.web_form_submit_custom {
    background-color: rgba(244, 244, 244, 0);
}


/* cookie banner */

.cookie-banner-modal {
    background-color: #fff;
    padding: 0;
    position: fixed;
    bottom: -1px;
    z-index: 999;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .cookie-banner-modal {
        /*-webkit-backdrop-filter: blur(4px);*/
        /*backdrop-filter: blur(4px);*/
        background: #ffffffe6;
        box-shadow: 0 -1px 10px #d8d5d540;
    }
}

.cookie-banner-modal__wrapper {
    padding: 0 30px;
}

@media only screen and (min-width: 992px) {
    .cookie-banner-modal__wrapper {
        margin: 0 auto;
        max-width: 1340px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .cookie-banner-modal__wrapper {
        margin: 0 auto;
        max-width: 700px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .cookie-banner-modal__touch-shift {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 16px;
        justify-content: center;
    }

    .cookie-banner-modal__bar {
        background-color: #C6CDD2;
        border-radius: 4px;
        height: 2px;
        width: 72px;
    }
}

.cookie-banner-modal__content {
    display: flex;
    gap: 32px;
}

@media only screen and (min-width: 992px) {
    .cookie-banner-modal__content {
        align-items: center;
        gap: 64px;
        padding: 40px 0 40px 230px;
    }
}

@media only screen and (max-width: 991px) {
    .cookie-banner-modal__content {
        flex-direction: column;
        padding: 24px 0 32px;
    }
}

.cookie-banner-modal__text {
    line-height: 120%;
}

@media only screen and (min-width: 992px) {
    .cookie-banner-modal__text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .cookie-banner-modal__text {
        font-size: 14px;
    }
}

.cookie-banner-modal  a {
    color: #000;
}

.cookie-banner-modal__actions {
    align-items: center;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.cookie-banner-modal__actions .ui-button {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .cookie-banner-modal__actions {
        flex-direction: column;
        gap: 16px;
    }
}

.cookie-banner-modal__submit {
    height: 50px;
    padding: 10px 32px;
    background-color: transparent;
    letter-spacing: 1.05px;
    border: 2px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.cookie-banner-modal__submit:hover {
    border: 2px solid #32caf7;
    color: #32caf7;
}

.cookie-banner-modal__back-button {
    transition: all .2s;
    cursor: pointer;
    height: 24px;
    border-bottom: 2px solid transparent;
}

.cookie-banner-modal__back-button:hover {
    color: #32caf7;
    border-bottom: 2px solid #32caf7;
}
