:root {
    --body-bg: #fff;
    --body-color: #212529;
    --body-color-mutted: #aaa;
    --border-radius: 8px;
    --accent: #4fc48a;
    --a1: #4fc48a;
    --a1_d: #3cb378;
    --a1_50: rgba(79, 196, 138, 0.5);
    --success: #198754;
    --success_d: #136941;
    --success_50: rgba(25, 135, 84, 0.5);
    --danger: #dc3545;
    --danger_d: #ca2333;
    --danger_50: rgba(220, 53, 69, 0.5);
    --hover-overlay: rgba(255, 255, 255, 0.1);
    --nav-bg: rgb(36, 37, 38);
    --settings-bg: rgb(20, 20, 23);
    --surface-bg: rgb(36, 37, 38);
    --surface-bg2: rgb(40, 42, 43);
    --surface-bg3: rgb(60, 62, 63);
    --card-bg1: rgb(36, 37, 38);
    --surface-bg-success: #4b823c;
    --surface-bg-success_l: #5c954d;
    --surface-bg-error: #82443c;
    --surface-bg-error_l: #925148;
    --surface-bg-info: #3c6282;
    --surface-bg-info_l: #4b7193;
    --input-bg: rgb(58, 59, 60);
    --input-border: rgb(58, 59, 60);
    --divider: rgb(50, 50, 50);
    --selected-state: rgba(45, 136, 255, 0.1);
    --shadow-1: rgba(0, 0, 0, 0.1);
    --shadow-2: rgba(0, 0, 0, 0.2);
}
.theme-light {
    --body-bg: rgb(240, 242, 245);
    --body-color: #111;
    --body-color-mutted: #777;
    --nav-bg: #fff;
    --settings-bg: rgb(250, 250, 250);
    --surface-bg: rgb(255, 255, 255);
    --surface-bg2: rgb(250, 250, 250);
    --surface-bg3: rgb(240, 240, 240);
    --hover-overlay: rgba(0, 0, 0, 0.05);
    --card-bg1: rgb(36, 37, 38);
    --input-bg: rgb(240, 242, 245);
    --input-border: rgb(240, 242, 245);
    --divider: rgb(200, 200, 200);
}
@font-face {
    font-family: Georgia;
    src: url(fonts/Georgia.eot);
    src: local("Georgia"), url(fonts/Georgia.eot?#iefix) format("embedded-opentype"), url(fonts/Georgia.woff2) format("woff2"), url(fonts/Georgia.woff) format("woff"), url(fonts/Georgia.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Georgia;
    src: url(fonts/Georgia-Bold.eot);
    src: local("Georgia Bold"), local("Georgia-Bold"), url(fonts/Georgia-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Georgia-Bold.woff2) format("woff2"), url(fonts/Georgia-Bold.woff) format("woff"),
        url(fonts/Georgia-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Georgia;
    src: url(fonts/Georgia-Italic.eot);
    src: local("Georgia Italic"), local("Georgia-Italic"), url(fonts/Georgia-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/Georgia-Italic.woff2) format("woff2"), url(fonts/Georgia-Italic.woff) format("woff"),
        url(fonts/Georgia-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Georgia;
    src: url(fonts/Georgia-BoldItalic.eot);
    src: local("Georgia Bold Italic"), local("Georgia-BoldItalic"), url(fonts/Georgia-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Georgia-BoldItalic.woff2) format("woff2"), url(fonts/Georgia-BoldItalic.woff) format("woff"),
        url(fonts/Georgia-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #fff;
}
.share-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.share-box a:active,
.share-box a:focus,
.share-box a:hover {
    border-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.share-box a.s-vk {
    color: #597da3;
}
.share-box a.s-fb {
    color: #3b5998;
}
.share-box a.s-twitter {
    color: #3e95e9;
}
.share-box a.s-ig {
    color: #b9337f;
}
.share-box a.s-ok {
    color: #ff8300;
}
.share-box a.s-gp {
    color: #c34016;
}
.share-box a.s-telegram {
    color: #34a9e5;
}
.share-box a.s-viber {
    color: #7c59ea;
}
.share-box a.s-whatsapp {
    color: #3abe4d;
}
.share-box a.s-youtube,
.share-box a.s-yt {
    color: #e62117;
}
.share-box a.s-envelope {
    color: #f5c13c;
}
.hash-tag {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #565656;
    font-size: 16px;
    line-height: 18px;
    border: 1px solid #dedede;
    border-radius: 16px;
    transition: border-color 250ms ease-out;
    padding: 7px 14px 7px 13px;
}
.hash-tag:active,
.hash-tag:focus,
.hash-tag:hover {
    color: #000;
    border-color: #545454;
}
.hash-tag span + i,
.hash-tag span + svg {
    margin-left: 8px;
    color: #b3b3b3;
}
.hash-tag span + i.fa-plus-circle,
.hash-tag span + svg.fa-plus-circle {
    color: #4fc48a;
}
.header {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.header #burger-trigger {
    display: flex;
    align-items: center;
}
.header #burger-trigger:active,
.header #burger-trigger:focus,
.header #burger-trigger:hover {
    outline: 0;
}
.header #burger-trigger svg + svg,
.header #burger-trigger.show svg {
    display: none;
    visibility: hidden;
}
.header #burger-trigger.show svg + svg {
    display: block;
    visibility: visible;
}
.header__burgerpanel {
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
}
.header__burgerpanel .container {
    display: none;
    visibility: hidden;
    padding-top: 12px;
    padding-bottom: 0;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.header__burgerpanel.show {
    max-height: 0;
    transition: max-height 0.5s ease-out;
}
.header__burgerpanel.show .container {
    display: block;
    visibility: visible;
}
.header__burgerpanel.show.animated {
    max-height: none;
}
.header__burgerpanel.show.animated .container {
    opacity: 1;
    transform: none;
}
.header__burgerpanel ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.header__burgerpanel ul.strong-list {
    color: #484848;
}
.header__burgerpanel ul.strong-list a {
    color: #484848;
    display: block;
}
.header__burgerpanel ul.strong-list a:active,
.header__burgerpanel ul.strong-list a:focus,
.header__burgerpanel ul.strong-list a:hover {
    color: #4fc48a;
}
.header__burgerpanel ul li {
    color: #6a6a6a;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.header__burgerpanel ul li a {
    color: #6a6a6a;
    text-decoration: none;
    transition: color 250ms ease-out;
}
.header__burgerpanel ul li a:active,
.header__burgerpanel ul li a:focus,
.header__burgerpanel ul li a:hover {
    text-decoration: none;
    color: #4fc48a;
}
.header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 8px 15px;
}
.header__logo {
    max-width: 157px;
}
.header__menu {
    margin-left: auto;
}
.header__menu .header__menu-list-nav:not(:last-of-type) {
    display: none;
    visibility: hidden;
}
.header__menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.header__menu-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-right: 32px;
    letter-spacing: 0.2px;
    color: #484848;
}
.header__menu-button {
    min-width: 24px;
    min-height: 24px;
    background-size: contain;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    outline: 0;
}
.header__login {
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: none;
}
.header__search-button {
    min-width: 16px;
    min-height: 16px;
    background-size: contain;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    outline: 0;
}
.header__login-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-right: 20px;
    margin-left: 26px;
    letter-spacing: 0.8px;
    color: #484848;
}
.header__enter-button {
}
.header__enter-button:hover {
}
.search {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    visibility: hidden;
    flex-direction: column;
    align-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    pointer-events: none;
    height: 0;
    transition: opacity 250ms ease-out;
}
.search.open {
    opacity: 1;
    display: flex;
    visibility: visible;
    pointer-events: auto;
    height: auto;
}
.search.open .search__form {
    opacity: 1;
    transform: translateY(0);
}
.search.hasresults .search__form {
    margin-bottom: 8px;
}
.search.hasresults .search__results {
    opacity: 1;
    height: 400px;
    max-height: 400px;
    transform: translateY(0);
}
.search.done .search__results {
    overflow-y: auto !important;
    overflow-anchor: none;
}
.search.done .search__results::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}
.search.done .search__results::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(255, 255, 255, 0.1);
}
.search.done .search__results::-webkit-scrollbar-thumb {
    background-color: #4fc48a;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.search__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
}
.search__box {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.search__form {
    opacity: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(100px);
}
.search__input[type="search"],
.search__input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    padding: 0;
    width: 100%;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 64px;
    border-bottom: none;
    transition: opacity 250ms ease-out;
    outline: 0;
}
.search__input[type="search"]:active,
.search__input[type="search"]:focus,
.search__input[type="search"]:hover,
.search__input[type="text"]:active,
.search__input[type="text"]:focus,
.search__input[type="text"]:hover {
    outline: 0;
}
.search__input[type="search"]::-webkit-input-placeholder,
.search__input[type="text"]::-webkit-input-placeholder {
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    color: #fff;
    opacity: 0.5;
}
.search__input[type="search"]::-moz-placeholder,
.search__input[type="text"]::-moz-placeholder {
    -moz-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
    color: #fff;
    opacity: 0.5;
}
.search__input[type="search"]::placeholder,
.search__input[type="text"]::placeholder {
    transition: opacity 250ms ease-out;
    color: #fff;
    opacity: 0.5;
}
.search__input[type="search"]:focus::-webkit-input-placeholder,
.search__input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0.8;
}
.search__input[type="search"]:focus::-moz-placeholder,
.search__input[type="text"]:focus::-moz-placeholder {
    opacity: 0.8;
}
.search__input[type="search"]:focus::placeholder,
.search__input[type="text"]:focus::placeholder {
    opacity: 0.8;
}
.search__submit {
    width: 40px;
    color: #fff;
    text-decoration: none;
    transition: color 250ms ease-out;
}
.search__submit:active,
.search__submit:focus,
.search__submit:hover {
    outline: 0;
    color: #4fc48a;
    text-decoration: none;
}
.search__submit svg {
    width: 25px;
    height: 24px;
}
.search__results {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-right: 8px;
    margin-left: auto;
    margin-right: auto;
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0);
}
.search__results .result {
    display: block;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search__results .result:active,
.search__results .result:focus,
.search__results .result:hover {
    text-decoration: none;
}
.search__results .result:active .result__title,
.search__results .result:focus .result__title,
.search__results .result:hover .result__title {
    color: #4fc48a;
}
.search__results .result:active .result__more,
.search__results .result:focus .result__more,
.search__results .result:hover .result__more {
    color: #fff;
}
.search__results .result__title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
    transition: color 250ms ease-out;
}
.search__results .result__excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 25px;
}
.search__results .result__excerpt p:last-of-type {
    margin-bottom: 0;
}
.search__results .result__excerpt p span.fadeout {
    background: linear-gradient(to right, #fff 10%, #fff 10%, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.search__results .result__more {
    color: #4fc48a;
    font-size: 14px;
    line-height: 1.6;
    transition: color 250ms ease-out;
}
.main {
    display: flex;
    justify-content: center;
    max-width: 1150px;
    margin: auto;
    padding: 15px 15px 25px;
}
.main__content-partners-blocks .main__content-partners-block {
    margin-bottom: 15px;
}
.main__content-partners-blocks .main__content-partners-block:last-of-type {
    margin-bottom: 0;
}
.main__box {
    display: flex;
    flex-direction: column;
}
.main__content,
.main__posts,
.main__posts-box {
    display: block;
}
.main__posts {
    padding-bottom: 15px;
}
.main__posts0 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.main__posts0 .post-card {
    flex: 1 1 calc((100% / 3) - 2rem);
}
.main__content-long-box {
    max-height: 288px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    margin: 0;
    align-items: flex-end;
}
.main__content-long-box_place_left {
    grid-column-start: 1;
    grid-column-end: 3;
}
.main__content-long-box_place_right {
    grid-column-start: 2;
    grid-column-end: 4;
}
.main__content-long-box-img-back {
    display: inline-block;
    position: relative;
    line-height: 0;
}
.main__content-long-box-img-back::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    background: linear-gradient(90.59deg, rgba(63, 63, 63, 0.7) 0.44%, rgba(196, 196, 196, 0) 99.43%);
    mix-blend-mode: multiply;
}
.main__content-long-box-discription {
    position: absolute;
    display: flex;
    flex-direction: column;
    padding-left: 33px;
}
.main__content-long-box-link {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    width: 45%;
    margin-bottom: 16px;
    text-decoration: none;
    transition: color 0.3s;
}
.main__content-long-box-link:hover {
    color: #3da470;
    text-decoration: underline;
}
.main__content-long-box-teg {
    display: flex;
    margin-bottom: 23px;
}
.main__content-long-box-teg-img {
    margin-right: 7px;
    max-width: 16px;
}
.main__content-long-box-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.main__content-long-box-teg-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #e4e4e4;
    margin: 0 5px 0 0;
    padding: 0;
}
.main__content-long-box-teg-link {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #e4e4e4;
    text-decoration: none;
    transition: color 0.3s;
}
.main__content-long-box-teg-link:hover {
    color: #3da470;
    text-decoration: underline;
}
.main__content-box {
    width: 256px;
    height: 288px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    margin: 0;
}
.main__content-box:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.09), 0 2px 0 #e4e4e4;
}
.main__content-link {
    text-decoration: none;
    color: #101010;
    transition: color 0.3s;
}
.main__content-link:hover {
    color: #3da470;
}
.main__content-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 13px 14px 16px 16px;
}
.main__content-box-column {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    grid-row-start: 1;
    grid-row-end: 3;
    display: none;
    visibility: hidden;
}
.main__content-box-column + .post-card.post-card--big {
    grid-column-start: 1;
    grid-column-end: 3;
}
.main__content-box-column-link {
    text-decoration: none;
}
.main__content-box-column-name {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2px;
    margin: 24px 0 16px 16px;
    color: #5a5a5a;
}
.main__content-box-column-name::after {
    content: "";
    position: absolute;
    bottom: -4px;
    margin-left: 3px;
}
.main__content-box-column-block {
    display: flex;
    margin: 0 0 8px;
    padding: 0;
    width: 100%;
    align-items: flex-end;
}
.main__content-box-column-block:last-of-type {
    margin: 0;
}
.main__content-box-column-img {
    position: relative;
    display: block;
}
.main__content-box-column-text {
    position: absolute;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    max-width: 224px;
    padding-left: 16px;
    padding-bottom: 16px;
}
.main__content-box-column-text-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
}
.main__content-box-column-text-link:hover {
    color: #3da470;
    text-decoration: underline;
}
.main__content-box-column-subscribe-button {
    margin: 32px 0 0 64px;
    min-width: 128px;
    min-height: 40px;
    background: #4fc48a;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: none;
    text-align: center;
}
.main__content-box-column-subscribe-button:hover {
    background: #38a870;
}
.main__content-box-row {
    background: #fff;
    min-height: 288px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: 3;
    transition: box-shadow 0.3s;
}
.main__content-box-row.mod--top {
    min-height: auto;
}
.main__content-box-row:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.09), 0 2px 0 #e4e4e4;
}
.main__content-box-row-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-left: 16px;
}
.main__content-box-row-text {
    margin-bottom: 15px;
}
.main__content-box-row-img {
    width: 24px;
    margin-right: 13px;
}
.main__content-box-row-link {
    text-decoration: none;
    font-family: Georgia;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #000;
    transition: color 0.3s;
    font-size: 18px;
    line-height: 1.4;
}
.main__content-box-row-link:hover {
    color: #3da470;
}
.main__content-partners {
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    margin-top: 0;
}
.main__content-partners_iclass {
    background: #b69ced;
}
.main__content-partners_lego {
    background: #eec23f;
}
.main__content-partners-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.main__content-partners-header-name {
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
.main__content-partners-subscribe-button {
    margin: 0;
    width: 127px;
    height: 40px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    cursor: pointer;
    outline: 0;
    background-color: inherit;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}
.main__content-partners-subscribe-button:hover {
    background-color: #fff;
    color: #b3b3b3;
}
.main__content-partners-blocks {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}
.main__content-partners-box {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    height: 100%;
}
.main__content-partners-box-img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.main__content-partners-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 12px 14px 12px 16px;
}
.main__panel {
    max-width: 832px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.content-panel__header {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 16px;
}
.content-panel__header .modal-title {
    font-weight: 700;
    color: #5a5a5a;
    margin-bottom: 0;
}
.content-panel__header h4,
.content-panel__header h5,
.content-panel__header strong {
    color: #5a5a5a;
    margin-bottom: 16px;
}
.content-panel__header h4 span,
.content-panel__header h5 span,
.content-panel__header strong span {
    font-weight: 400;
}
.content-panel__tabs {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 16px;
}
.content-panel__tabs a {
    color: #5a5a5a;
    margin-right: 22px;
    text-decoration: none;
    transition: color 250ms ease-out;
}
.content-panel__tabs a:active,
.content-panel__tabs a:focus,
.content-panel__tabs a:hover {
    color: #4fc48a;
}
.content-panel__tabs a:last-of-type {
    margin-right: 0;
}
.content-panel__tabs a.active {
    pointer-events: none;
    font-weight: 700;
}
.content-panel .hash-tag {
    margin-right: 8px;
    margin-bottom: 8px;
}
.main__sidebar {
    display: none;
    width: 256px;
    margin-left: 15px;
}
.main__sidebar-box {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    margin-bottom: 15px;
    padding: 24px 16px 23px;
}
.main__sidebar-box-name {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2px;
    margin: 0 0 12px;
    color: #5a5a5a;
    transition: color 250ms ease-out;
}
.main__sidebar-box-name svg {
    margin-left: 3px;
}
.main__sidebar-box-name i {
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
}
.main__sidebar-box-name:active,
.main__sidebar-box-name:focus,
.main__sidebar-box-name:hover {
    color: #4fc48a;
}
.main__sidebar-box-link {
    text-decoration: none;
}
.main__sidebar-box-partners {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f3f3f3;
}
.main__sidebar-box-partners:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.main__sidebar-box-partners-name {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.main__sidebar-box-partners-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    margin: 0;
}
.main__sidebar-box-partners-ava {
    width: 48px;
    height: 48px;
}
.main__sidebar-box-partners-count {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.main__sidebar-box-partners-count-img {
    width: 16px;
    height: 16px;
    margin: 0;
}
.main__sidebar-box-partners-count-number {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #b3b3b3;
    margin: 0 0 0 8px;
}
.main__sidebar-box-subscribe-button {
    width: 96px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #4fc48a;
    cursor: pointer;
    outline: 0;
    border: 1px solid #4fc48a;
    text-align: center;
    margin: 0 0 0 auto;
}
.main__sidebar-box-subscribe-button:hover {
    border: 1px solid #38a870;
    color: #38a870;
}
.main__sidebar-box-news {
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    padding-top: 6px;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
}
.main__sidebar-box-news-text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #404040;
}
.main__sidebar-box-news-date {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #b3b3b3;
    padding-top: 12px;
}
.main__sidebar-box-news:last-of-type {
    border: none;
}
.main__subscribe-button {
    margin: 32px 48px 0;
    min-width: 128px;
    min-height: 40px;
    background: #4fc48a;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: none;
    text-align: center;
}
.main__subscribe-button:hover {
    background: #38a870;
}
.main__sidebar-box-events {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.main__sidebar-box-events:last-of-type {
    margin: 0;
}
.main__sidebar-box-events-img {
    max-width: 224px;
}
.main__sidebar-box-events-date {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0;
}
.main__sidebar-box-events-date-text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #a56ae0;
    width: 55%;
    margin: 0;
    padding: 0;
}
.main__sidebar-box-events-date-button {
    margin: 0;
    padding: 0;
    width: 71px;
    height: 21px;
    background: #4fc48a;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: none;
    text-align: center;
}
.main__sidebar-box-events-date-button:hover {
    background: #38a870;
}
.main__sidebar-box-events-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #101010;
    margin-top: 8px;
    margin-bottom: 0;
}
a.main__sidebar-box-news {
    text-decoration: none;
}
a.main__sidebar-box-news .main__sidebar-box-news-text {
    transition: color 250ms ease-out;
}
a.main__sidebar-box-news:active .main__sidebar-box-news-text,
a.main__sidebar-box-news:focus .main__sidebar-box-news-text,
a.main__sidebar-box-news:hover .main__sidebar-box-news-text {
    color: #4fc48a;
}
a.main__sidebar-box-events {
    text-decoration: none;
}
a.main__sidebar-box-events .main__sidebar-box-events-date-text,
a.main__sidebar-box-events .main__sidebar-box-events-text {
    transition: color 250ms ease-out;
}
a.main__sidebar-box-events:active .main__sidebar-box-events-date-text,
a.main__sidebar-box-events:focus .main__sidebar-box-events-date-text,
a.main__sidebar-box-events:hover .main__sidebar-box-events-date-text {
    color: #000;
}
a.main__sidebar-box-events:active .main__sidebar-box-events-text,
a.main__sidebar-box-events:focus .main__sidebar-box-events-text,
a.main__sidebar-box-events:hover .main__sidebar-box-events-text {
    color: #4fc48a;
}
a.main__sidebar-box-partners {
    text-decoration: none;
}
a.main__sidebar-box-partners .main__sidebar-box-partners-text {
    transition: color 250ms ease-out;
}
a.main__sidebar-box-partners:active .main__sidebar-box-partners-text,
a.main__sidebar-box-partners:focus .main__sidebar-box-partners-text,
a.main__sidebar-box-partners:hover .main__sidebar-box-partners-text {
    color: #4fc48a;
}
.partner--color {
    background-color: #b69ced;
    padding-bottom: 16px;
}
.partner--color .main__sidebar-box-name {
    color: #fff;
    display: block;
    transition: color 250ms ease-out;
}
.partner--color .main__sidebar-box-name:active,
.partner--color .main__sidebar-box-name:focus,
.partner--color .main__sidebar-box-name:hover {
    color: rgba(255, 255, 255, 0.8);
}
.mod-themes .hash-tag + .hash-tag {
    margin-top: 8px;
}
.partner-box {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.partner-box__img {
    max-width: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.partner-box__img img {
    display: block;
    max-width: 100%;
    background-color: #fff;
}
.partner-box__title {
    display: inline-block;
    max-width: calc(100% - 72px);
    padding-left: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.partner-box__subscribe {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-top: 8px;
}
.partner-box__subscribe .subs {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    margin-right: 21px;
}
.partner-box__subscribe .subs__icon {
    padding-right: 8px;
}
.partner-box__subscribe .subs__value {
    font-size: 14px;
    line-height: 18px;
}
.main__sidebar-box .main__sidebar-box-link + .social-list {
    margin-top: 16px;
}
.main__sidebar-box .social-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main__sidebar-box .social-list li {
    margin-bottom: 24px;
}
.main__sidebar-box .social-list li:last-of-type {
    margin-bottom: 0;
}
.main__sidebar-box .social-list li a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 38px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #4fc48a;
    border-radius: 20px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.main__sidebar-box .social-list li a:active,
.main__sidebar-box .social-list li a:focus,
.main__sidebar-box .social-list li a:hover {
    text-decoration: none;
}
.main__sidebar-box .social-list li a span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    background-color: #4fc48a;
    border-radius: 50%;
}
.main__sidebar-box .social-list li a.s-vk {
    color: #597da3;
    border-color: #597da3;
}
.main__sidebar-box .social-list li a.s-vk span {
    background-color: #597da3;
}
.main__sidebar-box .social-list li a.s-fb {
    color: #3b5998;
    border-color: #3b5998;
}
.main__sidebar-box .social-list li a.s-fb span {
    background-color: #3b5998;
}
.main__sidebar-box .social-list li a.s-twitter {
    color: #3e95e9;
    border-color: #3e95e9;
}
.main__sidebar-box .social-list li a.s-twitter span {
    background-color: #3e95e9;
}
.main__sidebar-box .social-list li a.s-ig {
    color: #b9337f;
    border-color: #b9337f;
}
.main__sidebar-box .social-list li a.s-ig span {
    background-color: #b9337f;
    background-image: linear-gradient(43.94deg, #eea054 16.16%, #d64763 50.11%, #b62a99 83.68%);
}
.main__sidebar-box .social-list li a.s-ok {
    color: #ff8300;
    border-color: #ff8300;
}
.main__sidebar-box .social-list li a.s-ok span {
    background-color: #ff8300;
}
.main__sidebar-box .social-list li a.s-telegram {
    color: #34a9e5;
    border-color: #34a9e5;
}
.main__sidebar-box .social-list li a.s-telegram span {
    background-color: #34a9e5;
}
.main__sidebar-box .social-list li a.s-youtube,
.main__sidebar-box .social-list li a.s-yt,
.main__sidebar-box .social-list li a.s-zen {
    color: #e62117;
    border-color: #e62117;
}
.main__sidebar-box .social-list li a.s-youtube span,
.main__sidebar-box .social-list li a.s-yt span,
.main__sidebar-box .social-list li a.s-zen span {
    background-color: #e62117;
}
.post-card {
    margin-bottom: 15px;
    transition: box-shadow 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}
.post-card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.09), 0 2px 0 #e4e4e4;
}
.post-card--big {
    position: relative;
    max-height: 288px;
    overflow: hidden;
    display: flex;
    margin: 0 0 15px;
    align-items: flex-end;
    grid-column-start: 1;
    grid-column-end: 3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}
.post-card--big .post-card__bg {
    position: relative;
    line-height: 0;
    display: block;
    width: 100%;
}
.post-card--big .post-card__bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    background: linear-gradient(90.59deg, rgba(63, 63, 63, 0.7) 0.44%, rgba(196, 196, 196, 0) 99.43%);
    mix-blend-mode: multiply;
}
.post-card--big .post-card__bg img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.post-card--big .post-card__discription {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 16px;
    bottom: 16px;
    max-width: 60%;
}
.post-card--big .post-card__link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}
.post-card--big .post-card__link:hover {
    color: #3da470;
    text-decoration: underline;
}
.post-card--big .post-card__tags {
    margin-bottom: 23px;
    display: none;
}
.post-card--big .post-card__tags-img {
    margin-right: 7px;
    max-width: 16px;
}
.post-card--big .post-card__tags-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.post-card--big .post-card__tags-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #e4e4e4;
    margin: 0 5px 0 0;
    padding: 0;
}
.post-card--big .post-card__tags-list a {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #e4e4e4;
    text-decoration: none;
    transition: color 0.3s;
}
.post-card--big .post-card__tags-list a:hover {
    color: #3da470;
    text-decoration: underline;
}
.post-card__link {
    text-decoration: none;
    color: #101010;
    transition: color 0.3s;
}
.post-card__link:hover {
    color: #3da470;
}
.post-card__box {
    margin: 0;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.post-card__box-img {
    display: block;
    width: 100%;
    order: 2;
    max-width: 134px;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-card__box-text {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 13px 14px 16px 16px;
    order: 1;
}
.pagination {
    padding-bottom: 32px;
}
.pagination__container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.pagination__container .pagination {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.pagination__container .pagination .page-item {
    margin-left: 4px;
    margin-right: 4px;
}
.pagination__container .pagination .page-item.active {
    border-radius: 4px;
}
.pagination__container .pagination .page-item.active .page-link {
    color: #3ad !important;
    background-color: #fff !important;
}
.pagination__container .pagination .page-item .page-link {
    border-radius: 4px;
    color: #000;
}
.footer {
    background-color: #fff;
}
.footer__bottom,
.footer__top {
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}
.footer__top {
    padding-top: 32px;
}
.footer .group {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.footer .group__item {
    max-width: 35%;
    min-width: 0;
    padding-right: 20px;
    margin-bottom: 30px;
}
.footer .group__item p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
}
.footer .group__item p a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.3);
    transition: border-color 250ms ease-out, color 250ms ease-out;
}
.footer .group__item p a:hover {
    color: #666;
    border-color: #666;
}
.footer .group__item .btn {
    margin-bottom: 15px;
}
.footer .group__item--big {
    flex-basis: 60%;
    max-width: 60%;
}
.footer .group__header {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.footer .group__header--md25 {
    margin-bottom: 20px;
}
.footer .group__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 16px;
}
.footer .group__list li {
    margin-top: 10px;
    margin-bottom: 5px;
}
.footer .group__list li a {
    color: #494949;
    text-decoration: none;
    border-bottom: 1px solid rgba(73, 73, 73, 0.3);
    transition: border-color 250ms ease-out, color 250ms ease-out;
}
.footer .group__list li a:hover {
    color: #4fc48a;
    border-color: #4fc48a;
}
.footer .group__list + .group__header {
    margin-top: 20px;
}
.footer__bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    color: #b1b1b1;
    text-align: center;
}
.footer__bottom span {
    font-size: 14px;
}
.modal-dialog .modal-header .modal-title {
    font-weight: 700;
    color: #5a5a5a;
    margin-bottom: 0;
}
.modal-dialog h4,
.modal-dialog h5 {
    color: #5a5a5a;
    margin-bottom: 16px;
}
.modal-dialog .modal-heading {
    margin-top: 16px;
}
.modal-dialog .hash-tag {
    margin-right: 8px;
    margin-bottom: 8px;
}
.page-box {
    position: relative;
    margin-bottom: 15px;
    padding-top: 16px;
    min-height: 168px;
    max-width: 832px;
}
.page-box--author .page-box,
.page-box--user .page-box {
    overflow: hidden;
}
.page-box--author .page-box__content-info .title,
.page-box--user .page-box__content-info .title {
    margin: 0 0 9px;
    color: #404040;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.page-box--author .page-box__content-info p,
.page-box--user .page-box__content-info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.page-box--author .page-box__content-info-tabs .btn-group .btn.active,
.page-box--user .page-box__content-info-tabs .btn-group .btn.active {
    color: #484848;
    background-color: #fff;
}
.page-box--author .page-box__content-info-tabs .btn-group .btn.active:active,
.page-box--author .page-box__content-info-tabs .btn-group .btn.active:focus,
.page-box--author .page-box__content-info-tabs .btn-group .btn.active:hover,
.page-box--user .page-box__content-info-tabs .btn-group .btn.active:active,
.page-box--user .page-box__content-info-tabs .btn-group .btn.active:focus,
.page-box--user .page-box__content-info-tabs .btn-group .btn.active:hover {
    border-color: #b2b2b2;
}
.page-box--author .page-box__content-info-tabs .btn-group .btn,
.page-box--user .page-box__content-info-tabs .btn-group .btn {
    color: #b2b2b2;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    min-width: 136px;
}
.page-box--author .page-box__content-info-tabs .btn-group .btn:active,
.page-box--author .page-box__content-info-tabs .btn-group .btn:focus,
.page-box--author .page-box__content-info-tabs .btn-group .btn:hover,
.page-box--user .page-box__content-info-tabs .btn-group .btn:active,
.page-box--user .page-box__content-info-tabs .btn-group .btn:focus,
.page-box--user .page-box__content-info-tabs .btn-group .btn:hover {
    color: #000;
}
.page-box--author .page-box__content-desc,
.page-box--user .page-box__content-desc {
    font-size: 14px;
    line-height: 18px;
}
.page-box--author .page-box__content-desc strong,
.page-box--user .page-box__content-desc strong {
    display: block;
    margin-bottom: 8px;
}
.page-box--user .page-box__content {
    display: flex;
    align-items: center;
}
.page-box--user .page-box__content-img {
    width: 64px;
    flex: 0 0 64px;
}
.page-box--user .page-box__content-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1 0 0;
    padding-right: 0;
    margin-bottom: 0;
}
.page-box--user .page-box__content-info .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}
.page-box--user .page-box__content-info-tabs {
    margin-top: 8px;
}
.page-box--user .page-box__content-info-tabs .nav-tabs .nav-item:first-of-type .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-box--user .page-box__content-info-tabs .nav-tabs .nav-item:last-of-type .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-box--user .page-box__content-desc {
    width: 100%;
    flex: 0 0 100%;
    max-width: 640px;
    margin-top: 8px;
}
.page-box--user .page-box__content-desc .p-desc {
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.page-box--events .page-box__content-img,
.page-box--search .page-box__content-img,
.page-box--tag .page-box__content-img {
    max-width: 27px;
}
.page-box--events .page-box__content-img img,
.page-box--search .page-box__content-img img,
.page-box--tag .page-box__content-img img {
    display: block;
    max-width: 100%;
}
.page-box--events .page-box__content-info,
.page-box--search .page-box__content-info,
.page-box--tag .page-box__content-info {
    width: 100%;
    margin-bottom: 0;
    max-width: calc(100% - 27px);
}
.page-box--events .page-box__content-info .title,
.page-box--search .page-box__content-info .title,
.page-box--tag .page-box__content-info .title {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}
.page-box--events .page-box__content-info .title span,
.page-box--search .page-box__content-info .title span,
.page-box--tag .page-box__content-info .title span {
    font-size: 16px;
    line-height: 40px;
}
.page-box--events .page-box__content-subscribe,
.page-box--search .page-box__content-subscribe,
.page-box--tag .page-box__content-subscribe {
    display: none;
}
.page-box--events .page-box__content {
    flex-wrap: nowrap;
}
.page-box__img {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border-radius: 4px;
    min-height: 108px;
    background-color: rgba(0, 0, 0, 0.3);
}
.page-box__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-box__layer {
    position: relative;
    z-index: 10;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.page-box__content {
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.page-box__content-img {
    max-width: 64px;
    display: inline-block;
}
.page-box__content-img img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.page-box__content-info {
    margin-left: 0;
    padding-left: 16px;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 16px;
    max-width: calc(100% - 72px);
}
.page-box__content-info .title {
    margin-bottom: 0;
}
.page-box__content-subscribe {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.page-box__content-subscribe .subs {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #777;
    margin-right: 21px;
}
.page-box__content-subscribe .subs__icon {
    padding-right: 8px;
}
.page-box__content-subscribe .subs__value {
    font-size: 14px;
    line-height: 18px;
}
.page-box__content-tabs .btn-group .btn.active {
    color: #484848;
    background-color: #fff;
}
.page-box__content-tabs .btn-group .btn.active:active,
.page-box__content-tabs .btn-group .btn.active:focus,
.page-box__content-tabs .btn-group .btn.active:hover {
    border-color: #b2b2b2;
}
.page-box__content-tabs .btn-group .btn {
    color: #b2b2b2;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}
.page-box__content-tabs .btn-group .btn:active,
.page-box__content-tabs .btn-group .btn:focus,
.page-box__content-tabs .btn-group .btn:hover {
    color: #000;
}
.partner-header {
    position: relative;
    margin-bottom: 15px;
    padding-top: 16px;
    min-height: 178px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.09);
}
.partner-header__img {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border-radius: 4px;
    min-height: 108px;
    display: block;
}
.partner-header__img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.partner-header__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.partner-header__layer {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
}
.partner-header__content {
    width: 100%;
}
.partner-header__content-img {
    display: block;
    margin-bottom: 16px;
}
.partner-header__content-img .img {
    max-width: 64px;
}
.partner-header__content-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
}
.partner-header__content-info {
    display: flex;
    flex-direction: row;
    color: #fff;
}
.partner-header__content-info .title {
    margin-bottom: 0;
}
.partner-header__content-subscribe {
    display: flex;
    flex-direction: row;
    color: #fff;
    margin-left: auto;
}
.partner-header__content-subscribe .subs {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    margin-left: auto;
    margin-right: 21px;
}
.partner-header__content-subscribe .subs__icon {
    padding-right: 8px;
    color: #fff;
}
.partner-header__content-subscribe .subs__value {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.partner-header__content-subscribe .btn {
    padding-left: 16px;
    padding-right: 16px;
}
.author-box {
    max-width: 320px;
    display: flex;
    padding-bottom: 16px;
    padding-top: 7px;
    border-bottom: 1px solid #f3f3f3;
}
.author-box-ava {
    width: 48px;
    height: 48px;
}
.author-box-name {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.author-box-text {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #101010;
    margin: 0;
}
.author-box-count {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.author-box-count-img {
    width: 16px;
    height: 16px;
    margin: 0;
}
.author-box-count-number {
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #b3b3b3;
    margin: 0 0 0 8px;
}
.author-box-count-button {
    width: 96px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #4fc48a;
    cursor: pointer;
    outline: 0;
    border: 1px solid #4fc48a;
    text-align: center;
    margin: 0 0 0 auto;
}
.author-box-count-button:hover {
    border: 1px solid #38a870;
    color: #38a870;
}
.main__events .event-card {
    margin-bottom: 24px;
}
.event-card {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}
.event-card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.09), 0 2px 0 #e4e4e4;
}
.event-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
}
.event-card__content-img {
    width: 100%;
    flex: 0 0 100%;
    order: 2;
}
.event-card__content-img img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.event-card__content-info {
    order: 1;
    padding-bottom: 16px;
}
.event-card__content-info-date {
    color: #a56ae0;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 8px;
}
.event-card__content-info-title {
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
}
.event-card__content-info-buttons .btn + .btn {
    margin-left: 8px;
}
.main__news .news-card {
    margin-bottom: 16px;
}
.main__news .news-card:last-of-type {
    margin-bottom: 0;
}
.news-card {
    overflow: hidden;
    display: block;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    transition: box-shadow 0.3s;
    text-decoration: none;
    color: #000;
}
.news-card__header {
    color: #a56ae0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 16px;
}
.news-card__body-box {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
    color: #000;
}
.news-card__body-box:last-of-type {
    margin-bottom: 0;
}
.news-card__body-box:hover {
    color: #4fc48a;
}
.news-card__body-box:hover .news-card__body-date {
    color: #000;
}
.news-card__body-date {
    color: #a56ae0;
    font-size: 18px;
    line-height: 24px;
    transition: color 250ms ease-out;
}
.news-card__body-title {
    padding-left: 18px;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    transition: color 250ms ease-out;
}
.main__single {
    max-width: 832px;
}
.single-article {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}
.single-article.mod--partner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.single-article + .main__content-partners {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.single-article__header {
    padding: 16px;
}
.single-article__header-title .title {
    margin: 0;
    color: #000;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}
.single-article__meta {
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.single-article__content + .single-article__meta {
    justify-content: flex-end;
}
.single-article__meta-views {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 18px;
}
.single-article__meta-views span {
    margin-left: 4px;
}
.single-article__meta-share .share-box {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-article__meta-share .share-box li a {
    border-color: transparent;
}
.single-article__meta-share .share-box li a:active,
.single-article__meta-share .share-box li a:focus,
.single-article__meta-share .share-box li a:hover {
    border-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
.single-article__thumb {
    overflow: hidden;
    position: relative;
}
.single-article__thumb-back {
    position: absolute;
    left: 16px;
    top: 16px;
}
.single-article__thumb-back a,
.single-article__thumb-back button {
    padding-left: 16px;
    padding-right: 16px;
}
.single-article__thumb-img img {
    display: block;
    max-width: 100%;
}
.single-article__thumb img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.single-article__author {
    padding: 16px;
}
.single-article__author .page-box__content {
    background-color: #fafafa;
}
.single-article__author .page-box {
    overflow: hidden;
}
.single-article__author .page-box__content-info .title {
    margin: 0 0 9px;
    color: #404040;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.single-article__author .page-box__content-info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.single-article__author .page-box__content-info-tabs .btn-group .btn.active {
    color: #484848;
    background-color: #fff;
}
.single-article__author .page-box__content-info-tabs .btn-group .btn.active:active,
.single-article__author .page-box__content-info-tabs .btn-group .btn.active:focus,
.single-article__author .page-box__content-info-tabs .btn-group .btn.active:hover {
    border-color: #b2b2b2;
}
.single-article__author .page-box__content-info-tabs .btn-group .btn {
    color: #b2b2b2;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    min-width: 136px;
}
.single-article__author .page-box__content-info-tabs .btn-group .btn:active,
.single-article__author .page-box__content-info-tabs .btn-group .btn:focus,
.single-article__author .page-box__content-info-tabs .btn-group .btn:hover {
    color: #000;
}
.single-article__author .page-box__content-desc {
    font-size: 14px;
    line-height: 18px;
}
.single-article__author .page-box__content-desc strong {
    display: block;
    margin-bottom: 8px;
}
.single-article__content {
    line-height: 1.5;
    padding: 16px;
}
.single-article__content > figure {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
}
.single-article__content > figure img {
    display: block;
    max-width: 100%;
    width: auto;
}
.single-article__content p:last-of-type {
    margin-bottom: 0;
}
.single-article__content blockquote > ul,
.single-article__content > ul {
    list-style-type: none;
}
.single-article__content blockquote > ul > li:before,
.single-article__content > ul > li:before {
    content: "\2014";
    position: absolute;
    margin-left: -32px;
}
.single-article__content > img {
    display: block;
    max-width: 100%;
    margin-bottom: 24px;
}
.single-article__content blockquote {
    background-color: #f3f3f3;
    border-radius: 2px;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.single-article__content q {
    position: relative;
    display: block;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
}
.single-article__content q:before {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #dcdcdc;
    width: 2px;
}
.single-article__content .recomended {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 16px 16px 24px;
    margin: 24px 0;
}
.single-article__content .recomended__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.single-article__content .recomended__content {
    display: flex;
    flex-direction: row;
}
.single-article__content .recomended__content-link {
    display: flex;
    flex-direction: row;
    color: #000;
    text-decoration: none;
    transition: color 250ms ease-out;
}
.single-article__content .recomended__content-link:active,
.single-article__content .recomended__content-link:focus,
.single-article__content .recomended__content-link:hover {
    color: #4fc48a;
    text-decoration: none;
}
.single-article__content .recomended__content-img {
    margin-right: 24px;
}
.single-article__content .recomended__content-img img {
    display: block;
    max-width: 100px;
}
.single-article__content .recomended__content-text {
    font-size: 16px;
    line-height: 22px;
    max-width: 360px;
}
.single-article__hashtags {
    padding-left: 16px;
    padding-right: 16px;
}
.single-article__hashtags .hash-tag {
    margin-right: 8px;
    margin-bottom: 8px;
}
.single-article__suggest {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.single-article__suggest-title {
    padding-left: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 14px;
}
.single-article__suggest-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.single-article__suggest-content .cell {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
}
.single-article__suggest-content .cell .post-card {
    align-self: stretch;
    height: 100%;
}
.single-event {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}
.single-event__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.single-event__thumb-back {
    position: absolute;
    left: 16px;
    top: 16px;
}
.single-event__thumb-back a,
.single-event__thumb-back button {
    padding-left: 16px;
    padding-right: 16px;
}
.single-event__thumb-img img {
    display: block;
    max-width: 100%;
}
.single-event__thumb img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.single-event__header {
    padding: 24px 24px 0;
}
.single-event__header-date {
    color: #a56ae0;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 16px;
}
.single-event__header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
}
.single-event__header-title .title {
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}
.single-event__header-title .share-box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.single-event__header-buttons a,
.single-event__header-buttons button {
    min-width: 136px;
}
.single-event__content {
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
}
.single-event__content p:last-of-type {
    margin-bottom: 0;
}
.login-box__header {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 64px;
}
.login-box__header img {
    display: block;
    max-width: 100%;
}
.login-box__header .btn-close {
    position: absolute;
    top: 32px;
    right: 32px;
    background: 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    transition: opacity 250ms ease-out;
}
.login-box__header .btn-close:active,
.login-box__header .btn-close:focus,
.login-box__header .btn-close:hover {
    color: #fff;
    opacity: 0.8;
}
.login-box__body {
    padding: 32px;
}
.login-box__body h5 {
    display: block;
    text-align: center;
    color: #5a5a5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 29px;
}
.login-box__body-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 224px;
}
.login-box__body-list li + li {
    margin-top: 16px;
}
.login-box__body-list li a,
.login-box__body-list li button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    text-align: center;
}
.login-box__body-list li a.fb,
.login-box__body-list li button.fb {
    border: 1px solid #4e6297;
    background-color: #4e6297;
}
.login-box__body-list li a.fb:active,
.login-box__body-list li a.fb:focus,
.login-box__body-list li a.fb:hover,
.login-box__body-list li button.fb:active,
.login-box__body-list li button.fb:focus,
.login-box__body-list li button.fb:hover {
    box-shadow: 0 0 0 0.25rem rgba(78, 98, 151, 0.5);
}
.login-box__body-list li a.vk,
.login-box__body-list li button.vk {
    border: 1px solid #7294c7;
    background-color: #7294c7;
}
.login-box__body-list li a.vk:active,
.login-box__body-list li a.vk:focus,
.login-box__body-list li a.vk:hover,
.login-box__body-list li button.vk:active,
.login-box__body-list li button.vk:focus,
.login-box__body-list li button.vk:hover {
    box-shadow: 0 0 0 0.25rem rgba(114, 148, 199, 0.5);
}
.login-box__body-list li a.gp,
.login-box__body-list li button.gp {
    border: 1px solid #c5331e;
    background-color: #c5331e;
}
.login-box__body-list li a.gp:active,
.login-box__body-list li a.gp:focus,
.login-box__body-list li a.gp:hover,
.login-box__body-list li button.gp:active,
.login-box__body-list li button.gp:focus,
.login-box__body-list li button.gp:hover {
    box-shadow: 0 0 0 0.25rem rgba(197, 51, 30, 0.5);
}
.login-box__body-list li a i,
.login-box__body-list li button i {
    position: absolute;
    top: 50%;
    left: 16px;
    font-size: 1.5em;
    line-height: 21px;
    transform: translateY(-50%);
}
.login-box__footer {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 24px 24px;
}
.login-box__footer a {
    color: #4fc48a;
    text-decoration: none;
}
.login-box__footer a:active,
.login-box__footer a:focus,
.login-box__footer a:hover {
    color: #000;
    text-decoration: underline;
}
.login-box__footer p {
    margin-bottom: 0;
}
@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
    .share-box a.s-vk:hover {
        color: #587ca1;
    }
    .share-box a.s-fb:hover {
        color: #3a5896;
    }
    .share-box a.s-twitter:hover {
        color: #3c94e9;
    }
    .share-box a.s-ig:hover {
        color: #b7327e;
    }
    .share-box a.s-ok:hover {
        color: #fc8200;
    }
    .share-box a.s-gp:hover {
        color: #c13f16;
    }
    .share-box a.s-telegram:hover {
        color: #32a8e5;
    }
    .share-box a.s-viber:hover {
        color: #7a57ea;
    }
    .share-box a.s-whatsapp:hover {
        color: #39bc4c;
    }
    .share-box a.s-youtube:hover,
    .share-box a.s-yt:hover {
        color: #e42117;
    }
    .share-box a.s-envelope:hover {
        color: #f5c03a;
    }
    .main__sidebar-box .social-list li a.s-vk:hover {
        color: #fff;
        background-color: #587ca1;
    }
    .main__sidebar-box .social-list li a.s-vk:hover span {
        background-color: #587ca1;
    }
    .main__sidebar-box .social-list li a.s-fb:hover {
        color: #fff;
        background-color: #3a5896;
    }
    .main__sidebar-box .social-list li a.s-fb:hover span {
        background-color: #3a5896;
    }
    .main__sidebar-box .social-list li a.s-twitter:hover {
        color: #fff;
        background-color: #3c94e9;
    }
    .main__sidebar-box .social-list li a.s-twitter:hover span {
        background-color: #3c94e9;
    }
    .main__sidebar-box .social-list li a.s-ig:hover {
        color: #fff;
        background-color: #b7327e;
    }
    .main__sidebar-box .social-list li a.s-ig:hover span {
        background-color: #b7327e;
    }
    .main__sidebar-box .social-list li a.s-ok:hover {
        color: #fff;
        background-color: #fc8200;
    }
    .main__sidebar-box .social-list li a.s-ok:hover span {
        background-color: #fc8200;
    }
    .main__sidebar-box .social-list li a.s-telegram:hover {
        color: #fff;
        background-color: #32a8e5;
    }
    .main__sidebar-box .social-list li a.s-telegram:hover span {
        background-color: #32a8e5;
    }
    .main__sidebar-box .social-list li a.s-youtube:hover,
    .main__sidebar-box .social-list li a.s-yt:hover,
    .main__sidebar-box .social-list li a.s-zen:hover {
        color: #fff;
        background-color: #e42117;
    }
    .main__sidebar-box .social-list li a.s-youtube:hover span,
    .main__sidebar-box .social-list li a.s-yt:hover span,
    .main__sidebar-box .social-list li a.s-zen:hover span {
        background-color: #e42117;
    }
}
@media (min-width: 768px) {
    .header__burgerpanel .container {
        padding-top: 24px;
        padding-bottom: 12px;
    }
    .header__burgerpanel.show.animated {
        max-height: 200px;
    }
    .header__burgerpanel ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .header__burgerpanel ul.strong-list a {
        display: inline;
    }
    .header__burgerpanel ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .header__burgerpanel ul li + li {
        margin-left: 32px;
    }
    .header__box {
        max-width: 1121px;
        height: 88px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .header__menu {
        margin-right: 15px;
    }
    .header__login {
        display: flex;
    }
    .search {
        top: 0;
        justify-content: center;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }
    .search__input[type="search"],
    .search__input[type="text"] {
        font-size: 35px;
    }
    .search__submit svg {
        width: 25px;
        height: 27px;
    }
    .search__results .result__title {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 17px;
    }
    .search__results .result__excerpt {
        font-size: 20px;
        line-height: 26px;
    }
    .search__results .result__more {
        font-size: 18px;
    }
    .main {
        padding-top: 25px;
    }
    .main__content-partners-blocks .main__content-partners-block {
        margin-bottom: 0;
    }
    .main__content,
    .main__posts,
    .main__posts-box {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 8px));
        gap: 15px;
        max-width: 832px;
    }
    .main__content-box-row-text {
        margin-bottom: 20px;
    }
    .main__content-partners {
        margin-top: 32px;
    }
    .main__content-partners-blocks {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 8px));
        grid-template-rows: repeat(auto-fill, 224px);
        gap: 16px;
    }
    .main__panel {
        padding: 24px 32px;
    }
    .content-panel__header {
        padding-bottom: 32px;
    }
    .main__sidebar {
        display: flex;
        flex-direction: column;
    }
    .post-card {
        margin-bottom: 0;
    }
    .post-card--big {
        margin: 0;
    }
    .post-card--big .post-card__discription {
        padding-left: 33px;
        left: auto;
        bottom: auto;
        right: auto;
        max-width: auto;
    }
    .post-card--big .post-card__link {
        width: 45%;
        max-width: 544px;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .post-card--big .post-card__tags,
    .post-card--big .post-card__tags-list {
        display: flex;
    }
    .post-card__box {
        display: block;
    }
    .post-card__box-img {
        order: 1;
        max-width: 100%;
    }
    .post-card__box-text {
        order: 2;
        font-size: 16px;
        line-height: 22px;
    }
    .footer__top {
        padding-bottom: 32px;
    }
    .footer .group__item {
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    .footer .group__list {
        font-size: 18px;
    }
    .footer .group__list + .group__list {
        margin-top: 24px;
    }
    .footer__bottom span {
        font-size: 16px;
        line-height: 22px;
    }
    .page-box--user .page-box__content-img {
        width: auto;
    }
    .page-box--user .page-box__content-desc {
        margin-top: 8px;
    }
    .page-box--user .page-box__content-desc .p-desc {
        max-height: 72px;
    }
    .event-card__content-info-buttons .btn {
        min-width: 136px;
    }
    .single-article__suggest-content .cell {
        max-width: 50%;
    }
    .single-event__header-title .title {
        max-width: 520px;
    }
    .single-event__content {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 992px) {
    .search {
        top: 0;
    }
    .main__content-partners-box {
        min-width: 256px;
        min-height: 224px;
    }
    .content-panel .hash-tag {
        margin-right: 8px;
    }
    .footer .group__item.social {
        max-width: 250px;
    }
    .modal-dialog .hash-tag {
        margin-right: 8px;
    }
    .page-box {
        min-height: 200px;
    }
    .page-box--user .page-box__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .page-box--user .page-box__content-info-tabs {
        margin-top: 0;
    }
    .page-box--events .page-box__content-img,
    .page-box--search .page-box__content-img,
    .page-box--tag .page-box__content-img {
        max-width: 64px;
    }
    .page-box--events .page-box__content-info,
    .page-box--search .page-box__content-info,
    .page-box--tag .page-box__content-info {
        margin-bottom: 16px;
    }
    .page-box--events .page-box__content-info .title,
    .page-box--search .page-box__content-info .title,
    .page-box--tag .page-box__content-info .title {
        font-size: 24px;
        line-height: 40px;
    }
    .page-box--events .page-box__content-subscribe,
    .page-box--search .page-box__content-subscribe,
    .page-box--tag .page-box__content-subscribe {
        display: block;
    }
    .page-box__content {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .page-box__content-img {
        display: block;
        max-width: auto;
        width: 100%;
    }
    .page-box__content-info {
        display: block;
        margin-left: 16px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 60px;
        max-width: 100%;
    }
    .page-box__content-subscribe {
        margin-left: 0;
    }
    .partner-header {
        min-height: 208px;
    }
    .partner-header__layer {
        padding-left: 24px;
        padding-bottom: 24px;
        padding-right: 24px;
    }
    .partner-header__content-img {
        margin-bottom: 32px;
    }
    .partner-header__content-img .img {
        max-width: 80px;
    }
    .event-card__content {
        flex-direction: row;
        padding: 24px;
    }
    .event-card__content-img {
        width: 256px;
        flex: 0 0 256px;
        order: 1;
    }
    .event-card__content-info {
        padding-left: 16px;
        padding-bottom: 0;
        order: 2;
    }
    .event-card__content-info-date {
        margin-bottom: 16px;
    }
    .single-article__header {
        padding: 48px 60px 26px;
    }
    .single-article__header-title .title {
        font-size: 36px;
    }
    .single-article__meta {
        padding-left: 60px;
        padding-bottom: 15px;
        padding-right: 60px;
    }
    .single-article__author {
        padding: 33px 64px 0;
    }
    .single-article__author .page-box__content {
        background-color: #fff;
    }
    .single-article__content {
        font-size: 18px;
        line-height: 24px;
        padding: 45px 72px 24px;
    }
    .single-article__content > figure {
        margin-left: -72px;
        margin-right: -72px;
    }
    .single-article__content blockquote {
        margin-top: 45px;
        margin-bottom: 45px;
        padding: 40px 24px;
    }
    .single-article__content .recomended {
        margin-left: -48px;
        margin-right: -48px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .single-article__hashtags {
        padding-left: 72px;
        padding-right: 72px;
    }
    .single-article__hashtags .hash-tag {
        margin-right: 8px;
        margin-bottom: 0;
    }
    .single-article__suggest-content .cell {
        max-width: 33.333333%;
    }
    .single-event__header-title .share-box {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .header__burgerpanel .container {
        padding-left: 370px;
    }
    .header__menu {
        margin-left: 0;
        margin-right: 0;
    }
    .header__menu .header__menu-list-nav:not(:last-of-type) {
        display: block;
        visibility: visible;
    }
    .header__menu-list {
        padding-right: 60px;
    }
    .main {
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .main__content,
    .main__posts,
    .main__posts-box {
        grid-template-columns: repeat(3, 256px);
        grid-template-rows: repeat(auto-fill, minmax(288px, auto));
        gap: 32px;
    }
    .main__posts {
        padding-bottom: 32px;
    }
    .main__content-long-box,
    .main__content-long-box-img,
    .main__content-long-box-link {
        max-width: 544px;
    }
    .main__content-box-column {
        display: block;
        visibility: visible;
    }
    .main__content-box-column + .post-card.post-card--big {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .main__content-box-row {
        grid-column-start: 1;
        grid-column-end: 4;
    }
    .main__content-box-row-link {
        font-size: 24px;
        line-height: 131.12%;
    }
    .main__content-partners {
        width: 832px;
    }
    .main__content-partners-blocks {
        grid-template-columns: repeat(3, 256px);
        grid-template-rows: repeat(auto-fill, 224px);
        gap: 16px;
    }
    .main__sidebar {
        margin-left: 32px;
    }
    .main__sidebar-box {
        margin-bottom: 32px;
    }
    .post-card--big {
        max-width: 544px;
    }
    .post-card--big .post-card__bg {
        display: inline-block;
    }
    .page-box {
        min-height: 288px;
        margin-bottom: 32px;
    }
    .page-box--user .page-box__content-info {
        margin-bottom: 16px;
    }
    .page-box--user .page-box__content-info-tabs {
        margin-top: 0;
        margin-left: auto;
    }
    .page-box--user .page-box__content-desc {
        padding-left: 80px;
        margin-top: 0;
    }
    .partner-header {
        min-height: 288px;
        margin-bottom: 32px;
    }
    .single-article__suggest {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 769px) {
    .footer .group__item--big {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (max-width: 577px) {
    .footer .group__item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer .group {
        flex-direction: column;
    }
}
@media screen and (min-height: 650px) {
    .search.hasresults .search__form {
        margin-bottom: 5vh;
    }
    .search.hasresults .search__results {
        height: 60vh;
        max-height: 60vh;
    }
}
@media screen and (max-width: 480px) {
    .page-box--events .page-box__content-info .title{
        font-size: 14px;
    }
    .page-box__content-tabs .btn-group .btn {
        padding: 10px 5px;
        font-size: 12px;
    }
    .page-box__content-info {
        margin-right: 10px;
        padding-left: 0;
    }
    .page-box--events.page-box__content {
        padding: 16px 8px;
    }
    .page-box--events .page-box__content-img{
        display:none;
    }
}