@font-face {
    font-family: 'PTSerif';
    src: url(/src/fonts/PTSerif-Regular.woff2) format('woff2'),
        url(/src/fonts/PTSerif-Regular.woff) format('woff'),
        url(/src/fonts/PTSerif-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

input:focus {
    border: 1px solid #126BF0!important;
}


.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus,
.select2-container--krajee .select2-dropdown {
    box-shadow: none;
    border-color: #126BF0;
}

.main__article-block, .slick-list.draggable, .stationeryrating__block, .main__navbar-right .navbar__right-wrap > *, .newsfeed__panel {
    line-height: 1.15;
}

.lkprofile__content .lkprofile__content-info {
    margin-bottom: 2rem;
    font-size: clamp(16px, 25px, 3vw);
}

.input-wrap + div .lk__btn-success,
.lkprofile__content .lkprofile__content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 48px;
    border-radius: 5px;
    background-color: #126BF0;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

#materials-iblock_id {
    background-color: transparent;
    border: 1px solid rgb(241, 241, 241);
    border-radius: 5px;
    height: 30px;
    cursor: pointer;
    margin: 1rem 0;
    font-size: 14px;
    padding: 5px;
}

.help-block {
    margin-top: 1rem;
    font-size: 12px;
    color: #F42F04;
}

#lknews-img-file {
    display: none;
}

#materials-preview_text {
    display: block;
    width: 100%;
    resize: none;
    min-height: 300px;
    border-radius: 4px;
    border: 1px solid #eee;
    color: #2c2c2c;
    font-size: 16px;
    padding: 20px;
    outline: none;

}

#materials-name {
    color: #2c2c2c;
}

.lkprofile-header__top .edit__company-link {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #8d8d8d;
}

.lkprofile-header__top .edit__company-link:hover {
    color: #126bf0;
}

input[hidden] {
    display: none;
}

#visual-presentation + .dashboard img {
    margin: 0!important;
}

.comments__block-wrap .textarea__form textarea {
    width: 100%;
}

.subcomments__block-form {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.subcomments__block-form .form-group .textarea-comment {
    width: 100%;
    min-height: 140px;
    resize: none;
    border: none;
    outline: none;
}

.subcomments__block-form .form-group .textarea-comment::placeholder {
    color: #c1c1c1;
    font-size: 16px;
}

.subcomments__block-form .dashboard {
    display: flex;
    align-items: center;
}

.subcomments__block-form .dashboard .btn-wrap {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.subcomments__block-form .dashboard .btn-wrap .btn__cancel-comment {
    width: 100%;
    max-width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #2c2c2c;
    cursor: pointer;
    margin-right: 20px;
}

.subcomments__block-form .dashboard .btn-wrap .btn__submit-comment {
    width:100%;
    max-width: 140px;
    height: 40px;
    cursor: pointer;
    background-color: #126bf0;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.subcomments__block-form .dashboard .btn-wrap .btn__submit-comment:disabled {
    background: #cdcdcd;
    cursor: auto;
}

.lkprofile-header__top .moderation-link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #8d8d8d;
}

.lkprofile-header__top .moderation-link:hover {
    color: #126bf0;
}

.main__content-wrap .btn-primary.more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    background-color: #126BF0;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

.editprofile-wrap .quit {
    width: 100px;
    height: 48px;
    background: #126bf0;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
}



.row__auto {
    width: auto;
}

.row__auto .wrap__content {
    padding: 2rem;
    margin: 0 auto;
}

.panel-heading {
    margin-bottom: 1rem;
}

.panel-body .input-wrap {
    display: flex;
    overflow: hidden;
    height: 48px;
    margin-top: 1.2rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.panel-body .input-wrap input {
    width: 100%;
    padding: 0 2rem;
    border: none;
    background-color: transparent;
    outline: none;
}

.panel-body .input-wrap .btn-show-password {
    width: 30px;
    min-width: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background: url(/src/img/show-password-icon.svg) no-repeat center/24px;
}

.panel-body .input-wrap .btn-show-password.visible {
    background-image: url(/src/img/grey-eye-icon.svg);
    background-size: 20px;
}

.panel-body .btn.btn-primary,
.panel-body .btn.btn-success {
    display: block;
    width: 100%;
    height: 48px;
    background-color: #126bf0;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

.panel-default ~ .text-center {
    margin-top: 1rem;
}

.panel-default ~ .text-center a,
.panel-default + .text-center a {
    color: #126bf0;
    text-decoration: none;
}

.panel-default ~ .text-center a:hover,
.panel-default + .text-center a:hover {
    text-decoration: underline;
}


.panel-body #resend-form-email {
    width: 100%;
    margin-top: 5px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 48px;
}

.feedback-create {
    padding: 2rem;
}

.feedback-create h1 {
    margin-bottom: 1.2rem;
}

.feedback-create .feedback-form input {
    width: 100%;
    height: 48px;
    background-color: #f9f9f9;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 0 1rem;
    margin-top: 5px;
}

.feedback-create .feedback-form textarea {
    width: 100%;
    height: 200px;
    background-color: #f9f9f9;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 1rem;
    resize: none;
    margin-top: 5px;
}

.feedback-create .feedback-form .btn.btn-success {
    display: block;
    width: 100%;
    height: 48px;
    background-color: #126bf0;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

.feedback__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    overflow-y: auto;
    top: 0;
    left: 0;
    display: none;
}

.feedback__overlay .feedbacksite {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 22px 71px #373737;
}

@media (max-width: 558px) {
    .feedback__overlay .feedbacksite {
        top: 0;
        left: 0;
        transform: translate(0, 0);
        height: 100%;
        border-radius: 0;
    }
}

.feedback__overlay .feedbacksite .feedbacksite__head {
    position: relative;
    background-color: #ff5f2d;
    min-height: 50px;
}

.feedback__overlay .feedbacksite .feedbacksite__head .btn__close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
}

.feedback__overlay .feedbacksite .feedbacksite__head .btn__close-modal::before,
.feedback__overlay .feedbacksite .feedbacksite__head .btn__close-modal::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 50%;
    left: 0;
    display: block;

}

.feedback__overlay .feedbacksite .feedbacksite__head .btn__close-modal::before {
    transform: translateY(-50%) rotateZ(-45deg);

}
.feedback__overlay .feedbacksite .feedbacksite__head .btn__close-modal::after {
    transform: translateY(-50%) rotateZ(45deg);

}

.feedback__overlay .feedbacksite .feedbacksite__body {
    padding: 3rem 1rem;
    max-width: 420px;
    margin: 0 auto;
}

.feedback__overlay .feedbacksite .feedbacksite__body .input__wrap {
    margin-bottom: 2rem;
}

.feedback__overlay .feedbacksite .feedbacksite__body .input__wrap input {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #F9F9F9;
    padding: 0 10px;
    height: 48px;
    margin-top: 5px;
}

.feedback__overlay .feedbacksite .feedbacksite__body .btn.btn-submit {
    display: block;
    margin-top: 2rem;
    width: 100%;
    height: 48px;
    background-color: #126bf0;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

.feedback__overlay .feedbacksite.active {
    display: block;
}

.feedback__overlay .feedbacksite__info {
    position: absolute;
    width: 100%;
    max-width: 600px;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 57px rgba(0, 0, 0, 0.58);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@media (max-width: 558px) {
    .feedback__overlay .feedbacksite__info {
        top: 0;
        left: 0;
        transform: translate(0, 0);
        height: 100%;
        border-radius: 0;
    }
}

.feedback__overlay .feedbacksite__info .btn__close-info {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.feedback__overlay .feedbacksite__info .btn__close-info::before,
.feedback__overlay .feedbacksite__info .btn__close-info::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #8D8D8D;
}

.feedback__overlay .feedbacksite__info .btn__close-info::before {
    transform: translateY(-50%) rotateZ(-45deg);
}

.feedback__overlay .feedbacksite__info .btn__close-info::after {
    transform: translateY(-50%) rotateZ(45deg);
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content {
    width: 100%;
    max-width: 372px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content > *:not(.btn__to-feedback) {
    margin-bottom: 2rem;
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content .feedbacksite__info-title {
    color: #FF5F2D;
    font-size: clamp(24px, 40px, 3vw);
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content .feedbacksite__info-descr {
    color: #8D8D8D;
    font-size: 18px;
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content .btn__to-feedback {
    margin-top: auto;
    display: block;
    width: 100%;
    height: 48px;
    background-color: #126bf0;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

.feedback__overlay .feedbacksite__info.active {
    display: block;
}

.lkprofile__page-wrap
.lkprofile__block-wrap .lkprofile__header
.lkprofile-header__bottom
.lkprofile-overflow__block
.lkprofile-btn__tabs-group li {
    line-height: 1.15;
}

.comments__user .comment__view {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #a3a3a3;
}

.comments__user .comment__view  .comment__view-content {
    margin: 0;
}

.comments__user .comment__view  .comment__view-link {
    color: #F42F04;
    text-decoration: none;
    font-size: 1.2rem;
}

.comments__user .comment__view  .comment__view-link:hover {
    text-decoration: underline;
}

.comments__user-message .img-block {
    display: flex;
}

.comments__user-message .img-block .img-wrap + .img-wrap {
    margin-left: 10px;
}

.comments__block-wrap
.comments__user-item
.comment__wrap
.comments__user-dashboard
.reply-to-comment-limit {
    font-size: 1.2rem;
    background-color: #fff;
    color: #8d8d8d;
    border: none;
    cursor: pointer;
}

.comments__block-wrap .comments__user-item .comment__wrap .comments__user-message .img-wrap img {
    cursor: pointer;
}

.imgframe__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    display: none;
}

.imgframe__overlay .imgframe__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 490px) {
    .imgframe__overlay .imgframe__content {
        width: 100%;
    }
}

.options .options__item {
    margin-bottom: 2rem;
}

.options .options__item .options__text {
    margin-bottom: 0;
}

.options .options__item .options__text-top {
    margin-bottom: 5px;
    color: #8d8d8d;
}

.article__wrap .news__article-wrap .social__block .favorite__btn.selected {
    background-image: url(/src/img/favorite-icon-selected.svg);
}

.events__page-wrap .events__item-right .bottom .comments {
    margin-left: 10px;
    padding-left: 17px;
    background: url(/src/img/grey-comments-icon.svg) no-repeat left center/12px;
    color: #8d8d8d;
}

.main__article-block .main__article-img img {
    object-fit: cover;
    max-height: 300px;
}

.header__dashboard-right > * {
    margin-left: 16px;
}

.header__info-btn {
    width: 20px;
    height: 20px;
}

.main__navbar-left .navbar__left-content ul {
    max-width: 200px;
    border: none;
}

.main__navbar-left .navbar__left-content ul > li {
    align-self: stretch;
    padding-left: 10px;
    height: 50px;
    display: flex;
    margin-bottom: 0;
}

.main__navbar-left .navbar__left-content ul > li:hover {
    background-color: #fff;
    border-radius: 10px;
}

.main__navbar-left .navbar__left-content ul > li.active a b {
    color: #C058F1!important;
}

.main__navbar-left .navbar__left-content ul > li a {
    width: 100%;
}

.main__navbar-left .navbar__left-content .navbar__footer .ordering-rklm a:hover {
    color: #FF5F2D;
}

.main__navbar-left .navbar__left-content .navbar__footer .about {
    width: 200px;
}

.login__overlay .login__block {
    min-height: auto;
}

.login__overlay .login__block .login__form-btn-submit {
    margin-top: 20px;
}

.login__overlay .login__block-header .login__tab-btn + .login__tab-btn {
    margin-left: 25px;
}

.main__navbar-left .navbar__left-content ul > li:hover a,
.main__navbar-left .navbar__left-content ul li a b:hover {
    color:#2c2c2c;
}

.main__navbar-left .navbar__left-content .navbar__footer .contacts > p:not(:last-child) {
    margin-bottom: 10px;
}

.list-view {
    background-color: #f9f9f9;
}

.list-view > div[data-key] {
    margin-bottom: 2.5rem;
}

.main__article-block .main__article-caption .article__caption-dashboard .article__dashboard-right .favorite:hover {
    background-image: url(/src/img/favorite-hover.svg);
}

.main__article-block .main__article-caption .article__caption-dashboard .article__dashboard-right .favorite.selected:hover {
    background-image: url(/src/img/favorite-icon-selected.svg);
}

.main__article-block .main__article-caption .article__caption-dashboard .article__dashboard-right .favorite {
    width: 17px;
    height: 21px;
}

.component__share-wrap {
    display: flex;
    align-items: center;
}

#more {
    background-color: transparent;
}

.article__wrap .news__article-wrap .social__block .favorite__btn:hover {
    background-image: url(/src/img/favorite-hover.svg);
}

.article__wrap .news__article-wrap .social__block .favorite__btn.selected:hover {
    background-image: url(/src/img/favorite-icon-selected.svg);
}

.article__wrap .news__article-wrap * {
    font-size: 18px;
    line-height: 1.5;
}

.article__wrap .news__article-wrap span.breaddelim {
    margin: 0 5px;
}

.comments__block-wrap .comments__top a:hover {
    text-decoration: none;
    color: #003B93;
}

.main__article-block .main__article-img {
    display: block;
    height: auto;
}

.article__wrap .news__article-wrap .source__block {
    margin-bottom: 2rem;
}

.comments__block-wrap .textarea__form .dashboard button:hover {
    background-color: #003B93;
}

.comments__block-wrap .textarea__form .dashboard button:disabled:hover {
    background-color: #cdcdcd!important;
}

.comments__block-wrap .textarea__form.focus {
    border-color: #126bf0;
}

.comments__block-wrap .comments__user-item .comment__wrap .comments__user-dashboard .reply-to-comment:hover {
    color: #126bf0;
}

.tagblock a {
    text-decoration: none;
}

.comments__block {
    padding: 3rem 0;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-btn:hover {
    color: #ff5f2d;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-wrap,
.newsmain__content-wrap .top__block-wrap #title-content {
    max-width: 735px;
    margin: 0 auto;
}

.newsmain__content-wrap .top__block-wrap #title-content {
    margin-bottom: 2rem;
}

.main__slider .main__article-img {
    width: 100%;
    display: block;
}

.main__slider .main__article-img img {
    object-fit: contain;
    width: inherit;
    background-color: #f1f8ff;
}

.main__slider {
    margin-bottom: 2.5rem;
}

.main__content-wrap .main_content {
    background-color: transparent;
}

#form-newsfeed {
    margin-bottom: 2.5rem;
}

#newsfeed-select {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: auto;
}

.discussions__block + .rklm__block {
    padding: 0;
}

.list-view > div[data-key] .stationeryrating__block {
    margin-bottom: 2.5rem;
}

.main__content-wrap,
.newsmain__content-wrap {
    max-width: 736px;
}

.pagination {
    background-color: transparent;
}

.main__slider .main__article-img img {
    object-fit: cover;
}

.videoifame .youtube_block {
    width: 100%;
    max-width: 580px;
    height: auto;
    min-height: 320px;
}

.header__logo-link img {
    min-width: 180px;
}

.header__search-btn .header__search-img,
.header__btn-login img {
    min-width: 32px;
}

.header__search-btn .header__search-img:hover circle,
.header__search-btn .header__search-img:hover path {
    stroke: #2c2c2c;
}



.main__slider-item .main__article-img {
    position: relative;
}

.main__slider-item .main__article-img::after {
    position: absolute;
    content: attr(data-marker);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 26px;
    border-radius: 50px;
    background-color: #FF5F2D;
    color: #fff;
    font-size: 12px;
    left: 24px;
    bottom: 24px;
}

.news__article-wrap *:not(h1,h2,h3,h4,h5,h6) {
    font-family: 'PTSerif', Georgia, 'Times New Roman', Times, serif;
}

.empty {
    padding: 2rem;
}

.main__article-block .main__article-caption .article__caption-dashboard .article__dashboard-right .share:hover {
    background-image: url(/src/img/share-hover.png);
}

.newsmain__content-wrap .news__list-content {
    min-width: 100%;
}

.comments__block-wrap .comments__user-item .comment__wrap .comments__user-dashboard {
    margin-top: 0;
}

.article__wrap .news__article-wrap p {
    margin-bottom: 14px;
}

.article__wrap .news__article-wrap p.descrcontent {
    margin-bottom: 1rem;
}

.search-info {
    background-color: transparent;
    padding: 0 1rem;
}

#search_note .top__block {
    margin-bottom: 2rem;
}

#search_note {
    background-color: transparent;
}

.search-tab-btn {
    background-color: transparent!important;
}

.comments__block-wrap .comments__user-item .comment__wrap  * {
    font-family: OpenSans, Arial,Helvetica,sans-serif;
}

.rating__page-wrap .rating__descr-wrap p,
.rating__page-wrap .rating__descr-wrap small,
.rating__page-wrap .rating__descr-wrap ul li{
    font-family: 'PTSerif', Georgia, 'Times New Roman', Times, serif;
}

.header__dashboard-right .header__profile-link img {
    width: 32px;
    height: 32px;
}

.feedback__wrapper .feedback-create {
    margin: 0 auto;
}

button[type="submit"],
.comments__block-wrap .textarea__form > *,
.comments__block-wrap .comments__top a {
    font-family: OpenSans,Arial,Helvetica,sans-serif!important;
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content .btn__to-feedback {
    background-color: #F2F2F2;
    color: #126BF0;
    font-weight: 100;
}

.feedback__overlay .feedbacksite__info .feedbacksite__info-content .btn__to-feedback:hover {
    border: 1px solid #126BF0;
}

.feedback__overlay .feedbacksite .feedbacksite__body .btn.btn-submit:hover {
    background: #0C57C9;
}

.editprofile-wrap .quit {
    background: #fff;
    color: #F42F04;
}

.editprofile__page-wrap .editprofile-wrap > .editprofile-form > * > .input-wrap input,
.editprofile__page-wrap .editprofile-wrap > .editprofile-form > * > .input-wrap textarea {
    background-color: #f5f5f5;
}

.article__wrap .news__article-wrap .social__block .ya-share2__item .ya-share2__link {
    width: 24px;
    height: 24px;
}

.article__wrap .news__article-wrap .social__block .favorite__btn {
    width: 17px;
    height: 24px;
    background-size: 100% auto;
}


.order__rklm-wrap img {
    margin-bottom: 3rem;
}

.article__wrap .news__article-wrap .news__article-info * {
    font-family: OpenSans,Arial,Helvetica,sans-serif;
}

.component__share-wrap .component__share .ya-share2__list {
    padding: 0;
    overflow: hidden;
}

.component__share-wrap .component__share .ya-share2__list .ya-share2__item {
    padding-top: 10px;
}

.item__block-dashboard .item__dashboard-right .share:hover {
    background-image: url(/src/img/share-hover.png);
}

.companyadd__content-wrap .company__section-container .company__form-fieldset .fieldset-item .input-wrap .input,
.companyadd__content-wrap .company__section-container .company__form-fieldset .fieldset-item .input-wrap .textarea {
    background-color: #f5f5f5;
}

.media__page-wrap .media__block-top .bottom .title .btn-add:hover {
    background-color: #126BF0;
    color: #fff;
    border-color: #126BF0; 
}

.media__page-wrap .media__block-top .bottom .title .btn-add:hover::before {
    background-image: url(/src/img/add-icon-hover.svg);
}

.market__page-right > .filter__panel .filter__panel-block label:hover {
    color: #126BF0;
}

.market__page-right > .filter__panel .filter__panel-block label:hover::before {
    border-color: #126BF0;
}

.market__page-left > .item__wrap .item__wrap-left p {
    margin-top: 1rem;
}

.btn:not(.slick-arrow),
button[type="submit"]:not(.slick-arrow), 
button[type="button"]:not(.slick-arrow) {
    border-radius: 8px!important; 
}

.btn:not(.slick-arrow):hover,
button[type="submit"]:not(.slick-arrow):not(.header__search-btn):not(.quit):hover, 
button[type="button"]:not(.slick-arrow):not(.header__search-btn):not([class^="mfp"]):not([class="btn__close-modal"]):hover {
    /* background-color: #0C57C9!important; */
}

.lknews__content-wrap .lknewswrite__block-content .lknewswrite__form .btn-group .btn {
    margin-bottom: 1rem;
}

.rating__page-wrap .rating__data-wrap .rating__table-body__group-header.grouped .group__header-th:nth-child(2) span {
    border-bottom: none;
}

.login__overlay .login__block .login__form-wrap-inputs .input-wrap input {
    border-radius: 4px;
}

.common__frame-wrap > .empty {
    background-color: transparent;
}

.login__overlay .recovery__block-top {
    font-size: 1.8rem;
}

.about__block-container {
    background-color: #fff;
}

.about__block-container .about__block-content {
    padding: 0 1rem;
    padding-bottom: 5.5rem;
    margin-top: 3.2rem;
    width: 100%;
}

.about__block-container .about__block-content > * {
    width: 100%;
    max-width: 735px;
    margin: 0 auto;
    text-align: left;
    color: #2c2c2c;
}

.about__block-container .about__block-content > * > *:not(.text__section-prevlist):not(:last-child):not(.text__section-heading):not(.text__section-subhead) {
    margin-bottom: 2rem;
}

.about__block-container .about__block-content > * > *.text__section-list {
    padding-left: 1.5rem;
}

.about__block-container .about__block-content > * > *.text__section-list li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.about__block-container .about__block-content > *:not(:last-child) {
    margin-bottom: 3rem;
}

.about__block-container .about__block-content > * .text__section-heading:not(:last-child) {
    margin-bottom: 1rem;
}

.about__block-container .about__block-content > * .text__section-heading, 
.about__block-container .about__block-content > * .text__section-subhead {
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 26px;
}

.about__block-container .about__block-content > * .text__section-subhead {
    font-size: 1.4rem;
}

.about__block-container .about__block-content > * :not(.text__section-heading):not(.text__section-subhead) {
    font-family: PTSerif, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    line-height: 26px;
}

.about__block-container .about__block-content > * *.text__color-grey {
    color: #8D8D8D;
}

.comments__block-wrap .comments__user-item .comment__wrap .comments__user-info .img-wrap img {
    width: 100%;
}

.main__article-block,
.slick-list.draggable,
.stationeryrating__block,
.main__navbar-right .navbar__right-wrap > *,
.newsfeed__panel {
    border-radius: 16px;
}

.main__article-block .main__article-img img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.feedback-form .help-block {
    margin-top: 10px;
    margin-bottom: 1.5rem;
}

.discussions__block + .rklm__block {
    overflow: hidden;
}

#btn__scroll-up {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 12px;
    right: 50px;
    border: none;
    box-shadow: -1px 1px 10px -3px rgb(131, 130, 130);
    cursor: pointer;
    z-index: 100;
}

@media only screen and (max-width: 480px) {
    #btn__scroll-up {
        display: none!important;
    }
}

.rating__page-wrap .rating__descr-wrap {
    font-size: clamp(14px, 18px, 3vw);
    line-height: 1.5;
}

.login__overlay .login__block-btn-close {
    top: 16px;
    right: 16px;
}

.article__wrap .news__article-wrap .social__block {
    align-items: flex-start;
}

.main__navbar-left .navbar__left-content .navbar__footer .social-list a svg:hover circle,
.main__navbar-left .navbar__left-content .navbar__footer .social-list a svg:hover rect,
.footer__side-left .footer__social-link svg:hover circle,
.footer__side-left .footer__social-link svg:hover rect {
    fill: #0077FF;
}

.main__navbar-left .navbar__left-content .navbar__footer .social-list a.soc__ok svg:hover circle,
.footer__side-left .footer__social-link.soc__ok svg:hover circle {
    fill: #ED812B;
}

.main__navbar-left .navbar__left-content .navbar__footer .social-list a.soc__tg svg:hover circle,
.footer__side-left .footer__social-link.soc__tg svg:hover circle {
    fill: #0088CC;
}

.main__navbar-right .navbar__right-wrap .newitems__block-lookall:hover {
    color: #003B93;
}


.main__article-preview {
    margin-top: 1rem;
}

.article__wrap .news__article-wrap h1 {
    margin-bottom: 1rem;
}

.main__content-wrap .novelties__block {
    background-color: #fff;
}

.main__article-block .main__article-caption .article__caption-dashboard .article__dashboard-right .favorite {
    margin-left: 16px;
}

blockquote {
    padding: 2rem;
    background-color: #FFFEF1;
    border-radius: 10px;
}

blockquote .icon-entry_quote {
    display: none;
}

blockquote .block-quote__author {
    opacity: 1;
    font-style: normal;
}

blockquote .block-quote__author-name {
    text-align: left;
    color: #2c2c2c;
    margin-top: 24px;
}

blockquote .block-quote__author-name,
blockquote .block-quote__author-name > * {
    font-size: clamp(12px, 16px, 3vw)!important;
    font-weight: normal;
}

.article__wrap .news__article-wrap .link {
    margin-bottom: 1rem;
}

.detailcontent .list__block {
    padding-top: 0;
}

.material__block {
    background-color: #fff;
    margin-bottom: 2rem;
}

.material__block-tpl2 .tpl2__wrap-text {
    width: 100%;
}

.banner__border-wrap {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.media__page-wrap .media__item {
    border-radius: 16px;
    overflow: hidden;
}

.rating__page-wrap .rating__descr {
    max-width: 736px;
    margin: 0 auto;
}

body,
.main__navbar-left,
.header__dashboard,
.list-view,
.main__navbar-left .navbar__left-content .rklm__content {
    background-color: #f2f2f2;
}

.infoTextCompany {
    position: relative;
    display: inline-block!important;
    max-width: 640px;
}

.infoTextCompany i {
    position: absolute;
    background: #fff;
    border-radius: 0 0 5px 5px;
    padding: 2px 5px;
    color: #fff;
    font-size: 0;
    line-height: 0;
    min-height: 13px;
    min-width: 51px;
    max-width: calc(100% - 10px);
    font-style: normal;
    font-weight: normal;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    right: 10px;
    top: 0;
    cursor: pointer;
    opacity: 0.7 !important;
}

.infoTextCompany i:hover {
	opacity: 1 !important;
	font-size: 9px;
	line-height: 1;
	color: #363F7D; 
}
.infoTextCompany i:hover:before { font-size: 0; line-height: 0; height: 0; color: #fff; } 

.infoTextCompany i::before {
    content: "Реклама";
    display: block;
    font-size: 10px;
    line-height: 1;
    color: rgb(54, 63, 125);
}

.infoTextCompany i, .infoTextCompany i:hover:before, .infoTextCompany i:before {
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

table[cellpadding="5"] {
    width: 100%;
}

table[cellpadding="5"] td {
    padding: 5px;
    padding-bottom: 0;
    border-bottom: 1px solid rgb(211, 208, 208);
    border-collapse: collapse;
    height: 50px;
    vertical-align: bottom;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel {
    height: auto;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-wrap {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-wrap::-webkit-scrollbar {
    display: none;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-btn.active {
    border-bottom: none;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel-wrap {
    height: auto;
}

.newsmain__content-wrap .top__block-wrap, 
.common__frame-wrap .events__block-top {
    border-bottom: 1px solid transparent;
}
.media__page-wrap .media__block-top .bottom .tabs__panel a.active {
    border-color: transparent;
}

.common__frame-wrap .events__block-top .bottom {
    margin-bottom: 28px;
}

.media__page-wrap .media__block-top .bottom .tabs__panel a {
    padding-bottom: 14px;
    font-size: 14px;
}

.media__page-wrap .media__block-top .bottom .tabs__panel {
    margin-top: 28px;
}

.common__frame-wrap .top__block,
.common__frame-wrap .events__block-top,
.common__frame-wrap .rating__descr,
.media__page-wrap .media__block-top {
    border-radius: 16px;
}

.common__frame-wrap > div,
.common__frame-wrap > section,
.common__frame-wrap > main,
.common__frame-wrap > article {
    border-radius: 16px;
}

.container__hits {
    background-color: transparent;
}

.container__hits .row__hits {
    margin: 0 -16px;
}

.container__hits .row__hits > * {
    padding: 0 16px;
}

.container__hits-title {
    font-size: 40px;
    margin-bottom: 40px;
}

.tile__hit {
    margin-bottom: 26px;
}

.tile__hit {
    display: flex;
    flex-direction: column;
}

.tile__hit + .pagination {
    width: 100%;
}

.preview__hit {
    background-color: #fff;
    border-radius: 16px;
    padding: 10px 1.875rem;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.preview__hit > * {
    margin-bottom: 1rem;
}

.preview__hit .hit__img img {
    width: 100%;
    height: 100%;
    max-height: 292px;
    object-fit: contain;
}

.preview__hit .hit__price {
    color: #F42F04;
    font-size: 2rem;
    font-weight: bolder;
}

.preview__hit .hit__notprice {
    font-weight: bold;
    color: #2C2C2C;
}

.preview__hit .hit__notprice  .notprice__color-grey{
    color: #8D8D8D;
}

.preview__hit .hit__title,
.preview__hit  .hit__descr {
    font-size: 1rem;
    font-weight: normal;
    line-height: 20px;
}

.preview__hit .hit__title a {
    color: #2C2C2C;
    text-decoration: none;
}

.preview__hit  .hit__descr {
    color: #8D8D8D;
}

.hits_slider .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 0;
}

.hits_slider .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E6E6E6;
    cursor: pointer;
}

.hits_slider .slick-dots li.slick-active {
    background-color: #126BF0;
}

.hits_slider .slick-dots li:not(:first-child) {
    margin-left: 5px;
}

.hits_slider .slick-dots li button{
    display: none;
}

.hits_slider  .slick-track {
    display: flex;
    align-items: stretch;
}

.hits_slider  .slick-track .slick-slide {
    height: auto;
    display: flex;
}

.widget__hit__item {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}

.widget__hit__item .widget__hit__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.widget__hit__item .widget__hit__item-img {
    height: 245px;
    width: 100%;
}

.widget__hit__item .widget__hit__item-price {
    margin-top: auto;
    padding: 0 1.4rem;
    padding-top: 5px;
    margin-bottom: 1rem;
}

.widget__hit__item .widget__hit__item-price .hit__price {
    font-size: 36px;
    font-weight: bolder;
}

.widget__hit__item .widget__hit__item-price .hit__notprice {
    font-weight: 600;
}

.widget__hit__item .widget__hit__item-price .hit__notprice .notprice__color-grey {
    color: #8D8D8D;
}

.main__navbar-right .navbar__right-wrap > .widget__hit__block {
    min-height: 350px;
    padding: 1rem 0;
}

.main__navbar-right .navbar__right-wrap > .widget__hit__block .newitems__block-top,
.main__navbar-right .navbar__right-wrap > .widget__hit__block .widget__hit__item-name {
   padding: 0 1.4rem;
}

.hit__content {
    display: flex;
    flex-direction: column;
}

.hit__content__slider-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 1.5rem;
}

.hit__content__slider-wrap .hit__content__preview_slider {
    width: 100px;
    min-width: 100px;
}

.hit__content__slider-wrap .hit__content__preview_slider .slick-list.draggable {
    border-radius: 0;
}

.hit__content__slider-wrap .hit__content__main_slider {
    width: calc(100% - 100px);
    max-width: 572px;
    margin-left: 60px;
    position: static;
}

.hit__content__slider-wrap .hit__content__main_slider img {
    margin-bottom: 0;
}

.hit__content__slider-wrap .hit__content__main_slider .slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0 1rem;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
}

.hit__content__slider-wrap .hit__content__main_slider .slick-dots li button {
    font-size: 0;
    display: none;
}

.hit__content__slider-wrap .hit__content__main_slider .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E6E6E6;
    cursor: pointer;
}

.hit__content__slider-wrap .hit__content__main_slider .slick-dots li.slick-active {
    background-color: #126BF0;
}

.hit__content__slider-wrap .hit__content__main_slider .slick-dots li + li {
    margin-left: 4px;
}

.hit__content__slider-wrap .hit__content__preview_slider .hit__content__slider-item {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

.hit__content__slider-wrap .hit__content__preview_slider .hit__content__slider-item.slick-current {
    border-radius: 3px;
    border: 1px solid #C058F1;
}

.hit__content__slider-wrap .hit__content__preview_slider img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0;
}

.hit__content .hit__content__top {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.hit__content .hit__content__top > .hit__content__title {
    width: 80%;
    max-width: 418px;
    font-size: 24px;
    margin: 0;
    line-height: 30px;
}

.hit__content .hit__content__top > .hit__content__price {
    min-width: 300px;
    padding-left: 1rem;
    margin-left: auto;
    text-align: right;
    color: #F42F04;
    font-size: 48px;
    font-weight: bolder;
    font-family: OpenSans;
}

.hit__content .hit__content__subtitle b ,
.hit__content .hit__content__descr {
    font-size: 18px;
}

.hit__content .hit__content__hit-company {
    color: #8D8D8D;
    font-size: 18px;
}

.breadcrumb {
    display: block;
}

@media (max-width: 600px) {
    .hit__content__slider-wrap .hit__content__preview_slider {
        display: none;
    }

    .hit__content__slider-wrap .hit__content__main_slider {
        width: 100%;
        margin: 0 auto;
    }
    
    .hit__content .hit__content__top {
        flex-wrap: wrap;
    }

    .hit__content .hit__content__top > .hit__content__title {
        margin-bottom: 1rem!important;
    }

    .hit__content .hit__content__top > .hit__content__title,
    .hit__content .hit__content__top > .hit__content__price {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .hit__content .hit__content__top > .hit__content__price {
        order: -1;
        margin-bottom: 1rem;
    }

    .hit__content__slider-wrap {
        order: -1;
        margin-top: 40px;
        margin-bottom: 2rem;
    }
}

.main__content-wrap .novelties__block-content .novelties__block-item img {
    object-fit: contain;
    height: 220px;
}

.order__rklm-wrap .contacts {
    margin-bottom: 2rem;
}

.order__rklm-wrap .contacts .row > * {
    display: flex;
}

.order__rklm-wrap .contacts.container {
    padding: 0;
}

.order__rklm-wrap .contacts .contacts__item {
    width: 100%;
    min-height: 168px;
    background-color: #F5F5F5;
    padding: 1rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.order__rklm-wrap .contacts .contacts__item .contacts__item-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.order__rklm-wrap .contacts .contacts__item .contacts__item-bottom {
    font-weight: bold;
    margin-bottom: .5rem;
}

.order__rklm-wrap .contacts .contacts__item .contacts__item-top .links {
    display: flex;
}

.order__rklm-wrap .contacts .contacts__item .contacts__item-top .links .img__telegram {
    position: relative;
    top: -2px;
    left: 8px;
}

.order__rklm-wrap .p, .order__rklm-wrap img, .order__rklm-wrap ul {
    line-height: 1.5;
}

.order__rklm-wrap .p + .sub-title,
.order__rklm-wrap .list + .sub-title {
    margin-top: 3rem;
}

.post_header-2 {
    font-size: 34px !important;
}
.post_header-3 {
    font-size: 29px !important;
}
.post_header-4 {
    font-size: 23px !important;
}
.post_header-5 {
    font-size: 18px !important;
}

.infoTextCompany img {
    border-radius: 16px;
}

.header__dashboard-mob .dashboard__mob-wrap .dashboard__mob-right {
    background-color: transparent;
}

.header__rklm-bottom .row {
    justify-content: center;
}

.header__rklm-bottom .row  .infoTextCompany img {
    border-radius: 10px;
    /* max-width: 640px; */
}

@media (max-width: 575px) {
    .header__rklm-bottom .row .col-12 {
        padding: 0;
    } 
}

.news__article .news__article-wrap iframe {
    width: 100%;
    height: 27.08333333333333vw;
    min-height: 300px;
    max-height: 520px;
    max-width: 100%;
}

.newsmain__content-wrap .top__block-wrap .tabs__panel .tabs__overflow-wrapper {
    width: auto!important;
    white-space: nowrap;
}


.main__slider-item {
    border-radius: 16px;
    overflow: hidden;
}

.main__slider-item .caption {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.block_plus {
    display: flex;
    justify-content: center;
}

.our_projects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.our_projects li + li {
    margin-left: 23px;
}

.main__content-wrap .stationeryrating__block .stationeryrating__tabs-list {
    background-color: #fff;
}

.pagination {
    margin-bottom: 12rem;
}

.header__info {
    background-image: linear-gradient(90deg,#a3b7ff 0,#1482c1 45.31%,#ebcc00 66.15%,#ef4142 100%);
    padding: 0;
}
.header__info .header__info_link{
    text-align: center;
  color: #fff;
  margin: auto;
  text-decoration: none;
  display: block;
  padding: 1.2rem .833333rem;
}
.container.header__info-wrap {
  display: block;
}
.header__info .header__info_link:hover {
    text-decoration: underline;
}

.login__form-agreement a {
    color: #126bf0;
    text-decoration: none;
    line-height: 1.3;
}

.login__form-agreement a:hover {
    text-decoration: underline;
}

.market__page-left > .sort__wrapper .btn__collapse {
    padding: 0;
    padding-left: .5rem;
}

.market__page .empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    border-radius: 16px;
}

.market__page .empty  > * {
    margin-bottom: 2rem;
}

.market__page .empty  .text {
    margin-top: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.market__page-left > .item__wrap .item__wrap-right img {
    height: auto;
    max-width: 75px;
    width: 75px;
}

.votes__wrapper_top .top__block-wrap {
    padding: 1.7rem;
}

.votes__wrapper_top .title-content-votes {
    padding-top: 0!important;
}

.main__content-wrap .votes__block {
    background-color: #fff;
    border-radius: 16px;
}

.votes__wrapper_content-form .item__right .item__right_collapsing {
    font-size: 1rem;
    line-height: 1.3;
}

.main__content-wrap .votes__block_content .candidate__list_item-persone .persone .persone__wrap .perspne__name > img {
    max-height: 30px;
}

@media (max-width: 575px) {
    main.main {
        margin-top: 1rem;
    }
}

.paragraph a {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}


.lkprofilem__museum-btn__tabs-group {
    display: flex;
    list-style: none;
    width: auto;
    margin: 0 -.5em;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.lkprofilem__museum-btn__tabs-group-item {
    padding: 0 .5em;
    margin-bottom: 1em;
}

.lkprofilem__museum-btn__tabs-group-item a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
}

.lkprofilem__museum-btn__tabs-group-item a::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 2px;
    background-color: #337ab7;
    right: 0;
    left: auto;
    position: absolute;
    bottom: 0;
    transition: width ease-in-out .3s;
}

.lkprofilem__museum-btn__tabs-group-item a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.lkprofilem__museum-btn__tabs-group-item .active {
    color: #23527c;
}

.lkprofilem__museum-btn__tabs-group-item .active::after {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.add__museum_form {
    margin: 1rem 0;
}

.add__museum_form,
.add__museum_form .input-wrap.show  {
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.add__museum_form > *:not(:last-child),
.add__museum_form > .input-wrap > *:not(:last-child) {
    margin-bottom: 1rem;
}

.add__museum_form-input {
    width: 100%;
    height: 48px;
    background-color: #f9f9f9;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 0 1rem;
}

.add__museum_form-textarea {
    width: 100%;
    height: 200px;
    background-color: #f9f9f9;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 1rem;
    margin-top: 5px;
}

.add__museum_form-textarea:focus,
.add__museum_form-input:focus {
    border: 1px solid #126BF0 !important;
}

.add__museum_form-select {
    width: 100%;
    height: 48px;
    background-color: #f9f9f9;
    border-radius: 4px;
    outline: none;
    border: none;
    padding: 0 1rem;
}

.add__museum_form-submit {
    display: block;
    width: auto;
    min-width: 150px;
    height: 48px;
    background-color: #126bf0;
    border-radius: 5px;
    border: none;
    color: #fff!important;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer; 
}

.add__museum_form-submit:hover {
   background-color: #003B93;
}

.toollist__museum {
    list-style: none;
    display: flex;
    margin: 0 -.5em;
    margin-top: .5em;
    padding-left: 0;
    width: auto;
    font-size: 1.3rem;
    flex-wrap: wrap;
}

.toollist__museum_item {
    padding: 0 .5em;
    margin-bottom: .5em;
}

.showcase____museum_title {
    font-size: 1.7rem;
}

.shelf__museum_title {
    font-size: 1.3rem;
}

.showcase__museum_block:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
}

.shelf__museum_block {
    padding-left: 2rem;
}

.download__preview-block {
    position: relative;
    margin-top: 2rem;
}

.download__preview-close {
    width: 35px;
    height: 35px;
    display: block;
    border: none;
    background-color: #fff;
    box-shadow: 4px 3px 10px -6px black;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid rgb(226, 224, 224);
}

.download__preview-close::before,
.download__preview-close::after {
    display: block;
    position: absolute;
    content: '';
    height: 1px;
    width: 60%;
    background-color: rgb(82, 80, 80);
    left: 50%;
    top: 50%;
}

.download__preview-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.download__preview-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.pmuseum--wrap-clear {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pmuseum--visual-edit-clear {
    width: auto;
    height: auto;
    padding: .8em;
    background-color: #126bf0;
    border-radius: 8px;
    color: #fff;
}

.pmuseum--visual-edit-clear:hover {
    background-color: #003B93;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header__rklm-img img {
        width: 100%;
    }   
}