

/* Start:/local/templates/main/components/bitrix/news.list/widgets/style.css?17234698382797*/
.widgets {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

    position: fixed;
    left: 4rem;
    bottom: 4rem;
    z-index: 15;

    pointer-events: none;

    transition: all 0.3s;

    opacity: 0;
    visibility: hidden;
}

.widgets.--visible {
    opacity: 1;
    visibility: visible;
}

.widgets.--hidden {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .widgets {
        left: 0;
        bottom: 0;
        gap: 0.8rem;
        pointer-events: all;
        background-color: #121212;
        padding: 2.8rem 2.4rem 2.4rem;
        border-radius: 1.6rem 1.6rem 0 0;
    }

    .widgets::before {
        position: absolute;
        top: 0.8rem;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        display: block;
        width: 3.2rem;
        height: 0.3rem;
        border-radius: 3rem;
        background-color: #4f4f4f;
    }
}

.widgets__link-wrapper {
    display: flex;
    gap: 0.8rem;

    pointer-events: all;
}

.widgets__close {
    padding: 0;
    background: none;
    cursor: pointer;
    border: 0.1rem solid #1b1b1b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}

.widgets__close:hover {
    opacity: 0.75;
}

.widgets__close svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;

    stroke: #DEDEDE;
}

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

.widgets__link {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 1.6rem;
    max-width: 36rem;
    border-radius: 1.6rem;
    background-color: #1b1b1b;
}

@media screen and (max-width: 767px) {
    .widgets__link {
        padding: 1.4rem 1.2rem;
        gap: 1.6rem;
        max-width: unset;
        width: 100%;
    }
}

.widgets__logo {
    flex-shrink: 0;
}

.widgets__logo svg {
    display: block;
    width: 6rem;
    height: 6rem;
}

@media screen and (max-width: 767px) {
    .widgets__logo svg {
        width: 4rem;
        height: 4rem;
    }
}

.widgets__text {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #dedede;
}

@media screen and (max-width: 767px) {
    .widgets__text {
        font-size: 1.4rem;
    }
}

.widgets__text span {
    transition: color 0.3s ease;
}

.widgets__link.--ozon:hover .widgets__text span {
    color: #005BFF !important;
}

.widgets__link.--wb:hover .widgets__text span {
    color: #C524D7 !important;
}

.widgets__link.--yandex:hover .widgets__text span {
    color: #FED42B !important;
}

.widgets__link.--vseinstrumenti:hover .widgets__text span {
    color: #D60000 !important;
}

/* End */


/* Start:/local/templates/main/template_styles.css?17236042763616*/
input:checked ~ .page-tab-btn {
    opacity: 1;
    pointer-events: none;
}

.page-intro__tag-list {
    margin-bottom: 5rem;
}

.loader {
    display: none !important;
}

.loader.active {
    display: grid !important;
}

.loader__item {
    height: 40rem;

    border-radius: 1.6rem;

    background-color: var(--color-base07);

    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: backgroundMovement;
    animation-timing-function: linear;
}

.js-ajax-container.js-loading .js-ajax-form {
    opacity: 0.5;
    pointer-events: none;
}

.js-ajax-form {
    position: relative;
    transition: opacity 0.3s ease;
}

.page-intro__tag-list {
    overflow: auto;

    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.page-intro__tag-list::-webkit-scrollbar {
    display: none;
}

.project-card--loader {
    min-height: 50rem;
}

@media screen and (max-width: 767px) {
    .advantages__slider--back .advantages__list {
        margin-top: 4.8rem !important;
    }
}

.modal__content-inner--scrollable {
    overflow: auto;
}

.modal__content-inner--scrollable::-webkit-scrollbar {
    width: 7px;
}

.modal__content-inner--scrollable::-webkit-scrollbar-button {
    display: none;
}

.modal__content-inner--scrollable::-webkit-scrollbar-track {
    background-color: #080808;
}

.modal__content-inner--scrollable::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(222, 222, 222, 0.5);
}

.js-files-container {
    width: 100%;
}

.file-block {
    display: flex !important;
    align-items: center;
    gap: 1.6rem;
}

.file-block.--hidden {
    display: none !important;
}

.file-block .parsley-errors-list,
.file-block .parsley-errors-list li {
    display: contents;
}

.input-label.is-error .input-file {
    border-color: var(--color-primary);
}

.file-add-button {
    margin-top: 1rem;
    display: flex;
    order: initial !important;
    align-self: flex-start;
    align-items: center;
    gap: 0.8rem;
    padding: 0.5rem 1.6rem;

    background: var(--color-base01-alfa20);
    border-radius: 99.9rem;

    transition: opacity 0.3s ease;
}

.file-add-button.--hidden {
    display: none;
}

.file-add-button svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
}

.file-add-button:hover {
    opacity: 0.5;
}

.input-file__remove {
    margin-top: 1.6rem;
    flex-shrink: 0;

    padding: 0.5rem;
    background: var(--color-base01-alfa20);
    border-radius: 99.9rem;

    transition: opacity 0.3s ease;
}

.input-file__remove:hover {
    opacity: 0.5;
}

.input-file__remove svg {
    transform: rotate(-45deg);
    display: block;
    width: 1.4rem;
    height: 1.4rem;

    pointer-events: none;
}

:root {
    --color-base01: #fff !important;
    --color-base01-alfa30: rgba(255,255,255,0.3) !important;
    --color-base01-alfa20: rgba(255,255,255,0.2) !important;
    --color-base01-alfa10: rgba(255,255,255,0.1) !important;
    --color-base01-alfa05: rgba(255,255,255,0.05) !important;
}

*:not(.button),
*::placeholder,
*::before,
*::after {
    color: #fff !important;
}

.accordion__heading-icon,
.page-circle-btn--outline {
    border-color: #fff !important;
}

.accordion__heading-icon::after,
.accordion__heading-icon::before {
    background-color: #fff !important;
}

.page-tab-btn {
    opacity: 0.5 !important;
}

.page-tab-btn.is-active,
.page-tab-btn--active {
    opacity: 1 !important;
}

.category-intro__link {
    display: inline-block;
    margin-top: 2rem;

    font: var(--font-text-t1-reg);
    text-transform: uppercase;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/widgets/style.css?17234698382797 */
/* /local/templates/main/template_styles.css?17236042763616 */
