body, input, textarea, h1, h2, h3, h4, button, figure, section, header, main, div, span, footer, a {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
}

a { 
    color: inherit; 
} 

body, html {
}

svg {
    width: 100%;
    height: 100%;
}
.ml-25 {
    margin-left: 25px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-50 {
    margin-right: 50px;
}
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}
.alfa-editor-container {
    position: relative;
    min-width: 640px;
    height: 480px;
    overflow-y: scroll;
    overflow-x: scroll;
    margin-top: 10px;
}    

.alfa-editor {
    font-size: 15px;
    color: #3B4256;
    padding-top: 18px;
    border-radius: 4px;
    border: 1px solid #F4F7FB;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 50px;
}

.alfa-editor__button {
    cursor: pointer;
    margin-right: 15px;
    background-color: #e5ecf1;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alfa-editor__button_medium {
    width: 36px;
    height: 36px;
}

.alfa-editor__button_tool {
    width: 48px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.alfa-editor__button_set {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 15px;
    background-color: #e5ecf1;
    border-radius: 4px;
}

.alfa-editor__button_set__icon {
    width: 24px;
    height: 12px;
    display: flex;
}

.alfa-editor__button_set__value-icon {
    display: flex;
    width: 22px;
    height: 30px;
}

.alfa-editor__button:not(.alfa-editor__button--w-hover):hover, .alfa-editor__button_set:hover {
    opacity: 0.75;
}

.alfa-editor__button--active {
    background-color: #202020;
    color: #fff
}

.alfa-editor__button--active svg {
    fill: #fff
}

.alfa-editor__button-bold {
    font-weight: bold;
}

.alfa-editor__button-italic {
    font-style: italic;
}

.alfa-editor__button-underlined {
    text-decoration: underline;
}

.alfa-editor__button-strikethrough {
    text-decoration: line-through;
}

.alfa-editor__button-font {
    font-size: 13px;
}

.alfa-editor textarea {
    overflow: hidden;
    resize: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.alfa-editor textarea:focus {
    outline: none;
}

.alfa-editor__item {
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

.alfa-editor__item__pic {
}

.alfa-editor__item__properties__audio, .alfa-editor__item__properties__rule {
    display: flex;
    position: absolute;
    top: 0;
}

.alfa-editor__item__properties__audio {
    right: 6px;
}

.alfa-editor__item__properties__rule {
    right: 26px;
}

.alfa-editor__set-start {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alfa-editor__set-editor-icon {
    width: 48px;
    height: 16px;
}

.alfa-editor__r {
    background: #fff;
    margin-top: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 16px;
}

.alfa-editor__r textarea { 
    font-size: 22px;
    height: 38px;
    width: 100%;
    background: #fff;
}

.alfa-editor__r point-icon svg {
    fill: #d0fe77;
}

.alfa-editor__el,
.alfa-editor__trs,
.alfa-editor__voice-el,
.alfa-editor__order  {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    background-color: #fff;
}

.alfa-editor__el .textarea_1,
.alfa-editor__trs .textarea_1,
.alfa-editor__voice-el .textarea_1,
.alfa-editor__order .textarea_1 {
    padding-right: 8px;
    font-size: 38px;
    height: 40px;
}

.alfa-editor__el .textarea_2,
.alfa-editor__trs .textarea_2,
.alfa-editor__voice-el .textarea_2,
.alfa-editor__order .textarea_2 {
    padding-left: 8px;
    font-size: 24px;
    height: 26px;
}

.alfa-editor__el .textarea_1,
.alfa-editor__el .textarea_2,
.alfa-editor__trs .textarea_1,
.alfa-editor__trs .textarea_2,
.alfa-editor__voice-el .textarea_1,
.alfa-editor__voice-el .textarea_2,
.alfa-editor__order .textarea_1,
.alfa-editor__order .textarea_2 {
    width: 100%;
    border-bottom: 1px solid #e4e5e9;
}

.alfa-editor__label {
    position: absolute;
    top: 0;
    left: 32px;
    color: #73798c;
}

.alfa-editor__desc {
    margin-top: 15px;
}

.alfa-editor__desc .alfa-editor__item__properties__audio {
    top: 0;
}

.alfa-editor__desc .alfa-editor__item__properties__rule {
    top: 0;
}

.alfa-editor__desc .textarea_1 {
    font-size: 64px;
    height: 42px;
    width: 100%;
    background-color: transparent;
    
}

.alfa-editor__desc .textarea_2 {
    font-size: 16px;
    width: 100%;
    background-color: transparent;
}

.alfa-editor__desc__description {
    display: block;
    background-color: #d6e1ff;
    border-radius: 16px;
    padding: 16px;
}

.alfa-editor__desc__description_top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.alfa-editor__desc__description_bottom {
    background-color: #dbf0dd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.alfa-editor__h1 {
    padding: 24px;
    border-radius: 16px;
    background: #dbf0dd;
    margin-top: 20px;
}

.alfa-editor__h1 .textarea_1 { 
    font-size: 36px;    
    text-align: center;
    width: 100%;
}

.alfa-editor__h1 .textarea_2 { 
    font-size: 32px;
    text-align: center;
    width: 100%;
}

.alfa-editor__h2 {
    padding: 12px;
    border-radius: 12px;
    background: #dbf0dd;
    margin-top: 15px;
}

.alfa-editor__h2 .textarea_1 { 
    font-size: 28px;
    text-align: center;
    
    width: 100%;
}

.alfa-editor__h2 .textarea_2 { 
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.alfa-editor__h3 {
    padding: 12px;
    border-radius: 12px;
    background: #dbf0dd;
    margin-top: 15px;
}

.alfa-editor__h3 .textarea_1 { 
    font-size: 20px;
    text-align: center;
    
    width: 100%;
}

.alfa-editor__h3 .textarea_2 { 
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.alfa-editor__current-child-node {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.alfa-editor__panel {
    position: relative;
    z-index: 1;
}

.alfa-editor__icon-select .select__container-child {
    display: flex;
    flex-wrap: wrap;
}

.alfa-editor__icon-select .select__child {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.alfa-editor__rule {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 16px;
    text-align: center;
    min-height: 64px;
}

.voice-recorder__mic {
    border-radius: 100%;
}

.voice-recorder__mic--active {
    background-color: #dbf0dd;
}
.button {
    display: inline-block;
    cursor: pointer;
    padding: 0 18px;
    height: 36px;
    border: none;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #4b863a;
    background-image: none;
    white-space: nowrap;
    position: relative;
    opacity: 1;
    font-weight: 500;
}

.button:empty {
    display: none;
}

.button:hover {
    opacity: 0.5;
}

.button_very-small {
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    font-size: 13px;
}

.button_small {
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    font-size: 16px;
}

.button_mid {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 20px;
}

.button_large {
    height: 44px;
    line-height: 44px;
    padding: 0 21px;
    font-size: 24px;
}

.button_very-large {
    height: 64px;
    line-height: 64px;
    padding: 0 28px;
    font-size: 30px;
}

.button--active {
    color: transparent!important;
}

.button--success-finished {
    color: transparent!important;
    background-color: rgba(76, 175, 80, 0.35)!important;
}

.button--error {
    color: transparent!important;
}

.button_black {
    background-color: #202020;
    color: #fff;
}

.button_original {
    background-color: rgba(76, 175, 80, 0.35);
    color: #000;
}

.button_action {
    background-color: #ffcb2f;
    color: #000;
}

.button_white {
    background-color: #fff;
    color: #000;
}

.button_neutral {
    background-color: #3653db;
    color: #fff;
}

.button_matte {
    background-color: #202020;
    color: #fff;
}

.button_gray {
    background-color: #e4e5e9;
    color: #000;
}

.button--disabled {
    background: #a5a5a5;
    color: #f5f7f8;
    pointer-events: none;
}

.button_bordered {
    border-radius: 99px;
}

.button_bordered:hover:after {
    border-radius: 99px;
}

.attention-button__big-star-icon {
    transform: translate(32%, 40%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.attention-button__big-star-icon svg {
    fill: #4b863a;
}

.attention-button {
    height: 630px;
    width: 630px;
    bottom: 0;
    position: absolute;
    right: -15px;
    overflow: hidden;
}

.attention-button_btn {
    position: absolute;
    right: 8px;
    bottom: 31px;
    z-index: 2;
    font-size: 37px;
    height: 112px;
    padding: 0 36px;
    line-height: 64px;
}
.form--disabled {
    opacity: 0.35;
    pointer-events: none;
}

.control-group {
    margin-bottom: 40px;
}

.control__label {
    font-size: 20px;
    width: 240px;
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 15px;
}

.control__label label {
    text-align: left;
    color: #73798c;
}

.control-container {
    display: flex;
    padding-bottom: 25px;
    position: relative;
}

.control-container_horizontal {
    width: 30%;
}

.control-container_horizontal .control__label {
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 480px) {
    .control-container {
        flex-direction: column;
    }

    .control__label {
        padding-bottom: 15px;
    }
}

.control-container_textarea::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #fff;
}

.control {
    outline: none;
    font-size: 20px;
    line-height: 27px;
}

.control-description {
    padding-top: 9px;
    font-size: 17px;
    padding-bottom: 20px;
    color: #000;
}

.control-description_notice {
    color: #73798c;
    font-size: 16px;
    width: 100%;
}

.control:focus {
    border-bottom-color: rgba(0,0,0,.2);
    outline: none;
}

.control__input {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

input {
    text-overflow: ellipsis;
}

input[disabled] {
    background-color: #fff;
    opacity: 0.3;
}

.input__tooltip {
    color: #73798c;
    font-size: 12px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 7, 123, 0.04);
    text-align: left;
    padding: 12px;
    border-radius: 4px 0px 4px 4px;
    position: fixed;
    background-color: #fff;
    z-index: 1001;
}

.control__input_s {
    width: 187px;
    font-size: 16px;
    line-height: normal;
}

.control__input_m {
    font-size: 22px;
    line-height: normal;
    min-width: 300px;
}

.control__input_4-sym {
    width: 60px;
}

.control__input_high {
    font-size: 38px;
}

.control-container--disabled {
    opacity: 0.25;
    pointer-events: none;
}

.control__data {
    display: flex;
    flex-wrap: wrap;
}

.control-container--saving-disabled .control__data > *:first-child {
    pointer-events: none;
}

.control__textarea {
    display: block;
    overflow: hidden;
    resize: none;
    max-width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 5px;
}

.control__textarea {
    height: 27px;
}

.control__textarea_big {
    font-size: 40px;
}

.control__textarea:focus, .control__textarea:focus-visible {
    outline: none;
    border-bottom-color: rgba(0,0,0,.2);
}

.control::-webkit-input-placeholder {
    color: rgba(0,0,0,.15);
}

.control__checkbox-container {
    display: flex;
    padding-bottom: 15px;
}

.control__checkbox {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    width: 27px;
    height: 27px;
    opacity: 0;
    z-index: 1;
}

.control__checkbox_s {
    width: 16px;
    height: 16px;
}

.control__checkbox-label {
    display: flex;
    position: relative;
    padding-left: 15px;
}

.control__checkbox-label_s {
    font-size: 13px;
    padding-left: 6px;
    line-height: 16px;
}

.control__checkbox-label__wrapper {
    content: '';
    transition: 0.2s ease-out;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    left: -27px;
}

.control__checkbox-label_s .control__checkbox-label__wrapper {
    width: 16px;
    height: 16px;
    left: -16px;
}

.control__checkbox-label__icon {
    width: 39px;
    height: 27px;
    display: none;
    position: absolute;
    left: -2px;
    top: 0;
}

.control__checkbox-label_s .control__checkbox-label__icon {
    height: 16px;
    width: 24px;
    top: -5px;
}

.control__checkbox:checked + .control__checkbox-label .control__checkbox-label__wrapper {
    background: #d6e1ff;
}

.control__checkbox:checked + .control__checkbox-label .control__checkbox-label__icon {
    display: block;
}

.control__rule-view {
    width: 300px;
}

.control__book-view {
    width: 300px;
    height: 420px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
{
    .control-container_horizontal {
        width: 75%;
    }
}
.menu {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.059), 0px 5px 10px 0px rgba(0, 0, 0, 0.059), 0px 0px 1px 0px rgba(0, 0, 0, 0.102);
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #fff;
}

.menu__item {
    padding: 8px 12px;
    cursor: pointer;
    display: block;
    font-size: 21px;
    color: #000;
}

.menu__item:visited {
    color: #000;
}

.menu__item_section {
    position: relative;
    padding-right: 20px;
}

.menu__item_section__arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu__item_lighted {
    background-color: #f5f7f8;
}

.menu__item.menu__item_regular:hover,
.menu__item--active {
    background: #4b863a;
    color: #fff;
    border-radius: 8px;
}

.menu__container {
    position: absolute;
    top: 38px;
    display: block;
}

.menu__container_m {
    width: 500px;
    height: 425px;
    padding: 0;
    overflow: hidden;
    bottom: 50px;
    max-width: 90%;
}

.menu__container_right {
    right: 0;
}

.menu__container_left {
    left: 0;
}

.menu__container_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.menu__container__body {
    padding: 25px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.menu__item_regular {
}

.menu__item_important {
    font-weight: bold;
}

.menu__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.menu__close polyline {
    fill: #2d4942;
}

.menu__close:hover polyline {
    fill: #4b863a;
}

.menu__item_top-menu {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background-color: #202020;
}

.menu__item_top-menu:visited {
    color: #fff;
}

.menu__item_top-menu:hover {
    color: #a5a5a5;
}
.select {
    position: relative;
    cursor: pointer;
    padding: 5px 8px 6px .375em;
    white-space: nowrap;
}

.select__placeholder {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.control-container--saving-disabled .select__placeholder:not(.select__placeholder_active-item) {
    display: none;
}

.select__chip {
    background: #f5f7f8;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select__chip__remove {
    padding-top: 2px;
}

.control-container--saving-disabled .select__chip__remove {
    display: none;
}

.select__chip:hover {
    background: #d6e1ff;
}

.select__chip-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    max-width: 240px;
}

.control-container--saving-disabled .select__chip-container {
    margin-top: -10px;
}

.select__placeholder_can-be-hovered:hover {
    fill: #4b863a;
    color: #4b863a;
}

.select__placeholder-current {
}

.select__placeholder__label {
    font-size: 20px;
    white-space: normal;
    text-align: left;
    display: flex;
}

.select__placeholder__label_text-o {
    display: block;
}

.select__placeholder__label_search {
    display: inline-block;
}

.select__placeholder__label_invalid {
    background: #4b863a;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.select__placeholder__label_valid {
    background: #4b863a;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

.select__placeholder__label__sect {
    margin-bottom: 10px;
}

.select__placeholder__label__extra {
    font-size: 15px;
    color: #73798c;
}

.select__placeholder__label_capitalize::first-letter {
    text-transform: uppercase;
}

.select__placeholder__label_arrow {
    align-items: center;
}

.select__placeholder_active-item {
}

.select__chip .select__placeholder__label {
    font-size: 16px;
}

.select__container {
    position: relative;
}

.select__container__wrapper {
    
}

.select__container-menu {
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 102;
    width: 300px;
    border-radius: 16px;
}

.select__container-child {
    overflow-y: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.select__container__search {
    width: 233px;
    position: absolute;
    left: 20px;
    display: flex;
    align-items: center;
}

.select__child {
    border-radius: 8px;
}

.select__child:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.select__child__label {
    position: relative;
    display: flex;
    align-items: center;
}

.select__child__checkbox {
    margin-right: 10px;
    display: flex;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 4px;
    flex: 0 0 auto;
}

.select__child__checkbox svg {
    transition: 0.2s ease-out;
    opacity: 0;
}

.select__child__label--active .select__child__checkbox svg {
    opacity: 1;
}

.select__close-icon {
    width: 14px;
    height: 14px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.select__arrow-icon {
    width: 14px;
    height: 14px;
    display: flex;
    margin-left: 6px;
    flex: 0 0 auto;
}

.control-container--saving-disabled .select__arrow-icon {
    display: none;
}

.control-container--saving-disabled .select__close-icon {
    display: none;
}

.select_s .select__placeholder__label {
    font-size: 16px;
}

.select_l .select__placeholder__label {
    font-size: 38px;
    line-height: 50px;
}
.upload {
    display: flex;
    flex-wrap: wrap;
}

.upload__photo-icon {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    flex: 0 0 auto;
}

.upload__input {
    display: none;
}

.upload-resize {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    right: 0;
    z-index: 102;
}

.upload-resize::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
}

.upload-resize .croppr-image {
    max-height: calc(100vh - 100px);
    max-width: 100vw;
    position: relative;
    z-index: 1;
}

.upload-resize .croppr-container {
    display: flex;
    justify-content: center;
}

.upload-resize__buttons {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f7f8;
    position: relative;
    padding: 10px;
    border-radius: 2px;
}

.upload-resize__buttons__button-block {
    display: flex;
    margin-right: 15px;
}

.upload-resize__buttons__button-block__description {
    display: flex;
    margin-right: 15px;
    align-items: center;
    margin-left: 10px;
}
.table {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.table-row__cell {
    flex: 0 0 auto;
    display: flex;
    margin-right: 10px;
}

.table-row__input {
    max-width: 100%;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
{
    .table-row {
        flex-wrap: wrap;
    }
}
.special-line {
    position: relative;
}

.special-line__old {
    font-size: 70%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-65%);
}

.special-line::after {
    position: absolute;
    top: 50%;
    right: -2px;
    left: -2px;
    margin-top: -1px;
    border-bottom: 2px solid #bb1422;
    content: "";
}
.skeleton-root .skeleton {
    max-width: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: rgba(230,230,230, 0.1);
    border-radius: 6px!important;
    min-height: 24px;
    position: relative;
    height: 100%;
}

.skeleton-root .skeleton__hidden {
    display: none;
}

.skeleton-root .skeleton_m {
    min-width: 125px;
}

.skeleton-root .skeleton::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(230,230,230, 0) 0, rgba(230,230,230, 0.2) 20%, rgba(230,230,230, 0.5) 60%, rgba(230,230,230, 0.75) 80%, rgba(230,230,230, 0.85) 85%, rgba(230,230,230, 0));
    animation: skeleton 2s infinite;
    content: '';
}

.skeleton-root .skeleton * {
    visibility: hidden;
    pointer-events: none;
}

@keyframes skeleton {
    100% {
        transform: translateX(100%);
    }
}
button-group input {
    display: none;
}

.button-group__button {
    height: 27px;
    color: #202020;
    position: relative;
}

.button-group__button_margin_plus-input {
    margin-left: 12px;
}

.button-group__button:hover {
    opacity: 0.6;
}

.button-group__text {
    position: relative;
    z-index: 2;
}

.button-group__title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px dashed;
    display: block;
    line-height: 15px;
}

.button-group__title_m {
    font-size: 20px;
}

.button-group__title_s {
    font-size: 15px;
}

.button-group__title-wrapper {
    height: 100%;
    z-index: 2;
    position: relative;
}

.button-group__title-wrapper_m {
    margin-left: 15px;
    margin-right: 15px;
}

.button-group__title-wrapper_s {
    margin-left: 8px;
    margin-right: 8px;
}

.button-group__button:first-child {
    margin-left: -15px;
}

.button-group__button {
}

.button-group__button_s {

}

.button-group__button input:checked+label {
    background-color: rgba(43,202,125,0.65);
    z-index: 1;
}

.button-group__button--disabled input+label {
    pointer-events: none;
}

.button-group__button input+label {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
}

.button-group__button_alt {
    border: 1px solid #f5f7f8;
    border-radius: 6px;
    color: #000;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 15px;
    height: auto;
    min-height: 85px;
}

.button-group__button_alt .button-group__title {
    border-bottom: transparent;
    line-height: normal;
}

.button-group__button_alt:first-child {
    margin-left: 0;
}

.button-group__container {
    display: flex;
    flex-wrap: wrap;
}

.control-description_button-group {
    font-size: 15px;
    z-index: 2;
    position: relative;
}

.button-group__button_alt__radio {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.button-group__button_alt__radio radio-icon, .button-group__button_alt__radio radio-checked-icon {
    display: none;
}

.button-group__button_alt radio-icon {
    display: block;
}

.button-group__button_alt input:checked+label+.button-group__button_alt__radio radio-icon {
    display: none;
}

.button-group__button_alt input:checked+label+.button-group__button_alt__radio radio-checked-icon {
    display: block;
}

.button-group__button_alt .control-description_button-group {
    color: #73798c;
    padding-bottom: 0;
}

.button-group__button--disabled {
    color: #a5a5a5;
    border-color: #a5a5a5;
}

.button-group__button input+label {
    background-color: rgba(43,202,125,0.05);
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
{
    .button-group__button {
        margin-bottom: 8px;
        padding-bottom: 4px;
        display: flex;
        width: 100%;
    }

    .button-group__button:first-child {
        margin-left: 0;
    }

    .button-group__title {
        margin-right: 0;
    }
}

.button-group_capitalize .button-group__title::first-letter {
    text-transform: uppercase;
}

.button-group__button_plus-input {
    color: #fff;
}

.button-group__button_plus-input.button-group__button:first-child {
    margin-left: 0;
}

.button-group__button_plus-input .button-group__title {
    border-bottom: 1px transparent;
}

.button-group__button_plus-input input:checked+label {
    background-color: #000;
}

.button-group__button_plus-input:not(.button-group__button--checked) {
    color: #000;
}

.button-group__button_plus-input.button-group__button--disabled {
    opacity: 0.2;
}

.button-group__button_plus-input:not(.button-group__button--checked) input+label {
    background-color: rgba(0,0,0,0.12);
}

.button-group__button--checked dynamic-template svg *:not([fill]) {
    fill: #fff;
}
.chat-message-tail {
  width: 50px;
  height: 35px;
  bottom: 0;
  position: absolute;
  display: flex;
  z-index: 0;
}

.chat-message-tail_left {
  left: -7px;
}

.chat-message-tail_right {
  right: -7px;
}
player-component {
    flex: 0 0 auto;
}

.player_gray svg {
    fill: #a5a5a5;
}

.play-block-container {
    width: 100%;
    height: 100%;
}

.play-block {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.play-block__control {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 220px;
    height: 48px;
    background: #d0fe77;
    z-index: 1;
    display: flex;
    align-items: center;
    border: 1px solid #f5f7f8;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    direction: ltr;
}

.play-block__time {
    padding-left: 10px;
}

.play-block__time__duration {
    font-size: 16px;
    font-weight: 200;
}

.play-block__button_container {
    width: 100%;
    height: 100%;
}

.play-block__wave_container {
    width: 100%;
    height: 100%;
}

.play-block__button svg,  .play-block:hover .play-block__button svg *:not([fill]) {
    fill: #000;
}
.drag__floating-element {
    opacity: 0;
    transform: translateY(-100%);
}

.drag__floating-element--active {
    transition: transform 250ms linear;
    opacity: 1;
    transform: translateY(0%);
}
.shadow {
    position: fixed;
    z-index: 2;
    background-color: #fff;
    padding: 32px 16px;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
    border-radius: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}
.sort__arrow {
  opacity: 0.5;
}

.sort__arrow--active {
  opacity: 1;
}
.circle-cover {
  background-color: #fff;
  color: #4c4b51;
  width: calc(var(--size) + 12px);
  height: calc(var(--size) + 12px);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #b0f0d1;
  --size: 24px;
  --primary: #fff;
  --secondary: #4b863a;
}

.circle__checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  margin: auto;
}

.circle__checkmark svg polygon {
  fill: #fff;
}

.circle {
  width: var(--size);
  height: var(--size);
  position: relative;
  flex: 0 0 auto;
}

.circle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--size);
  background-color: var(--primary);
  z-index: 0;
}

.circle__half-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.circle__half-wrapper_left {
  left: 0;
  transform: rotate(0deg);
  transform-origin: right;
  z-index: 2;
}

.circle__half-wrapper_right {
  right: 0;
  transform: rotate(180deg);
  transform-origin: left;
  z-index: 1;
}

.circle__half-wrapper_right_addon {
  display: none;
  z-index: 3;
  transform: rotate(360deg);
}

.circle__half {
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: var(--size);
}

.circle__half_left {
  left: 0;
  background-color: var(--primary);
}

.circle__half_right {
  right: 0;
  background-color: var(--secondary);
}
@font-face {
    font-family: 'Montserrat';
    src: url('/assets/font/montserrat/montserrat.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'PT Mono';
    src: url('/assets/font/ptmono/pt-mono_regular.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Icons';
    src: url('/assets/font/glyphs/icons.woff') format('woff');
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'Icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-right-bracket:before{content:'\0041';}
.icon-left-bracket:before{content:'\0042';}
@keyframes fadeIn {
    from { opacity: 0; margin-left: -1000px; }
      to { opacity: 1; }
}

@keyframes smoothLoad {
  0% {
   filter: blur(20px);
  }

  100% {
   filter: blur(0px);
  }
}

@keyframes spin { 100% { transform:rotate(360deg); } }

.animation_spin {
    animation: spin 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}

@keyframes pulse-blue {
	0% {
		box-shadow: 0 0 0 0 rgba(54,83,219, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(54,83,219, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(54,83,219, 0);
	}
}

.animation_pulse-blue {
	animation: pulse-blue 1s cubic-bezier(0.2, 0.5, 1, 1.5) infinite;
}

.animation_pulse-size {
  animation: pulse-size 1s cubic-bezier(0.2, 0.5, 1, 1.5) infinite;
}

@keyframes pulse-size {
	0% {
		transform: scale(1.0);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(43,202,125, 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(43,202,125, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(43,202,125, 0);
	}
}

.animation_pulse-green {
	animation: pulse-green 1s cubic-bezier(0.2, 0.5, 1, 1.5) infinite;
}

.animation_blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.app-logo-link img {
    max-width: 100%;
}

.app-logo-link {
    display: flex;
    width: 56px;
    flex: 0 0 auto;
}

.checkmark-icon-button {
    width: 47px;
    height: auto;
    display: flex;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.button_small .checkmark-icon-button {
    width: 27px;
}

.renew-icon-button {
    width: 25px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.title-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding-left: 20px;
}

.icon {
    display: block;
    flex: 0 0 auto;
    line-height: 0;
}

.icon_active {
    cursor: pointer;
}

.icon_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon:hover svg *:not([fill]) {
    fill: #4b863a;
}

.icon-wrapper {
    padding: 10px 12px;
}

.icon-wrapper:hover svg *:not([fill]) {
    fill: #4b863a;
}

.icon_10 {
    width: 10px;
    height: 10px;
}

.icon_12 {
    width: 12px;
    height: 12px;
}

.icon_16 {
    width: 16px;
    height: 16px;
}

.icon_20 {
    width: 20px;
    height: 20px;
}

.icon_24 {
    width: 24px;
    height: 24px;
}

.icon_32 {
    width: 32px;
    height: 32px;
}

.icon_40 {
    width: 40px;
    height: 40px;
}

.icon_48 {
    width: 48px;
    height: 48px;
}

.icon_64 {
    width: 64px;
    height: 64px;
}

.icon_80 {
    width: 80px;
    height: 80px;
}

.icon_96 {
    width: 96px;
    height: 96px;
}

.icon_128 {
    width: 128px;
    height: 128px;
}

.icon_rotate-90 {
    transform: rotate(90deg);
}

.icon_rotate-180 {
    transform: rotate(180deg);
}

.icon_rotate-270 {
    transform: rotate(270deg);
}

.icon--disabled {
    opacity: 0.5;
    pointer-events: none;
}
.link {
    text-decoration: underline;
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.link_dotted {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #3653db;
    border-bottom: 2px dotted;
}

.link_dotted:hover {
    color: rgba(54, 83, 219, 0.5);
}

.link:hover {
    color: rgba(188, 35, 48, 0.6);
}

.link_red {
    color: rgba(188, 35, 48, 0.8);
}

.link_red:hover {
    color: rgba(188, 35, 48, 1);
}

.link--active {
    color: #4b863a;
}

.link--disabled {
    pointer-events: none;
    text-decoration: none;
}
h1, .h1 {
    font-size: 35px;
    margin-bottom: 40px;
}

h2, .h2 {
    font-size: 26px;
    margin-bottom: 50px;
}

h3, .h3 {
    font-size: 22px;
    margin-bottom: 50px;
}

h4, .h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.title_with-content {
    display: flex;
    align-items: center;
}

body, input, textarea, h1, h2, h3, button, figure, section, header, main, div, span, footer {
    font-family: Montserrat, Arial, sans-serif;
}

h1, h2, h3, .h1, .h2, .h3, h4, .h4 {
    display: flex;
    align-items: center;
}

.mono {
    font-family: PT Mono;
}

.bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.font-black {
    color: #00032b;
}

.font-dark-red {
    color: #bb1422;
}

.font-gray {
    color: #a5a5a5;
}

.font-dark-gray {
    color: #73798c;
}

.font-white {
    color: #fff;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-32 {
    font-size: 32px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-42 {
    font-size: 42px;
}

.f-48 {
    font-size: 48px;
}

.f-70 {
    font-size: 70px;
}

.f-96 {
    font-size: 96px;
}

.f-128 {
    font-size: 128px;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.lh-39 {
    line-height: 39px;
}

.lh-41 {
    line-height: 41px;
}

.lh-42 {
    line-height: 42px;
}

.dir-rtl {
    direction: rtl;
}

.w-br-all {
    word-break: break-all;
}


.rule__ayat {
    font-size: 28px;
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rule__ayat:before {
    font-family: 'Icons';
    content: '\0041';
}

.rule__ayat:after {
    font-family: 'Icons';
    content: '\0042';
}

.rule__caption {
    text-align:center;
    font-weight:bold;
    font-size:26px;
}

.rule__caption_s {
    font-weight:500;
    font-size:20px;
}

.rule__arabic_s {
    font-size:28px;
    vertical-align:middle;
}

.rule__arabic_m {
    font-size:40px;
    vertical-align:middle;
}

.rule__block {
    padding: 16px 24px;
    border-radius:16px;
}

.rule__block_a {
    background-color: #e9e4f9;
}

.rule__block_b {
    background-color: #f3dce2;
}
.croppr-container * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.croppr-container img {
  vertical-align: middle;
  max-width: 100%;
}

.croppr {
  position: relative;
  display: inline-block;
}

.croppr-overlay {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: crosshair;
}

.croppr-region {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  cursor: move;
  top: 0;
}

.croppr-imageClipped {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.croppr-handle {
  border: 1px solid black;
  background-color: white;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 4;
  top: 0;
}
.list {
    display: flex;
    flex-wrap: wrap;
}

.list__top {
    width: 100%;
}

.list__panel {
    padding: 10px 1.25%;
    display: flex;
    background: #f7f3e6;
    width: 100%;
    min-height: 50px;
}

.list__item {
    margin-bottom: 15px;
    display: flex;
    padding-bottom: 10px;
}

.list__item_caption {
    margin-bottom: 35px;
    padding-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

.list__item_caption__fixed {
    background-color: rgba(255,255,255,0.95);
    padding-top: 20px;
    padding-bottom: 20px;
}

.list__item_caption_slim {
    margin-bottom: 0;
}

.list__item_caption .list__item__cell {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.list__item_seq {
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 0;
}

.list__item_seq_slim {
    margin-bottom: 0;
}

.list__item__name {
    min-width: 320px;
}

.list__item__cell:first-child {
    margin-left: 1.25%;
}

.list__item__cell:last-child {
    margin-right: 1.25%;
}

.list__item__cell:not(:first-child) {
    margin-left: 10px;
}

.list__item__cell:not(:last-child) {
    margin-right: 35px;
}

.list__item__cell_s {
    width: 50px;
}

.list__item__cell_m {
    width: 220px;
}

.list__item__cell_l {
    width: 330px;
}

.list__item__cell_xl {
    width: 500px;
}

.list__item__cell_data {
    font-size: 16px;
}

.list__item__cell_high {
    height: 50px;
}

.list__item__cell__col {
    flex: 0 0 auto;
    font-size: 15px;
}

.list__item__cell__col_caption {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body, html {
    background-color: #eff2f3;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: auto;
    border-left: #f5f7f8 1px solid;
    border-right: #f5f7f8 1px solid;
}

.container__block_stretched {
    width: calc(100% + 32px);
    margin-left: -16px;
}

.container_header {
    display: flex;
    justify-content: space-between;
    min-height: 70px; /* a */
    background-color: #fff;
    position: relative;
}

.container_header__title {
    font-size: 14px;
    font-weight: 700;
}

.container_footer {
    background: #fff;
    display: flex;
    justify-content: space-between;
    height: 30px; /* b */
    background-color: #fff;
}

.container_content {
    min-height: calc(100vh - 100px); /* a + b */
    display: flex;
    position: relative;
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

.container_content--disabled::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.container_content__body {
    width: 100%;
}

.container_content__body {
    padding-bottom: 50px;
}

.container-fixed-layer {
    position: fixed;
    background: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.container_content_first {
    margin-top: 0;
}

.container_content__offset {
    margin-top: 60px;
}

@media only screen and (max-device-width: 480px) {
    .container_footer__right {
        width: calc(100% - 100px);
    }
}

.container_caption-with-content {
    display: flex;
    padding-top: 25px;
}

.container_caption-with-content__button {
    margin-left: 20px;
}

.container_caption-with-content__control-description  {
    margin-left: 20px;
}

.container_none {
    display: none!important;
}

.container_h-auto {
    height: auto;
}

.container_rel {
    position: relative;
}

.container_abs {
    position: absolute;
}

.container_w-100 {
    width: 100%;
}

.container_group {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}

.container_group__name {
    margin-right: 50px;
}

.container_group__name__title {
    margin-bottom: 0;
}

.container_group__img {
    max-height: 120px;
}

.container_img {
    max-width: 100%;
}

.container_co_default {
    transition-property: opacity;
}

.container_co_horizontal {
    transition-property: width, opacity, margin;
}

.container_co_fade-only {
    transition-property: opacity, transform;
}

.container_co_0_5 {
    transition-duration: 400ms;
}

.container_co_1_5 {
    transition-duration: 1200ms;
}

.container_co_default--opened {
    opacity: 1;
}

.container_co_default--closed {
    opacity: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
    pointer-events: none;
    overflow: hidden;
}

.container_co_horizontal--opened {
    opacity: 1;
}

.container_co_horizontal--closed {
    height: 0!important;
    opacity: 0!important;
    width: 0!important;
    margin: 0!important;
    pointer-events: none;
    overflow: hidden;
}

.container_co_fade-only--opened {
    opacity: 1;
}

.container_co_fade-only--closed {
    opacity: 0!important;
    pointer-events: none;
}

.container_attention-block {
    padding: 64px;
    background-color: #dbf0dd;
    position: relative;
    overflow: hidden;
}

.container_dir-rtl {
    direction: rtl;
}

.container_dir-ltr {
    direction: ltr;
}

.cur-pointer {
    cursor: pointer;
}

.body--is-fixed {
    overflow: hidden;
}

.image-block_preview {
    width: 200px;
    height: 200px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-device-width: 480px) {
    .image-block_preview {
        width: 100px;
        height: 100px;
    }
}
.ebox {
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 2px;
    position: relative;
}

.ebox_new {
    background: #f5f7f8;
}

.control-container--saving-disabled .ebox_new {
    display: none;
}

.ebox__img-container {
    max-width: 100%;
}

.ebox__label {
    position: absolute;
    background: #f5f7f8;
    border-radius: 3px;
    left: 10px;
    top: 50px;
    padding: 3px;
}

.ebox__remove {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.control-container--saving-disabled .ebox__remove {
    display: none!important;
}

.ebox__remove:hover {
    opacity: 0.65;
}

.ebox_file {

}

.ebox_handler {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ebox__img {
    max-width: 100%;
    vertical-align: top;
}

.ebox__color-icon {
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 1;
}

.control-container--saving-disabled .ebox__color-icon {
    display: none!important;
}

.ebox_new:hover {
    color: #4b863a;
}

.ebox__centered__text {
    flex: 0 0 0;
}

.ebox__centered {
    cursor: pointer;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.basic-modal {
    padding: 32px;
    display: flex;
    height: 100%;
    overflow-y: auto;
}

.basic-modal__body {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.basic-modal__body__text {
    text-align: center;
    font-size: 18px;
}

.basic-modal__body__button {
    margin-top: 35px;
}

.basic-modal__title {
    margin-bottom: 25px;
    text-align: center;
}
.fx {
    display: flex;
}

.fx-dir-col {
    flex-direction: column;
}

.fx-alc {
    align-items: center;
}

.fx-alfs {
    align-items: flex-start;
}

.fx-alfe {
    align-items: flex-end;
}

.fx-jcsb {
    justify-content: space-between;
}

.fx-jcsa {
    justify-content: space-around;
}

.fx-jcc {
    justify-content: center;
}

.fx-jcfe {
    justify-content: flex-end;
}

.fx-jcfs {
    justify-content: flex-start;
}

.fx-wrap {
    flex-wrap: wrap;
}

.fx-asc {
    align-self: center;
}

.fx-stretch {
    flex: 1 1 auto;
}

.fx-fixed {
    flex: 0 0 auto;
}


.exercise__root-container {
    min-height: 32px;
}

.exercise__cover, .exercise__description {
    width: 100%;
    max-width: 530px;
    border-radius: 32px;
    margin-top: 15px;
}

.exercise__cover {
    background-color: #F6F4F0;
    padding: 16px;
}

.exercise__description {
    padding: 32px;
    background-color: #fff6b3;
    font-size: 20px;
}

.exercise__description_arabic {
    background-color: #f5f7f8;
}

.exercise__description__title {
    font-size: 40px;
    font-weight: 500;
}

.exercise__description__title_arabic {
    font-size: 90px;
    text-align: center;
}

.exercise__description__content {
    margin-top: 8px;
    white-space: break-spaces;
    line-height: 30px;
    font-weight: 300;
}

.exercise__step_full {
    width: 100%;
}

.exercise__step_set {
    width: 100%;
}

.exercise__container {
    width: 100%;
    max-width: 800px;
}

.exercise__item {
    width: 100%;
    position: relative;
}

.exercise__player {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: auto;
}

.exercise__element, .exercise__ordered-set, .exercise__static {
    padding: 8px 10px;
    background-color: #f7f7f8;
    width: 100%;
    border-radius: 32px;
}

.exercise__element__content, .exercise__ordered-set__content {
    padding-bottom: 10px;
    white-space: break-spaces;
}

.exercise__static__content {
    padding-bottom: 10px;
}

.exercise__element-wrapper, .exercise__ordered-set-wrapper, .exercise__static-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.exercise__element__text__value, .exercise__ordered-set__text__value, .exercise__static__text__value {
    margin-bottom: 10px;
}

.exercise__ordered-set__text__value {
    margin-top: 10px;
}

.exercise__element__text:not(:empty), .exercise__ordered-set__text:not(:empty), .exercise__static__text:not(:empty) {
    padding: 16px 8px 16px 8px;
}

.exercise__ordered-set__answer {
    width: 100%;
}

.exercise__ordered-set__item {
    position: relative;
    display: flex;
    margin-top: 10px;
}

.exercise__ordered-set__item--error::after {
    content: '';
    position: absolute;
    bottom: 5px;
    border-bottom: 3px solid #ff2f2f;
    width: 100%;
}

.exercise__ordered-set__item--valid::after {
    content: '';
    position: absolute;
    bottom: 5px;
    border-bottom: 3px solid #4b863a;
    width: 100%;
}

.exercise__ordered-set__item--empty {
    min-width: 100px;
}

.exercise__ordered-set__item--active {
    border: 1px #000 dashed;
}

.exercise__ordered-set__item {
    margin-right: 12px;
    margin-left: 12px;
}

.exercise__ordered-set__item__remove {
    position: absolute;
    right: -10px;
    top: -6px;
}

.exercise__audio-mod {
    padding-bottom: 80px;
}

.exercise__element_blank {
    min-height: 200px;
    opacity: 0.35;
}

.exercise__element_blank--is-activating {
    transition: 0.3s ease-out;
    opacity: 1;
}

.exercise__element__user-input {
    position: relative;
    box-shadow: 0 8px 24px rgba(36, 36, 36, .15);
    height: 64px;
    border-radius: 24px;
    padding: 0 16px 0 16px;
    background-color: #fff;
    display: inline-flex;
    border: 5px solid transparent;
    margin-left: 7px;
    margin-top: 10px;
}

.exercise__element__user-input__correct-answer {
    position: absolute;
    right: 0;
    top: -82px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 10px 16px 10px 16px;
    color: #202020;
    border-radius: 24px;
    white-space: nowrap;
}

.exercise__element__control__input {
    font-size: 38px;
}

.exercise__element__user-input--clear {
    min-width: 80px;
}

.exercise__element__user-input--clear::after {
    content: '';
}

.exercise__element__user-input--valid {
    border-color:#4b863a;
}

.exercise__element__user-input--error {
    border-color:#ff2f2f;
}

div.exercise__element__menu__container {
    width: 300px;
    right: 0;
    white-space: normal;
    max-height: 95vh;
    overflow: scroll;
    opacity: 0;
    transition: 0.2s ease-out opacity;
}

div.exercise__element__menu__container--anim {
    opacity: 1;
}

.exercise__value {
    word-break: break-word;
}

.exercise__value__l {
    font-size: 35px;
    direction: rtl;
}

.menu__item.exercise__value__l {
    font-size: 28px;
    direction: rtl;
}

.exercise__value__m {
    font-size: 19px;
    direction: ltr;
}

.exercise__item play-icon svg, .exercise__item pause-icon svg {
    fill: #73798c;
}

.exercise__item wave-icon svg path {
    opacity: 0.35;
}

.exercise__h1 {
    font-size: 36px;
    margin-top: 90px;
    background-color: #ffdcd7;
    border-radius: 32px;
    padding: 16px 16px;
    font-weight: 500;
}

.exercise__h1_arabic {
    font-size: 54px;
    direction: rtl;
    background-color: #ffdcd7;
    border-radius: 32px;
    padding: 16px 16px;
}

.exercise__h2 {
    font-size: 24px;
    margin-top: 75px;
    background-color: #ffcb2f;
    border-radius: 32px;
    padding: 16px 16px;
    font-weight: 500;
}

.exercise__h2_arabic {
    font-size: 36px;
    direction: rtl;
    background-color: #ffcb2f;
    border-radius: 32px;
    padding: 16px 16px;
}

.exercise__h3 {
    font-size: 16px;
    margin-top: 60px;
    background-color: #fff6b3;
    border-radius: 32px;
    font-weight: 500;
    padding: 16px 16px;
}

.exercise__h3_arabic {
    font-size: 32px;
    direction: rtl;
    background-color: #fff6b3;
    border-radius: 32px;
    padding: 16px 16px;
}

.exercise__rule {
    min-width: 300px;
    max-width: 100%;
    padding: 24px 24px 48px 24px;
    background-color: #fdfbf7;
    border-radius: 64px;
    position: relative;
}

.exercise__rule__content {
    position: relative;
    z-index: 1;
}

.exercise__go-back {
    position: sticky;
    top: 0;
    padding-left: 24px;
    padding-top: 16px;
    z-index: 1;
}

.exercise__restart-button {
    position: absolute;
    left: 50px;
    bottom: 273px;
    z-index: 3;
}
.book__exercise-container {
    min-height: 32px;
}

.book__exercise {
    background-color: #f5f7f8;
    padding: 10px 25px;
    margin-right: 10px;
    margin-bottom: 25px;
    color: #202020;
    width: 270px;
    min-height: 191px;
    border-radius: 24px;
    position: relative;
    height: calc(100% - 25px);
}

.book__exercise__progress {
    direction: ltr;
}

.book__exercise__progress__renew {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
}

.book__exercise__progress__renew:hover svg *:not([fill]) {
    fill: #ff2f2f;
}

.book__exercise__repeat-count {
    font-size: 14px;
    text-align: center;
}

.book__exercise:hover {
    cursor: pointer;
    opacity: 0.6;
}

.book__exercise__top {
    min-height: 100px;
    direction: rtl;
}

.book__exercise__title {
    font-size: 26px;
    font-weight: 600;
    direction: rtl;
}

.book__exercise__second-title {
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 100px;
    color: #505a63;
    white-space: pre;
}

.book__exercise__description {
    font-size: 13px;
}

.book__exercise__description:not(:empty) {
    min-height: 64px;
}

.book__exercise__info {
    font-size: 13px;
    margin-bottom: 20px;
}
.books {
    min-height: 32px;
}

.books__item {
    width: 300px;
    position: relative;
    margin-bottom: 25px;
}

.books__container {
    position: relative;
    perspective: 1800px;
}

.books__container__front {
    transform: translate3d(0, 0, 20px);
    height: 100%;
}

.books__container__left {
    position: absolute;
    width: 40px;
    height: 100%;
    left: -20px;
    transform: rotate3d(0, 1, 0, -90deg);
    top: 0;
}

.books__container__left__text {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 420px;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-40px);
}

.books__container__image {
    transition: transform .5s;
    transform: rotate3d(0, 1, 0, 0deg);
    position: relative;
    width: 300px;
    height: 420px;
    transform-style: preserve-3d;
    display: block;
    user-select: none;
}

.books__container__front:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}

.books__container__image:hover, .books__container__image--anim {
    transform: rotate3d(0, 1, 0, 30deg);
}

.books__promo-block {
    position: absolute;
    right: -35%;
    top: -147%;
    transition: 0.2s ease-out;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    width: 200px;
    height: 200px;
    z-index: -1;
}

.books__promo-block_1 {
    width: 250px;
    height: 250px;
    font-size: 20px;
}

.books__promo-block_1 .promo-block {
    padding: 0 48px;
}

.book__pay-block {
    margin-top: 15px;
    background-color: #fdfbf7;
    border: 1px solid #f5f7f8;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.book__html {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;
}

.book__html__author {
    text-align: center;
    font-size: 13px;
}

.book__html__title {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.book__html__bottom {
    text-align: center;
    font-size: 13px;
}
.promo__attention-block_words {
    padding: 32px;
    background: #202020;
}

.promo__word-container {
    position: relative;
    z-index: 1;
    padding: 12px 12px;
    border-radius: 24px;
}

.promo__word {
    min-height: 62px;
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: 4px;
    font-size: 48px;
    margin-right: 8px;
    margin-top: 8px;
    line-height: 53px;
    transform: scale(1.0);
    transition: 0.15s ease-in-out;
    cursor: pointer;
    color: #000;
}

.promo__word--active {
    background-color: #fff!important;
}

.promo__word-container .promo__word {
    color: #fff;
}

.promo__current-word {
    min-height: 500px;
    padding-top: 115px;
    padding-bottom: 50px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.promo__words-block {
    width: 625px;
    max-width: 100%;
}

.promo__words-block .promo__word:hover {
    transform: scale(1.25);
}

.promo__word__translate {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo__attention-block_stars {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promo__attention-block_stars__star {
    position: absolute;
    top:50%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0 20px rgba(255,255,255,0.1);
    animation: star-animate 3s linear infinite;
    opacity: 0;
}

.promo__attention-block_stars__star::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,#fff,transparent);
}

@keyframes star-animate
{
    0%
    {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(315deg) translateX(-1000px);
        opacity: 0;
    }
}

.promo__attention-block_stars__star:nth-child(1){
    top: 0;
    right: 30%;
    animation-delay: 0s;
    animation-duration: 1s;
}
.promo__attention-block_stars__star:nth-child(2){
    top: 0;
    left: 70%;
    animation-delay: 0.2s;
    animation-duration: 3s;
}
.promo__attention-block_stars__star:nth-child(3){
    top: 0;
    right: 60%;
    animation-delay: 0.4s;
    animation-duration: 2s;
}
.promo__attention-block_stars__star:nth-child(4){
    top: 0;
    left: 30%;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
.promo__attention-block_stars__star:nth-child(5){
    top: 0;
    right: 15%;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}
.promo__attention-block_stars__star:nth-child(6){
    top: 0;
    left: 55%;
    animation-delay: 1s;
    animation-duration: 3s;
}
.promo__attention-block_stars__star:nth-child(7){
    top: 0;
    left: 40%;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
.promo__attention-block_stars__star:nth-child(8){
    top: 0px;
    left: 24%;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
.promo__attention-block_stars__star:nth-child(9){
    top: 0px;
    right: 50%;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}
.promo__attention-block_stars__star:nth-child(10){
    top: 0px;
    right: 5%;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}

.promo__attention-block_stars svg {
    fill: #fff;
}

.promo__attention-block_stars__block {
    position: absolute;
    width: 100px;
    height: 63px;
}

.promo__attention-block_stars__block__moon {
    position: absolute;
    right: 5%;
    top: 119px;
}

.promo__attention-block_stars__block__moon svg {
    fill: #fff;
}
.promo-block {
    position: relative;
    width: 100%;
    height: 100%;
}

.promo-block__star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.promo-block__star svg {
    fill: #d0fe77;
}

.promo-block__container {
    position: relative;
    z-index: 1;
}
.promo__attention-block_learn {
    padding: 32px;
    background: linear-gradient(155deg, #f3dce2, #3653db);
    padding-bottom: 240px;
}

.promo__attention-block_final {
    padding: 32px;
    margin-bottom: -51px;
    background: linear-gradient(155deg, #e4e3f9, #f3dce2);
}

.promo__attention-block_features {
    padding: 32px;
    background-color: #202020;
    min-height: 650px;
}

.promo__feature-text {
    color: #fff;
    position: relative;
    width: 500px;
    max-width: 90%;
    align-self: flex-end;
    font-size: 25px;
    margin-top: 50px;
}

.promo__attention-block_features__description {
    z-index: 1;
    position: relative;
}

.promo__features {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: flex-end;
    flex-wrap: wrap;
    width: 680px;
    justify-content: space-between;
    max-width: 100%;
}

.promo__feature-text__icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.promo__features-block__icon svg path, .promo__feature-text__icon svg circle, .promo__feature-text__icon svg path {
    stroke: #fff;
    fill: none;
}

.promo__features-block__icon_48 {
    padding-bottom: 16px;
}

.promo__title {
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.promo__feature {
    width: 200px;
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.promo__feature__title {
    color: #fff;
    margin-bottom: 10px;
}

.promo__feature__description {
    color: #a5a5a5;
}

.promo__chat {
    align-self: center;
    margin-top: 20px;
    width: 500px;
    height: 300px;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.promo__chat__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 100%;
    transition: 0.35s linear top;
}

.exercise__message-container {
    display: flex;
    align-items: center;
}

.exercise__message-container_right {
    justify-content: flex-end;
}

.exercise__message {
    position: relative;
    font-size: 52px;
    padding: 24px 32px;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    line-height: 55px;
    width: 240px;
    color: #00032b;
    margin-bottom: 20px;
    transition: 0.2s ease-out transform;
    transform: scale(1.0);
}

.exercise__message_right {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 24px;
}

.exercise__message_left {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 48px;
}

.exercise__message__text {
    z-index: 1;
    position: relative;
    direction: rtl;
}

.promo__attention-block_learn__hand {
    background-image: url(/assets/img/hand_min.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 448px;
    height: 400px;
    position: absolute;
    right: 70px;
    bottom: -155px;
    z-index: 1;
}

@media only screen and (max-device-width: 480px) {
    .promo__attention-block_learn__hand {
        width: 224px;
        height: 200px;
        bottom: -74px;
    }
}

.promo__slogan-icon_1 svg {
    fill: #3653db;
}

.promo__slogan-icon_2 {
    margin-top: 3px;
    margin-right: 7px;
    width: 40px;
    height: 40px;
}

.promo__slogan-icon_2 svg {
    fill: #fff;
}

.promo__slogan-icon_3 {
    margin-top: 2px;
    margin-right: 7px;
    width: 40px;
    height: 40px;
}

.promo__compress {
    transform: rotate(50deg) rotateY(180deg) rotateX(60deg);
    position: absolute;
    z-index: 0;
    top: 7px;
    left: -320px;
    height: 650px;
    width: 1000px;
    animation: promo-compress 12s cubic-bezier(0.08,0.195,0.165,0.98) infinite;
}

@keyframes promo-compress {
    0% {
        transform: rotate(50deg) rotateY(180deg) rotateX(60deg);
    }
    25% {
        transform: rotate(50deg) rotateY(180deg) rotateX(0deg);
    }
    75% {
        transform: rotate(50deg) rotateY(180deg) rotateX(-60deg);
    }
    100% {
        transform: rotate(50deg) rotateY(180deg) rotateX(60deg);
    }
}
.training-result__success-text {
    font-weight: 500;
    line-height: 85px;
    padding-bottom: 300px;
}

.training-result__success-text__1 {
    letter-spacing: 3px;
    font-size: 96px;
    line-height: 100px;
}

.training-result__success-text__2 {
    font-size: 64px;
    margin-top: 30px;
}

.training-result {
    margin-top: 75px;
}
.code-confirm {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.code-confirm__login-container {
    justify-content: center;
    width: 300px;
}

.code-confirm__login-button {
    margin-top: 25px;
}

.code-confirm__code-input {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 6px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    border-radius: 5px;
}

.code-confirm__example {
    width: 220px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    border: 2px solid #f5f7f8;
    border-bottom: 0;
    padding: 23px 0 9px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.code-confirm__body__entity {
    font-weight: bold;
}

.code-confirm__email-accountant {
    width: 100%;
    margin-top: 20px;
}

.code-confirm__example__text {
    font-size: 13px;
    line-height: 20px;
    color: #73798c;
}
