@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --plyr-color-main: #862cfd;
}
body {
    color: #000;
    min-width: 400px;
    font-family: "Montserrat", sans-serif;
    background: #F1F1F3;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    outline: none;
}
.message {
    color: #000;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: fixed;
    z-index: 9999;
    width: 280px;
    right: 20px;
    top: 3rem;
    background-color: #fff;
    opacity: 0;
    animation: fadeOut 5s linear forwards;
    display: flex;
    align-items: stretch;
    border-radius: .3rem;
    overflow: hidden;
}
@keyframes fadeOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; transform: translateY(0px);}
    99% { opacity: 0; transform: translateY(-30px);}
    100% { opacity: 0; }
}
.message-body {
    padding: .8rem.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
}
.message-icon {
    min-width: 40px;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    color: #fff;
}
.message-success {
    background: #027ef2c9;
}
.message-error {
    background: #ff5947;
}
.message-info {
    background: #027ef2c9;
}
header {
    background: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e4e4e7;
}
header .navbar {
    padding: .2rem 0;
}
header .navbar-brand img {
    height: 60px;
    margin-right: 1.5rem;
    user-select: none;
}
.navbar__menu {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    gap: 2rem;
}
.navbar__menu > div {
    position: relative;
}
.main-menu .nav-link {
    transition: .2s;
    user-select: none;
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 500;
}
.main-menu .navbar-nav {
    gap: 2rem;
}
.navbar-nav__main {
    margin: 0 auto;
}
.nav-link__volunteer {
    border: 2px solid #3D3BFF;
    color: #3D3BFF;
    border-radius: .5rem;
    font-weight: bold;
    font-size: .9rem;
    transition: color .1s;
}
.nav-link__volunteer:hover {
    color: #ffffff;
}
.main-menu .nav-link__support {
    background: #F25949;
    color: #fff;
    border-radius: .5rem;
}
.nav-link__dropdown {
    position: relative;
    font-size: 1.1rem;
}
.nav-link__dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='6' viewBox='0 0 24 6'%3E%3Cpath d='M0 3 Q6 0 12 3 T24 3' fill='none' stroke='%23E63826' stroke-width='3'/%3E%3C/svg%3E") repeat-x;
    background-position: 0 0;
    transition: background-position 0.6s ease;
    border: 0;
}
.nav-link__dropdown:hover::after {
    background-position: 24px 0;
}
.nav-link__dropdown i {
    color: #646464;
}
.dropdown-menu__cities {
    box-shadow: 0 5px 15px rgba(0,0,0,.35);
    border: 0;
    border-radius: 1rem;
    padding: 2rem 1.8rem;
    margin-top: 1rem !important;
}
.main-menu__cities-title {
    font-size: 2.3rem;
    color: #3d3bff;
    font-weight: bold;
    padding-bottom: 1rem;
    line-height: 2.8rem;
}
.main-menu__cities-title i {
    font-size: 2rem;
    transform: rotate(20deg);
    margin-right: .3rem;
}
.main-menu__cities-link {
    padding: .4rem 1rem;
    user-select: none;
    border: 2px solid #8c8c8c;
    align-items: center;
    border-radius: .8rem;
    text-decoration: none;
    color: #636363;
    font-weight: 700;
    margin-top: 1rem;
    display: inline-block;
    transition: .3s;
    user-select: none;
}
.main-menu__cities-link:hover {
    background: #f2f2f2;
}
.main-menu__cities-description {
    font-weight: bold;
    color: #878787;
}
.main-menu__cities {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.main-menu__cities a {
    color: #272727;
    border: 1px solid #838383;
    border-radius: 3rem;
    text-decoration: none;
    padding: .2rem 1rem;
    transition: .2s;
    user-select: none;
}
.main-menu__cities a:hover {
    border-color: #f25949;
    color: #f25949;
    background: #f259490f;
    font-weight: bold;
}
.main-menu__cities-search {
    font-size: 24px;
    border-radius: 1rem;
    border: 2px solid #8c8c8c;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1REM;
    padding: .2rem .5rem;
}
.main-menu__cities-search input {
    border: 0;
}
.main-menu__cities-search input:focus {
    box-shadow: none;
    outline: none;
}
.main-menu__cities-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.main-menu__cities-search i {
    color: #5e5e5e;
}
.main-menu__cities-no-results {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 2rem 0;
    font-size: 1.1rem;
    line-height: 1;
}
.main-menu__cities-no-results i {
    color: #888;
}
.main-search-block {
    position: relative;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 900;
    border-radius: 1rem;
    border: 2px solid #8c8c8c;
    background-color: #fff;
    color: #000 !important;
    display: flex;
    align-items: center;
}
.main-search-block #main_search {
    width: 100%;
    line-height: 1;
    padding: 0.6rem 1rem;
    background-color: initial;
    font-size: 14px;
    color: #747474;
    border: 0;
    user-select: none;
    padding-right: .7rem;
    transition: .3s;
}
.main-search-block #main_search:focus {
    border: 0;
    box-shadow: none;
    color: #000;
    width: 220px;
}
input#main_search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.main-search-block #main_search::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    text-transform: none
}
.main-search-block #main_search::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: none
}
.main-search__autocomplete {
    display: block;
}
.main-search__autocomplete span {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: .4rem 0;
}
.main-search__autocomplete a {
    color: #000;
    font-size: 1rem;
    font-weight: 800;
    padding: .5rem .8rem;
    text-decoration: none;
    display: block;
    color: black;
}
.main-search__autocomplete a svg {
    width: 18px;
    margin-right: .5rem;
}
.main-search-list {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    margin-top: .4rem;
    border: 1px solid #ddd;
    display: none;
    left: 0;
    padding: 1rem .5rem;
    border-radius: 8px;
    overflow: hidden;
}
.main-search-progressbar {
    text-align: center;
    display: none;
}
.main-search-progressbar .spinner-grow {
    width: .4rem;
    height: .4rem;
}
.main-search-help {
    color: #222;
    font-size: 1.2rem;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: normal;
    font-weight: 600;
}
.main-search-result-notfound {
    padding: .5rem 1rem;
    color: #555;
    font-size: .9rem;
    text-align: center;
}
.main-search-result-item a {
    font-size: 1.1rem;
    color: #333;
    display: inline-flex;
    padding: .2rem .8rem;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
}
.main-search__autocomplete a:hover,
.main-search-result-item a:focus,
.main-search-result-item a:hover,
.main-search-result-item a:active {
    background: #eee;
    border-radius: 8px;
    text-decoration: none;
}
.main-search-result-item img {
    width: 95px;
    border-radius: .5rem;
    height: 65px;
    object-fit: cover;
    margin-right: 1rem;
}
.main-search-result-item:last-child a {
    border-bottom: 0;
}
.main-search-result-item a span {
    font-size: .9rem;
    font-weight: 500;
    color: #989898;
    margin-right: 1rem;
}
.navbar__search-loupe {
    margin-right: 9px;
    margin-top: -5px;
}
.navbar__search-loupe svg {
    width: 17px;
    height: 17px;
}
.navbar__user {
    display: flex;
    align-items: center;
}
button.button-show-login {
    background: initial;
    border-radius: .8rem;
    padding: .4rem 1rem;
    user-select: none;
    border: 2px solid rgb(140, 140, 140);
    align-items: center;
    display: inline-flex;
    gap: .3rem;
    line-height: 1;
    transition: transform 0.2s;
}
button.button-show-login:hover {
    transform: scale(1.05);
}
button.button-show-login i {
    color: #636363;
}
.navbar__user li a {
    display: flex;
    align-items: center;
    user-select: none;
    border-radius: .3rem;
    padding: .5rem .6rem;
    transition: .1s;
    text-decoration: none;
    color: #000;
    line-height: 1;
    gap: .8rem;
}
.navbar__user li a.active,
.navbar__user li a:focus,
.navbar__user li a:hover,
.navbar__user li a:active {
    color: #000;
    background-color: #f8f9fa;
}
.navbar__user li a > span {
    background: #dbdbdb;
    font-size: .8rem;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 3rem;
    margin-left: .5rem;
}
.navbar__user-list {
    padding: .4rem .5rem .6rem .5rem;
}
.navbar__user-list--title {
    font-size: .8rem;
    font-weight: bold;
}
.navbar__user-card--photo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    outline: none;
    margin-right: .6rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.navbar__user-card--photo img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.navbar__user-card--title {
    line-height: 1;
}
.navbar__user-card--title div {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .3rem;
}
.navbar__user-card--title span {
    color: #5e5e5e;
    font-size: .8rem;
}
button.dropdown__user {
    display: flex;
    margin-right: 1.5rem;
    color: #000;
    text-decoration: none;
    font-size: .9rem;
    background: #fff;
    border-radius: 3rem;
    padding: 5px 15px;
    font-weight: bold;
    align-items: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .06);
    transition: .2s;
    user-select: none;
    border: 1px solid #eee;
}
button.dropdown__user:hover {
    transform: scale(1.05);
    background: #f5f5f5;
}
.dropdown__user span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.dropdown__user span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
#toTop {
    width: 55px;
    height: 55px;
    text-align: center;
    padding: .9rem;
    position: fixed;
    bottom: 3rem;
    right: 5rem;
    cursor: pointer;
    display: none;
    font-size: 15px;
    opacity: .9;
    z-index: 20;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.15);
    user-select: none;
}
#toTop svg {
    width: 30px;
}
#toTop:hover,
#toTop:active,
#toTop:focus {
    opacity: 1;
    box-shadow: 0 1px 8px 1px rgba(0,0,0,0.15);
}
.section_page {
    min-height: 700px;
    padding: 1.5rem 0 3rem;
    word-break: break-word;
}
.main__menu {
    margin-bottom: 3rem;
    max-width: 200px;
}
.main__menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    user-select: none;
}
.main__menu ul li:last-child a {
    margin-bottom: 0;
}
.main__menu a {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    padding: .7rem 1rem;
    display: block;
    border-radius: .5rem;
    margin-bottom: .3rem;
    transition: .1s;
}
.main__menu a.active,
.main__menu a:hover,
.main__menu a:active,
.main__menu a:focus {
    background: #ffffff;
}
.main__menu a svg {
    width: 20px;
    margin-top: -4px;
    margin-right: .3rem;
}
.main__menu-prem {
    display: flex;
    align-items: center;
    gap: .2rem;
}
.main__menu a.main__menu-plus {
    display: flex;
    padding: .5rem;
    margin: 0;
}
.main__menu a.main__menu-plus svg {
    margin: 0;
}
.main__submenu {
    margin-bottom: 3rem;
    max-width: 200px;
}
.main__submenu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    user-select: none;
}
.main__submenu a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    padding: .4rem 1rem;
    display: block;
    border-radius: .5rem;
    margin-bottom: .2rem;
    transition: .1s;
}
.main__submenu a.active,
.main__submenu a:hover,
.main__submenu a:active,
.main__submenu a:focus {
    background: #ffffff;
}
.main__submenu a svg {
    width: 18px;
    margin-top: -4px;
    margin-right: .3rem;
}
.advice-main__wrap h2 a {
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    margin-bottom: .5rem;
    display: inline-block;
    user-select: none;
}
.advice-main__wrap h2 a:hover,
.advice-main__wrap h2 a:focus,
.advice-main__wrap h2 a:active {
    color: #862cfd;
}
.advice-main__wrap h2 a svg {
    width: 18px;
    margin-top: 0px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
}
.advice-main__wrap h2 a:hover svg,
.advice-main__wrap h2 a:focus svg,
.advice-main__wrap h2 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.advice-main__slider {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2rem;
}
.advice-main__slider button {
    background-color: #ffffff;
    padding: .5rem;
    cursor: pointer;
    border-radius: 1rem;
    transition: .3s;
    position: absolute;
    z-index: 9;
    display: flex;
    border: 1px solid #ddd;
    margin-top: -4rem;
    outline: none;
}
.advice-main__slider button:hover,
.advice-main__slider button:active,
.advice-main__slider button:focus {
    background-color: #f2f2f2;
}
.advice-main__slider button:hover svg ,
.advice-main__slider button:active svg ,
.advice-main__slider button:focus svg {
    fill: #862cfd;
}
.advice-main__slider button svg {
    width: 30px;
}
.advice-main__prev {
    left: 0;
}
.advice-main__prev svg {
    transform: scaleX(-1);
}
.advice-main__next {
    right: 0;
}
.advice-main__slides {
    overflow: hidden;
    width: 100%;
    margin: 0 10px;
}
.advice-main__track {
    display: flex;
    transition: transform 0.5s ease;
}
.advice-main__card {
    min-width: 150px;
    margin: 0 5px;
    display: block;
    position: relative;
    user-select: none;
}
.advice-main__img {
    min-width: 100%;
    height: 200px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    background: #000;
}
.advice-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .3rem;
}
.all-recommendations a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}
.all-recommendations a:hover {
    color: #0056b3;
}
.advice-main__title {
    text-decoration: none;
    display: block;
    padding: .5rem 0 .2rem;
    transition: .1s;
    line-height: 1.3;
    color: #000;
}
.advice-main__title > span {
    font-size: .9rem;
    font-weight: bold;
    display: block;
}
.advice-main__card:hover .advice-main__title,
.advice-main__card:active .advice-main__title,
.advice-main__card:focus .advice-main__title {
    color: #872dfd;
}
.advice-main__card:hover img,
.advice-main__card:active img,
.advice-main__card:focus img {
    opacity: .9;
}
.advice-main__card:hover .advice-main__func,
.advice-main__card:active .advice-main__func,
.advice-main__card:focus .advice-main__func {
    display: inline-block;
}
.advice-main__option {
    line-height: 1;
}
.advice-main__option span {
    font-size: .8rem;
    color: #787878;
}
.advice-main__score {
    background-color: #3bb33b;
    color: #fff;
    padding: 3px 8px;
    font-size: .7rem;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: .5rem;
    left: .5rem;
    border-radius: .3rem;
    font-weight: bold;
    user-select: none;
}
.advice-main__func {
    background-color: rgb(128 128 128 / 55%);
    color: #fff;
    padding: 3px 8px;
    font-size: .7rem;
    line-height: 1;
    position: absolute;
    top: .5rem;
    right: .5rem;
    border-radius: .3rem;
    font-weight: bold;
    user-select: none;
    cursor: pointer;
    z-index: 9;
    transition: .3s;
    display: none;
}
.advice-main__func:hover,
.advice-main__func:focus,
.advice-main__func:active {
    background: #797979;
}
.advice-main__func svg {
    width: 18px;
}
.advice-main__all {
    padding: .5rem 1rem;
    align-items: center;
    display: flex;
    user-select: none;
}
.advice-main__all a {
    background: #fff;
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: .5rem 1rem;
    line-height: 1.2;
    font-size: .9rem;
    border-radius: .5rem;
    margin-top: -4rem;
    border: 1px solid #ddd;
    font-weight: bold;
    transition: .3s;
}
.advice-main__all a:hover,
.advice-main__all a:active,
.advice-main__all a:focus {
    color: #862cfd;
}
.rating-main__wrap {
    padding: .6rem 1rem;
    margin-bottom: 1.5rem;
}
.rating-main__wrap h3 a {
    margin-bottom: .5rem;
    line-height: 1rem;
    font-size: .9rem;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
    user-select: none;
}
.rating-main__wrap h3 a:hover,
.rating-main__wrap h3 a:focus,
.rating-main__wrap h3 a:active {
    color: #862cfd;
}
.rating-main__wrap h3 a svg {
    width: 13px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
    margin-top: 1px;
}
.rating-main__wrap h3 a:hover svg,
.rating-main__wrap h3 a:focus svg,
.rating-main__wrap h3 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.rating-main__item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    user-select: none;
}
.rating-main__num {
    font-size: .9rem;
    text-align: center;
    padding: 2px 3px;
}
.rating-main__img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    margin: 0 .5rem;
    transition: .3s;
}
.rating-main__img:hover img,
.rating-main__img:active img,
.rating-main__img:focus img {
    opacity: .9;
}
.rating-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.rating-main__author a {
    font-size: .9rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    transition: .1s;
}
.rating-main__author a:hover,
.rating-main__author a:active,
.rating-main__author a:focus {
    color: #862cfd;
}
.rating-main__details {
    line-height: 1;
    font-size: .8rem;
    color: #444;
}
.rating-main__more {
    display: block;
    text-align: center;
    line-height: 1;
}
.rating-main__more a {
    font-size: .9rem;
    text-decoration: none;
    color: #0b5dd7;
    user-select: none;
    transition: .1s;
}
.rating-main__more a:hover,
.rating-main__more a:active,
.rating-main__more a:focus {
    color: #862cfd;
}
.question-main__wrap {
    padding: .6rem 1rem;
    margin-bottom: 1.5rem;
}
.question-main__wrap h3 a {
    margin-bottom: .5rem;
    line-height: 1rem;
    font-size: .9rem;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
    user-select: none;
}
.question-main__wrap h3 a:hover,
.question-main__wrap h3 a:focus,
.question-main__wrap h3 a:active {
    color: #862cfd;
}
.question-main__wrap h3 a svg {
    width: 13px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
    margin-top: 1px;
}
.question-main__wrap h3 a:hover svg,
.question-main__wrap h3 a:focus svg,
.question-main__wrap h3 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.question-main__item {
    margin-bottom: 1rem;
    user-select: none;
}
.question-main__top {
    display: flex;
    align-items: center;
}
.question-main__item:nth-last-child(-n+2) {
    margin-bottom: .5rem;
}
.question-main__img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    background: #000;
    margin-right: .5rem;
    transition: .3s;
}
.question-main__img:hover img,
.question-main__img:active img,
.question-main__img:focus img {
    opacity: .9;
}
.question-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.question-main__author {
    display: flex;
    gap: .2rem;
}
.question-main__author a {
    font-size: .8rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    transition: .1s;
}
.question-main__author a:hover,
.question-main__author a:active,
.question-main__author a:focus {
    color: #862cfd;
}
.question-main__details {
    line-height: 1;
    font-size: .7rem;
    color: #444;
}
.question-main__details svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #000;
    margin-right: 2px;
    margin-top: -2px;
}
.question-main__more {
    display: block;
    text-align: center;
    line-height: 1;
}
.question-main__more a {
    font-size: .9rem;
    text-decoration: none;
    color: #0b5dd7;
    user-select: none;
    transition: .1s;
}
.question-main__more a:hover,
.question-main__more a:active,
.question-main__more a:focus {
    color: #862cfd;
}
.question-main__title {
    font-size: .9rem;
    line-height: 1.1rem;
    border-radius: .3rem;
    padding: 3px 6px;
    text-decoration: none;
    color: #000;
    transition: .1s;
    display: block;
}
.question-main__title:hover,
.question-main__title:active,
.question-main__title:focus {
    background: #f6f6f6;
}
.question-main__open {
    font-weight: normal;
    text-decoration: underline;
    text-align: right;
    font-size: .8rem;
    line-height: 1;
}
.question-main-loading {
    display: flex;
    margin: .5rem 0;
    flex-direction: column;
}
.question-main-loading__header {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.question-main-loading__header div {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
}
.question-main-loading__header span {
    height: 15px;
    width: 25%;
    display: inline-block;
    border-radius: .3rem;
    margin: 0 .3rem;
}
.question-main-loading__footer {
    height: 30px;
    width: 100%;
    display: block;
    border-radius: .3rem;
}
.review-main__wrap {
    padding: .5rem 1rem 1.5rem 1rem;
    margin-bottom: 1.5rem;
}
.review-main__wrap h3 {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    user-select: none;
}
.review-main__item {
    margin-bottom: 1rem;
    user-select: none;
}
.review-main__top {
    display: flex;
    align-items: center;
}
.review-main__item:nth-last-child(-n+2) {
    margin-bottom: .5rem;
}
.review-main__img {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    background: #000;
    margin-right: .5rem;
    transition: .3s;
}
.review-main__img:hover img,
.review-main__img:active img,
.review-main__img:focus img {
    opacity: .9;
}
.review-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.review-main__author a {
    font-size: .8rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    transition: .1s;
}
.review-main__author a:hover,
.review-main__author a:active,
.review-main__author a:focus {
    color: #862cfd;
}
.review-main__details {
    line-height: 1;
    font-size: .7rem;
    color: #444;
}
.review-main__details svg {
    width: 15px;
    margin-top: -2px;
}
.review-main__more {
    display: block;
    text-align: center;
    line-height: 1;
}
.review-main__more button {
    font-size: .9rem;
    text-decoration: none;
    color: #0b5dd7;
    user-select: none;
    transition: .1s;
    background: initial;
    border: 0;
    box-shadow: none;
}
.review-main__more button:hover,
.review-main__more button:active,
.review-main__more button:focus {
    color: #862cfd;
}
.review-main__more button svg {
    width: 13px;
    margin-top: -2px;
    margin-left: .3rem;
    stroke: #0b5dd7;
    fill: #0b5dd7;
}
.review-main__more button:hover svg,
.review-main__more button:focus svg,
.review-main__more button:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.review-main__text {
    font-size: .9rem;
    line-height: 1.1rem;
    border-radius: .3rem;
    padding: 3px 6px;
    text-decoration: none;
    color: #000;
    transition: .1s;
    display: block;
}
.review-main__text:hover,
.review-main__text:active,
.review-main__text:focus {
    background: #f6f6f6;
}
a.review-main__open {
    font-weight: normal;
    text-decoration: underline;
}
.notfound__page {
    min-height: 700px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
}
.notfound__page h1 {
    text-transform: uppercase;
    font-weight: bold;
}
.notfound__info-wrap-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.notfound__page a {
    color: #000;
    font-weight: bold;
    margin-bottom: .5rem;
    display: inline-block;
}
.notfound__info {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.notfound__helper {
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 2rem;
}
.notfound__page ul {
    padding: 0;
    list-style: none;
    text-align: left;
}
.notfound__img {
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.notfound__img img {
    width: 100%;
    border-radius: .3rem;
}
.actual-main__wrap {
    padding: .6rem 1rem;
    margin-bottom: 1rem;
}
.actual-main__wrap h3 {
    margin-bottom: .5rem;
    line-height: 1rem;
    font-size: .9rem;
    color: #000;
    display: flex;
    align-items: center;
}
.actual-main__wrap h3 span {
    display: flex;
}
.actual-main__wrap h3 svg {
    width: 15px;
    margin-left: .5rem;
}
.actual-main__item {
    margin-bottom: .5rem;
}
.actual-main__item a {
    margin-right: .5rem;
}
.actual-main__title {
    font-size: .9rem;
    color: #000;
    text-decoration: none;
    line-height: 1.2rem;
    transition: .1s;
    user-select: none;
}
.actual-main__title:hover,
.actual-main__title:focus,
.actual-main__title:active {
    color: #862cfd;
}
.actual-main__comments {
    font-size: .7rem;
    color: #474747;
    text-decoration: none;
    user-select: none;
}
.actual-main__comments svg {
    width: 12px;
    margin-right: .3rem;
    fill: #000000;
    stroke: #ddd;
}
.actual-main__comments:hover,
.actual-main__comments:focus,
.actual-main__comments:active {
    color: #862cfd;
}
.actual-main__comments:hover svg,
.actual-main__comments:focus svg,
.actual-main__comments:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.actual-main__category {
    background: #f7f7f7;
    border-radius: .3rem;
    padding: 2px 6px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    font-size: .7rem;
    display: inline-block;
    transition: .1s;
    user-select: none;
}
.actual-main__category:hover,
.actual-main__category:active,
.actual-main__category:focus {
    background: #dadada;
}
.actual-main__more {
    background: initial;
    border: 0;
    outline: none;
    color: #000;
    transition: .1s;
    font-size: .9rem;
    padding: 0;
}
.actual-main__more:hover,
.actual-main__more:active,
.actual-main__more:focus {
    color: #862cfd;
}
.actual-main__more svg {
    width: 17px;
}
.actual-main__more:hover svg,
.actual-main__more:active svg,
.actual-main__more:focus svg {
    fill: #862cfd;
}
.actual-main__date {
    font-size: .7rem;
    color: #474747;
}
.actual-main-loading {
    margin: .3rem 0;
    display: flex;
}
.actual-main-loading div {
    height: 15px;
    width: 70%;
    border-radius: .3rem;
    margin: .3rem;
}
.actual-main-loading span {
    height: 15px;
    width: 10%;
    border-radius: .3rem;
    margin: .3rem;
}
.actual-main__finished {
    text-align: center;
    color: #b3b3b3;
    font-size: .8rem;
    margin: .5rem 0;
}
.calendar-main__wrap {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
}
.calendar-main__wrap h2 {
    margin-bottom: 1rem;
    line-height: 1rem;
}
.calendar-main__wrap h2 a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    user-select: none;
}
.calendar-main__wrap h2 a:hover,
.calendar-main__wrap h2 a:focus,
.calendar-main__wrap h2 a:active {
    color: #862cfd;
}
.calendar-main__wrap h2 a svg {
    width: 15px;
    margin-top: -1px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
}
.calendar-main__wrap h2 a:hover svg,
.calendar-main__wrap h2 a:focus svg,
.calendar-main__wrap h2 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.calendar-main__items {
    display: flex;
    flex-wrap: wrap;
}
.calendar-main__item {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 0 .5rem;
}
.calendar-main__img {
    width: 50px;
    height: 60px;
    min-width: 50px;
    overflow: hidden;
    outline: none;
    background: #000;
    margin-right: 1rem;
    transition: .3s;
    border-radius: .2rem;
    user-select: none;
}
.calendar-main__img:hover img,
.calendar-main__img:active img,
.calendar-main__img:focus img {
    opacity: .9;
}
.calendar-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.calendar-main__head {
    line-height: 1;
}
.calendar-main__body {
    margin-right: auto;
}
.calendar-main__title {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    line-height: 1.2rem;
    transition: .1s;
    user-select: none;
}
.calendar-main__title:hover,
.calendar-main__title:focus,
.calendar-main__title:active {
    color: #862cfd;
}
.calendar-main__category {
    background: #f7f7f7;
    border-radius: .3rem;
    padding: 2px 6px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    font-size: .7rem;
    display: inline-block;
    transition: .1s;
    user-select: none;
}
.calendar-main__category:hover,
.calendar-main__category:active,
.calendar-main__category:focus {
    background: #dadada;
}
.calendar-main__date {
    margin-left: 2rem;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.calendar-main__date div {
    font-size: 1.9rem;
    margin-bottom: .2rem;
}
.calendar-main__date span {
    font-size: .7rem;
}
.calendar-main__bookmark {
    background: initial;
    border: 0;
    box-shadow: none;
    margin-left: auto;
    transition: .1s;
}
.calendar-main__bookmark svg {
    width: 25px;
    fill: #d4d4d4;
}
.calendar-main__bookmark:hover svg,
.calendar-main__bookmark:active svg,
.calendar-main__bookmark:focus svg {
    fill: #862cfd;
}
.interesting-main__wrap h2 {
    margin-bottom: 1rem;
    line-height: 1rem;
}
.interesting-main__wrap h2 a {
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    user-select: none;
    transition: .1s;
}
.interesting-main__wrap h2 a:hover,
.interesting-main__wrap h2 a:focus,
.interesting-main__wrap h2 a:active {
    color: #862cfd;
}
.interesting-main__wrap h2 a svg {
    width: 15px;
    margin-top: -1px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
}
.interesting-main__wrap h2 a:hover svg,
.interesting-main__wrap h2 a:focus svg,
.interesting-main__wrap h2 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.interesting-main__items {
    display: flex;
    flex-wrap: wrap;
}
.interesting-main__item-wrap {
    padding: 0 .5rem;
    flex: 1 1 50%;
}
.interesting-main__item {
    padding: 0;
    background: #fff;
    border-radius: .5rem;
    margin-bottom: .8rem;
    box-sizing: border-box;
}
.interesting-main__head {
    line-height: 1rem;
    padding: 1rem 1rem .5rem 1rem;
}
.interesting-main__head a {
    text-decoration: none;
    user-select: none;
    transition: .1s;
    display: flex;
    align-items: center;
    color: #000;
}
.interesting-main__head a:hover,
.interesting-main__head a:focus,
.interesting-main__head a:active {
    color: #862cfd;
}
.interesting-main__head a:hover img,
.interesting-main__head a:focus img,
.interesting-main__head a:active img {
    opacity: .9;
}
.interesting-main__head a h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}
.interesting-main__head a h4 span {
    background: #eee;
    font-size: .6rem;
    border-radius: .5rem;
    padding: 2px 4px;
    margin-left: .5rem;
    color: #6c6c6c;
    font-weight: normal;
}
.interesting-main__line {
    font-size: .9rem;
    color: #000;
    text-decoration: none;
    line-height: 1.2rem;
    display: block;
    border-bottom: 1px solid #eee;
    transition: .1s;
    padding: 1rem 1rem;
}
.interesting-main__line:last-child {
    border: 0;
}
.interesting-main__line:hover,
.interesting-main__line:focus,
.interesting-main__line:active {
    background: #f6f6f6;
}
.interesting-main__img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    outline: none;
    background: #000;
    margin-right: 1rem;
    transition: .3s;
    border-radius: .2rem;
    user-select: none;
    display: inline-block;
}
.interesting-main__img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.interesting-main__score {
    background-color: #3bb33b;
    color: #fff;
    padding: 3px 8px;
    font-size: .7rem;
    line-height: 1;
    display: inline-block;
    border-radius: .3rem;
    font-weight: bold;
    user-select: none;
}
.popular-main__wrap h2 a {
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    margin-bottom: .5rem;
    display: inline-block;
    user-select: none;
}
.popular-main__wrap h2 a:hover,
.popular-main__wrap h2 a:focus,
.popular-main__wrap h2 a:active {
    color: #862cfd;
}
.popular-main__wrap h2 a svg {
    width: 18px;
    margin-top: 0px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
}
.popular-main__wrap h2 a:hover svg,
.popular-main__wrap h2 a:focus svg,
.popular-main__wrap h2 a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
.popular-main__items {
    display: flex;
    flex-wrap: wrap;
}
.popular-main__item-wrap {
    padding: 0 .5rem;
    flex: 1 1 33.3%;
}
.popular-main__item {
    color: #000;
    text-decoration: none;
    line-height: 1.2rem;
    display: block;
    transition: .1s;
    padding: 3rem .5rem;
    background: #fff;
    text-align: center;
    border-radius: .5rem;
    margin-bottom: 1rem;
}
.popular-main__item:hover,
.popular-main__item:focus,
.popular-main__item:active {
    background: #f6f6f6;
}
.popular-main__title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #474747;
}
.popular-main__icon {
    margin-bottom: 1rem;
    display: block;
}
.popular-main__icon svg {
    width: 65px;
}
.popular-main__links {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.popular-main__links a {
    color: #000;
    font-size: 1.1rem;
    display: block;
    text-decoration: none;
    line-height: 1;
    margin-bottom: .8rem;
    transition: .1s;
}
.popular-main__links a:hover,
.popular-main__links a:focus,
.popular-main__links a:active {
    color: #862cfd;
}
.popular-main__links a svg {
    width: 15px;
    margin-top: -2px;
    margin-left: .3rem;
    stroke: #333;
    fill: #333;
}
.popular-main__links a:hover svg,
.popular-main__links a:focus svg,
.popular-main__links a:active svg {
    fill: #862cfd;
    stroke: #862cfd;
}
/*login form*/
.modal-login__wrap {
    overflow: hidden;
    border-radius: .3rem;
    padding: 1rem 1rem;
    width: 100%;
}
#loginuser-modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}
.user-menu__item {
    font-size: .9rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #555;
    padding: 0 .7rem;
}
.login-alt__wrap {
    margin-bottom: 2rem;
}
.login-alt__vk {
    background: #0077FF;
    color: #fff;
    border: 0;
    border-radius: .3rem;
    width: 100%;
    padding: .5rem 0;
    transition: .3s;
}
.login-alt__vk:hover,
.login-alt__vk:active,
.login-alt__vk:focus {
    background: #096ad8;
}
.login-alt__vk img {
    width: 25px;
    margin-right: 1rem;
    margin-top: -2px;
}
.login-block {
    margin-top: 0;
    width: 100%;
    padding: 3rem 1rem;
}
.login-block h4 {
    font-size: 1.1rem;
    margin: 1rem 0 1rem;
    color: #000;
    text-align: center;
}
.login-block h5 {
    display: block;
    text-align: center;
    font-size: .8rem;
    margin-bottom: 1.5rem;
    color: #a8a8a8;
}
.checkbox-login {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
.login-form__alert {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.checkbox-login > label{
    font-weight: 400;
}
.wrong-value {
    border-color: #F55A52;
}
/*login form end*/

.breadcrumb__wrap {
    display: inline-block;
}
.breadcrumb li a {
    color: #000;
    border-radius: .3rem;
    font-size: .9rem;
    text-decoration: none;
}
.breadcrumb li a i {
    color: #555;
}
.breadcrumb li.breadcrumb-item {
    line-height: 1;
}
.breadcrumb li.breadcrumb-item:first-child {
    display: flex;
}
.breadcrumb li.breadcrumb-item:first-child a {
    padding: 0 .5rem;
}
.breadcrumb li.active a {
    color: #747474;
}
.breadcrumb li:not(.active) a:hover,
.breadcrumb li:not(.active) a:active,
.breadcrumb li:not(.active) a:focus {
    background: #f7f7f7;
}
.breadcrumb-item+.breadcrumb-item::before {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1;
    content: "▶";
    color: #bebebe;
}
.user__page {
    min-height: 700px;
    margin: 1rem 0;
}
.user__page h4 {
    font-size: 1rem;
    font-weight: 600;
}
.user__head {
    display: flex;
    gap: 1rem;
}
.user__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.user__head-photo-wrap {
    background: #fff;
    padding: .5rem;
    border-radius: 1rem;
    width: 25%;
}
.user__head-photo {
    width: 100%;
    height: 240px;
    min-width: 60px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 1rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.user__head-photo img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.user__head-info {
    width: 100%;
}
.user__head-info h1 {
    font-size: 1.7rem;
    font-weight: 600;
}
.user__head-desc {
    display: flex;
    gap: 1rem;
    min-height: 200px;
}
.user__head-desc-main {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
}
.user__head-desc-main div {
    display: flex;
    gap: .3rem;
    align-items: center;
    font-size: .9rem;
    color: #3f3f3f;
    margin-bottom: .8rem;
}
.user__head-desc-main div i {
    color: #a6a6a6;
    font-size: 1.2rem;
}
.user__head-desc-main-city {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    border-radius: .3rem;
    transition: .2s;
    padding: .2rem .2rem;
    line-height: 1;
    gap: .3rem;
}
.user__head-desc-main-city:hover {
    background: #eee;
}
.user__head-desc-main-city span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.user__head-desc-main-city span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.user__head-desc-main div i.fa-location-dot {
    color: #f25949;
    margin-right: .5rem;
}
.user__head-desc-contacts {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    gap: .5rem;
}
.user__head-desc-contacts div {
    display: flex;
    gap: .3rem;
    align-items: center;
    font-size: .9rem;
    color: #3f3f3f;
}
.user__head-desc-contacts div a {
    color: #000;
    text-decoration: none;
    border-radius: .3rem;
    transition: .2s;
    padding: .2rem .2rem;
    line-height: 1;
    display: flex;
    gap: .3rem;
}
.user__head-desc-contacts div a i {
    font-size: 1.1rem;
}
.user__head-desc-contacts div a:hover {
    background: #eee;
}
.user__head-desc-contacts div a.vk {
    color: #0d6efd;
}
.user__head-desc-contacts div a.tg {
    color: #259CD8;
}
.user__bottom {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.user__bottom-about {
    background: #fff;
    width: 80%;
    border-radius: 1rem;
    padding: 1rem;
}
.user__bottom-about-empty {
    color: #a1a1a1;
    font-size: .9rem;
    padding: 3rem 0;
    text-align: center;
}
.user__bottom-about-text {
    white-space: pre-line;
}













.user__settings {
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem 2rem 2rem;
}
.user__settings h1 {
    font-size: 1rem;
    margin-bottom: 2rem;
}
.user__settings-menu {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.user__settings-menu a {
    padding: .8rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #000;
    display: flex;
    transition: .1s;
    user-select: none;
    align-items: center;
    gap: 1rem;
}
.user__settings-menu a i {
    font-size: 1.5rem;
}
.user__settings-menu a.active,
.user__settings-menu a:hover {
    background: #f2f2f2;
}
.user__settings-menu--title div {
    font-size: 1.1rem;
    line-height: 1rem;
    margin-bottom: .3rem;
}
.user__settings-menu--title span {
    font-size: .9rem;
    color: #5c5c5c;
}
.user__settings-item {
    margin-bottom: 1rem;
}
.settings-item--title {
    font-size: .9rem;
    font-weight: bold;
}
.settings-item--content {
    margin-bottom: .5rem;
    color: #474747;
    display: flex;
    align-items: center;
}
.settings-item--content span {
    color: #9e9e9e;
}
.settings-item--content svg {
    width: 20px;
    fill: #727272;
    margin-left: .5rem;
}
.user__settings-item > button {
    font-size: .8rem;
    font-weight: bold;
    margin-right: .5rem;
    color: #000;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: .5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    user-select: none;
    transition: .1s;
    border: 0;
    background: #d5d5d5;
}
.user__settings-item > button:hover {
    background: #b8b8b8;
}
.edit-user__modal .modal-content .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    color: #8c959c;
}
.edit-user__modal .modal-body {
    padding: 2.5rem;
}
.edit-user__modal h4 {
    color: #1c1f22;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 1rem;
    display: block;
}
.edit-user__modal .modal-body .form-control {
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: .8rem 1rem;
}
.edit-user__modal .modal-body .form-control.valid {
    border-color: #31d015;
    box-shadow: 0 0 0 .25rem rgb(3 161 20 / 25%);
}
.edit-user__modal .modal-body .form-control.invalid {
    border-color: #ff5d76;
    box-shadow: 0 0 0 .25rem rgb(253 13 49 / 25%);
}
.edit-user__modal .modal-body label {
    color: #8b8b8b;
    margin-bottom: .5rem;
}
.edit-user__modal .modal-body label span {
    color: #ff7171;
}
.edit-user__modal .modal-body textarea {
    min-height: 300px;
}
.user-edit__inf {
    font-size: .9rem;
    color: #8b8b8b;
}
.user-edit__error {
    margin-bottom: .5rem;
    display: block;
    color: #cb11ab;
    font-size: 14px;
    line-height: 20px;
}
.user-edit__buttons {
    display: flex;
    justify-content: right;
    margin-top: 2rem;
    gap: 1rem;
}
.user-edit__buttons > button {
    display: flex;
    align-items: center;
    user-select: none;
    border: 0;
    background: #f1f1ff;
    color: #3d3bff;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    padding: .5rem .8rem;
    border-radius: .6rem;
    transition: .3s;
}
.user-edit__buttons button:hover {
    background: #dcdcff;
}
.user-edit__buttons button[type=submit] {
    background: #3D3BFF;
    color: #fff;
}
.user-edit__buttons button[type=submit]:hover {
    background: #201ef3;
}
.user-edit__buttons .progress-spin {
    display: none;
    margin-right: .5rem;
    font-size: .5rem;
    width: 15px;
    height: 15px;
}
.user-edit-account__line {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.user-edit-account__line span {
    margin-right: .5rem;
    font-weight: bold;
    font-size: .9rem;
    color: #353535;
    word-break: normal;
}
.user-edit-account__line input {
    margin-bottom: 0 !important;
}
.user-edit-account__line input::placeholder {
    color: gray;
}
.settings--select-info {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
}
.settings--select-info > i {
    font-size: 7rem;
    color: #d2d2d2;
}
.settings--select-info input {
    display: none;
}
.settings--select-info div {
    margin-bottom: .5rem;
    font-size: .9rem;
    color: #565656;
}
.settings--select-info button {
    font-size: .8rem;
    margin-right: .5rem;
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: .5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    user-select: none;
    transition: .1s;
    border: 0;
    background: #862cfd;
}
.settings--select-info button:hover,
.settings--select-info button:active,
.settings--select-info button:focus {
    background: #6d23d0;
}
.settings--select-info button i {
    margin-right: .5rem;
}
.settings--photo-container img {
    max-width: 100%;
}
.user_menu {
    margin-bottom: 3rem;
    max-width: 200px;
}
.user_menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    user-select: none;
}
.user_menu a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    padding: .4rem 1rem;
    display: block;
    border-radius: .5rem;
    margin-bottom: .3rem;
    transition: .1s;
}
.user_menu a.active,
.user_menu a:hover,
.user_menu a:active,
.user_menu a:focus {
    background: #ffffff;
}
.user_menu a svg {
    width: 20px;
    margin-top: -4px;
    margin-right: .3rem;
}
.story {
    display: flex;
    margin-bottom: 1rem;
}
.story__main {
    padding: .6rem 0;
    width: 100%;
}
.story__title h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.story__title h2 a {
    text-decoration: none;
    color: #000;
    white-space: pre-line;
}
.story__right {
    margin-left: .8rem;
    position: relative;
}
.story__score {
    position: sticky;
    top: 10px;
    z-index: 1;
}
.story__rating-block {
    background: #fff;
    width: 50px;
    display: flex;
    flex-direction: column;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(32, 35, 51, .02), 0 1px 1px 0 rgba(32, 35, 51, .04);
    box-shadow: 0 2px 4px 0 rgba(32,35,51,.02),0 1px 1px 0 rgba(32,35,51,.04);
}
.story__rating-btn {
    border: none;
    background: transparent;
    padding: .4rem 0;
}
.story__rating-btn svg {
    width: 20px;
    height: 20px;
    fill: #b7b7b7;
    transition: .1s;
}
.story__rating-count {
    padding: .6rem 0;
    text-align: center;
    color: #727272;
    user-select: none;
}
.story__rating-down {
    transform: rotate(180deg);
}
.story__rating-up.active svg,
.story__rating-up:hover svg,
.story__rating-up:active svg {
    fill: #4faf59;
}
.story__rating-down.active svg,
.story__rating-down:hover svg,
.story__rating-down:active svg {
    fill: #ff3c5b;
}
.story__collapse-btn {
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(32, 35, 51, .02), 0 1px 1px 0 rgba(32, 35, 51, .04);
    box-shadow: 0 2px 4px 0 rgba(32, 35, 51, .02), 0 1px 1px 0 rgba(32, 35, 51, .04);
    background: #fff;
    border: none;
    width: 100%;
    margin-top: 1rem;
    transition: .2s;
}
.story__collapse-btn:hover {
    background: #dddddd;
}
button.story__collapse-btn svg {
    width: 20px;
    height: 20px;
    fill: #b7b7b7;
    stroke: #b7b7b7;
}
.story__collapse-btn-plus {
    display: none;
}
.story__header {
    padding: 0 1rem;
}
.story__header-top {
    display: flex;
    justify-content: space-between;
}
.story__header-menu {
    position: relative;
}
.story__header-menu-btn {
    border: 0;
    background: initial;
    border-radius: .3rem;
    transition: .2s;
}
.story__header-menu-btn svg {
    width: 22px;
    height: 22px;
    fill: #707070;
    stroke: #8b8b8b;
    transition: .2s;
}
.story__header-menu-btn:hover,
.story__header-menu-btn:active,
.story__header-menu-btn:focus {
    background: #eee;
}
.story__header-menu-btn:hover svg,
.story__header-menu-btn:active svg,
.story__header-menu-btn:focus svg {
    stroke: #727272;
}
.story__header-menu-list {
    background: #fff;
    flex-direction: column;
    border-radius: .3rem;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0;
    font-size: .9rem;
    overflow: hidden;
    display: none;
    word-break: normal;
}
.story__header-menu-list.active {
    display: flex;
}
.story__header-menu-list button {
    padding: .4rem 1rem;
    cursor: pointer;
    border: 0;
    line-height: 1;
    border-radius: .3rem;
    background: #eee;
    transition: .2s;
}
.story__header-menu-list button:hover,
.story__header-menu-list button:active,
.story__header-menu-list button:focus {
    background: #ddd;
}
.story__user {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.story__user-link {
    font-size: .8rem;
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    transition: .1s;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: .5rem;
}
.story__user-link:hover,
.story__user-link:active,
.story__user-link:focus {
    opacity: .9;
}
.story__user-link span {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    margin-right: .5rem;
    transition: .3s;
    display: inline-block;
}
.story__user-link span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.story__date {
    color: #70737b;
    font-size: .8rem;
    line-height: 1;
    margin-right: .5rem;
}
.story__content-slice-height {
    max-height: 450px;
    overflow: hidden;
}
.story__read-more {
    cursor: pointer;
    padding: .8rem 1rem;
    font-weight: bold;
    background: #f7f7f7;
    transition: .2s;
    display: flex;
    align-items: center;
    position: relative;
}
.story__read-more:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: 23;
    left: 0;
    bottom: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.story__read-more:hover {
    background: #ededed;
}
.story__read-more span {
    display: inline-flex;
    line-height: 1;
    font-weight: normal;
    margin-left: .5rem;
    font-size: .8rem;
    align-items: center;
}
.story__read-more span svg {
    width: 15px;
    height: 15px;
    fill: #000;
    stroke: #000;
    margin-left: .1rem;
}
.story-media__image {
    margin-bottom: .5rem;
}
.story-media__image img {
    width: 100%;
}
.story-media__image-title {
    color: #70737b;
    font-size: .8rem;
    padding: .2rem 1rem;
    margin: 0;
}
.story-media__text {
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 0 1rem;
    margin-bottom: .5rem;
}
.story-media__quote {
    display: flex;
    margin: 0 1rem .8rem;
    border-radius: .5rem;
    overflow: hidden;
}
.story-media__quote-line {
    min-width: 6px;
    border-radius: 2px;
    background: #862cfd;
}
.story-media__quote-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #f2e9ff61;
}
.story-media__quote-text {
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 100%;
    padding: .5rem 1.5rem .5rem .5rem;
    position: relative;
}
.story-media__quote-text:after {
    content: '»';
    position: absolute;
    right: 7px;
    top: 1px;
    font-size: 2.5rem;
    color: #862cfd;
}
.story-media__quote-title {
    padding: .3rem .5rem;
    font-size: .8rem;
    color: #444;
}
.story-media__link {
    line-height: 1.7rem;
    padding: 0 1rem;
    margin-bottom: .5rem;
}
.story-media__link a {
    color: #00b4f9;
    font-size: 1rem;
    text-decoration: none;
    transition: .2s;
}
.story-media__link a:hover,
.story-media__link a:active,
.story-media__link a:focus {
    color: #038ec3;
}
.story-media__link a:hover svg,
.story-media__link a:active svg,
.story-media__link a:focus svg {
    fill: #038ec3;
}
.story-media__link a svg {
    width: 23px;
    height: 23px;
    fill: #00b4f9;
    margin-right: .4rem;
}
.story-media__video-attachment {
    width: 100%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.story-media__video-attachment iframe {
    height: 350px;
    width: 100%;
}
.story-media__video-attachment-poster {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 350px;
    background: #dddddd;
    overflow: hidden;
    align-items: center;
    cursor: pointer;
}
.story-media__video-attachment-poster:hover .story-media__video-attachment-button {
    background: rgb(255 2555 255 / 90%);
}
.story-media__video-attachment-poster img {
    height: 100%;
    width: auto;
}
.story-media__video-attachment-info {
    position: absolute;
    text-align: center;
}
.story-media__video-attachment-caption {
    font-size: .8rem;
    display: flex;
    align-items: center;
    color: #000000;
    background: #fff;
    border-radius: .3rem;
    padding: .2rem 1rem;
}
.story-media__video-attachment-caption svg {
    width: 20px;
    margin-left: .5rem;
}
svg.story-media__video-attachment-background {
    opacity: .2;
    width: 100%;
}
.story-media__video-attachment-button {
    font-size: 35px;
    color: #fff;
    background: rgb(255 2555 255 / 52%);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    padding-left: 9px;
    transition: .2s;
    user-select: none;
    display: inline-block;
    margin-bottom: .7rem;
}
.story-media__video-attachment-button svg {
    width: 50px;
    height: auto;
    fill: rgb(134 44 253);
}
.story-media__video-attachment-title {
    color: #222222;
    font-size: .8rem;
    padding: .2rem 1rem;
    margin: 0;
}
.story-media__video {
    width: 100%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: block;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.story-media__video video {
    height: 350px;
}
.story-media__video-poster {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 350px;
    background: #000;
    overflow: hidden;
    align-items: center;
    cursor: pointer;
}
.story-media__video-poster:hover .story-media__video-button {
    background: rgb(134 44 253);
}
.story-media__video-poster img {
    height: 100%;
    width: auto;
}
.story-media__video-button {
    position: absolute;
    font-size: 35px;
    color: #fff;
    background: rgb(134 44 253 / 52%);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    padding-left: 9px;
    transition: .2s;
    user-select: none;
}
.story-media__video-title {
    color: #222222;
    font-size: .8rem;
    padding: .2rem 1rem;
    margin: 0;
}
.story-media__special {
    min-height: 320px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.story-media__special-text {
    width: 100%;
    overflow-wrap: break-word;
    overflow: hidden;
    font-size: 1.9rem;
    position: relative;
    margin: auto;
    color: #fff;
    font-weight: bold;
    line-height: 2.4rem;
    white-space: pre-line;
}
.story-media__special-pattern {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    text-align: right;
    overflow: hidden;
    height: 100%;
}
.story-media__special-pattern svg {
    height: 100%;
    opacity: .2;
}
.media-special__color-1 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #0069DE;
}
.media-special__color-2 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #D32F2F;
}
.media-special__color-3 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #6A1B9A;
}
.media-special__color-4 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #388E3C;
}
.media-special__color-5 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #EF6C00;
}
.media-special__color-6 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #424242;
}
.media-special__color-7 {
    background: linear-gradient(157deg, rgba(255, 255, 255, .25) -11%, rgba(255, 255, 255, 0) 100%), #D81B60;
}
.story-media__audio {
    margin-bottom: .5rem;
    width: 100%;
    padding: 0 1rem;
}
.story-media__audio-wrap {
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    align-items: center;
}
.story-media__audio-button {
    color: #862cfd;
    font-size: 1.6rem;
    border-radius: 50%;
    min-width: 45px;
    min-height: 45px;
    line-height: 1rem;
    padding-left: 13px;
    border: 0;
    background: #e3e3e3;
    margin-right: .8rem;
    transition: .2s;
    width: 45px;
    outline: none;
}
.story-media__audio-button:hover {
    background: #cdcdcd;
}
.story-media__audio-button[data-play="on"] {
    padding-left: 8px;
}
.story-media__audio-info {
    padding: .5rem 0;
    width: 100%;
}
.story-media__audio-title {
    border-radius: .5rem;
    outline: none;
    transition: .2s;
}
.story-media__audio-duration {
    font-size: .7rem;
    padding-top: .3rem;
    color: #323232;
    line-height: 1;
}
.story__footer{
    padding: 0 1rem;
}
.story__tags-container {
    display: flex;
    justify-content: space-between;
}
.story__tags-list a {
    text-decoration: none;
    display: inline-block;
    margin: 0 .5rem .2rem 0;
    font-size: .8rem;
    transition: .2s;
    color: #767676;
}
.story__tags-list a:hover,
.story__tags-list a:active,
.story__tags-list a:focus {
    color: #000;
}
.story__tags-edit {
    background: transparent;
    border: 0;
}
.story__tags-edit svg {
    width: 20px;
    height: 20px;
    transition: .2s;
    stroke: #8b8b8b;
}
.story__tags-edit:hover svg,
.story__tags-edit:active svg,
.story__tags-edit:focus svg {
    stroke: #4a4a4a;
}
.story__scroll-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    cursor: pointer;
    border-radius: .3rem;
    opacity: 0;
    transition: opacity 200ms ease-out;
    justify-content: center;
    display: flex;
}
.story__scroll-btn:hover {
    background: linear-gradient(to bottom, rgb(233 233 233 / 38%) 15%, #d3d3d3 100%);
    opacity: 1;
}
.story__scroll-btn svg {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
}
.story__tools-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0;
}
.story__tools {
    display: flex;
}
.story__comments-link {
    text-decoration: none;
    color: #5a5a5a;
    font-size: .8rem;
    padding: 2px 4px;
    border-radius: .3rem;
    transition: .2s;
    display: flex;
    margin-right: .5rem;
}
.story__comments-link svg {
    width: 20px;
    height: 20px;
    margin-right: .2rem;
    stroke: #656565;
}
.story__comments-link:hover,
.story__comments-link:active,
.story__comments-link:focus {
    color: #862cfd;
    background: #862cfd1f;
}
.story__comments-link:hover svg,
.story__comments-link:active svg,
.story__comments-link:focus svg {
    stroke: #862cfd;
}
.story__bookmark {
    text-decoration: none;
    color: #5a5a5a;
    font-size: .8rem;
    padding: 2px 4px;
    border-radius: .3rem;
    transition: .1s;
    display: flex;
    border: 0;
    background: initial;
}
.story__bookmark svg {
    width: 20px;
    height: 20px;
    margin-right: .2rem;
    fill: #656565;
}
.story__bookmark.active {
    color: #862cfd;
    background: #862cfd1f;
}
.story__bookmark.active svg {
    fill: #862cfd;
}
.story__bookmark:hover,
.story__bookmark:active,
.story__bookmark:focus {
    color: #862cfd;
    background: #862cfd1f;
}
.story__bookmark:hover svg,
.story__bookmark:active svg,
.story__bookmark:focus svg {
    fill: #862cfd;
}
.story__views {
    text-decoration: none;
    color: #5a5a5a;
    font-size: .8rem;
    padding: 2px 4px;
    border-radius: .3rem;
    transition: .2s;
    display: flex;
}
.story__views svg {
    width: 20px;
    height: 20px;
    margin-right: .2rem;
    fill: #656565;
}
.story__category {
    font-size: .8rem;
    color: #505050;
    text-decoration: none;
    font-weight: bold;
    transition: .1s;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: .5rem;
}
.story__category:hover,
.story__category:active,
.story__category:focus {
    opacity: .9;
}
.story__category span {
    width: 23px;
    min-width: 23px;
    height: 23px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    margin-right: .5rem;
    transition: .3s;
    display: inline-block;
}
.story__category span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.new__page h1 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.page__content-empty {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 0;
    color: #a7a7a7;
    font-size: .9rem;
    user-select: none;
    background: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(32,35,51,.02),0 1px 1px 0 rgba(32,35,51,.04);
    box-shadow: 0 2px 4px 0 rgba(32,35,51,.02),0 1px 1px 0 rgba(32,35,51,.04);
}
.page__content-empty svg {
    width: 140px;
    fill: #d7d7d7;
}


.story__page-category {
    padding: .5rem .8rem;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.story__page-category-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    display: inline-block;
    border: 2px solid #eee;
    margin-right: 1rem;
    text-decoration: none;
}
.story__page-category-img:hover,
.story__page-category-img:active,
.story__page-category-img:focus {
    opacity: .8;
}
.story__page-category-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.story__page-category-info {
    line-height: 1rem;
}
.story__page-category-info a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    margin-bottom: .3rem;
    display: inline-block;
    transition: .2s;
}
.story__page-category-info a:hover,
.story__page-category-info a:active,
.story__page-category-info a:focus {
    color: #862cfd;
}
.story__page-category-info span {
    font-size: .8rem;
    color: #464646;
    display: block;
}
.story__page-category-info span p {
    margin: 0;
    padding: 0;
}
/*comments*/
.comments__story-more {
    border: 0;
    outline: none;
    color: #686868;
    transition: .1s;
    font-size: .9rem;
    padding: .3rem 0;
    width: 100%;
    background: #e7e7e7;
    border-radius: .3rem;
    font-weight: bold;
    margin: 1rem 0;
}
.comments__story-more:hover,
.comments__story-more:active,
.comments__story-more:focus {
    color: #862cfd;
    background: #d5d5d5;
}
.comments__story-more svg {
    width: 17px;
    fill: #686868;
    margin-left: .2rem;
}
.comments__story-more:hover svg,
.comments__story-more:active svg,
.comments__story-more:focus svg {
    fill: #862cfd;
}
.spinner__comments-story {
    display: none;
    width: 10px;
    height: 10px;
    border: 2px solid #f0f2f5;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin_comments_story .4s linear infinite;
    margin-left: .5rem;
}
@keyframes spin_comments_story {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.comments__story {
    padding: 1rem 1.5rem;
}
.comments__item {
    margin-bottom: .5rem;
    display: flex;
}
.comments__item-parent {
    padding-left: 1.5rem;
}
.comments__body {
    width: 100%;
}
.comments__photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    margin-right: .5rem;
    transition: .3s;
}
.comments__photo img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
.comments__title a {
    color: #444850;
    text-decoration: none;
    font-weight: bold;
    font-size: .8rem;
    transition: .2s;
}
.comments__title a:hover,
.comments__title a:active,
.comments__title a:focus {
    color: #000;
}
.comments__title-author {
    background: #e3cfff;
    margin-right: .2rem;
    border-radius: .3rem;
    padding: 2px 5px;
}
.comments__text {
    font-size: .9rem;
    line-height: 1.3rem;
    margin: .5rem 0;
    color: #000;
    white-space: pre-line;
}
.comments__text a {
    color: #444850;
    text-decoration: none;
    font-size: .8rem;
    transition: .2s;
}
.comments__text a:hover,
.comments__text a:active,
.comments__text a:focus {
    color: #999;
}
.comments__date {
    font-size: .8rem;
    color: #7e7e7e;
}
.comments__reply-btn {
    border: 0;
    background: initial;
    font-size: .8rem;
    border-radius: .3rem;
    transition: .1s;
    user-select: none;
}
.comments__reply-btn:hover {
    background: #eee;
}
.comments__vote-block {
    display: flex;
    align-items: center;
}
.comments__vote {
    text-decoration: none;
    color: #5a5a5a;
    font-size: .8rem;
    padding: 2px 4px;
    border-radius: .3rem;
    transition: .1s;
    display: flex;
    border: 0;
    background: initial;
    user-select: none;
}
.comments__vote svg {
    width: 16px;
    height: 16px;
    margin-right: .2rem;
    stroke: #656565;
    fill: none;
}
.comments__vote.active {
    color: #862cfd;
    background: #862cfd1f;
}
.comments__vote.active svg {
    stroke: #862cfd;
}
.comments__vote:hover,
.comments__vote:active,
.comments__vote:focus {
    color: #862cfd;
    background: #862cfd1f;
}
.comments__vote:hover svg,
.comments__vote:active svg,
.comments__vote:focus svg {
    stroke: #862cfd;
}
.comments__dislike {
    transform: rotate(180deg);
}
.comments__option {
    display: flex;
    align-items: center;
}
.comments__option > button {
    margin-right: .3rem;
}
.comments__form textarea {
    border: 3px solid #dfdfdf;
    width: 100%;
    border-radius: .5rem;
    padding: .5rem 1rem;
    background: #fdfdfd;
    min-height: 80px;
}
.comments__form textarea:active,
.comments__form textarea:focus {
    background: #fff;
    border-color: #ddc4ff;
    outline: none;
}
.comments__form-option {
    display: flex;
    justify-content: end;
}
.comments__form-option button {
    background: #862cfd;
    font-weight: bold;
    color: #fff;
    border-radius: .3rem;
    padding: .4rem 1.3rem;
    border: 0;
    font-size: .9rem;
    transition: .2s;
    user-select: none;
}
.comments__form-option button:hover,
.comments__form-option button:active,
.comments__form-option button:focus {
    background: #6816d5;
}
.comments__form-option button:disabled {
    background: #c091ff;
}
.comments__message {
    text-align: right;
    font-size: .9rem;
}
.comments__message span {
    margin-bottom: .5rem;
    color: #f14545;
}
.comments__reply textarea {
    border: 3px solid #dfdfdf;
    width: 100%;
    border-radius: .5rem;
    padding: .5rem 1rem;
    background: #fdfdfd;
}
.comments__reply textarea:active,
.comments__reply textarea:focus {
    background: #fff;
    border-color: #ddc4ff;
    outline: none;
}
.comments__reply-option {
    display: flex;
}
.comments__reply-option button {
    background: #862cfd;
    font-weight: bold;
    color: #fff;
    border-radius: .3rem;
    padding: .4rem 1.3rem;
    border: 0;
    font-size: .9rem;
    transition: .2s;
    user-select: none;
}
.comments__reply-option button:hover,
.comments__reply-option button:active,
.comments__reply-option button:focus {
    background: #6816d5;
}
.comments__reply-option button:disabled {
    background: #c091ff;
}
.comments__message-reply {
    font-size: .8rem;
    margin-bottom: .5rem;
}
.comments__message-reply span {
    margin-bottom: .5rem;
    color: #f14545;
}
.comments__story-parent-load {
    background: initial;
    font-size: .9rem;
    margin: .3rem 0 .6rem;
    border: 0;
    color: #4c4c4c;
    border-radius: .3rem;
    line-height: 1rem;
    transition: .2s;
}
.comments__story-parent-load:hover,
.comments__story-parent-load:active,
.comments__story-parent-load:focus {
    background: #eee;
    color: #000;
}
.comments__story-title {
    margin-bottom: .5rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #000;
    text-align: center;
}
/*comments-end*/
.drafts__page h1 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.drafts__page h1 svg {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}
.drafts__page-list {
    padding: 1rem 1.5rem;
}
.drafts__page-list h2 {
    font-size: .9rem;
    text-align: center;
    color: #7e7e7e;
    font-weight: 500;
}
.drafts__page-item {
    margin-bottom: 1rem;
    display: flex;
    background: #f5f5f5;
    border-radius: .3rem;
    overflow: hidden;
}
.drafts__page-header {
    transition: .2s;
    color: #000;
    text-decoration: none;
    width: 100%;
    padding: .5rem 1rem;
}
a.drafts__page-header:hover {
    background: #e5e5e5;
}
.drafts__page-title {
    font-weight: bold;
    font-size: .9rem;
    display: flex;
    align-items: center;
    line-height: 1;
}
.drafts__page-title-date {
    font-weight: normal;
    font-size: .7rem;
    color: #6a6a6a;
}
.drafts__page-option {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: .5rem;
}
.drafts__page-option button {
    border: 0;
    border-radius: .3rem;
    padding: 4px 7px;
    background: #ebebeb;
    outline: none;
    transition: .2s;
}
.drafts__page-option button:hover {
    background: #dfdfdf;
}
.drafts__page-option button svg {
    width: 20px;
    height: 20px;
}
.drafts__page-title-future-icon svg {
    width: 20px;
    fill: #007eff;
}
.drafts__page-info {
    display: flex;
    align-items: center;
}
.drafts__page-info span {
    background: #f1f1f1;
    border-radius: .3rem;
    padding: 2px 4px;
    font-size: .8rem;
    display: inline-flex;
    align-items: center;
    margin-right: .5rem;
}
.drafts__page-info span svg {
    width: 16px;
    height: 16px;
    margin-right: .3rem;
    fill: #595959;
    stroke: #595959;
}
.drafts__page-info span svg[data-type='video'] {
    fill: none;
}
.drafts__page-header-top {
    display: flex;
    margin-bottom: .5rem;
    gap: .5rem;
    align-items: center;
}
.drafts__page-category {
    display: flex;
    font-size: .8rem;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
}
.drafts__page-category span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    margin-right: .4rem;
    transition: .3s;
}
.drafts__page-category span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .1rem;
}
span.drafts__page-info-modify {
    font-size: .7rem;
    color: #999;
    background: #f9f9f9;
}
span.drafts__page-info-modify svg {
    width: 15px;
    height: 15px;
    stroke: none;
}
.drafts__page-alert {
    background: #fff;
    text-align: center;
    margin-bottom: .5rem;
    padding: .5rem 0;
    font-size: .9rem;
    color: #862cfd;
}
.drafts__loading {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    background: #fbfbfb;
    border-radius: .3rem;
    align-items: center;
    border: 1px solid #f5f5f5;
}
.drafts__loading-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.drafts__loading-content span {
    height: 20px;
    width: 15%;
    border-radius: .3rem;
    display: inline-block;
}
.drafts__loading > span {
    height: 35px;
    width: 35px;
    border-radius: .3rem;
    display: inline-block;
}
.drafts-dialog__modal {
    display: block;
    background: rgba(0,0,0,0.5)
}
.drafts-dialog__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    color: rgb(140, 149, 156);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    height: 20px;
    border: 0;
    width: 20px;
    padding: 1rem;
    transition: .2s;
    background-color: #eee;
    border-radius: .3rem;
}
.drafts-dialog__close:hover {
    background-color: #dbdbdb;
}
.drafts-dialog__modal .modal-body {
    padding: 2.5rem;
}
.drafts-dialog__modal h4 {
    color: rgb(28, 31, 34);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 1rem;
    display: block;
}
.drafts-dialog__buttons {
    display: flex;
    justify-content: right;
    margin-top: 2rem;
    gap: .5rem;
}
.drafts-dialog__buttons button {
    font-size: .8rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: .5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    user-select: none;
    transition: .1s;
    border: 0;
    background: #d5d5d5;
}
.drafts-dialog__buttons button:hover {
    background: #b8b8b8;
}
.drafts-dialog__buttons button[type=submit] {
    background: #862cfd;
    color: #fff;
}
.drafts-dialog__buttons button[type=submit]:hover {
    background: #6d23d0;
}

.preview__page-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.preview__page-info a {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: .3rem;
    padding: .2rem 1rem;
    transition: .2s;
}
.preview__page-info a:hover,
.preview__page-info a:active,
.preview__page-info a:focus {
    background: #eee;
}
.preview__page-info a svg {
    width: 17px;
    margin-right: .3rem;
    transform: rotate(180deg);
    margin-top: -2px;
}
.preview__page-info span {
    font-size: .9rem;
    color: #3d3d3d;
    font-weight: bold;
    background: #FFF8E0;
    border-radius: .3rem;
    padding: .2rem 1rem;
}
.tooltip-icon {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #a7a7a7;
    border-radius: 100%;
    background: 0 0;
    color: #a7a7a7;
    font-size: 10px;
    line-height: 15px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .3rem;
}
.tooltip-inner {
    max-width: 250px;
    color: #000;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: left;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}
.is-loading-tom {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite ease-in-out;
}
@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.section_main-slider {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 1.7rem 1.7rem 1.7rem 0;
}
.main-slider {
    width: 100%;
    height: 100%;
}
.main-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}
.main-slider .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: linear-gradient(to left, rgb(242 89 73 / 64%) 0%,  rgba(0, 0, 0, 0) 100% );
    pointer-events: none;
    z-index: 1;
}
.main-slider__progress {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 10;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    font-size: .9rem;
    opacity: .6;
}
.main-slider__progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #f25949;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.main-slider__menu {
    background: #f1f1f3;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    border-radius: 0 1.7rem 0 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.main-slider__menu a {
    font-weight: bold;
    color: #000;
    background: #fff;
    padding: .5rem 1rem;
    border-radius: .6rem;
    text-decoration: none;
    transition: .2s;
}
.main-slider__menu a:hover {
    transform: scale(1.05);
}
.main-slider__menu a img {
    width: 22px;
    margin-left: .3rem;
}
.main-slider__menu-bright {
    position: absolute;
    bottom: 0;
    right: -25px;
}
.main-slider__menu-bleft {
    position: absolute;
    left: -25px;
    top: -25px;
}
.section_main-slider .swiper-pagination {
    right: 1rem;
    text-align: right;
    padding-right: 1rem;
}
.section_main-slider .swiper-pagination-bullet {
    background: #ffffff;
}
.section_main-slider .swiper-button-next svg, .section_main-slider .swiper-button-prev svg {
    fill: #ffffff;
    color: #fff;
    opacity: .2;
    transition: .2s;
}
.section_main-slider .swiper-button-next:hover svg,
.section_main-slider .swiper-button-prev:hover svg {
    opacity: 1;
}
.swiper-slide__content {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding: 2rem 4rem 0 0;
    color: #fff;
    z-index: 3;
    width: 50%;
}
.swiper-slide__content h2 {
    font-weight: bold;
    font-size: 2.4rem;
}
.swiper-slide__desc {
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.swiper-slide__desc p {
    margin-bottom: .5rem;
}
.section_main-objects {
    margin-bottom: 5rem;
}
.main-objects__header {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 2rem;
    align-items: center;
    flex-wrap: wrap;
}
.main-objects__header-link {
    color: #F25949;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
    user-select: none;
}
.main-objects__header-link:hover {
    color: #d53c2c;
}
.main-objects__header > h2 {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1;
}
.main-objects-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.main-objects__header > h2 .dropdown-toggle {
    font-size: 1.2rem;
    font-weight: bold;
    background: initial;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: .3s;
    padding: .5rem .9rem;
    border-radius: 0.7rem;
}
.main-objects__header > h2 .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid #ff040400;
    border-left: .4em solid transparent;
    color: #ee3840;
}
.main-objects__header > h2 .dropdown-toggle img {
    width: 30px;
}
.main-objects__header > h2 .dropdown-toggle.show {
    background: #fff;
}
.main-objects__dropdown-menu {
    padding: 2rem;
    border: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.35);
    margin-top: .3rem !important;
    border-radius: 1.7rem;
    width: 360px;
}
.main-objects__dropdown-menu li.dropdown-item {
    cursor: pointer;
    transition: .2s;
    border-radius: .5rem;
    padding: .5rem 1rem;
}
.main-objects__dropdown-menu li.dropdown-item:hover {
    background: #eee;
}
.hover-zones {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 5;
}
.hover-zone {
    flex: 1;
}
.slider-dots {
    position: absolute;
    right: 0;
    bottom: .8rem;
    display: flex;
    gap: 4px;
    z-index: 10;
    pointer-events: none;
    width: 100%;
    left: 0;
    padding: 0 1rem;
}
.slider-dot {
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    flex: 1;
    border-radius: 3px;
}
.slider-dot.active {
    background: #fff;
}
.main-objects__item-img .swiper-wrapper {
    position: relative;
}
.main-objects__item-img .swiper-slide {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.main-objects__item-img .swiper-slide-active {
    opacity: 1;
}
.fill-btn {
    --bg-fill: #3498db;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 1;
}
.fill-btn::before {
    content: '';
    position: absolute;
    /* Координаты из JS */
    left: var(--x);
    top: var(--y);
    width: 0;
    height: 0;
    background: var(--bg-fill);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1; /* под текстом */
}
.fill-btn:hover::before {
    width: 450px;
    height: 450px;
}
.main-objects__item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.7rem;
    height: 100%;
}
.main-objects__item-title {
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 0;
    text-decoration: none;
    transition: .2s;
    color: #000;
    line-height: 1.2rem;
    display: block;
}
.main-objects__item-title:hover {
    color: #F25949;
}
a.main-objects__item-img {
    width: 100%;
    height: 200px;
    min-width: 200px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 1rem;
    user-select: none;
    border: 0;
    display: inline-block;
    position: relative;
}
a.main-objects__item-img:hover {
    opacity: .8;
}
a.main-objects__item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
a.main-objects__item-img span {
    position: absolute;
    top: .7rem;
    right: .5rem;
    font-size: .8rem;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    z-index: 2;
}
a.main-objects__item-img span.planned-status {
    background: #6ac0ff;
}
a.main-objects__item-img span.progress-status {
    background: #ffaa25;
}
a.main-objects__item-img span.completed-status {
    background: #28c734;
}
.main-objects__item-info {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}
.main-objects__item-info span {
    width: 100%;
    display: flex;
    align-items: center;
    color: #6e6e6e;
    font-size: .9rem;
    font-weight: 500;
}
.main-objects__item-info span img {
    width: 20px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.objects__list-finished {
    font-size: .9rem;
    color: #666;
    margin: 1rem 0;
}
.main-objects__list-loading {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}
.main-objects__list-loading div {
    flex: 1 1 calc(25% - 1rem);
    height: 200px;
    border-radius: 1rem;
}
.main-objects__cities-search {
    font-size: 24px;
    border-radius: 1rem;
    border: 2px solid #8c8c8c;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1REM;
    padding: .2rem .5rem;
}
.main-objects__cities-search input {
    border: 0;
}
.main-objects__cities-search input:focus {
    box-shadow: none;
    outline: none;
}
.main-objects__cities-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.main-objects__cities-search i {
    color: #5e5e5e;
}
.main-objects__cities-no-results {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 2rem 0;
    font-size: 1.1rem;
    line-height: 1;
}
.main-objects__cities-no-results i {
    color: #888;
}
.main-objects__dropdown-menu ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.main-objects__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: .5rem 0 1rem 0;
}
.main-objects__more {
    background: #fff;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1.5rem;
    border-radius: 0.7rem;
    font-size: .8rem;
    transition: .2s;
    line-height: 1;
}
.main-objects__more:hover {
    background: #dedede;
}
.main-objects__more span {
    background: #eee;
    border-radius: 30%;
    font-size: .7rem;
    font-weight: 600;
    color: #666;
    padding: 2px;
}
.main-objects__details {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}
.main-objects__details-text {
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-objects__details-text > h3 {
    color: #F25949;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.main-objects__details-text__desc {
    font-size: 1.1rem;
}
.main-objects__details-progress {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.main-objects__details-progress__top {
    background: #fff;
    padding: 1rem;
    border-radius: 1.7rem;
    height: 100%;
    display: flex;
    word-break: keep-all;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.main-objects__details-progress__top span {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #3D3BFF;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: .3rem;
}
.main-objects__details-progress__top span i {
    font-size: 1.7rem;
}
.main-objects__details-progress__top div {
    word-break: keep-all;
    line-height: 1.3rem;
    font-weight: 500;
}
.main-objects__details-progress__bottom {
    background: #fff;
    padding: 1rem;
    border-radius: 1.7rem;
    font-size: .8rem;
    height: 100%;
    display: flex;
    word-break: keep-all;
    text-align: center;
    flex-direction: column;
    gap: .5rem;
    justify-content: center;
}
.main-objects__details-progress__bottom span {
    font-size: 1.6rem;
    font-weight: bold;
    display: flex;
    color: #F25949;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: .4rem;
}
.main-objects__details-progress__bottom span.status-planned {
    color: #6ac0ff;
}
.main-objects__details-progress__bottom div {
    font-weight: 700;
    white-space: nowrap;
}
.main-objects__details-num {
    background: #fff;
    padding: 1rem;
    border-radius: 1.7rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    flex-direction: column;
}
.main-objects__details-num__count {
    word-break: keep-all;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.main-objects__details-num__count span {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #00A551;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: .3rem;
}
.main-objects__details-num__count span i {
    font-size: 2.7rem;
}
.main-objects__details-num__count div {
    line-height: 1.3rem;
    font-weight: 500;
}
.main-objects__details-num__year {
    word-break: keep-all;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}
.main-objects__details-num__year span {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: .3rem;
}
.main-objects__cards {
    display: flex;
    gap: 20px;
    margin-top: 1rem;
}
.flip-card {
    background-color: transparent;
    min-width: 100px;
    min-height: 70px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    cursor: pointer;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.flip-card-front {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: .8rem;
    gap: .2rem;
    border: 2px solid transparent;
}
.flip-card-front span:first-child {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 1.1rem;
    line-height: 1;
}
.flip-card-front span img {
    width: 25px;
}
.flip-card-back {
    color: #fff;
    transform: rotateY(180deg);
    text-align: center;
    font-size: .9rem;
    text-decoration: none;
}
.main-objects__cards .flip-card:first-child .flip-card-front {
    color: #027EF2;
    border-color: #027EF2;
}
.main-objects__cards .flip-card:first-child .flip-card-back {
    background: #027EF2;
}
.main-objects__cards .flip-card:nth-child(2) .flip-card-front {
    color: #1C9C75;
    border-color: #1C9C75;
}
.main-objects__cards .flip-card:nth-child(2) .flip-card-back {
    background: #1C9C75;
}.main-objects__cards .flip-card:nth-child(3) .flip-card-front {
     color: #FD7C5B;
     border-color: #FD7C5B;
 }
.main-objects__cards .flip-card:nth-child(3) .flip-card-back {
    background: #FD7C5B;
}
.section_main-news {
    margin-bottom: 5rem;
}
.main-news__header {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 1rem;
    align-items: center;
}
.main-news__header > h2 {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.main-news-title {
    font-weight: bold;
    font-size: 1.8rem;
}
.main-news__header > h2 .dropdown-toggle {
    font-size: 1.2rem;
    font-weight: bold;
    background: initial;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: .3s;
    padding: .5rem .9rem;
    border-radius: 0.7rem;
}
.main-news__header > h2 .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid #ff040400;
    border-left: .4em solid transparent;
    color: #ee3840;
}
.main-news__header > h2 .dropdown-toggle img {
    width: 30px;
}
.main-news__dropdown-menu {
    padding: 2rem;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    margin-top: .3rem !important;
    border-radius: 1.7rem;
    width: 360px;
}
.main-news__dropdown-menu {
    padding: 2rem;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    margin-top: .3rem !important;
    border-radius: 1.7rem;
    width: 360px;
}
.main-news__cities-search {
    font-size: 24px;
    border-radius: 1rem;
    border: 2px solid #8c8c8c;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1REM;
    padding: .2rem .5rem;
}
.main-news__cities-search input {
    border: 0;
}
.main-news__cities-search input:focus {
    box-shadow: none;
    outline: none;
}
.main-news__cities-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.main-news__cities-search i {
    color: #5e5e5e;
}
.main-news__cities-no-results {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 2rem 0;
    font-size: 1.1rem;
    line-height: 1;
}
.main-news__cities-no-results i {
    color: #888;
}
.main-news__dropdown-menu ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.main-news__dropdown-menu li.dropdown-item {
    cursor: pointer;
    transition: .2s;
    border-radius: .5rem;
    padding: .5rem 1rem;
}
.main-news__header-link {
    color: #F25949;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
    user-select: none;
}
.main-news__item {
    background: #fff;
    padding: 1rem;
    border-radius: 1.7rem;
    height: 100%;
}
.main-news__item-img {
    outline: none;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    min-width: 0;
    display: block;
}
.main-news__item-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(242 89 73 / 14%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-news__item-img:hover::after {
    opacity: 1;
    visibility: visible;
}
.main-news__item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-news__item-address {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: .8rem;
    font-weight: 500;
    justify-content: right;
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: .5rem;
    background: #fff;
    border-radius: .3rem;
    padding: .2rem .4rem;
}
.main-news__item-address img {
    width: 15px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.main-news__item-date {
    display: flex;
    align-items: center;
    color: #6e6e6e;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    padding: .5rem 0;
}
.main-news__item-date img {
    width: 15px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.main-news__item-title {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
    color: #000;
    line-height: 1.2rem;
    display: block;
}
.main-news__item-title:hover {
    color: #FD7C5B;
}
.main-news__item-desc {
    padding-top: .5rem;
}
.main-news__footer {
    display: flex;
    justify-content: center;
    padding: .5rem 0 1rem 0;
    gap: 1.5rem;
    align-items: center;
}
.main-news__more {
    background: rgb(255, 255, 255);
    border: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.5rem;
    font-size: 1rem;
    transition: 0.2s;
    line-height: 1;
    border-radius: 0.5rem;
}
.main-news__more:hover {
    background: #dedede;
}
.main-news__more span {
    background: #eee;
    border-radius: 30%;
    font-size: .7rem;
    font-weight: 600;
    color: #666;
    padding: 2px;
}
.main-news__header-link {
    color: #fff;
    text-decoration: none;
    transition: .2s;
    user-select: none;
    background: #3D3BFF;
    padding: .2rem 1.5rem;
    border-radius: .5rem;
}
.main-news__header-link:hover {
    background: #3332dc;
}
.main-news__list-loading {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 1rem 0;
}
.main-news__list-loading div {
    flex: 1 1 calc(33.333% - 1rem);
    height: 200px;
    border-radius: 1rem;
}
.section_main-map {
    margin: 1rem 0 4rem;
    background: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1.7rem;
}
.main-map__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 .5rem;
}
.main-map__header > h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.main-map-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.main-map__header > h2 .dropdown-toggle {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: initial;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    gap: 0.5rem;
    transition: 0.3s;
    padding: 0.5rem 0.9rem;
    border-radius: 0.7rem;
}
.main-map__header > h2 .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid #ff040400;
    border-left: .4em solid transparent;
    color: #ee3840;
}
.main-map__header > h2 .dropdown-toggle img {
    width: 30px;
}
.main-map__dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 360px;
    margin-top: 0.3rem !important;
    padding: 2rem;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 1.7rem;
}
.main-map__cities-search {
    font-size: 24px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(140, 140, 140);
    border-image: initial;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
}
.main-map__cities-no-results {
    display: flex;
    align-items: center;
    color: rgb(102, 102, 102);
    text-align: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    gap: 0.4rem;
    margin: 0px auto;
    padding: 2rem 0px;
}
.main-map__cities-no-results i {
    color: rgb(136, 136, 136);
}
.main-map__cities-search input {
    border: 0;
}
.main-map__cities-search input:focus {
    box-shadow: none;
    outline: none;
}
.main-map__cities-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.main-map__cities-search i {
    color: #5e5e5e;
}
.main-map__dropdown-menu ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.main-map__dropdown-menu li.dropdown-item {
    cursor: pointer;
    transition: .2s;
    border-radius: .5rem;
    padding: .5rem 1rem;
}
.main-map__wrapper {
    border-radius: 1.7rem;
    overflow: hidden;
}
.main-map__header-link {
    color: #3D3BFF;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
    user-select: none;
}
.main-map__header-link:hover {
    color: #1b19de;
}
.main-map__info {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.main-map__info-item {
    display: flex;
    gap: .7rem;
    background: #F8F1EC;
    border-radius: .7rem;
    padding: .5rem;
    align-items: center;
    color: #F05948;
    line-height: 1;
}
.main-map__info-item > i {
    font-size: 1.4rem;
    margin: 0 .5rem;
    display: block;
}
.main-map__info-item > div {
    display: flex;
    flex-direction: column;
}
.main-map__info-item > div span:first-child {
    font-size: 1.5rem;
    font-weight: bold;
}
.main-map__info-item > div span:nth-child(2) {
    font-size: .8rem;
}
.main-map__wrapper {
    height: 400px;
    width: 100%;
    margin-bottom: 1rem;
}
.main-map__wrapper > div {
    height: 100%;
    width: 100%;
}
.section_main-partners {
    margin: 1rem 0 2rem;
    background: rgb(255, 255, 255);
    padding: 1.5rem;
    border-radius: 1.7rem;
}
.main-partners__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.main-partners__header h2 {
    font-weight: bold;
    font-size: 1.8em;
}
.main-partners__header-link {
    color: #F25949;
    text-decoration: none;
    font-weight: 600;
    transition: .2s;
    user-select: none;
}
.main-partners__header-link:hover {
    color: #d53c2c;
}
.main-partners__desc {
    color: #797979;
    margin-bottom: 2rem;
}
.main-partners__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.main-partners__item {
    flex: 1 1 calc(25% - 1.5rem);
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.7rem;
    text-decoration: none;
    color: #000;
    border: 1px solid #e4e4e7;
    position: relative;
    overflow: hidden;
    max-width: calc(25% - 1.5rem);
}
.main-partners__item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(242 89 73 / 14%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-partners__item:hover::after {
    opacity: 1;
    visibility: visible;
}
.main-partners__item-img {
    outline: none;
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    min-width: 0;
    display: block;
}
.main-partners__item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-partners__item-title {
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 0;
    text-decoration: none;
    transition: .2s;
    color: #000;
    line-height: 1.2rem;
    display: block;
}
.main-partners__item-desc {
    font-size: .9rem;
    color: #333;
}
.main-partners__more {
    text-align: center;
}
.main-partners__more a {
    background: rgb(241 241 243);
    border: 0;
    padding: 0.4rem 1.5rem;
    transition: 0.1s;
    line-height: 1;
    border-radius: 0.5rem;
    display: inline-flex;
    margin-top: 1rem;
    text-decoration: none;
    color: #000;
    font-size: .9rem;
    gap: .5rem;
    align-items: center;
}
.main-partners__more a span {
    background: #cbcbcb;
    border-radius: 30%;
    font-size: .7rem;
    font-weight: 600;
    color: #666;
    padding: 2px 5px;
}
.city__page {
    min-height: 700px;
    margin: 1rem 0;
}
.city__head {
    border-radius: 1.7rem;
    background: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.city__head-body {
    display: flex;
    gap: 1rem;
}
.city__head-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 50%;
    user-select: none;
    border: 0;
    display: inline-block;
}
.city__head-img:hover {
    opacity: .8;
}
.city__head-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.city__head-desc h1 {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.city__head-desc-more {
    position: relative;
}
.city__head-desc__text {
    font-size: .9rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: .5rem 0;
}
.city__head-desc__text.collapsed {
    max-height: 100px;
}
.city__head-desc-more button {
    width: 100%;
    font-size: .9rem;
    border: 0;
    outline: none;
    display: block;
    background: linear-gradient(to bottom, rgb(255 255 255 / 53%) 0%, #ffffff 100%);
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 500;
    color: #444;
    transition: .2s;
    user-select: none;
}
.city__head-desc-more button:hover {
    font-weight: 600;
}
.city__head-resources {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .4rem;
}
.city__head-resources a {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .9rem;
    text-decoration: none;
    border-radius: .3rem;
    padding: .3rem .4rem;
    transition: .2s;
    line-height: 1;
    color: #000;
    background: #eee;
}
.city__head-resources a:hover {
    background: #dedede;
}
.city__head-resources a.vk {
    background: #f1f1ff;
    color: #3d3bff;
}
.city__head-resources a.vk:hover {
    background: #ceceff;
}
.city__head-resources a.tg {
    background: #eff4f7;
    color: #259CD8;
}
.city__head-resources a.tg:hover {
    background: #BBE0F3;
}
.city__head-status {
    background: #eee;
    border-radius: .3rem;
    padding: .2rem .5rem;
    font-size: .8rem;
    line-height: 1;
    color: #fff;
    font-weight: normal;
}
.city__head-status.status-new {
    background: #f25949;
}
.city__head-status.status-pause {
    background: #ffaa25;
}
.city__head-status.status-started {
    background: #28c734;
}
.city__head-status.status-ended {
    background: #6ac0ff;
}
.city__body-option {
    border-radius: 1.7rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.city__body-search {
    border-radius: 1.7rem;
    background: #fff;
    display: flex;
    align-items: center;
    padding: .2rem 1rem;
    gap: .5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px 4px #0000000d;
}
.city__body-search input {
    width: 100%;
    border: 0;
    font-size: 1rem;
    height: 40px;
    outline: none;
    color: #000;
    font-weight: 500;
}
.city__body-search i {
    color: #b8b8b8;
}
.city__body-option-title {
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: .8rem;
}
.city__body-option-sort {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.city__body-option-sort button {
    font-weight: 600;
    color: #606060;
    background: #fff;
    padding: 0.2rem .7rem;
    border-radius: .6rem;
    text-decoration: none;
    transition: .2s;
    font-size: .8rem;
    border: 2px solid #9a9a9a;
    user-select: none;
}
.city__body-option-sort button:hover,
.city__body-option-sort button.active {
    border-color: #3D3BFF;
    color: #3D3BFF;
    background: initial;
}
.city__body-objects-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.city__body-objects-head h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.city__body-objects-option {
    display: flex;
    gap: .5rem;
}
.city__body-objects-option button {
    border: 0;
    outline: none;
    background: initial;
    color: #3d3bff;
    font-weight: 600;
    padding: .2rem .5rem;
    border-radius: .5rem;
    transition: .2s;
}
.city__body-objects-option button:hover {
    background: #fff;
}
.city__body-users {
    border-radius: 1.7rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.city__body-users h3 {
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: .8rem;
}
.city__body-users-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
    padding: .2rem .3rem;
    border-radius: .5rem;
    transition: .2s;
}
a.city__body-users-item:hover {
    background: #eee;
}
.city__body-users-item > span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.city__body-users-item > span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.city__body-users-item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    line-height: 1;
}
.city__body-users-item > div div {
    font-size: .9rem;
    font-weight: bold;
    padding-right: 1rem;
    color: #000;
}
.city__body-users-item > div span {
    font-size: .8rem;
    color: #666;
}
.city__map-button {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.city__objects-sort {
    padding: .2rem 1rem;
}
.city__objects-sort.show {
    background: #fff;
}
.city__objects-sort-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 12px 4px #0000000d;
    padding: .5rem;
}
.city__objects-sort-dropdown .dropdown-item {
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.city__objects-sort-dropdown .dropdown-item:focus,
.city__objects-sort-dropdown .dropdown-item.active {
    background: #eee;
    color: #000;
}
.city__body-objects-notfound {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.city__body-objects-notfound-title {
    display: flex;
    flex-direction: column;
}
.city__body-objects-notfound-title span:first-child {
    font-size: 1.4rem;
    font-weight: 600;
    color: #4f4f4f;
}
.city__body-objects-notfound-title span:nth-child(2) {
    color: #666;
}
.city__body-objects-notfound svg {
    width: 30%;
    fill: #f1f1f3;
    stroke: #bfbfbf;
}
.city__head-info {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    padding: 1rem;
    font-size: .8rem;
    gap: .5rem;
    background: #9897FF;
    background: radial-gradient(at right bottom, #dfdeff, #FFFFFF);
}
.city__head-info span {
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.city__head-info span img {
    width: 20px;
}
.city__head-info span i {
    color: #027EF2;
}
.city__head-info span b {
    font-size: .9rem;
}
.city__head-desc__items {
    margin-bottom: .5rem;
}
.city__head-desc__items span {
    font-size: .8rem;
    color: #e63826;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    border: 1px solid #e63826;
    font-weight: 600;
}
.city-modal-map {
    height: 400px;
    width: 100%;
}
.city-page__loading {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}
.city-page__loading div:first-child div {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.city-page__loading div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.city-page__loading div:nth-child(2) div {
    height: 50px;
    width: 100%;
    border-radius: 1rem;
}
.city-page__loading div:nth-child(3) {
    width: 20%;
    border-radius: 1rem;
}
.city__page-list-objects-loading {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 1rem 0;
}
.city__page-list-objects-loading div {
    flex: 1 1 calc(33.333% - 1rem);
    height: 200px;
    border-radius: 1rem;
}
.city__page-list-objects-item {
    display: flex;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.7rem;
    min-width: 0;
    flex-direction: column;
    align-items: start;
}
a.city__page-list-objects-img {
    width: 100%;
    height: 200px;
    min-width: 200px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 1rem;
    user-select: none;
    border: 0;
    display: inline-block;
    position: relative;
}
a.city__page-list-objects-img:hover {
    opacity: .8;
}
a.city__page-list-objects-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
a.city__page-list-objects-img span {
    position: absolute;
    top: .7rem;
    right: .5rem;
    font-size: .8rem;
    color: #fff;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    z-index: 2;
}
a.city__page-list-objects-img span.planned-status {
    background: #6ac0ff;
}
a.city__page-list-objects-img span.progress-status {
    background: #ffaa25;
}
a.city__page-list-objects-img span.completed-status {
    background: #28c734;
}
a.city__page-list-objects-title {
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 0;
    text-decoration: none;
    transition: .2s;
    color: #000;
    line-height: 1.2rem;
    display: block;
}
a.city__page-list-objects-title:hover {
    color: #F25949;
}
.city__page-list-objects-info {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}
.city__page-list-objects-info span {
    width: 100%;
    display: flex;
    align-items: center;
    color: #6e6e6e;
    font-size: .8rem;
    font-weight: 500;
}
.city__page-list-objects-info span img {
    width: 20px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.city__page-list-objects-finished {
    font-size: .9rem;
    color: #666;
    text-align: center;
}
.city__page-list-objects-more {
    background: #fff;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem 1.5rem;
    border-radius: 0.7rem;
    font-size: .8rem;
    line-height: 1;
    transition: .2s;
    margin: 0 auto;
}
.city__page-list-objects-more:hover {
    background: #eee;
}
.city__body-news {
    border-radius: 1.7rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.city__body-news h3 {
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: .8rem;
}
.city__body-news h3 a {
    display: flex;
    gap: .2rem;
    text-decoration: none;
    color: #000;
    align-items: center;
    transition: .2s;
}
.city__body-news h3 a:hover {
    color: #F25949;
}
.city__body-news h3 a {}
.city__body-news-list {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    margin-bottom: 1rem;
}
a.city__body-news-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    border-radius: .5rem;
    padding: .3rem;
    text-decoration: none;
    transition: .2s;
    color: #000;
}
a.city__body-news-item:hover {
    background: #eee;
}
.city__body-news-left {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    text-align: center;
}
.city__body-news-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.city__body-news-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.city__body-news-left span {
    font-size: .6rem;
}
a.city__body-news-item h4 {
    line-height: 1rem;
    color: #000;
    font-size: .8rem;
}
.city__body-news-finished {
    font-size: .8rem;
    color: #989898;
    padding: 0 .3rem;
}
.city__body-news-loading {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.city__body-news-loading div {
    height: 50px;
    border-radius: .5rem;
}
.city__body-news-more {
    background: rgb(255, 255, 255);
    border: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem .5rem;
    font-size: .9rem;
    transition: 0.2s;
    line-height: 1;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.city__body-news-more:hover {
    background: #dedede;
}
.static__page {
    padding: 1.5rem 0 3rem;
}
.static__fullstory {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 700px;
}
.static__fullstory h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.partners__page {
    padding: 1.5rem 0 3rem;
    min-height: 700px;
}
.partners__list-head {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.partners__list-head h1 {
    font-weight: bold;
    font-size: 1.8em;
}
.partners__list-desc {
    color: #797979;
    margin-bottom: 2rem;
}
.partners__head {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.partners__head-img {
    width: 200px;
    height: 150px;
    min-width: 150px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: .8rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.partners__head-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.partners__head-title h1 {
    font-weight: bold;
    font-size: 1.5em;
}
.partners__fullstory {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 400px;
}
.cities__page {
    padding: 1.5rem 0 3rem;
    min-height: 700px;
}
.cities__head {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.cities__head h1 {
    font-size: 2rem;
    color: #3d3bff;
    font-weight: bold;
    padding-bottom: .5rem;
    line-height: 2.8rem;
}
.cities__head h1 i {
    font-size: 2rem;
    transform: rotate(20deg);
    margin-right: .3rem;
}
.cities__head-desc {
    color: #797979;
}
.cities__head-desc p {
    margin-bottom: .5rem;
}
.cities__list-item {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    word-break: break-word;
}
.cities__list-item-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 50%;
    user-select: none;
    border: 0;
    display: block;
}
.cities__list-item-img:hover {
    opacity: .7;
}
.cities__list-item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.cities__list-item-details {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.cities__list-item-count {
    font-size: .8rem;
    line-height: 1;
    color: #757575;
}
.cities__list-item-count img {
    width: 16px;
    margin-right: .2rem;
}
.cities__list-item-body-year {
    font-size: .7rem;
    color: #e63826;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    border: 1px solid #e63826;
    font-weight: 600;
    display: inline-block;
}
.cities__list-item-body h2 {
    font-size: 1.1rem;
    margin: .5rem 0;
}
.cities__list-item-body h2 a {
    text-decoration: none;
    color: #000;
    transition: .2s;
}
.cities__list-item-body h2 a:hover {
    color: #666;
}
.cities__list-item-resources {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .4rem;
}
.cities__list-item-resources a {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .9rem;
    text-decoration: none;
    border-radius: .3rem;
    padding: .3rem .4rem;
    transition: .2s;
    line-height: 1;
    color: #000;
    background: #eee;
}
.cities__list-item-resources a:hover {
    background: #dedede;
}
.cities__list-item-resources a.vk {
    background: #f1f1ff;
    color: #3d3bff;
}
.cities__list-item-resources a.vk:hover {
    background: #ceceff;
}
.cities__list-item-resources a.tg {
    background: #eff4f7;
    color: #259CD8;
}
.cities__list-item-resources a.tg:hover {
    background: #BBE0F3;
}
.cities__list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.cities__list-head h3 {
    font-size: 1rem;
    font-weight: 600;
}
button.cities__list-sort {
    border: 0;
    outline: none;
    background: initial;
    color: #3d3bff;
    font-weight: 600;
    padding: .2rem .5rem;
    border-radius: .5rem;
    transition: .2s;
}
button.cities__list-sort:hover {
    background: #fff;
}
.cities__list-sort {
    padding: .2rem 1rem;
}
.cities__list-sort.show {
    background: #fff;
}
.cities__list-sort-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 12px 4px #0000000d;
    padding: .5rem;
}
.cities__list-sort-dropdown .dropdown-item {
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.cities__list-sort-dropdown .dropdown-item:focus,
.cities__list-sort-dropdown .dropdown-item.active {
    background: #eee;
    color: #000;
}
.cities__list-loading {
    display: flex;
    width: 100%;
    gap: 1rem;
}
.cities__list-loading div {
    width: 33.333%;
    height: 100px;
    border-radius: .5rem;
}
.cities__list-more {
    background: #ffffff;
    color: #3d3bff;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    padding: .3rem .8rem;
    border-radius: .6rem;
    transition: .3s;
    border: 0;
    outline: none;
}
.cities__list-more:hover {
    background: #f3f3f3;
}
.cities__list-finished {
    font-size: .9rem;
    color: #666;
}
.news__page {
    min-height: 700px;
    margin: 1rem 0;
}
.news__body {
    border-radius: 1.7rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
    min-height: 600px;
}
.news__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}
.news__head-img {
    width: 200px;
    height: 150px;
    min-width: 200px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__head-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__head-desc h1 {
    font-size: 1.7rem;
    font-weight: bold;
}
.news__head-desc__items {
    display: flex;
    gap: .5rem;
    flex-direction: column;
    align-items: start;
}
.news__head-date {
    font-size: .8rem;
    color: #e63826;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    border: 1px solid #e63826;
    font-weight: 600;
    display: flex;
    gap: .3rem;
    align-items: center;
}
.news__head-city {
    font-size: .8rem;
    color: #000;
    text-decoration: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: .2rem;
    line-height: 1;
    transition: .2s;
    border-radius: .3rem;
    padding: .2rem .7rem;
    background: #eee;
}
.news__head-city:hover {
    background: #e2e2e2;
}
.news__head-city span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__head-city span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__content {
    line-height: 1.8;
    color: #000;
    font-size: 1.1rem;
    padding: 1rem 0;
}
.news__recommendation {
    margin-bottom: 3rem;
}
.news__recommendation h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.news__recommendation-item {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    background: #fff;
    border-radius: 1rem;
    padding: .8rem .5rem;
    align-items: center;
}
.news__recommendation-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 50%;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__recommendation-img:hover {
    opacity: .8;
}
.news__recommendation-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__recommendation-body h3 {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
}
.news__recommendation-body h3 a {
    text-decoration: none;
    color: #000;
}
.news__recommendation-body h3 a:hover {
    color: #666;
}
.news__recommendation-desc {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}
.news__recommendation-desc > span {
    font-size: .6rem;
    color: #e63826;
    padding: .2rem .5rem;
    border-radius: .4rem;
    line-height: 1;
    border: 1px solid #e63826;
    font-weight: 600;
}
.news__recommendation-desc > a {
    color: #676767;
    text-decoration: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: .2rem;
    line-height: 1;
    transition: .2s;
    border-radius: .3rem;
    padding: .1rem .5rem;
    font-size: .7rem;
    font-weight: 700;
    background: #eee;
}
.news__recommendation-desc > a:hover {
    background: #d8d8d8;
}
.news__recommendation-desc > a span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__recommendation-desc > a span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__city {
    margin-bottom: 2rem;
}
.news__city h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}
.news__city h2 a {
    text-decoration: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: .2rem;
    line-height: 1;
    transition: .2s;
    border-radius: .3rem;
    padding: .1rem .5rem;
    color: #f25949;
}
.news__city h2 a:hover {
    background: #ffffff;
}
.news__city h2 a span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__city h2 a span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__city-list {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    margin-bottom: 1rem;
}
.news__city-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    background: #fff;
    border-radius: .5rem;
    padding: .3rem;
    text-decoration: none;
    transition: .2s;
    color: #000;
}
.news__city-item:hover {
    background: #fde8e5;
}
.news__city-left {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    text-align: center;
}
.news__city-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.news__city-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__city-left span {
    font-size: .6rem;
}
.news__city-item h3 {
    line-height: 1rem;
    color: #000;
    font-size: .8rem;
}
.news__content-images {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.news__content-image {
    height: 130px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    display: inline-block;
    flex: 1 1 calc(25% - .5rem);
    max-width: 25%;
}
.news__content-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.news__city-finished {
    font-size: .8rem;
    color: #989898;
    padding: 0 .3rem;
}
.news__loading-city {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.news__loading-city div {
    height: 50px;
    border-radius: .5rem;
}
.news__city-more {
    background: rgb(255, 255, 255);
    border: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem .5rem;
    font-size: .9rem;
    transition: 0.2s;
    line-height: 1;
    border-radius: 0.5rem;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.news__city-more:hover {
    background: #dedede;
}
.news-page__loading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.news-page__loading div {
    height: 100px;
    border-radius: .5rem;
}
.news-list__page {
    padding: 1.5rem 0 3rem;
    min-height: 700px;
}
.news-list__page h1 {
    font-size: 1.7rem;
    color: #000;
    font-weight: bold;
    padding-bottom: .5rem;
    line-height: 2.8rem;
}
.news__list {
    min-height: 500px;
}
.news__list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.news__list-head h3 {
    font-size: 1rem;
    font-weight: 600;
}
button.news__list-sort {
    border: 0;
    outline: none;
    background: initial;
    color: #3d3bff;
    font-weight: 600;
    padding: .2rem .5rem;
    border-radius: .5rem;
    transition: .2s;
}
button.news__list-sort:hover {
    background: #fff;
}
.news__list-sort {
    padding: .2rem 1rem;
}
.news__list-sort.show {
    background: #fff;
}
.news__list-sort-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 4px 12px 4px #0000000d;
    padding: .5rem;
}
.news__list-sort-dropdown .dropdown-item {
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.news__list-sort-dropdown .dropdown-item:focus,
.news__list-sort-dropdown .dropdown-item.active {
    background: #eee;
    color: #000;
}
.news__list-loading {
    display: flex;
    width: 100%;
    gap: 1rem;
}
.news__list-loading div {
    width: 33.333%;
    height: 100px;
    border-radius: .5rem;
}
.news__list-more {
    background: #ffffff;
    color: #3d3bff;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    padding: .3rem .8rem;
    border-radius: .6rem;
    transition: .3s;
    border: 0;
    outline: none;
}
.news__list-more:hover {
    background: #f3f3f3;
}
.news__list-finished {
    font-size: .9rem;
    color: #666;
}
.news-list__item {
    background: #fff;
    padding: 1rem;
    border-radius: 1.7rem;
    height: 100%;
}
.news-list__item-img {
    outline: none;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    min-width: 0;
    display: block;
}
.news-list__item-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(242 89 73 / 14%);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.news-list__item-img:hover::after {
    opacity: 1;
    visibility: visible;
}
.news-list__item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-list__item-address {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: .8rem;
    font-weight: 500;
    justify-content: right;
    line-height: 1;
    position: absolute;
    top: 1rem;
    right: .5rem;
    background: #fff;
    border-radius: .3rem;
    padding: .2rem .4rem;
}
.news-list__item-address img {
    width: 15px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.news-list__item-date {
    display: flex;
    align-items: center;
    color: #6e6e6e;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1;
    padding: .5rem 0;
}
.news-list__item-date img {
    width: 15px;
    margin-right: .5rem;
    color: #a1a1a1;
}
.news-list__item-title {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: .2s;
    color: #000;
    line-height: 1.2rem;
    display: block;
}
.news-list__item-title:hover {
    color: #FD7C5B;
}
.news-list__item-desc {
    padding-top: .5rem;
}
.news-list__city .dropdown-toggle {
    font-size: 1rem;
    font-weight: bold;
    background: initial;
    border: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: .3s;
    padding: .5rem .9rem;
    border-radius: 0.7rem;
}
.news-list__city .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid #ff040400;
    border-left: .4em solid transparent;
    color: #ee3840;
}
.news-list__city .dropdown-toggle img {
    width: 20px;
}
.news-list__dropdown-menu {
    padding: 2rem;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    margin-top: .3rem !important;
    border-radius: 1.7rem;
    width: 360px;
}
.news-list__dropdown-menu {
    padding: 2rem;
    border: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    margin-top: .3rem !important;
    border-radius: 1.7rem;
    width: 360px;
}
.news-list__cities-search {
    font-size: 24px;
    border-radius: 1rem;
    border: 2px solid #8c8c8c;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1REM;
    padding: .2rem .5rem;
}
.news-list__cities-search input {
    border: 0;
}
.news-list__cities-search input:focus {
    box-shadow: none;
    outline: none;
}
.news-list__cities-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 10px 10px;
    color: #666;
    cursor: pointer;
}
.news-list__cities-search i {
    color: #5e5e5e;
}
.news-list__cities-no-results {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    padding: 2rem 0;
    font-size: 1.1rem;
    line-height: 1;
}
.news-list__cities-no-results i {
    color: #888;
}
.news-list__dropdown-menu ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.news-list__dropdown-menu li.dropdown-item {
    cursor: pointer;
    transition: .2s;
    border-radius: .5rem;
    padding: .5rem 1rem;
}
.object__page {
    min-height: 700px;
    margin: 1rem 0;
}
.object-page__loading {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.object-page__loading div {
    height: 100px;
    border-radius: .5rem;
}
.object__head {
    padding: 1rem 0;
}
.object__head h1 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.object__head-info {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.object__head-info-city {
    font-size: .8rem;
    color: #000;
    text-decoration: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: .2rem;
    line-height: 1;
    transition: .2s;
    border-radius: .5rem;
    padding: .2rem .7rem;
    background: #ffffff;
}
.object__head-info-city:hover {
    background: #eee;
}
.object__head-info-city span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.object__head-info-city span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__head-info-status {
    line-height: 1;
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
}
.object__head-info-status.planned-status {
    background: #6ac0ff;
}
.object__head-info-status.progress-status {
    background: #ffaa25;
}
.object__head-info-status.completed-status {
    background: #28c734;
}
.object__head-info-right {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.object-modal-map {
    height: 400px;
    width: 100%;
}
.object__content {
    border-radius: .5rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.object__content-images {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.object__content-image {
    height: 100px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    display: inline-block;
    flex: 1 1 calc(15% - .5rem);
    max-width: 15%;
}
.object__content-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__description {
    border-radius: .5rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.object__description h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.object__sidebar {
    border-radius: .5rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.object__sidebar-map {
    margin-bottom: 1rem;
    height: 130px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: .5rem;
    user-select: none;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.object__sidebar-map img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__sidebar-map button {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1;
    background: rgb(255, 255, 255);
    border: 0;
    gap: 0.5rem;
    padding: 0.4rem 1.5rem;
    border-radius: 0.5rem;
    transition: 0.2s;
    position: absolute;
    font-weight: 500;
}
.object__sidebar-map button:hover {
    background: #dedede;
}
.object__sidebar-command h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.object__partners {
    border-radius: .5rem;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.object__partners h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.object__partners-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.object__partners-item {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    background: #eee;
    border-radius: .5rem;
    padding: .2rem .5rem;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: .9rem;
    transition: .2s;
}
.object__partners-item:hover {
    background: #dddddd;
}
.object__partners-item-img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    overflow: hidden;
    outline: none;
    transition: .3s;
    border-radius: 50%;
    user-select: none;
    border: 0;
    display: inline-block;
}
.object__partners-item-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__description-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.object__description-dates {
    border-left: 2px solid #bdbdbd;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}
.object__description-dates > div {
    position: relative;
    padding: 0 1.5rem;
    line-height: 1;
}
.object__description-dates > div:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -8px;
    background-color: white;
    border: 4px solid #bdbdbd;
    top: 0;
    border-radius: 50%;
    z-index: 1;
}
.object__content-before-after {
    border-radius: 1rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-bottom: 1rem;
    height: 250px;
    position: relative;
}
.object__content-before-after-icon {
    position: absolute;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    background: #fff;
    border-radius: 50%;
    padding: .5rem 1rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 0%);
    color: #949494;
    font-weight: 600;
    line-height: 1;
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}
.object__content-before-after a {
    flex: 1 1 calc(50% - .5rem);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.object__content-before-after a img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__content-before-after a:first-child:before {
    content: 'До';
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: #fff;
    border-radius: .5rem;
    padding: .5rem 1rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 0%);
    color: #949494;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
}
.object__content-before-after a:nth-child(2):before {
    content: 'После';
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #fff;
    border-radius: .5rem;
    padding: .5rem 1rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 0%);
    color: #949494;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
}
.object__sidebar-command-item {
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
    padding: .2rem .3rem;
    border-radius: .5rem;
    transition: .2s;
}
.object__sidebar-command-item:hover {
    background: #eee;
}
.object__sidebar-command-item > span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    outline: none;
    margin-right: .2rem;
    transition: .3s;
    border-radius: 3rem;
    user-select: none;
    border: 0;
    display: inline-block;
}
.object__sidebar-command-item > span img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
}
.object__sidebar-command-item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    line-height: 1;
}
.object__sidebar-command-item > div div {
    font-size: .9rem;
    font-weight: bold;
    padding-right: 1rem;
    color: #000;
}
.object__sidebar-command-item > div span {
    font-size: .8rem;
    color: #666;
}
.notifications__button {
    display: flex;
    margin-right: 1rem;
    color: #000;
    text-decoration: none;
    background: #fff;
    border-radius: 3rem;
    font-weight: bold;
    align-items: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .06);
    transition: .2s;
    user-select: none;
    border: 1px solid #eee;
    font-size: 1.4rem;
    padding: .5rem .7rem;
    position: relative;
}
.notifications__button:hover {
    background: #f5f5f5;
}
.notifications__button .notifications__count {
    background: red;
    color: #ffffff;
    border-radius: 50%;
    padding: 4px 7px;
    line-height: 1;
    font-size: .6rem;
    position: absolute;
    bottom: -.5rem;
    right: -.2rem;
}
.notifications__button:after {
    content: initial;
}
.object__sidebar > div {
    margin-bottom: 2rem;
}
.object__sidebar > div:last-child {
    margin-bottom: 0;
}
.object__sidebar-resources {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    align-items: start;
}
.object__sidebar-resources h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.object__sidebar-resources a {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .9rem;
    text-decoration: none;
    border-radius: .3rem;
    padding: .3rem .4rem;
    transition: .2s;
    line-height: 1;
    color: #000;
    background: #eee;
}
.object__sidebar-resources a:hover {
    background: #dedede;
}
.object__sidebar-resources a.vk {
    background: #f1f1ff;
    color: #3d3bff;
}
.object__sidebar-resources a.vk:hover {
    background: #ceceff;
}
.object__sidebar-resources a.tg {
    background: #eff4f7;
    color: #259CD8;
}
.object__sidebar-resources a.tg:hover {
    background: #BBE0F3;
}
.main-dialog__modal {
    display: block;
    background: rgb(0 0 0 / 33%);
}
.main-dialog__modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    color: rgb(140, 149, 156);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    height: 20px;
    border: 0;
    width: 20px;
    padding: 1rem;
    transition: .2s;
    background-color: #eee;
    border-radius: .3rem;
}
.main-dialog__modal-close:hover {
    background-color: #dbdbdb;
}
.main-dialog__modal-buttons {
    display: flex;
    justify-content: right;
    margin-top: 2rem;
    gap: .5rem;
}
.main-dialog__modal-buttons button {
    font-size: .8rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 0.6rem 1rem;
    border-radius: .5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    user-select: none;
    transition: .1s;
    border: 0;
    background: #d5d5d5;
}
.main-dialog__modal-buttons button:hover {
    background: #b8b8b8;
}
.main-dialog__modal-buttons button[type=submit] {
    background: #3D3BFF;
    color: #fff;
}
.main-dialog__modal-buttons button[type=submit]:hover {
    background: #201ef3;
}






















































































    /*----------footer--------------*/
footer {
    padding: 2rem 3rem;
    background: #fff;
}
.footer__top-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.footer__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer__brand img {
    width: 50px;
    height: 50px;
}
.footer__brand > div {
    line-height: 1;
    display: flex;
    flex-direction: column;
}
.footer__brand div span:first-child {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .6rem;
}
.footer__brand div span:nth-child(2) {
    font-size: .9rem;
    color: #707070;
}
.footer__links {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer__links a {
    text-decoration: none;
    color: #000;
    transition: .1s;
    user-select: none;
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #F0F0F0;
    padding: .5em .7rem;
    line-height: 1;
    border-radius: .5rem;
    min-height: 32px;
}
.footer__links a:hover {
    color: #000;
    background: #e0e0e0;
}
.footer__links a img {
    width: 20px;
}
.footer__pages {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}
.footer__pages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__pages h4 {
    font-size: .9rem;
    color: #898989;
}
.footer__pages a {
    text-decoration: none;
    color: #000;
    font-size: .9rem;
    font-weight: 500;
    transition: .2s;
}
.footer__pages a:hover {
    color: #898989;
}
.footer__copy {
    font-size: .8rem;
    margin: 0;
}
.author__copy {
    font-size: .8rem;
    text-align: right;
    margin-bottom: 2rem;
}
.author__copy a {
    color: #333;
    transition: .3s;
    user-select: none;
}
.author__copy a:hover,
.author__copy a:focus,
.author__copy a:active {
    color: #000;
}
.author__copy img {
    width: 18px;
    margin-right: .2rem;
    margin-top: -2px;
}
.author__copyright {
    font-size: .8rem;
    color: #9c9c9c;
}
.author__copyright p {
    margin: 0;
}
.footer-phone {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.footer-phone a {
    text-decoration: none;
    color: #000;
    transition: .2s;
}
.footer-phone a:hover {
    color: #666;
}
.footer-phone a:first-child {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: .3rem;
}
.footer-phone a:nth-child(2) {
    font-size: .9rem;
}

/*----------footer-end--------------*/
@media only screen and (max-width : 992px){
   
}
