@charset "UTF-8";
body {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
    box-sizing: border-box;
    border: none;
}

textarea {
    outline: none;
}

button {
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table{
    border-top: 1px solid #cccccc40;
    overflow: auto;
}

table, th, td {
    border-collapse: collapse;
    line-height: 22px;
    vertical-align: middle;
}
td{
    padding: 10px;
    line-height: 22px;
    vertical-align: middle;
}
tr{
    border-bottom: 1px solid #cccccc40;
}
td:nth-child(1){
    text-align: left;
    padding-left: 0;
}

.nowrap{
    white-space: nowrap;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    border-style: none;
}

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

* {
    box-sizing: border-box;
    outline: none;
}

/* @font-face {
    font-family: 'IBM Plex Sans';
    src: url("../fonts/IBMPlexSans.eot");
    src: local("IBM Plex Sans"), local("IBMPlexSans-Light"), url("../fonts/IBMPlexSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff"), url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
  font-family: 'Google Sans';
  src: url("../fonts/GoogleSans-Medium.eot");
  src: local("Google Sans Medium"), local("GoogleSans-Medium"), url("../fonts/GoogleSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GoogleSans-Medium.woff2") format("woff2"), url("../fonts/GoogleSans-Medium.woff") format("woff"), url("../fonts/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Google Sans';
  src: url("../fonts/GoogleSans-Bold.eot");
  src: local("Google Sans Bold"), local("GoogleSans-Bold"), url("../fonts/GoogleSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GoogleSans-Bold.woff2") format("woff2"), url("../fonts/GoogleSans-Bold.woff") format("woff"), url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; } */

h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.3;
}

.h1-background {
    display: block;
    padding: 5px 30px 61px 20px;
    /* background-color: #FFFFFF; */
    margin-top: 32px;
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #100E14;
    padding-bottom: 30px;
}

.title-small {
    font-size: 13px;
    line-height: 1.3;
    color: #878787;
}

.color-black {
    color: #000000;
}

@media screen and (max-width: 1199px) {
    h2 {
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 430px) {
    h1 {
        font-size: 28px;
    }
}

html, body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    min-width: 320px;
    min-height: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 1.3;
}

.hidden {
    overflow: hidden;
}

.main-wrapper {
    overflow: hidden;
    position: relative;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.col {
    padding: 10px;
}

.col--25 {
    width: 25%;
}

.col--33 {
    width: 33.33%;
}

.col--50 {
    width: 50%;
}

.col--footer-subscription {
    margin-top: -13px;
    margin-bottom: -22px;
    padding-top: 23px;
    padding-bottom: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.col--footer-socials {
    margin-top: -12px;
    margin-bottom: -22px;
    padding-top: 12px;
    padding-bottom: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.col--tablet {
    display: none;
}

.content {
    background-color: #f1f1f1;
    padding: 40px 0;
}

.content--white {
    background-color: #FFFFFF;
}

.content--article {
    padding-bottom: 0;
}

.content--without-padding {
    padding: 0;
}

.content--account {
    padding-top: 0;
    padding-bottom: 80px;
    background-color: #FFFFFF;
}

.block {
    padding: 30px 0;
}

.block:first-child {
    padding-top: 0;
}

.block:last-child {
    padding-bottom: 0;
}

.block__top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.block--search h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    padding-top: 30px;
    margin: 30px auto 0;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .col--50 {
        width: 66.66%;
    }

    .col--25 {
        width: 33.33%;
    }

    .col--33-tablet {
        width: 33.33%;
    }

    .col--tablet {
        display: block;
    }

    .block--main-cards {
        padding-bottom: 40px;
    }

    .block--discussed {
        background-color: #141414;
        margin-left: -40px;
        margin-right: -40px;
        padding: 28px 0 60px 40px;
    }

    .block--discussed h2 {
        color: #FFFFFF;
        padding-bottom: 28px;
    }

    .block--all-articles {
        padding-bottom: 2px;
    }

    .block--all-articles .col {
        order: 0;
    }

    .block--all-articles .col:nth-child(1) {
        order: -3;
    }

    .block--all-articles .col:nth-child(2) {
        order: -2;
    }

    .block--all-articles .col:nth-child(4) {
        order: -1;
    }

    .block--compilations {
        margin-right: -40px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0 10px;
    }

    .content {
        padding: 20px 0 60px;
    }

    .content--without-padding {
        padding: 0;
    }

    .content--account {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .row {
        margin: -5px;
    }

    .col {
        padding: 5px;
    }

    .col--50, .col--25, .col--33, .col--33-tablet {
        width: 100%;
    }

    .col--tablet {
        display: none;
    }

    .block--discussed {
        margin-left: -10px;
        margin-right: -10px;
        padding: 22px 0 40px 10px;
    }

    .block__top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .block__top-row-right {
        width: 100%;
    }

    .block--search h1 {
        font-size: 40px;
    }
}

.modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    background: rgba(20, 20, 20, 0.4);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease-in-out .3s;
    overflow: auto;
}

.modal.open {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .3s;
}

.modal__wrapper {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: relative;
    max-width: 824px;
    width: 100%;
    background-color: #282828;
    padding: 40px 20px 83px;
    overflow: hidden;
}

.modal__wrapper--small {
    max-width: 480px;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.modal__wrapper--middle {
    max-width: 710px;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.modal__close {
    width: 24px;
    height: 24px;
    background: url("../img/icon_close-white.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}

.modal__close--black {
    background: url("../img/icon_close-black.svg") no-repeat;
    top: 30px;
}

.modal__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33;
    color: #FFFFFF;
    padding-bottom: 54px;
}

.modal__link {
    display: inline-block;
    font-size: 14px;
    line-height: 2.14;
    color: #9D9D9C;
    transition: color ease-in-out .3s;
}

.modal__back {
    position: absolute;
    top: 30px;
    right: 321px;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.modal-list {
    display: flex;
    flex-wrap: wrap;
    margin: -27px -10px;
    list-style: none;
}

.modal-list > li {
    width: 33.33%;
    padding: 27px 10px;
}

.modal-list > li > a {
    display: inline-block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    min-height: 50px;
}

.modal-list > li > ul {
    display: block;
    width: 100%;
}

.modal-list > li > ul > li > a {
    display: inline-block;
    font-size: 14px;
    line-height: 2.14;
    color: #9D9D9C;
    transition: color ease-in-out .3s;
}

.modal-delete__header {
    background-color: #FECC43;
    height: 180px;
    background-image: url("../img/modal-delete_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-delete__body {
    padding: 26px 20px 46px;
    background-color: #FFFFFF;
}

.modal-delete__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
}

.modal-delete__row {
    display: flex;
    align-items: center;
    padding-top: 48px;
}

.modal-delete__button {
    margin-right: 20px;
}

.modal-delete__button:last-child {
    margin-right: 0;
}

.modal-authorization {
    display: flex;
}

.modal-authorization__left {
    background-color: #FECC43;
    background-image: url("../img/modal-authorization_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px;
    width: 345px;
}

.modal-authorization__left--bg2 {
    background-image: url("../img/modal-authorization_bg2.svg");
}

.modal-authorization__left--bg3 {
    background-image: url("../img/modal-authorization_bg3.svg");
}

.modal-authorization__right {
    background-color: #F6F6F6;
    padding: 96px 20px 30px;
    width: calc(100% - 345px);
}

.modal-authorization__right--big-pad {
    padding: 118px 20px;
}

.modal-authorization__title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
}

.modal-authorization__text {
    font-size: 15px;
    max-width: 240px;
    padding-bottom: 20px;
}

.modal-authorization__row {
    /*padding-bottom: 40px;*/
    padding-bottom: 24px;
}

.modal-authorization__row:last-child {
    padding-bottom: 0;
}

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

.modal-authorization__row--small-pad {
    padding-bottom: 10px;
}

.modal-authorization__row--middle-pad {
    padding-bottom: 24px;
}

.modal-authorization__link {
    font-size: 15px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 20px;
}

.modal-authorization__link:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .modal__wrapper {
        padding: 20px 20px 70px;
    }

    .modal__wrapper--small, .modal__wrapper--middle {
        max-width: calc(100% - 20px);
        padding: 0;
    }

    .modal__close {
        top: 20px;
        right: 10px;
    }

    .modal__title {
        font-size: 16px;
        line-height: 1.25;
        padding-bottom: 47px;
    }

    .modal__back {
        top: 20px;
        right: auto;
        left: 20px;
    }

    .modal-list {
        margin: 0;
    }

    .modal-list > li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .modal-list > li.slide > a:after {
        transform: rotate(180deg);
    }

    .modal-list > li > ul {
        display: none;
        margin-bottom: 10px;
    }

    .modal-list > li > a {
        display: block;
        font-size: 24px;
        line-height: 1.3;
        min-height: auto;
        padding-right: 30px;
        margin-bottom: 10px;
        position: relative;
    }

    .modal-list > li > a:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        width: 24px;
        height: 24px;
        background-image: url("../img/icon_arrow-down.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .modal-list > li > a br {
        display: none;
    }

    .modal-delete__body {
        padding-bottom: 26px;
    }

    .modal-authorization {
        flex-direction: column;
    }

    .modal-authorization__left {
        width: 100%;
        padding: 70px 20px;
        background-image: url("../img/modal-authorization_bg-mobile.svg");
    }

    .modal-authorization__right {
        width: 100%;
        padding: 40px 20px 32px;
    }

    .modal-authorization__right--big-pad {
        padding: 40px 30px;
    }

    .modal-authorization__title {
        font-size: 30px;
        max-width: 320px;
    }
}

.tabs-wrapper {
    position: relative;
}

.tabs {
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.tabs__item {
    margin-right: 60px;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.tabs__item:last-child {
    margin-right: 0;
}

.tabs__link.inactive {
    color: rgba(0, 0, 0, 0.3);
}

.tabs--medium .tabs {
    padding-top: 0;
}

.tabs--medium .tabs__item {
    margin-right: 52px;
}

.tabs--medium .tabs__item:last-child {
    margin-right: 0;
}

.tabs-container {
    padding-top: 46px;
    min-height: 480px;
}

@media screen and (max-width: 1199px) {
    .tabs {
        padding-top: 28px;
    }

    .tabs__item {
        font-size: 20px;
        margin-right: 70px;
    }

    .tabs-container {
        padding-top: 42px;
    }
}

@media screen and (max-width: 767px) {
    .tabs {
        padding-bottom: 10px;
        overflow: auto;
    }

    .tabs__item {
        font-size: 18px;
        margin-right: 54px;
    }

    .tabs--medium .tabs__item {
        margin-right: 48px;
    }

    .tabs-container {
        padding-top: 20px;
    }
}

.header {
    background-color: #141414;
}

.header-top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.header-top__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 72px;
}

.header-login {
    color: #FFFFFF;
    display: block;
    position: relative;
    padding-left: 12px;
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.header-login:hover{
    color: #FECC43;
}

.header-login:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("../img/icon_user.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -10px;
}

.header-login:hover:before{
    background-image: url("../img/icon_user_hover.svg");
}

.header-login.user:before {
    top: 0;
}
.header-login--mobile {
    display: none;
}

.header-top-menu {
    display: flex;
    align-items: center;
}

.header-top-menu__item {
    font-family: 'Montserrat',san-serif;
    color: #FFFFFF;
    margin-right: 24px;
    font-size: 12px;
    line-height: 1.25;
/*     transition: color ease-in-out .3s; */
}

.header-top-menu__item:last-child {
    margin-right: 0;
}

.header-top-menu__item--more .header-top-menu__link {
    position: relative;
    /*padding-left: 25px;*/
}

/*.header-top-menu__item--more .header-top-menu__link:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../img/icon_menu-more.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}*/

.header-top-menu__item:hover {
    color: #FECC43;
    /* transition: color ease-in-out .3s; */
}

.header-top-menu__item svg path{
    /* transition: color ease-in-out .3s; */
}

.header-top-menu__item:hover svg path{
    fill: #FECC43;
    /* transition: color ease-in-out .3s; */
}

.header-panel {
    position: relative;
    z-index: 100;
}

.header-panel__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.header-panel__logo-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 200;
}

.header-panel__logo {
    display: block;
    width: 212px;
}

.header-panel__logo-text {
    color: #626262;
    line-height: 1.3;
    padding-left: 29px;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.header-top-menu__link {
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.header-panel__right {
    display: flex;
    align-items: center;
}

.header-panel-mobile-menu-icon {
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_menu.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-panel-mobile-menu-icon.open {
    width: 24px;
    height: 24px;
    background-image: url("../img/close_icon.svg");
    margin-left: 16px;
}

.header-panel-menu {
    align-items: center;
    display: flex;
    width: 8%;
    margin-left: -32px;
}

.header-panel-menu.hide {
    display: none;
}

.header-panel-menu__item {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    transition: color ease-in-out .3s;
}

.header-panel-menu__item:hover .header-panel-menu__link {
    color: #FECC43;
}
.header-panel-menu__link{
    transition: color ease-in-out .3s;
}

.header-panel-menu__submenu-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    top: 71px;
    left: 0;
    padding-top: 20px;
    background-color: #141414;
    z-index: 20;
}

.header-panel-menu__submenu-content {
    display: flex;
    justify-content: space-between;
}

.header-panel-menu__submenu-img {
    display: block;
    width: 100%;
    max-width: 527px;
}

.header-panel-menu__submenu-content-right {
    width: 53%;
}

.header-panel-menu > .header-panel-menu__item:hover > .header-panel-menu__submenu-wrapper {
    display: block;
}
.header-search {
    position: relative;
    padding-left: 20px;
}

.header-search__svg{
    width: 80%;
}

.header-search.open:before {
    background-image: url("../img/icon_close-white.svg");
    background-size: cover;
}

.header-submenu {
    display: flex;
    margin: 0 -10px;
}

.header-submenu__col {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 10px;
}

.header-submenu__title {
    font-size: 16px;
    line-height: 1.25;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 26px;
    transition: color ease-in-out .3s;
}

.header-submenu__link {
    font-size: 15px;
    line-height: 1.25;
    font-weight: normal;
    color: #878787;
    margin-bottom: 15px;
    white-space: nowrap;
    transition: color ease-in-out .3s;
}

.header-submenu__link:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1299px) {
    .header-panel-mobile-menu-icon {
        display: block;
        order: 3;
        margin-right: 0;
        margin-left: 5px;
    }
    .header-top-menu {
        display: none;
    }
    .header-login--mobile {
        display: block;
    }
    .header-panel__logo-text {
        display: none;
    }
    .header-panel__right {
        justify-content: end;
    }
    .header-panel__inner {
        padding: 0;
        width: 100%;
    }
    .header-search {
        order: 1;
        margin-right: 25px;
        padding-left: 0;
        width: 24px;
        height: 24px;
    }
    .header-search:before {
        width: 31px;
        height: 26px;
    }
    .header-login {
        order: 2;
        margin-right: 0;
        width: 24px;
        height: 24px;
    }
    .header-login.header-login--mobile:before {
        background-image: url(../img/icon_user.svg);
        width: 24px;
        height: 24px;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .header-panel-menu {
        display: none;
    }

    .header-panel__logo {
        width: 180px;
    }

    .header-search.hidden {
        display: none;
    }
    
    .header-login--mobile.hidden {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .header-panel__logo {
        width: 135px;
    }
    .header-search {
        margin-right: 24px;
    }
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #141414;
    z-index: 99999;
    padding: 0 15px 0 15px;
    min-width: 320px;
    height: 100vh;
    overflow: scroll;
}

.mobile-menu.open {
    display: block;
}

.mobile-menu-tabs__items {
    padding-bottom: 184px;
    position: relative;
}

.mobile-menu-tabs__item {
    margin-bottom: 20px;
    font-family: 'Montserrat',san-serif;
}

.mobile-menu-tabs__item:last-of-type {
    margin-bottom: 0;
}

.mobile-menu-tabs__link {
    position: relative;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 28px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
}
.mobile-menu-tabs__link:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 12px;
    background: url('../img/ico-arrow.png') no-repeat;
    background-size: contain;
    top: 4px;
    right: 0;
}

.mobile-menu-tabs__link.inactive {
    color: #878787;
}

.mobile-menu-tabs-container__link {
    font-family: 'Montserrat',san-serif;
    display: block;
    transition: color ease-in-out .3s;
    margin-bottom: 30px;
    text-decoration-line: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.mobile-menu-tabs-container__link:last-of-type {
    margin-bottom: 0;
}

.mobile-menu-tabs-container__img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 300px;
}
@media screen and (max-width: 1299px) {
    .mobile-menu {
        top: 135px;
    }
    .header-submenu-mobile {
        position: absolute;
        top: -2000px;
        background-color: #141414;
        color: white;
        z-index: 10;
        width: 100%;
        left: 0;
    }
    .socials.header-mobile-bottom__socials {
        justify-content: start;
        display: none;
    }
    .header-submenu-mobile.open {
        top: 0;
    }
    .header-submenu-mobile .back_menu {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .header-submenu-mobile .back_menu span {
        margin-left: 11px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }
    .header-submenu__col-mobile {
        margin-bottom: 20px;
    }
    .header-submenu__col-mobile a {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-decoration-line: none;
    }
    .mobile-menu-tabs-containers.hidden {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    
    .header-mobile-bottom__socials {
        position: absolute;
        bottom: 37px;
        width: 96%;
    }
    .header-mobile-bottom__socials .socials__link {
        width: 45px;
        height: 45px;
    }
    .header-mobile-bottom__socials .socials__item {
        margin-right: 36px;
    }
}

@media screen and (max-width: 430px) {
    .mobile-menu-tabs-container__img {
        max-width: 280px;
    }
    .header-panel-mobile-menu-icon {
        margin-left: 10px;
    }
    .mobile-menu {
        padding-top: 20px;
    }

    .mobile-menu-tabs__items {
        padding-bottom: 35px;
    }
}

@media screen and (max-height: 414px) {
    .mobile-menu {
        overflow: auto;
        padding-bottom: 20px;
    }

    .mobile-menu-tabs-container__img {
        display: none;
    }
}

.search-panel {
    display: none;
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #141414;
    z-index: 99999;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    overflow: auto;
}

.search-panel.open {
    display: block;
}

.search-panel__inner {
    position: relative;
    width: 100%;
    height: 99%;
    max-width: 1440px;
    padding: 65px 20px 83px;
    margin: 0 auto;
}

.search-icon__close{
    position: absolute;
    top: 73px;
    right: 38px;
    cursor: pointer;
}

.search-panel__search {
    padding-bottom: 28px;
    max-width: 470px;
    margin: 0 auto;
}

.search-panel__row {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.search-panel__col {
    width: 33.33%;
    padding: 8px;
}

.search-panel__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-panel-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: transparent;
    min-height: 140px;
    height: 100%;
    padding: 20px;
    transition: all ease-in-out .3s;
}

.search-panel-card:hover {
    background-color: #282828;
    transition: all ease-in-out .3s;
}

.search-panel-card__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 24px;
}

.search-panel-card__label {
    display: inline-block;
    font-size: 15px;
    line-height: 0.8;
    padding: 9px 15px;
    background-color: #FECC43;
    z-index: 10;
}

.search-row {
    position: relative;
}

.search-row__input {
    display: block;
    width: 88%;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    border-bottom: solid 2px #FFF;
    font-size: 24px;
    line-height: 33px;
    padding: 12px 50px 12px 0;
    background-color: transparent;
}
.search-row__input::placeholder{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

.search-row__button {
    width: 48px;
    height: 48px;
    background-image: url("../img/search-new_icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    padding: 0;
    right: 0;
    top: calc(50% - 24px);
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
    cursor: pointer;
}

.search-row__button:hover, .search-row__button:active {
    /* background-image: url("../img/icon_rownd-arrow-hover.svg"); */
}

.search-tags {
    max-width: 705px;
    margin: 30px auto 15px;
}

.search-tags__title {
    font-size: 15px;
    line-height: 1.3;
    color: #6F6F6F;
    padding-bottom: 26px;
}

.search-tags__row {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: center;
}

.search-tags__col {
    padding: 7px;
}

.search-tags__button {
    display: inline-block;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    padding: 6px 12px;
    background: #2B2B2B;
    border-radius: 3px;
    text-transform: lowercase;
}

.search-tags--page .search-tags__title {
    color: #878787;
    padding-bottom: 14px;
}

.search-tags--page .search-tags__button {
    border-color: #C4C4C4;
    color: #000000;
}

@media screen and (max-width: 1299px) {
    .search-panel__row {
        margin: -10px;
    }

    .search-panel__col {
        padding: 10px;
        width: 50%;
    }
    .header-panel__logo-text-mobile {
        font-weight: normal;
        font-size: 18px;
        line-height: 110%;
        color: #626262;
    }
    .mobile-menu-tabs {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .search-panel {
        top: 68px;
    }

    .search-panel__inner {
        padding: 50px 0 42px;
    }

    .search-panel__row {
        flex-wrap: wrap;
        margin: -10px 0;
    }

    .search-panel__col {
        width: 100%;
        padding: 10px 0;
    }

    .search-panel-card {
        padding: 20px 10px;
    }

    .search-panel-card__title {
        font-size: 16px;
    }

    .search-panel-card__label {
        font-size: 13px;
    }

    .search-row__input {
        padding: 12px 50px 12px 0;
        font-size: 30px;
        width: 82%;
    }

    .search-tags {
        margin-top: 64px;
        padding-bottom: 40px;
    }

    .search-tags__title {
        font-size: 14px;
    }

    .search-tags__button {
        font-size: 14px;
    }

    .search-tags--page {
        margin-top: 26px;
        padding-bottom: 0;
    }
    .header-panel__logo-text-mobile {
        font-weight: normal;
        font-size: 18px;
        line-height: 110%;
        color: #626262;
    }
    .search-icon__close{
        display: none;
    }

}

@media screen and (max-width: 430px) {
    .search-panel {
        top: 62px;
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}

.breadcrumbs--mobile,
.breadcrumb-item.disabled {
    display: none;
}

.breadcrumbs__item {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.4);
    padding-left: 17px;
    margin-right: 8px;
}

.breadcrumbs__item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    left: 0;
    top: calc(50% - 4px);
    background-image: url("../img/crumbs-ico.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumbs--mobile .breadcrumbs__item{
    padding-left: 13px;
}

.breadcrumbs--mobile .breadcrumbs__item:before{
    width: 5px;
    height: 8px;
    top: calc(50% - 4px);
    transform: rotate(180deg);
}

.breadcrumbs--mobile .breadcrumbs__link{
    font-size: 10px;
    color: #8f8888;
}

.breadcrumbs__item:first-child {
    padding-left: 0;
}

.breadcrumbs__item:first-child:before {
    content: none;
}

.breadcrumbs__item:last-child {
    color: #000000;
    margin-right: 0;
}

.breadcrumbs__link {
    display: block;
    white-space: nowrap;
    color: #504C4C;
}
.breadcrumbs__link br{
    display: none;
}

.button {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #FECC43;
    box-shadow: 0 33px 80px rgba(78, 61, 19, 0.14), 0 12.7111px 25.4815px rgba(78, 61, 19, 0.085037), 0 2.68889px 6.51852px rgba(78, 61, 19, 0.054963);
    border-radius: 3px;
    border: solid 1px transparent;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    cursor: pointer;
    padding: 13px;
}

.button--transparent {
    border-color: #C4C4C4;
    background-color: transparent;
    box-shadow: none;
}

.button-favorites {
    display: flex;
    align-items: center;
}

.button-favorites__text {
    font-size: 15px;
    line-height: 1;
    margin-right: 6px;
}

.button-favorites__icon {
    width: 16px;
    height: 20px;
    background-image: url("../img/ico-favorite.svg");
    background-repeat: no-repeat;
}

.titlenfav{
    display: flex;
    justify-content: space-between;
}

.button-favorites--mobile{
    border: none;
    display: none;
}

.button-favorites.voted .button-favorites__icon{
    background-image: url("../img/ico-favorite-voted.svg");
}

.button-small-rounded {
    display: inline-block;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
    padding: 5px 13px;
}

.button-settings {
    align-items: center;
    justify-content: center;
    padding: 9px;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 3px;
}

.button-settings__icon {
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_settings.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.button-settings__text {
    padding-left: 8px;
}

@media screen and (max-width: 767px) {
    .button-favorites {
        padding: 5px 10px;
        border-radius: 15px;
    }

    .button-favorites__text,
    .button-settings__text {
        display: none;
    }

    .button-favorites__icon {
        width: 18px;
        height: 18px;
    }

    .button-settings {
        max-width: 48px;
    }

    .button-settings__icon {
        background-image: url("../img/icon_settings-black.svg");
    }

    .breadcrumbs.breadcrumbs--mobile{
        display: block;
        padding-bottom: 0;
    }
    .article__body .button-favorites--mobile{
        display: block;
        border-bottom: none;
        margin-top: 5px;
    }
    .button-favorites--mobile .button-favorites__icon{
        display: block;
    }
}

.input {
    display: block;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    background-color: #FFFFFF;
    padding: 12px 20px;
    border: solid 1px transparent;
    border-radius: 3px;
}

.input--with-border {
    border-color: #E0E0E0;
}

.input::-moz-placeholder,
.input:-ms-input-placeholder,
.input::placeholder {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.4);
}

.input-password {
    position: relative;
}

.input-password span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.input-password__icon {
    position: absolute;
    right: 17px;
    top: 49px;
    width: 18px;
    height: 18px;
    background-image: url("../img/icon_eye-off.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.input-password__icon.show {
    background-image: url("../img/icon_eye.svg");
}

.input-password .input {
    padding-right: 40px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper .input {
    width: 100%;
}

.input-wrapper__text {
    display: none;
    position: absolute;
    bottom: -21px;
    font-size: 12px;
    line-height: 1.25;
    color: #D12D26;
}

.input-wrapper__icon {
    display: none;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_check-circle.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.input-wrapper.confirmed .input {
    padding-right: 45px;
}

.input-wrapper.confirmed .input-wrapper__icon,
.input-wrapper.error .input-wrapper__text {
    display: block;
}

.input-wrapper.error .input {
    border-color: red;
    transition: all ease-in-out .3s;
}

.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.checkbox__input {
    display: none;
}

.checkbox__box {
    flex: none;
    width: 22px;
    height: 22px;
    border: solid 1px #E0E0E0;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-right: 12px;
    background-image: url("../img/icon_check.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 0;
    transition: all ease-in-out .15s;
}

.checkbox__description {
    font-size: 15px;
    line-height: 1.4;
}

.checkbox__input:checked + .checkbox__box {
    background-size: 90%;
    border-color: #FECC43;
    background-color: #FECC43;
    transition: all ease-in-out .3s;
}

@media screen and (max-width: 767px) {
    .checkbox__box {
        width: 24px;
        height: 24px;
    }
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    /* background: linear-gradient(0deg, #9D9D9C, #9D9D9C); */
    height: 460px;
    padding: 30px 20px 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .3s;
    border-radius: 3px;
}

.card:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
    transition: all ease-in-out .3s;
}

.card--black {
    background: #181818;
}

.card--yellow {
    background: linear-gradient(0deg, #EAA239, #EAA239), #181818;
}

.card__label {
    font-size: 15px;
    line-height: 0.8;
    z-index: 10;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
    border-radius: 29px;
    color: #504C4C;
    border: 1px solid #504C4C;
    transition: 0.3s;
}
.card__label:hover{
    background: #FECC43;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border: 1px solid #FECC43;
}
.card__label a{
    display: inline-block;
    padding: 9px 9px;
}

.card__label--white {
    background-color: #FFFFFF;
    color: #000000;
}

.card__label--red {
    background-color: #D12D26;
    color: #FFFFFF;
}

.card__label--grey {
    background-color: #C5C5C5;
}

.card__label--single {
    display: inline-block;
    position: initial;
}

.card__title {
    font-size: 48px;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
}
.card__title br{
    display: none;
}

.card__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card__play {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-image: url("../img/icon_play.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.card__img-bg {
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}


.slick-slide .card__img-bg{
    width: auto;
    margin-top: 20px;
    height: 70%;
}
@media screen and (min-width: 1300px){
    .slick-slide .card__img-bg{
        margin-left: -20px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
    .slick-slide .card__img-bg{
        margin-left: 5px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1100px){
    .slick-slide .card__img-bg{
        margin-left: -25px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 993px){
    .slick-slide .card__img-bg{
        margin-left: -5px;
    }
}
@media screen and (max-width: 993px) and (min-width: 850px){
    .slick-slide .card__img-bg{
        margin-left: 20px;
    }
}
@media screen and (max-width: 850px) and (min-width: 767px){
    .slick-slide .card__img-bg{
        margin-left: 30px;
    }
}
@media screen and (max-width: 767px) and (min-width: 700px){
    .slick-slide .card__img-bg{
        margin-left: -100px;
    }
}
@media screen and (max-width: 700px) and (min-width: 600px){
    .slick-slide .card__img-bg{
        margin-left: -80px;
    }
}
@media screen and (max-width: 600px) and (min-width: 500px){
    .slick-slide .card__img-bg{
        margin-left: -30px;
    }
}
@media screen and (max-width: 500px){
    .slick-slide .card__img-bg{
        margin-left: -10px;
    }
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 20px;
    background-color: #FFFFFF;
    height: 180px;
    border-radius: 0 0 3px 3px;
}

.card__content-bottom .card__counter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 10px;
}

.card__counter {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.card__img-wrapper {
    height: 280px;
}

.card__img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.card--half {
    padding: 0;
}

.card--half .card__title {
    font-size: 18px;
    color: #000000;
}

.card--media {
    padding: 20px;
}

.card--media .card__title {
    font-size: 19px;
    font-weight: 500;
}

.card--slider {
    height: 230px;
    padding: 30px 20px 35px 20px;
    box-shadow: none;
}

.card--slider .card__title {
    font-size: 18px;
    color: #FFFFFF;
}

.card--slider-compilations {
    height: 200px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.card--show-more {
    background: #FECC43;
    background-image: url("../img/img_card-more.svg");
    background-repeat: no-repeat;
    background-size: 95%;
    padding-bottom: 30px;
}

.card--show-more .card__title {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #000000;
}

@media screen and (max-width: 1199px) {
    .card {
        height: 426px;
    }

    .card__content {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .card__img-wrapper {
        height: 260px;
    }

    .card__title {
        font-size: 48px;
    }

    .card--half .card__title {
        font-size: 16px;
    }

    .card--slider {
        height: 160px;
        padding: 20px;
    }

    .card--slider .card__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .card {
        height: auto;
        padding: 40px 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
    
    .card__img-wrapper,
    .card__content {
        height: auto;
    }
    
    .card__label a{
        white-space: nowrap;
        font-size: 12px;
    }

    .card--half {
        padding: 0;
    }

    .card--half .card__title {
        font-size: 18px;
    }

    .card--slider {
        height: 180px;
        padding: 20px;
    }

    .card--slider .card__title {
        max-width: 250px;
    }

    .card--media,
    .card__content {
        padding: 20px;
    }

    .card__label {
        padding-top: 0;
        padding-bottom: 0;
        background: #E2E2E2;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
        border-radius: 29px;
        border: 0;
    }

    .card__title {
        font-size: 32px;
    }

    .card__title-wrapper {
        justify-content: space-between;
    }
    .col--50 .card__img-bg{
        position: relative;
        filter: brightness(1);
    }
    .col--50 .card{
        padding: 0;
    }
    .col--50 .card__title{
        background: #fff;
        color: #000;
        padding: 20px;
        font-size: 22px;
    }
}

.feedback {
    padding: 40px 0 60px;
}

.feedback h1 {
    font-size: 40px;
    line-height: 1.275;
    font-weight: normal;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.feedback h2 {
    padding-bottom: 30px;
    margin-top: 15px;
    font-size: 29px;
    line-height: 1.3;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feedback h3{
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feedback__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.feedback__text {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 30px;
}

.feedback__text p {
    padding-bottom: 20px;
}

.feedback__text p:last-child {
    padding-bottom: 0;
}

.feedback__contacts{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: inherit;
    gap: 120px;
}

.feedback-table {
    width: 100%;
}

.feedback-table__row {
    display: flex;
    margin-bottom: 25px;
    gap: 20px;
}

.feedback-table__row:last-child {
    margin-bottom: 0;
}

.feedback-table__col {
    width: 50%;
}

.feedback-table__label {
    font-size: 15px;
}

.feedback-table__name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.feedback-table__link {
    font-size: 15px;
    color: #9D9D9C;
}

@media screen and (max-width: 1199px) {
    .feedback {
        padding-bottom: 100px;
    }

    .feedback h2 {
        padding-bottom: 40px;
    }

    .feedback__inner {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .feedback {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .feedback h1 {
        font-size: 36px;
        padding-bottom: 60px;
    }

    .feedback h2 {
        font-size: 25px;
        padding-bottom: 36px;
    }

    .feedback__text {
        font-size: 18px;
        padding-bottom: 60px;
    }

    .feedback-table__row {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 430px) {
    .feedback h1 {
        font-size: 30px;
        padding-bottom: 40px;
    }

    .feedback h2 {
        font-size: 25px;
        padding-bottom: 36px;
    }

    .feedback__text {
        font-size: 16px;
        padding-bottom: 40px;
    }
}

.article__inner {
    padding-top: 30px;
    padding-bottom: 44px;
    display: flex;
}

.article__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    margin-right: 45px;
}

.article__aside-button {
    padding-bottom: 210px;
}

.article__content {
    width: calc(100% - 345px);
    max-width: 900px;
}

.article__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.article-header--mobile{
    display: none;
}

.article__info {
    display: flex;
    align-items: center;
}

.article__time {
    font-size: 15px;
    line-height: 2;
    margin-right: 30px;
}

.article__body {
    line-height: 32px;
}

.article__body h1 {
    font-size: 40px;
    line-height: 1.275;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.article__body h1 b {
    font-weight: 500;
}

.article__body h2 {
    padding: 20px 0 30px;
    font-size: 29px;
    line-height: 1.3;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.article__body h3 {
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
} 

.article__body h3 img{
    width: 25px;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    margin-right: 10px
}

.article__body p {
    padding-bottom: 20px;
    font-weight: 300;
    max-width: 670px;
}

.article__body img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;
    margin-top: 15px;
}

.article__body blockquote {
    background-color: #FECC43;
    padding: 50px 100px;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 1.8;
    /* background-image: url("../img/icon_bg-blockquote.svg"); */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
}

.article__body blockquote b {
    font-weight: bold;
}

.article__body q {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    position: relative;
    padding-left: 115px;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* .article__body q:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 79px;
    height: 80px;
    background-image: url("../img/icon_exclamation.svg");
    background-repeat: no-repeat;
    background-size: cover;
} */

.article__body a {
    text-decoration: none;
    border-bottom: 1px solid black;
    transition: 0.1s;
}

.article__body a:hover{
    border-bottom: 1px solid transparent;
}

.article__body h3 a{
    text-decoration: none;
    border-bottom: 2px solid black;
    transition: 0.1s;
}
.article__body h3 a:hover{
    border-bottom: 2px solid transparent;
}

/*** В шагах ***/
.article-steps {
    padding: 30px 0;
}

.article-steps__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 40px;
    background: #FECC43;
    border-radius: 3px 3px 0px 0px;
}

.steps__title-left {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.steps__title-right {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #000000;
}

.steps__title-right svg {
    margin-left: 15px;
}

.article-steps__info {
    flex-wrap: wrap;
    padding: 30px 0;
    border: 1px solid #E5E5E5;
    border-top: none;
    display: flex;
    justify-content: space-between;
}
.article-steps.align-items-center .article-steps__info{
    align-items: center;
}

.steps__info-num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 28px;
    color: #000000;
    width: 12%;
    text-align: center;
}

.steps__info-text {
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    width: 52%;
    padding: 0 30px 0 10px;
    font-weight: 300;
}
.steps__info-text h3{
    padding-top: 0;
}

.steps__info-image {
    width: 36%;
}

.steps__info-image img {
    margin: 0 !important;
    border-radius: 3px;
}

@media (max-width: 1199px) {
    .article-steps {
        padding: 20px 0;
    }

    .article-steps__title {
        height: 60px;
        padding: 0 30px;
    }

    .steps__title-left {
        font-size: 22px;
        line-height: 24px;
    }

    .steps__title-right {
        font-size: 14px;
        line-height: 20px
    }

    .steps__title-right svg {
        margin-left: 10px;
    }

    .article-steps__info {
        padding: 25px 0;
    }

    .steps__info-num {
        font-size: 26px;
        line-height: 24px;
        width: 9%;
    }

    .steps__info-text {
        font-size: 16px;
        line-height: 26px;
        width: 62%;
        padding: 0 20px 0 10px;
    }

    .steps__info-image {
        width: 29%;
    }
}

@media (max-width: 575px) {
    .article-steps {
        padding: 15px 0;
        margin: 0 -10px;
    }

    .article-steps__title {
        border-radius: 0px;
        height: auto;
        padding: 20px 10px;
        flex-wrap: wrap;
        text-align: center;
        gap: 20px;
    }

    .steps__title-left {
        font-size: 25px;
        line-height: 28px;
        width: 100%;
    }

    .steps__title-right {
        width: 100%;
        display: flex;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        flex-direction: row;
        justify-content: center;
    }
    
    .steps__title-right img {
        display: none;
    }

    .article-steps__info {
        padding: 20px 15px;
        border-left: 0;
        border-right: 0;
        border: none;
    }

    .steps__info-num {
        order: 1;
        font-size: 29px;
        line-height: 28px;
        width: 100%;
        text-align: left;
    }

    .steps__info-text {
        order: 3;
        font-size: 18px;
        line-height: 28px;
        width: 100%;
        padding: 0
    }

    .steps__info-image {
        order: 2;
        padding: 20px 0;
        width: 100%;
    }
}

/*** Опрос ***/
.article__questionnaire {
    margin: 40px 0;
    background: #FECC43;
    border-radius: 3px;
    padding: 35px 45px 45px;
}

.questionnaire___title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 30px;
}

.question__field {
    display: flex;
    cursor: pointer;
    margin: 0 0 25px;
    width: 100%;
}

.question__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.question__indicator {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: #fff;
    border-radius: 100%;
    margin-right: 25px;
    position: relative;
}

.question__indicator::after {
    display: none;
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.question__value {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
}

.question__input:checked ~ .question__indicator::after {
    display: block;
}

.question__button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    width: 280px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    background: #000000;
    border-radius: 3px;
    height: 48px
}

.question__button:hover {
    background: #FECC43;
    box-shadow: 0 0 0 2px #000 inset;
    color: #000;
}

.article__questionnaire.fin-result {
    border: 1px solid #CFCFCF;
    background: #fff;
}

.question-thanks {
    margin-top: 40px;
    margin-bottom: 0 !important;
}

.question__result-block {
    display: flex;
    margin-bottom: 20px;
    align-items: end;
}

.result-block__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 15px;
    color: #000000;
    width: 70px;
}

.result-block__line-wrap {
    width: calc(100% - 70px);
}

.line-wrap__title {
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    color: #000000
}

.line-wrap__line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.line-wrap__line span {
    display: block;
    background: #FECC43;
    border-radius: 2px;
    height: 7px;
}

@media (max-width: 991px) {
    .article__questionnaire {
        margin: 30px 0;
        padding: 25px 35px 35px;
    }

    .questionnaire___title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .question__field {
        margin: 0 0 20px
    }

    .question__indicator {
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
        max-width: 22px;
        max-height: 22px;
        margin-right: 20px;
    }

    .question__indicator::after {
        width: 12px;
        height: 12px
    }

    .question__value {
        font-size: 16px;
        line-height: 22px
    }

    .question__button {
        margin-top: 5px;
        font-size: 14px;
        width: 260px;
        height: 46px
    }

    .question-thanks {
        margin: 30px 0 0;
    }

    .question__result-block {
        margin-bottom: 15px
    }

    .result-block__title {
        font-size: 16px;
        line-height: 12px;
        width: 60px;
    }

    .result-block__line-wrap {
        width: calc(100% - 60px);
    }
    
}

@media (max-width: 767px) {
    .article__questionnaire {
        margin: 20px 0;
        padding: 15px 25px 25px;
    }
    
    .article-header--mobile{
        display: flex;
        margin-bottom: 20px;
    }

    .questionnaire___title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .question__field {
        margin: 0 0 15px
    }

    .question__indicator {
        width: 20px;
        height: 20px;
        margin-right: 15px;
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
    }

    .question__indicator::after {
        width: 10px;
        height: 10px
    }

    .question__value {
        font-size: 14px;
        line-height: 20px
    }

    .question__button {
        width: 240px;
        height: 42px
    }

    .question-thanks {
        margin: 20px 0 0;
    }

    .question__result-block {
        margin-bottom: 10px
    }

}

@media (max-width: 575px) {
    .article__questionnaire {
        margin: 15px 0;
        padding: 15px;
    }

    .questionnaire___title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .line-wrap__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .question-thanks {
        margin: 20px 0 0;
    }
}

/*** Карусель в статье ***/
.article__carusel {
    margin: 30px -10px;
}

.article__carusel-block {
    padding: 10px;
}

.article__carusel-block img {
    border-radius: 3px;
    width: 100%;
   /*  height: 506px; */
    object-fit: cover;
    margin: 0 !important;
}

.article__carusel .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FECC43;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.article__carusel .slick-arrow.nextarrow {
    right: -60px;
    transform: translateY(-50%) rotate(180deg)
}

.article__carusel .slick-arrow.prevarrow {
    left: -60px
}

.article__carusel .slick-arrow:hover {
    background: #000;
}

.article__carusel .slick-arrow:hover svg path {
    fill: #FECC43;
}

@media (max-width: 1199px) {
    .article__carusel {
        margin: 20px -10px;
    }

    .article__carusel-block img {
        /* height: 34vw */
    }

    .article__carusel .slick-arrow.nextarrow {
        right: 20px;
    }

    .article__carusel .slick-arrow.prevarrow {
        left: 20px
    }
}

@media (max-width: 767px) {
    .article__carusel {
        margin: 10px -10px;
    }

    .article__carusel-block img {
        /* height: 54vw */
    }
}

@media (max-width: 575px) {
    .article__carusel-block img {
        /* height: 108vw */
    }
}

/*** Больше статей ***/
.articles__more-list {
    margin: 30px 0;
    background: #F6F6F6;
    border-radius: 16px;
    padding: 24px;
}

.more-list__title {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #504c4c;
}

.article__body .articles__more-list ul {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.articles__more-list ul li {
    padding: 16px 0 0 50px;
    margin: 12px 0 0;
    list-style: none;
    background: url("../img/li.svg") no-repeat left 13px;
}

.articles__more-list ul li a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    display: block;
    color: #504C4C;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-bottom: none;
}

.articles__more-list ul li a:hover {
    text-decoration: none;
    border-bottom: none;
}

@media (max-width: 1199px) {
    .articles__more-list {
        margin: 20px 0;
        padding: 30px;
    }

    .articles__more-list ul li {
        margin: 5px 0 0;
        padding: 16px 0 10px 50px;
    }

    .articles__more-list ul li a {
        font-size: 17px;
        line-height: 26px
    }
}

@media (max-width: 575px) {
    .articles__more-list {
        margin: 10px 0;
        padding: 20px;
    }

    .articles__more-list ul li {
        margin: 15px 0 0;
        background-position: left;
    }

    .articles__more-list ul li a {
        font-size: 15px;
        line-height: 24px
    }
}

/*** Слайдер с превью ***/
.wrapper__slider-prew {
    margin-bottom: 30px;
}

.slider__topslide {
    padding: 5px 0;
}

.topslide__block img {
    border-radius: 3px;
    margin: 0 !important;
    display: block !important;
    height: 506px;
    object-fit: cover
}

.slider__preview {
    margin: 0 -5px;
}

.preview__block {
    padding: 5px;
}

.preview__block img {
    border-radius: 3px;
    margin: 0 !important;
    height: 68px;
    object-fit: cover;
    display: block !important
}

.slider__topslide .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #FECC43;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.slider__topslide .slick-arrow.nextarrow {
    right: -60px;
    transform: translateY(-50%) rotate(180deg)
}

.slider__topslide .slick-arrow.prevarrow {
    left: -60px
}

.slider__topslide .slick-arrow:hover {
    background: #000;
}

.slider__topslide .slick-arrow:hover svg path {
    fill: #FECC43;
}

.preview__block.slick-slide.slick-current.slick-active img {
    box-shadow: 0 0 0 2px #FECC43;
}

@media (max-width: 1199px) {
    .wrapper__slider-prew {
        margin: 30px 0
    }

    .slider__topslide .slick-arrow.nextarrow {
        right: 20px;
    }

    .slider__topslide .slick-arrow.prevarrow {
        left: 20px
    }

    .topslide__block img {
        height: 52vw
    }

    .preview__block img {
        height: 6.5vw
    }
}

@media (max-width: 767px) {
    .wrapper__slider-prew {
        margin: 20px 0
    }

    .preview__block img {
        height: 8.5vw
    }
}

@media (max-width: 575px) {
    .preview__block img {
        height: 14vw
    }
}

.article__clarification {
    display: inline-block;
    position: relative;
    color: #9D9D9C !important;
    padding-right: 28px;
    margin-bottom: 80px;
}

.article__clarification:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_rownd-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}

.article__socials {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.article-grade__title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    padding-bottom: 18px;
}

.article-grade__row {
    display: flex;
    align-items: center;
}

.article-grade__col {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.article-grade__col:last-child {
    margin-right: 0;
}

.article-grade__icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_hand-like.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.article-grade__icon.xlike__link_active{
    background-image: url("../img/icon_hand-like-active.svg");
}

.article-grade__icon--dislike {
    background-image: url("../img/icon_hand-dislike.svg");
}

.article-grade__icon--dislike.xlike__link_active{
    background-image: url("../img/icon_hand-dislike-active.svg");
}

.article-grade__counter {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.article-socials__title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    padding-bottom: 24px;
}

.article-socials__row {
    display: flex;
    align-items: center;
}

.article-socials__link {
    display: block;
    width: 29px;
    height: 29px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-socials__link--telegram {
    background-image: url("../img/icon_telegram-black.svg");
}

.article-socials__link--instagram {
    background-image: url("../img/icon_instagram-black.svg");
}

.article-socials__link--vk {
    background-image: url("../img/icon_vk-black.svg");
}

.article-socials__link--facebook {
    background-image: url("../img/icon_facebook-black.svg");
}

.article-socials__link:last-child {
    margin-right: 0;
}

.article-subscription__title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    padding-bottom: 14px;
}

.article-subscription__form {
    position: relative;
}

.article-subscription__input {
    display: block;
    width: 100%;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: #000000;
    border: solid 1px #FECC43;
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 135px 12px 20px;
    background-color: transparent;
}

.article-subscription__text {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 22px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
}

.article-subscription__small-text {
    padding-top: 11px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}

.article-subscription__small-text a {
    color: #000000;
}

@media screen and (max-width: 1400px){
    .slider__topslide .slick-arrow.nextarrow {
        right: 20px;
    }
    .slider__topslide .slick-arrow.prevarrow {
        left: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .article__inner {
        padding: 27px 0 48px;
        flex-direction: column;
    }

    .article__aside {
        display: block;
    }
    
    .article__aside-button{
        padding-bottom: 0;
    }

    .article__content {
        width: 100%;
        max-width: 100% !important;
    }

    .article__body h1 {
        padding-bottom: 30px;
    }

    .article__body h3 {
        padding-bottom: 60px;
    }

    .article__body blockquote {
        padding: 40px 75px 45px 30px;
    }

    .article__body img {
        margin: 40px 0;
    }

    .article-grade {
        padding-right: 10px;
    }

    .article-socials {
        padding-right: 10px;
    }
}



@media screen and (max-width: 767px) {
    .article__inner {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .article__time {
        margin-right: 20px;
    }

    .article__header {
        padding-bottom: 25px;
        display: none;
    }

    .article__body h1 {
        font-size: 36px;
        padding-bottom: 18px;
    }

    .article__body h2 {
        font-size: 24px;
    }

    .article__body h3 {
        font-size: 18px;
        padding-bottom: 20px;
        font-weight: 600;
    }

    .article__body img {
        margin: 20px 0;
    }

    .article__body blockquote {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 40px 20px 30px;
        font-size: 18px;
        line-height: 1.8;
    }

    .article__body q {
        padding: 104px 20px 0;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
    }

    .article__body q:before {
        left: calc(50% - 40px);
    }

    .article__clarification {
        margin-bottom: 20px;
    }

    .article__socials {
        flex-wrap: wrap;
    }

    .article-grade {
        padding-right: 10px;
    }

    .article-socials {
        padding-left: 10px;
        padding-right: 0;
    }

    .article-socials__link {
        width: 40px;
        height: 40px;
        margin-right: 16px;
    }

    .article-socials__link--telegram {
        background-image: url("../img/icon_telegram-grey.svg");
    }

    .article-socials__link--instagram {
        background-image: url("../img/icon_instagram-grey.svg");
    }

    .article-socials__link--vk {
        background-image: url("../img/icon_vk-grey.svg");
    }

    .article-socials__link--facebook {
        background-image: url("../img/icon_facebook-grey.svg");
    }

    .article-socials__title {
        padding-bottom: 18px;
    }

    .article-subscription {
        width: 100%;
        padding-top: 40px;
    }

    .article-subscription__small-text {
        padding-right: 20px;
    }
}

@media screen and (max-width: 430px) {
    .article__time {
        margin-right: 10px;
    }

    .article__body h1 {
        font-size: 28px;
    }

    .article__body h2 {
        font-size: 22px;
    }

    .article-grade {
        padding-right: 0;
    }

    .article-grade__title {
        padding-bottom: 12px;
    }

    .article-socials {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .article-socials__title {
        padding-bottom: 12px;
    }

    .article-subscription__title {
        font-size: 14px;
    }
}

.author-card--tablet {
    display: none;
}

.author-card__row {
    display: flex;
    padding-bottom: 20px;
}

.author-card__comment {
    background-color: #FECC43;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    font-size: 15px;
    line-height: 1.3;
}

.author-card__comment:before {
    content: "";
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FECC43;
    position: absolute;
}

.author-card__img-wrapper {
    position: relative;
}

.author-card__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 !important;
    overflow: hidden;
}

.author-card__icon {
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_info.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.author-card__info {
    margin-left: 20px;
}

.author-card__text {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    max-width: 200px;
    font-weight: 300;
}

.author-card__text a{
    border-bottom: 1px solid #777777;
    transition: 0.2s;
}

.author-card__text a:hover{
    border-bottom: none;
    color: #504C4C;
}

.author-card__text b {
    font-weight: 600;
    color: #504C4C;
}

.author-card__text span {
    color:  #504C4C;
}

.author-card__socials {
    display: flex;
    align-items: center;
    padding-top: 14px;
}

.author-card__link {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 11px;
    transition: all ease-in-out .3s;
}

.author-card__link:last-child {
    margin-right: 0;
}

.author-card__link--vk {
    background-image: url("../img/icon_round-vk.svg");
}

.author-card__link--vk:hover {
    background-image: url("../img/icon_round-vk-hover.svg");
    transition: all ease-in-out .3s;
}

.author-card__link--instagram {
    background-image: url("../img/icon_round-instagram.svg");
}

.author-card__link--instagram:hover {
    background-image: url("../img/icon_round-instagram-hover.svg");
    transition: all ease-in-out .3s;
}

.author-card__link--twitter {
    background-image: url("../img/icon_round-twitter.svg");
}

.author-card__link--twitter:hover {
    background-image: url("../img/icon_round-twitter-hover.svg");
    transition: all ease-in-out .3s;
}

@media screen and (max-width: 1199px) {
    .author-card--desktop {
        display: none;
    }

    .author-card--tablet {
        display: flex;
        padding-bottom: 70px;
    }

    .author-card__row {
        padding-bottom: 0;
        padding-right: 35px;
    }

    .author-card__left {
        flex-shrink: 0;
    }

    .author-card__comment {
        max-width: 310px;
        padding: 17px 17px 17px 30px;
    }

    .author-card__comment:before {
        left: -20px;
        top: calc(50% - 10px);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #FECC43;
        border-bottom: 10px solid transparent;
    }
}

@media screen and (max-width: 767px) {
    .author-card {
        position: relative;
    }

    .author-card--tablet {
        padding-bottom: 40px;
    }

    .author-card__comment {
        position: absolute;
        top: 80px;
        display: none;
    }

    .author-card__comment:before {
        content: "";
        left: 20px;
        top: -10px;
        width: 0;
        height: 0;
        border-top: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FECC43;
        position: absolute;
    }

    .author-card__row {
        padding-right: 0;
    }

    .author-card__row:hover + .author-card__comment {
        display: block;
    }

    .author-card__text {
        font-size: 14px;
    }

    .author-card__info {
        display: flex;
        align-items: flex-start;
    }

    .author-card__socials {
        padding-top: 0;
        padding-left: 20px;
    }
}

.subscription-card {
    border-radius: 3px;
}

.subscription-card--tablet {
    display: none;
}

.subscription-card__wrapper {
    position: relative;
    background-color: #f1f1f1;
    padding: 35px 25px 25px 20px;
    border-radius: 3px;
}

.subscription-card__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/subscription-card_img.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 220px;
}

.subscription-card__content {
    position: relative;
    z-index: 10;
}

.subscription-card__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 62px;
}

.subscription-card__input {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: normal;
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    padding: 12px 20px;
    color: #000000;
}

.subscription-card__input::-moz-placeholder,
.subscription-card__input:-ms-input-placeholder,
.subscription-card__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.subscription-card__button {
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    .subscription-card {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .subscription-card__wrapper {
        padding: 40px 20px;
    }

    .subscription-card__wrapper:before {
        height: 100%;
        background-image: url("../img/subscription-card_img-tablet.svg");
    }

    .subscription-card--desktop {
        display: none;
    }

    .subscription-card--tablet {
        display: block;
    }

    .subscription-card__content {
        display: flex;
        align-items: center;
    }

    .subscription-card__title, .subscription-card__bottom-wrapper {
        width: 50%;
    }

    .subscription-card__title {
        font-size: 26px;
        line-height: 1.4;
        padding-right: 30px;
        padding-bottom: 0;
    }

    .subscription-card__bottom-wrapper {
        position: relative;
    }

    .subscription-card__input {
        padding: 15px 180px 15px 20px;
    }

    .subscription-card__button {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        max-width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .subscription-card {
        padding-top: 40px;
    }

    .subscription-card__wrapper {
        padding: 35px 20px;
    }

    .subscription-card__wrapper:before {
        background-image: url("../img/subscription-card_img.svg");
    }

    .subscription-card__content {
        flex-direction: column;
    }

    .subscription-card__title, .subscription-card__bottom-wrapper {
        width: 100%;
    }

    .subscription-card__title {
        font-size: 24px;
        line-height: 1.4;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .subscription-card__input {
        padding: 15px 20px;
    }

    .subscription-card__button {
        position: initial;
        max-width: 100%;
        margin-top: 20px;
    }
}

.service-banner--padding {
    padding-bottom: 90px;
}

.service-banner--tablet {
    display: none;
}

.service-banner__wrapper {
    background-color: #f1f1f1;
    padding: 27px 20px 25px 20px;
    border-radius: 3px;
    height: 400px;
    position: relative;
}

.service-banner__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/service-banner_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.service-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 100;
}

.service-banner__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

.service-banner__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
}

.service-banner__button {
    margin-top: 17px;
}

@media screen and (max-width: 1199px) {
    .service-banner--desktop {
        display: none;
    }

    .service-banner--tablet {
        display: block;
    }

    .service-banner--padding {
        padding-bottom: 5px;
    }

    .service-banner__wrapper {
        height: auto;
    }

    .service-banner__wrapper:before {
        max-width: 300px;
        left: auto;
        right: 0;
    }

    .service-banner__content {
        max-width: 460px;
        margin: 0 auto;
    }

    .service-banner__text {
        padding-bottom: 10px;
    }

    .service-banner__text br {
        display: none;
    }

    .service-banner__title {
        font-size: 26px;
    }

    .service-banner__button {
        margin-top: 20px;
        max-width: 260px;
    }
}

@media screen and (max-width: 767px) {
    .service-banner {
        padding-top: 30px;
    }

    .service-banner__wrapper {
        height: 310px;
    }

    .service-banner__wrapper:before {
        max-width: 60%;
    }

    .service-banner__text br {
        display: block;
    }

    .service-banner__title {
        max-width: 250px;
        font-size: 24px;
        line-height: 1.4;
    }

    .service-banner__button {
        max-width: 100%;
    }
}

.article-cards--tablet {
    display: none;
}

.article-cards__title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 32px;
}

.article-cards-slider {
    display: flex;
    margin: 0 -10px;
}

.article-cards-slider__col {
    padding: 0 10px;
}

.article-cards-slider-navigation {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
}

.article-cards-slider-navigation__prev, .article-cards-slider-navigation__next {
    width: 36px;
    height: 36px;
    background-image: url("../img/icon_navigation-next.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.article-cards-slider-navigation__prev.slick-disabled, .article-cards-slider-navigation__next.slick-disabled {
    filter: grayscale(100%);
    opacity: 0.5;
}

.article-cards-slider-navigation__next {
    margin-left: 10px;
}

.article-cards-slider-navigation__prev {
    transform: rotate(180deg);
}

.article-card {
    display: block;
    height: 320px;
    background-color: #000000;
    position: relative;
    border-radius: 3px;
}

.article-card__img-wrapper {
    max-height: 170px;
    text-align: right;
}

.article-card__img {
    display: block;
    width: 100%;
    max-width: 250px;
}

.article-card__content {
    padding: 25px 20px 30px;
}

.article-card__title {
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
}

.article-card__title b {
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .article-cards--desktop {
        display: none;
    }

    .article-cards--tablet {
        display: block;
        padding-top: 40px;
    }

    .article-card__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .article-cards__title {
        font-size: 18px;
        padding-bottom: 24px;
    }
}

.block-goods {
    margin-top: 55px;
}

.article__body .block-goods h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    padding: 20px 0 30px;
}

.block-goods__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 30px;
}

.block-goods__col {
    width: 25%;
    padding: 0 10px;
}

.goods-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 30px 20px 25px;
    min-height: 320px;
}

.goods-card__img-wrapper {
    display: flex;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 23px;
}

.goods-card__img {
    display: block;
    width: 100%;
    max-width: 150px;
}

.goods-card__title,
.goods-card__desctiption {
    font-size: 14px;
    line-height: 1.4;
}

.goods-card__title {
    font-weight: bold;
}

.goods-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods-card__price-wrapper {
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-right: 5px;
}

.goods-card__price {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

.goods-card__price--inactive {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-left: 8px;
}

.goods-card__basket {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_basket.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.block-goods-banner {
    display: block;
    background-color: #FECC43;
    padding: 30px 0 30px 80px;
    position: relative;
    border-radius: 3px;
}

.block-goods-banner:after {
    content: "";
    position: absolute;
    right: 70px;
    top: 0;
    width: 312px;
    height: 100%;
    background-image: url("../img/block-goods-banner_img.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.block-goods-banner__text {
    max-width: 490px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.block-goods-banner__small-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

@media screen and (max-width: 1199px) {
    .block-goods h2 {
        padding-bottom: 48px;
    }

    .block-goods__row {
        margin: 0 -40px 0 -10px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .block-goods h2 {
        font-size: 24px;
        line-height: 1.4;
        padding-bottom: 30px;
    }

    .block-goods-banner {
        padding: 30px;
    }

    .block-goods-banner__text {
        font-size: 24px;
    }
}

.comments {
    background-color: #f1f1f1;
}

.comments__inner {
    padding: 60px 0 130px 345px;
}

.comments__content {
    width: 100%;
    max-width: 900px;
}

.comments__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    padding-top: 5px;
}

.comments__title {
    font-size: 24px;
    line-height: 1.4;
}

.comments-switches {
    display: flex;
    align-items: center;
}

.comments-switches__link {
    display: inline-block;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 30px;
}

.comments-switches__link:last-child {
    margin-right: 0;
}

.comments-switches__link.active {
    color: #000000;
}

.comments-textarea-wrapper {
    position: relative;
}

.comments-textarea {
    width: 100%;
    resize: none;
    border: none;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    background-color: #FFFFFF;
    border-radius: 3px;
    padding: 15px 60px 15px 62px;
    height: 60px;
}

.comments-textarea::-moz-placeholder,
.comments-textarea:-ms-input-placeholder,
.comments-textarea::placeholder {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    line-height: 2;
}

.comments-textarea-icon {
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_chat.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 20px;
}

.comments-textarea-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_arrow-right-grey.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.comment-wrapper {
    padding-top: 40px;
}

.comment {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding-top: 20px;
}

.comment:first-child {
    padding-top: 0;
}

.comment:last-child {
    border-bottom: none;
}

.comment .comment {
    /* border-left: 1px solid rgba(0, 0, 0, 0.1); */
    padding-left: 30px;
}

.comment .comment .comment-body {
    padding-bottom: 0;
}

.comment-header {
    display: flex;
    align-items: center;
}

.comment-header__user {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
}

.comment-header__user img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-header__info {
    padding-left: 20px;
}

.comment-header__text-bold {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 4px;
}

.comment-header__text {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
}

.comment-body {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
}

.comment-body__left {
    max-width: 690px;
    margin-right: 20px;
}

.comment-body__text {
    font-size: 15px;
    line-height: 1.6;
}

.comment-body__button {
    margin-top: 20px;
}

.comment-body__button-mobile {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url("../img/icon_answer.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.comment-grade {
    display: flex;
}

.comment-grade__item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.comment-grade__item:last-child {
    margin-right: 0;
}

.comment-grade__icon {
    width: 18px;
    height: 18px;
    background-image: url("../img/icon_hand-simple-like.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.comment-grade__icon--dislike {
    background-image: url("../img/icon_hand-simple-dislike.svg");
    margin-bottom: -7px;
}

.comment-grade__text {
    font-size: 13px;
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: -6px;
}

@media screen and (max-width: 1199px) {
    .comments__inner {
        padding-left: 0;
    }

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

@media screen and (max-width: 767px) {
    .comments-switches {
        overflow: auto;
        margin-left: 10px;
    }

    .comments__inner {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .comments__title {
        font-size: 18px;
        line-height: 1.4;
        flex-shrink: 0;
    }

    .comments__header {
        padding-bottom: 24px;
    }

    .comment .comment {
        padding-left: 24px;
        border-left: none;
    }

    .comment-body {
        flex-direction: column;
    }

    .comment-body__left {
        margin-right: 0;
        max-width: 100%;
    }

    .comment-body__right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .comment-body__button {
        display: none;
    }

    .comment-body__button-mobile {
        display: block;
    }

    .comment-body__right {
        padding-top: 20px;
    }

    .comment-grade__icon {
        width: 20px;
        height: 20px;
        background-image: url("../img/icon_hand-simple-like.svg");
    }

    .comment-grade__icon--dislike {
        background-image: url("../img/icon_hand-simple-dislike.svg");
    }

    .comment-grade__text {
        margin-left: 5px;
    }
}

.stub-page {
    min-height: calc(100vh - 109px - 289px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stub-page__inner {
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.stub-page__left {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 52px;
}

.stub-page__right {
    width: 50%;
}

.stub-page h1 {
    font-size: 44px;
    line-height: 1.3;
    padding-bottom: 4px;
}

.stub-page__text {
    padding-bottom: 30px;
    font-weight: 500;
}

.stub-page__description {
    color: #6F6F6F;
    padding-bottom: 30px;
    max-width: 260px;
}

.stub-page__button {
    max-width: 260px;
}

.stub-page__img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .stub-page h1 {
        font-size: 40px;
        line-height: 1.275;
        padding-bottom: 6px;
    }

    .stub-page__inner {
        max-width: 620px;
        flex-direction: column;
        align-items: center;
        padding: 70px 0 165px;
    }

    .stub-page__left, .stub-page__right {
        width: 100%;
    }

    .stub-page__left {
        align-items: center;
        margin-right: 0;
        order: 2;
        text-align: center;
    }

    .stub-page__right {
        order: 1;
        margin-bottom: 32px;
    }

    .stub-page__description {
        line-height: 1.5;
    }
}

@media screen and (max-width: 767px) {
    .stub-page__inner {
        padding: 75px 0 122px;
    }

    .stub-page__button {
        width: 100%;
        max-width: 400px;
    }
}

@media screen and (max-width: 430px) {
    .stub-page h1 {
        font-size: 30px;
    }
}

.account-header {
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}

.account-header__wrapper {
    width: 100%;
    max-width: 1170px;
    padding: 22px 20px 33px;
    margin: 0 auto;
}

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

.account-header__top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 20px;
}

.account-header__switches {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-header__left {
    margin: 0 auto;
}

.account-header__link-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 38px;
}

.account-header__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #000000;
}

.account-header__link--mobile {
    display: none;
}

.account-header__link--settings {
    color: #000000;
}

.account-user {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.account-user__photo-wrapper {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #FFFFFF;
    margin-bottom: 20px;
}

.account-user__photo-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.account-user__photo-wrapper-inner {
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    overflow: hidden;
}

.account-user__photo-label {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}

.account-user__photo-input {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 50%;
    top: 50%;
    overflow: hidden;
}

.account-user__photo-bottom {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.account-user__photo-bottom:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    background-image: url("../img/icon_photo.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.account-user__name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height: 28px;
    color: #000000;
}

.account-user__text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.account-user__city,
.account-user__status {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #4F4F4F;
    margin-top: 14px;
    font-weight: 300;
}

.account-user__status {
    margin-top: 8px;
}

.account-user__row {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.account-user__item {
    margin-right: 20px;
}

.account-user__item span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.account-user__item:last-child {
    margin-right: 0;
}

.account-user__input {
    width: 325px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 15px;
}

.account-switches {
    display: flex;
    align-items: center;
    gap: 14px;
}

.account-switches__link {
    font-family: Montserrat;
    font-weight: 600;
    background: #EFEFEF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    display: flex;
    color: #707070;
    padding: 13px 20px;
    gap: 7px;
}

.account-switches__link.active {
    color: #000000;
}

.account-switches__link:last-child {
    margin-right: 0;
}

.account-switches__link-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    background-color: #FFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.account-switches__link.active .account-switches__link-counter{
    background: #FECC43;
}

.account-switches__link-counter span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.account-user--settings .account-user__photo-wrapper{
    margin-bottom: 68px;
}

.account-body {
    background-color: #FFFFFF;
}

.account-body__inner,
.account-body__comments {
    padding-top: 20px;
}

.account-body__content {
    display: none;
}

.account-body__content.open {
    display: block;
}

.account-comment {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 30px 40px 35px 20px;
    filter: drop-shadow(0px 15px 25px rgba(0, 0, 0, 0.15));
    margin-bottom: 20px;
}

.account-comment:last-child {
    margin-bottom: 0;
}

.account-comment__left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.account-comment__left .img_resource{
    position: relative;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 3px;
}

.account-comment__left .img_resource img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.account-comment__right {
    padding-left: 20px;
    display: flex;
    align-items: flex-end;
}

.account-comment__title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}

.account-comment__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_link.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.account-comment__text {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    font-weight: 300;
}

.account-comment__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.account-settings {
    background-color: #FFFFFF;
}

.account-settings__block {
    border-bottom: solid 1px #E0E0E0;
}

.account-settings__block:last-child,
.account-settings__block:last-child .account-settings {
    border-bottom: none;
}

.account-settings__block:last-child .account-settings__inner {
    padding-bottom: 0;
}

.account-settings__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 20px;
}

.account-settings__row {
    display: flex;
}

.account-settings__title-wrapper {
    width: 100%;
    max-width: 210px;
}

.account-settings__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.account-settings__email {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #878787;
}

.account-settings__info {
    margin-left: 20px;
}

.account-settings__info-wrapper {
    padding-bottom: 24px;
}

.account-settings__info-wrapper--small-pad {
    padding-bottom: 20px;
}

.account-settings__info-wrapper:last-child {
    padding-bottom: 0;
}

.account-settings__info-row {
    display: flex;
    align-items: center;
}

.account-settings__info-col {
    margin-right: 20px;
}

.account-settings__info-col:last-child {
    margin-right: 0;
}

.account-settings__input {
    width: 325px;
    margin-top: 15px;
}

.account-settings__info-label {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 10px;
}

.account-settings__bottom-wrapper {
    padding-left: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-settings__bottom-wrapper-left {
    display: flex;
    align-items: center;
}

.account-settings__button {
    width: 260px;
    margin-right: 20px;
}

.account-settings__button:last-child {
    margin-right: 0;
}

.account-settings__link {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    color: #000000;
}

.long-guide{
    padding-top: 20px;
}
.long-guide .quote-author{
    padding-top: 0;
}

.long-guide .quote-author img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 3px;
    margin-top: 35px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.long-guide .qoute-author__name h4{
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
}

.long-guide .qoute-author__name span{
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #4f4f4f;
}

@media screen and (max-width: 1199px) {
    .account-header__wrapper {
        padding-top: 67px;
    }

    .account-header__link-wrapper {
        padding-top: 30px;
    }

    .account-header__link {
        color: #000000;
    }

    .account-header__link--mobile {
        display: none;
    }

    .account-header__switches {
        padding-top: 25px;
    }

    .account-user__photo-wrapper {
        width: 140px;
        height: 140px;
    }

    .account-user__info {
        padding-left: 20px;
    }

    .account-user__row {
        margin-left: 100px;
    }

    .account-user__input {
        width: 300px;
    }

    .account-body__inner {
        padding-top: 40px;
    }

    .account-body__comments {
        padding-top: 0;
    }

    .account-comment {
        padding: 30px 30px 45px 20px;
    }

    .account-comment__title-wrapper {
        max-width: 200px;
    }

    .account-comment__title {
        margin-bottom: 20px;
    }

    .account-comment__link {
        width: 36px;
        height: 36px;
    }

    .account-comment__text {
        margin-left: 20px;
    }

    .account-comment__right {
        padding-left: 45px;
    }

    .account-settings__info {
        margin-left: 30px;
    }

    .account-settings__input {
        width: 300px;
    }

    .account-settings__bottom-wrapper {
        padding-left: 240px;
    }

    .account-settings__button {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .account-header__wrapper {
        padding: 40px 0 20px;
    }

    .account-header__wrapper--settings {
        padding: 30px 0;
    }

    .account-header__top {
        flex-direction: column;
    }

    .account-header__top-left {
        width: 100%;
        padding: 0 10px;
    }

    .account-header{
        padding: 0 10px;
    }

    .account-header__link-wrapper {
        display: none;
    }

    .account-header__link {
        display: block;
        color: #000000;
        font-size: 15px;
        text-align: center;
        padding: 12px;
    }

    .account-header__link--desktop {
        display: none;
    }

    .account-header__link--mobile {
        display: block;
    }

    .account-header__switches {
        padding-top: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .account-header__left {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    .account-header__right {
        display: none;
    }

    .account-user--settings {
        flex-direction: column;
    }

    .account-user--settings .account-user__photo-wrapper {
        width: 120px;
        height: 120px;
    }
    
    .account-switches{
        flex-direction: row;
        position: fixed;
        bottom: 20px;
        z-index: 2;
    }

    .account-user__photo-wrapper {
        width: 85px;
        height: 85px;
        border-width: 2px;
    }

    .account-user__name {
        font-size: 24px;
        text-align: center;
    }

    .account-user__row {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .account-user__item {
        margin-right: 0;
        width: 100%;
    }

    .account-user__item:last-child {
        margin-top: 20px;
    }

    .account-user__input {
        width: 100%;
    }

    .account-switches__link {
        font-size: 15px;
        padding: 10px;
    }

    .account-body__inner {
        padding-top: 20px;
    }

    .account-body__comments {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .account-comment {
        flex-direction: column;
        padding: 30px 10px;
        margin-bottom: 10px;
    }

    .account-comment__left {
        flex-direction: column;
    }

    .account-comment__title-wrapper {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .account-comment__title {
        margin-bottom: 0;
    }

    .account-comment__text {
        margin-left: 0;
        margin-top: 10px;
    }

    .account-comment__right {
        padding-left: 0;
        padding-top: 20px;
    }

    .account-settings__inner {
        padding: 40px 10px 48px;
    }

    .account-settings__block:last-child {
        padding-bottom: 20px;
    }

    .account-settings__row {
        flex-direction: column;
    }

    .account-settings__title-wrapper {
        max-width: 300px;
    }

    .account-settings__title {
        font-size: 24px;
    }

    .account-settings__info {
        margin-left: 0;
        margin-top: 26px;
    }

    .account-settings__info-wrapper {
        padding-bottom: 28px;
    }

    .account-settings__info-wrapper--small-pad {
        padding-bottom: 18px;
    }

    .account-settings__info-row {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .account-settings__info-col {
        width: 100%;
        margin-bottom: 20px;
    }

    .account-settings__info-col:last-child {
        margin-bottom: 0;
    }

    .account-settings__input,
    .account-settings__bottom-wrapper-left,
    .account-settings__button {
        width: 100%;
    }

    .account-settings__bottom-wrapper {
        padding-left: 0;
        flex-direction: column;
    }

    .account-settings__bottom-wrapper-right {
        margin-top: 60px;
    }
}

.subscription {
    position: relative;
}

.subscription__input {
    display: block;
    width: 100%;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 15px;
    line-height: 1.4;
    border-radius: 3px;
    padding: 12px 135px 12px 20px;
    background-color: transparent;
}

.subscription__input::-moz-placeholder,
.subscription__input:-ms-input-placeholder,
.subscription__input::placeholder {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    line-height: 1.4;
}

.subscription__text {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 22px;
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
    color: #FECC43;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
}

.subscription__icon-mobile {
    display: none;
    width: 18px;
}

@media screen and (max-width: 1199px) {
    .subscription__text-desktop {
        display: none;
    }

    .subscription__icon-mobile {
        display: block;
    }

    .subscription__input {
        padding-right: 62px;
    }
}

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

.socials__item{
    display: flex;
    align-items: center;
    gap: 15px;
}

.socials__item span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #BABABA;
}

.socials__link {
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}

.socials__link--telegram {
    background-image: url("../img/ico-tg.png");
}

.socials__link--instagram {
    background-image: url("../img/icon_instagram.svg");
}

.socials__link--twitter {
    background-image: url("../img/icon_twitter.svg");
}

.socials__link--vk {
    background-image: url("../img/icon_vk.svg");
}

.socials__link--tiktok {
    background-image: url("../img/icon_tiktok.svg");
}

.socials__link--facebook {
    background-image: url("../img/icon_facebook.svg");
}

.socials__link--dzen {
    background-image: url("../img/icon_zen.svg");
    background-size: contain;
    width: 17px;
    height: 17px;
    opacity: 0.5;
}

.footer {
    background-color: #181818;
}

.footer-menu__item {
    font-size: 15px;
    line-height: 1.33;
    color: rgba(255, 255, 255, 0.4);
    transition: color ease-in-out .3s;
    margin-bottom: 20px;
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top__inner {
    padding: 23px 0 32px;
}

.footer-top__label {
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 24px;
}

.footer-bottom__inner {
    padding: 22px 0;
}

.footer-bottom__socials {
    padding: 0;
}

.footer-subscription {
    /*display: none;*/
    padding-left: 20px;
}

.footer-subscription__title {
    font-size: 18px;
    line-height: 1.33;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 21px;
}

.footer-subscription__text {
    font-size: 12px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 36px;
}

.footer-subscription__text a {
    color: #FFFFFF;
    transition: color ease-in-out .3s;
}

.footer-subscription__text a:hover,
.footer-menu__item:hover,
.mobile-menu-tabs-container__link:hover,
.header-submenu__link:hover,
.header-submenu__title:hover,
.modal-list > li > ul > li > a:hover,
.modal__link:hover  {
    color: #FECC43;
    transition: color ease-in-out .3s;
}

.privacy-policy{
    color: rgba(255, 255, 255, 0.4);
    transition: color ease-in-out .3s;
}
.privacy-policy:hover {
    color:#FECC43;
}

@media screen and (max-width: 767px) {
    .footer-top__inner {
        padding: 40px 0 79px;
    }

    .footer-top__inner .col--33 {
        width: 50%;
    }

    .footer-top__inner .col--footer-subscription {
        width: 100%;
        margin-bottom: 0;
        margin-top: 56px;
        padding-top: 36px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer-top__label {
        font-size: 16px;
        line-height: 1.25;
        padding-bottom: 27px;
    }

    .footer-subscription {
        padding-left: 0;
    }

    .footer-subscription__title {
        padding-bottom: 24px;
    }

    .footer-subscription__text {
        padding-top: 24px;
    }

    .footer-bottom__inner {
        padding: 11px 0 18px;
    }

    .footer-bottom .col--33:nth-child(1), .footer-bottom .col--33:nth-child(2) {
        display: none;
    }

    .footer-bottom .col--footer-socials {
        margin-top: 0;
        margin-bottom: 0;
        border-left: none;
    }
    .feedback__contacts {
        flex-direction: column;
        gap: 50px;
    }
    .socials__item{
        margin-left: 0;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 999;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.block-goods--article .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    /*display: block; */
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "";
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-prev, .slick-next {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slick-prev:before, .slick-next:before {
    width: 18px;
    height: 18px;
    background-image: url("../img/icon_arrow-slider.svg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
}

.slick-prev {
    left: -10px;
}

.slick-prev:before {
    transform: rotate(180deg);
}

.slick-next {
    right: -10px;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.5;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #FFFFFF;
}

#slider-discussed, #slider-compilations, #sliderArticleGoods > .slick-list > .slick-track {
    margin-left: 0;
}

.empty-favorites{
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    padding: 53px 15px;
    margin-top: 28px;
}

.empty-favorites h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 28px;
    text-align: center;
    color: #999999;
    padding-bottom: 14px;
    text-transform: inherit;
}

.empty-favorites span{
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #999999;
    font-weight: 300;
}
.empty-favorites a{
    margin-top: 33px;
    width: 237px;
    height: 47px;
    background-color: #FECC43;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    border-radius: 3px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-subscription.text-sub{
    color: #fff;
}
.footer-subscription.text-sub .sub-title{
    display: block;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.footer-subscription.text-sub .sub-text{
    text-align: center;
}
.article-subscription.text-sub{
    color: #000;
    max-width: 340px;
}
.article-subscription.text-sub .sub-title{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.article-subscription.text-sub .sub-text{
    text-align: center;
}
.accordeon-wrapper .article-steps__title {
    height: auto;
    padding-top: 0px;
    padding-bottom: 5px;
}

.question__value {
text-transform: lowercase;    

}
@media screen and (max-width: 1200px){
 .article__aside{
        display:none;
    }
}

.modal.modal--cookie {
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    background: none;
}

.modal--cookie .modal__wrapper {
    transform: none;
    top: 0;
    left: 0;
    max-width: 720px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.modal-cookie__body {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
}

button.modal-cookie__btn.button {
    max-width: 98px;
    border-radius: 4px;
    padding: 12px 4px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    color: #504C4C;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.modal-cookie__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    font-family: 'Montserrat';
    color: #141414;
}

.modal-cookie__title a {
    color: #FFB800;
    text-decoration: underline;
}
@media (max-width: 991.98px) {
    .modal.modal--cookie {
        left: 20px;
    }
    .modal--cookie .modal__wrapper {
        transform: translate(-50%, 0);
        left: 50%;
        top: 50%;
    }
}
@media (max-width: 575.98px) {
    .modal-cookie__body {
        flex-direction: column;
        align-items: start;
        gap: 16px;
        padding: 16px;
    }
}
.form__policy {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #747474;
}

.form__policy input {
    display: none;
}

.form__policy label {
    display: flex;
    gap: 16px;
    align-items: start;
    cursor: pointer;
}

.form__policy a {
    text-decoration: underline;
    color: #FFB800;
}

.form__policy span:first-child {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    position: relative;
    background: #fff;
    display: block;
    transition: all .5s;
    border: 2px solid #747474;
    margin-top: 3px;
}

.form__policy span:first-child::before {
    content: "";
    background: #FFB800;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    opacity: 0;
    transition: all .5s;
}

.form__policy input:checked+label span:first-child::before {
    opacity: 1;
}

form:has(.form__policy input:not(:checked)) button[type="submit"] {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}