.button-for-increasing-container {
    display: flex;
    justify-content: center;
}

.button-for-increasing {
    padding: 8px 10px;
    color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.button-for-increasing:hover,
.panel-for-increasing-content-button:hover {
    cursor: pointer;
}

body.increasing-images-off * {
    background-image: none !important;
}

body.increasing-images-off img {
    display: none !important;
}

body.increasing-font-size-20 * {
    font-size: 20px !important;
}

body.increasing-font-size-24 * {
    font-size: 24px !important;
}

body.increasing-font-size-28 * {
    font-size: 28px !important;
}

body.increasing-content div.panel-for-increasing-content * {
    background-color: #ebebeb !important;
}

body.increasing-content p.panel-for-increasing-content-label {
    letter-spacing: normal !important;
    color: #000 !important;
    font-weight: 700;
    margin: 0 0 4px;
    padding: 0;
    font-size: 1.125rem !important;
}

body.increasing-content div.panel-for-increasing-content {
    background-color: #ebebeb !important;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

body.increasing-content .panel-for-increasing-content-scopes {
    background: 0 0 !important;
}

.panel-for-increasing-content-scopes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.panel-for-increasing-content-actions {
    display: flex;
    justify-content: space-between;
}

body.increasing-content .panel-for-increasing-content-settings-button {
    border-color: #000 !important;
    display: none;
}

body.increasing-bg-black .navbar .hamburger-inner,
body.increasing-bg-black .template-header__burger span,
body.increasing-bg-black .template-header__burger::after,
body.increasing-bg-black .template-header__burger::before,
body.increasing-bg-white,
body.increasing-content .panel-for-increasing-content-button[data-scope="img"] svg,
body.increasing-content .panel-for-increasing-content-button[data-scope="speech"] svg,
body.increasing-content .panel-for-increasing-content-settings-button svg,
body.increasing-content div.panel-for-increasing-content .panel-for-increasing-content-settings-button {
    background-color: #fff !important;
}

body.increasing-content button.button-hide-panel-for-increasing {
    letter-spacing: normal !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem !important;
    padding: 8px 12px;
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}

body.increasing-content button.button-hide-panel-for-increasing svg {
    background-color: transparent !important;
}

body.increasing-content button.button-hide-panel-for-increasing:hover {
    background-color: #f1f1f1 !important;
    cursor: pointer;
}

body.increasing-content div.panel-for-increasing-content-buttons {
    display: flex;
    gap: 4px;
}

body.increasing-content button.panel-for-increasing-content-button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    border-color: #000 !important;
    border-radius: 5px;
    color: #000 !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
}

body.increasing-content button.panel-for-increasing-content-button--selected {
    border: 3px solid #404040 !important;
}

body.increasing-content #increasing-font-1 {
    font-size: 12px !important;
}

body.increasing-content #increasing-font-2 {
    font-size: 14px !important;
}

body.increasing-content #increasing-font-3 {
    font-size: 16px !important;
}

body.increasing-content #increasing-spacing-1,
body.increasing-spacing-1 * {
    letter-spacing: 1px !important;
}

body.increasing-content #increasing-spacing-2,
body.increasing-spacing-2 * {
    letter-spacing: 2.5px !important;
}

body.increasing-content #increasing-spacing-3,
body.increasing-spacing-3 * {
    letter-spacing: 4px !important;
}

body.increasing-bg-black,
body.increasing-bg-white .navbar .hamburger-inner,
body.increasing-bg-white .template-header__burger span,
body.increasing-bg-white .template-header__burger::after,
body.increasing-bg-white .template-header__burger::before,
body.increasing-content #increasing-bg-black {
    background-color: #000 !important;
}

body.increasing-bg-blue,
body.increasing-content #increasing-bg-blue {
    background-color: #9fd7ff !important;
}

body.increasing-content .b24-form *,
body.increasing-content .bitrix-footer-text * {
    line-height: 1.2;
}

body.increasing-bg-black .js-header-fix-moment,
body.increasing-bg-black .js-header-fix-moment a,
body.increasing-bg-black .template-header__bottom--fixed .template-header__increasing-button-icon,
body.increasing-bg-black .template-header__bottom--fixed .template-header__nav-link,
body.increasing-bg-black a:hover {
    color: #fff !important;
}

body.increasing-bg-black * {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #fff !important;
}

body.increasing-bg-white * {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
}

body.increasing-bg-white .template-header__bottom--fixed .template-header__increasing-button-icon,
body.increasing-bg-white .template-header__bottom--fixed .template-header__nav-link,
body.increasing-bg-white a:hover {
    color: #000 !important;
}

body.increasing-bg-blue * {
    color: #063462 !important;
    background-color: #9fd7ff !important;
    border-color: #063462 !important;
}

body.increasing-bg-blue .navbar .hamburger-inner,
body.increasing-bg-blue .template-header__burger span,
body.increasing-bg-blue .template-header__burger::after,
body.increasing-bg-blue .template-header__burger::before {
    background-color: #063462 !important;
}

body.increasing-bg-blue .template-header__bottom--fixed .template-header__increasing-button-icon,
body.increasing-bg-blue .template-header__bottom--fixed .template-header__nav-link,
body.increasing-bg-blue a:hover {
    color: #063462 !important;
}

.text {
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .panel-for-increasing-content-scopes {
        display: none;
    }

    .panel-for-increasing-content-buttons {
        justify-content: center;
    }

    .panel-for-increasing-content-label {
        text-align: center;
    }

    .panel-for-increasing-content-scopes--open {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    body.increasing-content .panel-for-increasing-content-settings-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.increasing-content div.panel-for-increasing-content {
        gap: 20px;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .panel-for-increasing-content-actions {
        width: 100%;
    }
}