.popup.popup__right {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.popup.popup__right .popup__content {
    height: 100%;
}

.is-invalid,
.nice-select.is-invalid .current {
    border-color: #EA624C !important;
}

.error-message {
    color: #EA624C;
    font-size: 14px;
    font-weight: 400;
}

.hidden-select {
    display: none !important;
}

.nice-select-search {
    padding: 0 10px;
    width: 100%;
    height: 35px;
    font-weight: 500;
    color: var(--black);
    outline: 0;
    box-shadow: none;
    border-radius: 8px;
    font-size: 16px;
    background: var(--white);
    border: none;
    margin: 5px 0px;
}

.center-modal__popup {
    padding: 0;
}

.center-modal__form {
    margin-top: 20px;
}

.popup__simple .success-modal__content {
    padding: 0;
}

.is-loading {
    opacity: 0.8;
    pointer-events: none;
}

.ya-share2__link.ya-share2__link_more {
    display: flex !important;
    justify-content: revert;
    align-items: center;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.ya-share2__link_more .ya-share2__title {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--gray4) !important;
    text-decoration: underline;
    display: block !important;
    order: -1;
}

.ya-share2__icon.ya-share2__icon_more {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.083 5.25624C12.0916 5.26386 12.1001 5.27149 12.1088 5.27915L14.7846 7.65771C15.2839 8.1015 15.6978 8.4694 15.982 8.80337C16.2807 9.15437 16.4934 9.53227 16.4934 9.99989C16.4934 10.4675 16.2807 10.8454 15.982 11.1964C15.6978 11.5304 15.2839 11.8983 14.7846 12.3421L12.1088 14.7206C12.1001 14.7283 12.0915 14.7359 12.083 14.7436C11.8667 14.9359 11.6648 15.1154 11.4905 15.2305C11.3192 15.3436 11.0078 15.5078 10.6589 15.3511C10.3101 15.1945 10.226 14.8526 10.1967 14.6495C10.1669 14.4427 10.1669 14.1726 10.167 13.8831C10.167 13.8717 10.167 13.8602 10.167 13.8487V12.803C9.19933 12.8697 8.21874 13.1267 7.36101 13.5446C6.35238 14.0361 5.54685 14.733 5.10969 15.5656C5.00276 15.7693 4.77066 15.8738 4.5473 15.8187C4.32395 15.7636 4.16699 15.5633 4.16699 15.3332C4.16699 12.1859 5.08791 10.1366 6.40466 8.87672C7.55239 7.77856 8.95123 7.32794 10.167 7.23364V6.15112C10.167 6.1396 10.167 6.12811 10.167 6.11665C10.1669 5.82723 10.1669 5.55711 10.1967 5.35028C10.226 5.14716 10.3101 4.8053 10.6589 4.64864C11.0078 4.49199 11.3192 4.65623 11.4905 4.7693C11.6648 4.88443 11.8667 5.06392 12.083 5.25624ZM11.169 5.78454C11.2444 5.84913 11.3344 5.9288 11.4444 6.02656L14.0926 8.38051C14.6266 8.85523 14.987 9.17709 15.2204 9.45143C15.4446 9.7149 15.4934 9.86877 15.4934 9.99989C15.4934 10.131 15.4446 10.2849 15.2204 10.5484C14.987 10.8227 14.6266 11.1446 14.0926 11.6193L11.4444 13.9732C11.3344 14.071 11.2444 14.1507 11.169 14.2153C11.1672 14.116 11.167 13.9958 11.167 13.8487V12.2856C11.167 12.0095 10.9431 11.7856 10.667 11.7856C9.39195 11.7856 8.06696 12.0882 6.92298 12.6457C6.31043 12.9441 5.74019 13.3206 5.25628 13.7711C5.50212 11.7398 6.2286 10.4292 7.09599 9.59926C8.17602 8.56587 9.54061 8.21418 10.667 8.21418C10.9431 8.21418 11.167 7.99032 11.167 7.71418V6.15112C11.167 6.00399 11.1672 5.88379 11.169 5.78454Z' fill='%239A9A9A'/%3e%3c/svg%3e ") !important;
}

.ya-share2__badge.ya-share2__badge_more {
    display: block !important;
}

.hidden {
    display: none !important
}

.alert.green {
    background: #dee3df;
    color: var(--black);
}

.alert.green svg {
    stroke: #527764;
}
.docs-page, .docs-page .section__tabs{
    margin-top:0;
}
a.sidebar___user-data {
    color: inherit;
}
.catalog__container{
    margin-bottom: 20px;
}


@media (min-width: 992px) {
    .header__actions {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .popup.popup__right {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .fancybox-slide--html {
        padding: 0;
    }
}