.c-btn {
    background: transparent;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.25s, box-shadow 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 0;
}

.c-btn:disabled,
.c-btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}

.c-btn:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color 0.25s, background-color 0.25s;
    z-index: -1;
}

.c-btn:focus {
    outline: 0;
    z-index: 1;
}

.f-focus .c-btn:focus:before {
    box-shadow: 0 0 6px #65afe9;
}

.c-btn--small {
    line-height: 35px;
    min-height: 36px;
    padding: 0 12px !important;
    border-radius: 12px;
}

.c-btn--small:before {
    border-radius: 12px;
}

.c-btn--small {
    font-family: Nunito, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}

.c-btn--regular {
    line-height: 41px;
    min-height: 42px;
    padding: 0 18px !important;
    border-radius: 12px;
}

.c-btn--regular:before {
    border-radius: 12px;
}

.c-btn--regular {
    font-family: Nunito, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.1px;
}

.c-btn--medium {
    line-height: 59px;
    min-height: 60px;
    padding: 0 24px !important;
    border-radius: 16px;
}

.c-btn--medium:before {
    border-radius: 16px;
}

.c-btn--medium {
    font-family: "Nunito-Black", arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0;
    letter-spacing: 0.1px;
}

.c-btn--primary {
    color: #ffffff;
}

.c-btn--primary:before {
    background-color: #5ebd75;
    border-color: #2e9948;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--primary:hover {
    box-shadow: none;
    color: #ffffff;
}

.c-btn--primary:hover .c-btn__content-container:before {
    background-color: #66cc7f;
    border-color: #2e9948;
}

.c-btn--primary:active {
    text-decoration: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.c-btn--primary:active:before {
    border-bottom-width: 0;
    bottom: 4px;
}

.c-btn--primary:disabled,
.c-btn--primary[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--primary:disabled:before,
.c-btn--primary[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--medium.c-btn--primary {
    color: #ffffff;
}

.c-btn--medium.c-btn--primary:before {
    background-color: #5ebd75;
    border-color: #2e9948;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--medium.c-btn--primary:hover {
    box-shadow: none;
    color: #ffffff;
}

.c-btn--medium.c-btn--primary:hover .c-btn__content-container:before {
    background-color: #66cc7f;
    border-color: #2e9948;
}

.c-btn--medium.c-btn--primary:active {
    text-decoration: none;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.c-btn--medium.c-btn--primary:active:before {
    border-bottom-width: 0;
    bottom: 6px;
}

.c-btn--medium.c-btn--primary:disabled,
.c-btn--medium.c-btn--primary[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--medium.c-btn--primary:disabled:before,
.c-btn--medium.c-btn--primary[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--secondary {
    color: #39414b;
}

.c-btn--secondary:before {
    background-color: transparent;
    border-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--secondary:hover {
    box-shadow: none;
    color: rgb(120, 189, 137);
}

.c-btn--secondary:hover .c-btn__content-container:before {
    background-color: transparent;
    border-color: transparent;
}

.c-btn--secondary:active {
    text-decoration: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.c-btn--secondary:active:before {
    border-bottom-width: 0;
    bottom: 4px;
}

.c-btn--secondary:disabled,
.c-btn--secondary[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--secondary:disabled:before,
.c-btn--secondary[disabled]:before {
    background-color: transparent;
    border-color: transparent;
}

/* .c-btn--secondary {} */

.c-btn--light {
    color: #39414b;
}

.c-btn--light:before {
    background-color: #ffffff;
    border-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--light:hover {
    box-shadow: none;
    color: #39414b;
}

.c-btn--light:hover .c-btn__content-container:before {
    background-color: rgb(242, 242, 242);
    border-color: #cccccc;
}

.c-btn--light:active {
    text-decoration: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.c-btn--light:active:before {
    border-bottom-width: 0;
    bottom: 4px;
}

.c-btn--light:disabled,
.c-btn--light[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--light:disabled:before,
.c-btn--light[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--medium.c-btn--light {
    color: #39414b;
}

.c-btn--medium.c-btn--light:before {
    background-color: #ffffff;
    border-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--medium.c-btn--light:hover {
    box-shadow: none;
    color: #39414b;
}

.c-btn--medium.c-btn--light:hover .c-btn__content-container:before {
    background-color: rgb(242, 242, 242);
    border-color: #cccccc;
}

.c-btn--medium.c-btn--light:active {
    text-decoration: none;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.c-btn--medium.c-btn--light:active:before {
    border-bottom-width: 0;
    bottom: 6px;
}

.c-btn--medium.c-btn--light:disabled,
.c-btn--medium.c-btn--light[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--medium.c-btn--light:disabled:before,
.c-btn--medium.c-btn--light[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--danger {
    color: #ffffff;
}

.c-btn--danger:before {
    background-color: #fc686a;
    border-color: #C45456;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--danger:hover {
    box-shadow: none;
    color: #ffffff;
}

.c-btn--danger:hover .c-btn__content-container:before {
    background-color: rgb(253, 155, 157);
    border-color: #C45456;
}

.c-btn--danger:active {
    text-decoration: none;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.c-btn--danger:active:before {
    border-bottom-width: 0;
    bottom: 4px;
}

.c-btn--danger:disabled,
.c-btn--danger[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--danger:disabled:before,
.c-btn--danger[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--medium.c-btn--danger {
    color: #ffffff;
}

.c-btn--medium.c-btn--danger:before {
    background-color: #fc686a;
    border-color: #C45456;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}

.c-btn--medium.c-btn--danger:hover {
    box-shadow: none;
    color: #ffffff;
}

.c-btn--medium.c-btn--danger:hover .c-btn__content-container:before {
    background-color: rgb(253, 155, 157);
    border-color: #C45456;
}

.c-btn--medium.c-btn--danger:active {
    text-decoration: none;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

.c-btn--medium.c-btn--danger:active:before {
    border-bottom-width: 0;
    bottom: 6px;
}

.c-btn--medium.c-btn--danger:disabled,
.c-btn--medium.c-btn--danger[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--medium.c-btn--danger:disabled:before,
.c-btn--medium.c-btn--danger[disabled]:before {
    background-color: #e1e2e3;
    border-color: #bdbec2;
}

.c-btn--tab {
    color: #39414b
}

.c-btn--tab:before {
    background-color: transparent;
    border-color: #e1e2e3;
    border-style: solid;
    border-width: 1px;
}

.c-btn--tab:hover {
    box-shadow: none;
    color: #5ebd75;
}

.c-btn--tab:hover .c-btn__content-container:before {
    background-color: transparent;
    border-color: #e1e2e3;
}

.c-btn--tab:active {
    text-decoration: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /* color: $active-color; */
}

.c-btn--tab:active:before {
    border-color: #5ebd75;
    border-bottom-width: 1px;
    bottom: 0;
}

.c-btn--tab:disabled,
.c-btn--tab[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--tab:disabled:before,
.c-btn--tab[disabled]:before {
    background-color: transparent;
    border-color: #e1e2e3;
}

/* .c-btn--tab {} */

.c-btn--tab.c-btn--active {
    text-decoration: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #5ebd75;
}

.c-btn--tab.c-btn--active:before {
    border-color: #5ebd75;
    border-bottom-width: 1px;
    bottom: 0;
}

/* .c-btn--tab.c-btn--active {} */

.c-btn--ghost-tab {
    color: #39414b
}

.c-btn--ghost-tab:before {
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
}

.c-btn--ghost-tab:hover {
    box-shadow: none;
    color: #5ebd75;
}

.c-btn--ghost-tab:hover .c-btn__content-container:before {
    background-color: transparent;
    border-color: transparent;
}

.c-btn--ghost-tab:active {
    text-decoration: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /* color: $active-clolor; */
}

.c-btn--ghost-tab:active:before {
    border-color: #5ebd75;
    border-bottom-width: 1px;
    bottom: 0;
}

.c-btn--ghost-tab:disabled,
.c-btn--ghost-tab[disabled] {
    text-decoration: none;
    color: #bdbec2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-btn--ghost-tab:disabled:before,
.c-btn--ghost-tab[disabled]:before {
    background-color: transparent;
    border-color: #e1e2e3;
}

/* .c-btn--ghost-tab {} */

.c-btn--ghost-tab.c-btn--active {
    text-decoration: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #5ebd75;
}

.c-btn--ghost-tab.c-btn--active:before {
    border-color: #5ebd75;
    border-bottom-width: 1px;
    bottom: 0;
}

.c-btn__button-content {
    display: block;
    position: relative
}

.c-btn__button-content>.c-btn__icon-l {
    left: 0;
}

.c-btn__button-content>.c-btn__icon-r {
    right: 0;
}

.c-btn__content {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    empty-cells: show;
    table-layout: auto
}

.c-btn__content-icon {
    display: table-cell;
    height: 1px;
    vertical-align: middle;
    padding-right: 12px;
    width: 1%
}

.c-btn__content-text {
    display: table-cell;
    height: 1px;
    vertical-align: middle
}

.c-btn__content-text+.c-btn__content-icon {
    padding-right: 0;
    padding-left: 12px
}

.c-btn__content {
    position: relative;
}

.c-btn__content-text {
    line-height: 1;
    text-align: left;
    white-space: normal;
}

.c-btn__content-icon>* {
    display: block;
}

.c-btn__content--fullw {
    width: 100%
}

.c-btn__content--fullw>.c-btn__content-text {
    text-align: center;
}

.c-btn--small>.c-btn__content>.c-btn__content-icon,
.c-btn--small>.c-btn__button-content>.c-btn__content>.c-btn__content-icon {
    padding-bottom: 13px;
    padding-top: 9px;
}

.c-btn--small>.c-btn__content>.c-btn__content-text,
.c-btn--small>.c-btn__button-content>.c-btn__content>.c-btn__content-text {
    padding-bottom: 11px;
    padding-top: 11px;
}

.c-btn--regular>.c-btn__content>.c-btn__content-icon,
.c-btn--regular>.c-btn__button-content>.c-btn__content>.c-btn__content-icon {
    padding-bottom: 13px;
    padding-top: 9px;
}

.c-btn--regular>.c-btn__content>.c-btn__content-text,
.c-btn--regular>.c-btn__button-content>.c-btn__content>.c-btn__content-text {
    padding-bottom: 12px;
    padding-top: 12px;
}

.c-btn--medium>.c-btn__content>.c-btn__content-icon,
.c-btn--medium>.c-btn__button-content>.c-btn__content>.c-btn__content-icon {
    padding-bottom: 15px;
    padding-top: 9px;
}

.c-btn--medium>.c-btn__content>.c-btn__content-text,
.c-btn--medium>.c-btn__button-content>.c-btn__content>.c-btn__content-text {
    padding-bottom: 19px;
    padding-top: 19px;
}

.c-btn__loader-content,
.c-btn__loader-loader {
    transition: opacity 0.25s;
}

.c-btn__loader-loader {
    left: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.c-btn--loading {
    pointer-events: none;
}

.c-btn--loading .c-btn__loader-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.c-btn--loading .c-btn__loader-loader {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.c-btn__icon-l,
.c-btn__icon-r {
    line-height: 1;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.c-btn--small>.c-btn__icon-l {
    left: 12px;
}

.c-btn--small>.c-btn__icon-r {
    right: 12px;
}

.c-btn--regular>.c-btn__icon-l {
    left: 18px;
}

.c-btn--regular>.c-btn__icon-r {
    right: 18px;
}

.c-btn--medium>.c-btn__icon-l {
    left: 24px;
}

.c-btn--medium>.c-btn__icon-r {
    right: 24px;
}

/* H-scroll Fix 21.02.19 for max-width 600 px
.u-wgrid {
margin-left: 18px !important;
margin-right: 18px !important;
} */

/* Header Menu */

.custom-page__header.plus-menu {
    padding-bottom: 0px;
    padding-top: 0px;
}

.custom-page__header.plus-menu .custom-page__header__title {
    padding-right: 10px;
}

.l-header__main {
    border-top: 0px;
    padding-bottom: 18px;
    padding-top: 0px;
}

.l-header__roll-menu__content {
    max-height: 250px;
}

@media screen and (max-width:640px) {
    .custom-page__header.plus-menu .l-header__main {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .custom-page__header.plus-menu .u-wcol-6 {
        padding-left: 0px;
    }
}

.l-header__main__menu-text {
    line-height: 24px;
}

.l-header__menu-toggler--main {
    border-left: 1px solid #dedede;
    margin-left: 10px;
}

/* 20.02.19 */

@media screen and (max-width: 1043px) {
    .l-header__main__menu li:last-child {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .l-header__main__menu-item.thrd {
        display: none;
    }

    .l-header__roll-menu__menu li.fst,
    .l-header__roll-menu__menu li.snd {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    .l-header__main__menu-item.snd {
        display: none;
    }

    .l-header__roll-menu__menu li.snd {
        display: block;
    }
}

@media screen and (max-width: 658px) {
    .l-header__main__menu-item.fst {
        display: none;
    }

    .l-header__roll-menu__menu li.fst {
        display: block;
    }

    .c-btn--regular {
        line-height: 35px !important;
        min-height: 36px !important;
        padding: 0 12px !important;
        border-radius: 12px;
        font-family: Nunito, arial, sans-serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }
}

/* navigation breadcrumbs Math + Riddles pages */

.custom-page__block__head-subtitle--line1 {
    font-size: 14px;
    line-height: 20px;
}

.custom-page__block__head-subtitle--line2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

.custom-page__block__head-subtitle--line2 a {
    padding: 0px 12px;
}

@media screen and (max-width: 640px) {
    .custom-page__block__head-subtitle {
        font-size: 12px !important;
    }

    .custom-page__block__head-title.fst-bl {
        padding-top: 12px;
    }
}

.custom-page__block__head-title.long {
    font-size: 36px;
    line-height: 40px;
}

.custom-page__block__head-title.fst-bl {
    padding-top: 36px;
}

/* 1st screen for 360px devices */

@media screen and (max-width:360px) {
    .custom-page__block__head-paragraph {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

/* small-promo.info */

.custom-page__small-promo.info {
    display: block;
    margin-top: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding-top: 6px;
    padding-bottom: 6px;
}

.custom-page__small-promo.info.aft-popup {
    margin-top: -120px;
}

.custom-page__small-promo.info.aft-popup-bezlimit,
.custom-page__small-promo.info.promo-a {
    margin-top: -40px;
}

.custom-page__small-promo__info-block.about {
    padding-top: 6px;
    padding-bottom: 12px;
}

.custom-page__small-promo.info.no-bg.no-border {
    background: none !important;
    border: none !important;
}

@media screen and (max-width: 1100px) {
    .custom-page__small-promo__info-block.about {
        padding-left: 25px;
    }
}

@media screen and (max-width:640px) {
    .custom-page__small-promo__info-block.about {
        padding-left: 0px;
    }
}

@media screen and (max-width:480px) {

    /*.custom-page__small-promo__text {
    font-size: 16px !important;
    line-height: 20px !important;
}*/
    .custom-page__small-promo__text.add-info {
        margin: 10px 0px 0px 0px !important;
    }

    /* Mobile small-promo.info Emphasis  */
    .custom-page__small-promo.info {
        background-color: #fffced;
    }
        .custom-page__small-promo.info.light {
        background-color: #ffffff;
    }

    .custom-page__exercise__content-image.big-img-bef-twin {
        max-height: 280px;
    }

    .custom-page__small-promo.info.aft-popup {
        margin-top: -80px;
    }

    .custom-page__small-promo.info.aft-popup-bezlimit,
    .custom-page__small-promo.info.promo-a {
        margin-top: -25px;
    }

    .custom-page__small-promo.info.aft-popup-bezlimit.aft-pc-only-image {
        margin-top: 0px !important;
    }

    .custom-page__list.aio.izl .custom-page__list__item span.subtitle {
        min-width: 150px !important;
        margin-left: 0px !important;
        display: block !important;
        padding-left: 75px;
    }
}

@media screen and (min-width:480px) {
    .custom-page__small-promo.info.aft-popup-bezlimit.aft-mobile-only-image {
        margin-top: 0px !important;
        background-color: #fffced !important;
    }
}

@media screen and (min-width:320px) {
    .custom-page__small-promo__title {
        font-size: 22px !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
    }
}

.custom-page__small-promo__image.wide {
    max-width: 200px !important;
    padding-right: 25px !important;
}

.custom-page__small-promo.info.aft-incut {
    margin-top: -12px;
    margin-bottom: 24px;
}

.custom-page__small-promo.info.aft-head-p {
    margin-top: 10px;
}

.custom-page__small-promo__content.txt-button {
    cursor: default;
}

.custom-page__small-promo__link.alternate:hover {
    color: #39414b;
    cursor: default;
}

.custom-page__small-promo__link.alternate {
    font-family: Nunito-Regular, arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #fffced;
}

.custom-page__small-promo__link.alternate.rnd {
    border-radius: 6px;
    border: 1px solid #dedede;
}

.custom-page__small-promo__link.alternate.todo {
    font-size: 16px;
    line-height: 30px;
    text-align: left !important;
    padding: 25px !important;
    margin-top: 30px;
    margin-bottom: 5px;
}

.custom-page__small-promo__link.alternate.interesting {
    text-align: left !important;
    padding: 0px 25px 10px 25px !important;
    margin-top: 20px;
}

.custom-page__block__paragraph.ul-header {
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}

.custom-page__block__paragraph.backtocat {
    padding-bottom: 8px;
}

.custom-page__block__paragraph.backtocat a {
    font-weight: bold;
}

.lft {
    text-align: left !important;
}

.custom-page__list.no-bullets .custom-page__list__item:before {
    content: none !important;
}

.custom-page__list.no-bullets .custom-page__list__item {
    padding-left: 0px !important;
}

.custom-page__small-promo__link.alternate.todo .c-btn--small {
    font-size: 16px;
}

.custom-page__list__item.no-bullet {
    padding-left: 0px !important;
}

.custom-page__list__item.no-bullet:before {
    content: none !important;
}

.custom-page__list.aio {
    text-align: left;
}

.custom-page__list.aio .custom-page__list__item:before {
    content: none !important;
}

.custom-page__list.aio .custom-page__list__item {
    padding-left: 80px;
    min-height: 80px;
}

.custom-page__list.aio .custom-page__list__item.one {
    background: url(/files/media/ru/7d/3a0xsyqw_5d94400bae676.svg) no-repeat 0 2px;
}

.custom-page__list.aio .custom-page__list__item.two {
    margin-top: 20px;
    background: url(/files/media/c0/iw/33ggzt9x_5d9440249a5be.svg) no-repeat 0 2px;
}

.custom-page__list.aio .custom-page__list__item.three {
    margin-top: 20px;
    background: url(/files/media/pg/z1/ec6iztol_5d944019c923c.svg) no-repeat 0 2px;
}


.custom-page__list.aio .custom-page__list__item.one-b {
    background: url(/files/media/tj/eh/vd4qumal_633d3ecfcbec1.png) no-repeat 0 2px;
    background-size: contain;
    min-height: 50px;
}
.custom-page__list.aio .custom-page__list__item.two-b {
    margin-top: 20px;
    background: url(/files/media/zx/71/8j3b4w9z_633d3ec4d53e3.png) no-repeat 0 2px;
    background-size: contain;
    min-height: 50px;
}
.custom-page__list.aio .custom-page__list__item.three-b {
    margin-top: 20px;
    background: url(/files/media/bz/56/0vaazhup_633d3ec95a282.png) no-repeat 0 2px;
    background-size: contain;
    min-height: 50px;
}
.custom-page__list.aio .custom-page__list__item.four-b {
    margin-top: 20px;
    background: url(/files/media/k5/5b/g00i9jvk_633d3ed989b17.png) no-repeat 0 2px;
    background-size: contain;
    min-height: 50px;
}
.custom-page__list.aio .custom-page__list__item.one-b span,
.custom-page__list.aio .custom-page__list__item.two-b span,
.custom-page__list.aio .custom-page__list__item.three-b span,
.custom-page__list.aio .custom-page__list__item.four-b span {
    line-height: 50px;
}

.why-essential-bl .custom-page__list.aio .custom-page__list__item.four-b {
    margin-top: 0px;
}
.why-essential-bl .custom-page__list.aio .custom-page__list__item.one-b {
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .custom-page__list.aio .custom-page__list__item.one-b,
    .custom-page__list.aio .custom-page__list__item.two-b,
    .custom-page__list.aio .custom-page__list__item.three-b,
    .custom-page__list.aio .custom-page__list__item.four-b {
        max-height: 50px;
    }

    .custom-page__list.aio .custom-page__list__item.one-b span,
    .custom-page__list.aio .custom-page__list__item.two-b span,
    .custom-page__list.aio .custom-page__list__item.three-b span,
    .custom-page__list.aio .custom-page__list__item.four-b span {
        display: block;
        line-height: 25px;
        padding-left: 5px;
        padding-top: 5px;
    }
}


/* grownups-benefit */
.custom-page__list.aio.grownups-benefit .custom-page__list__item.one {
    background: url(/files/media/8e/nw/1b9f7gvg_6048c9249d808.svg) no-repeat 0 2px;
}

.custom-page__list.aio.grownups-benefit .custom-page__list__item.two,
.custom-page__list .custom-page__list__item.feather {
    margin-top: 20px;
    background: url(/files/media/jn/li/ptkex5qu_6048c92916f18.svg) no-repeat 0 2px;
}

.custom-page__list.aio.grownups-benefit .custom-page__list__item.three {
    margin-top: 20px;
    background: url(/files/media/07/f4/929uvr81_6048c92df34fb.svg) no-repeat 0 2px;
}

.custom-page__list.aio.grownups-benefit .custom-page__list__item.four,
.custom-page__list .custom-page__list__item.like-fire {
    margin-top: 20px;
    background: url(/files/media/ae/55/ft2wuz9u_6048c9337578a.svg) no-repeat 0 2px;
}


.custom-page__list.logiclike-suits {
    list-style: none;
}

.custom-page__list.logiclike-suits .custom-page__list__item {
    background-size: 300px 223px;
}

.custom-page__list.logiclike-suits .custom-page__list__item.one {
    background: url(/files/media/sg/v1/jci3e5md_6048c968f1327.svg) no-repeat 0 2px;
    background-position: -242px -2px;
}

.custom-page__list.logiclike-suits .custom-page__list__item.two {
    margin-top: 20px;
    background: url(/files/media/sg/v1/jci3e5md_6048c968f1327.svg) no-repeat 0 2px;
    background-position: -182px -123px;
}

.custom-page__list.logiclike-suits .custom-page__list__item.three {
    margin-top: 20px;
    background: url(/files/media/sg/v1/jci3e5md_6048c968f1327.svg) no-repeat 0 2px;
    background-position: -62px -2px;
}

.custom-page__list.logiclike-suits .custom-page__list__item.four {
    margin-top: 20px;
    background: url(/files/media/sg/v1/jci3e5md_6048c968f1327.svg) no-repeat 0 2px;
    background-position: -122px -123px;
}

/* igry-zadaniya-list */

.custom-page__list.aio.izl {
    padding-top: 0px;
}

.custom-page__list.aio.izl .custom-page__list__item {
    background: none;
    padding-left: 0px;
    min-height: 56px;
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .custom-page__list.aio.izl .custom-page__list__item {
        padding-left: 20px;
    }
}

.custom-page__list.aio.izl .custom-page__list__item span.icon {
    display: inline-block;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.course-mode {
    background: url(/files/media/8h/fz/tv25ebsz_5df8e48a21d48.svg) no-repeat;
    width: 60px;
    height: 60px;
    background-position: 0px 20px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.difficulty-level {
    background: url(/files/media/te/g0/odpsuzy8_5e25b2d96d830.svg) no-repeat;
    width: 60px;
    height: 50px;
    background-position: 0px 0px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.design {
    background: url(/files/media/zv/7w/4065fgzi_5d370616cbadf.svg) no-repeat;
    background-size: 330px 318px;
    width: 56px;
    height: 56px;
    background-position: -230px -2px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.ads-free {
    background: url(/files/media/zv/7w/4065fgzi_5d370616cbadf.svg) no-repeat;
    background-size: 330px 318px;
    width: 56px;
    height: 56px;
    background-position: -170px -62px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.sound {
    background: url(/files/media/zv/7w/4065fgzi_5d370616cbadf.svg) no-repeat;
    background-size: 330px 318px;
    width: 56px;
    height: 56px;
    background-position: -62px -230px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.screen {
    background: url(/files/media/c0/iw/33ggzt9x_5d9440249a5be.svg) no-repeat -8px -6px;
    width: 56px;
    height: 56px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.lightning {
    background: url(/files/media/k9/mb/1p408hrz_5d3eef63e3a3f.svg) no-repeat -5px 0px;
    width: 62px;
    height: 65px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.progress {
    background: url(/files/media/nd/9k/wry0qxy4_5dc1a7cea8077.svg) no-repeat 0px 10px;
    width: 62px;
    height: 65px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.star {
    background: url(/files/media/g1/x9/kroxckz6_5e15f307513d1.svg) no-repeat -62px -62px;
    background-size: 162px 162px;
    width: 56px;
    height: 56px;
}

.custom-page__list.aio.izl .custom-page__list__item span.icon.knowledge {
    background: url(/files/media/zv/7w/4065fgzi_5d370616cbadf.svg) no-repeat;
    background-size: 330px 318px;
    width: 56px;
    height: 56px;
    background-position: -170px 0px;
}

.custom-page__list.aio.izl .custom-page__list__item span.subtitle {
    margin-left: 75px;
    min-width: 250px;
    min-height: 30px;
    display: block;
    margin-top: -45px;
}

.custom-page__list.aio.izl .custom-page__list__item span.desc {
    margin-left: 75px;
    display: block;
}

@media screen and (min-width: 640px) {
    .custom-page__list.aio .custom-page__list__item {
        padding-left: 100px;
    }
}

.md-next-line.arrow-icon:after {
    content: " ";
    background-image: url(/assets/custom-pages/css/img/sprites.r-custom-pages.svg);
    background-position: -122px -38px;
    background-size: 204px 168px;
    width: 20px;
    height: 20px;
}

.custom-page__small-promo__text.add-info {
    font-size: 16px;
    line-height: 20px;
    border-left: 5px solid #ffee58;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 50px 0px 0px;
}

.custom-page__small-promo__text.add-info.no-border {
    border-left: 0px !important;
    border-radius: 0px;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
}

.custom-page__small-promo__text.add-info.green {
    border-left: 5px solid #5ebd75;
}

.custom-page__small-promo__text.add-info.yellow {
    border-left: 5px solid #ffe566;
}

.custom-page__big-promo__button.aft-add-info {
    margin-top: 6px !important;
}

.bold {
    font-weight: 600 !important;
}

/* blue-link */

a.context-blue:link,
a.context-blue:visited {
    color: #40afff;
    font-weight: bold;
}

a.context-blue:hover,
a.context-blue:focus,
a.context-blue:active {
    text-decoration: none;
}

a.context-blue:focus,
a.context-blue:active,
a.context-blue:visited {
    color: #338ccc;
}

.custom-page__content .custom-page__block a:link,
a.custom-page__small-promo__link__clean:link,
a.context-lnk:link {
    color: #39414b;
}

.custom-page__content .custom-page__block a:hover,
a.custom-page__small-promo__link__clean:hover,
a.context-lnk:hover {
    color: #39414b;
    text-decoration: none;
}

.custom-page__content .custom-page__block a:active,
.custom-page__content .custom-page__block a:focus,
a.custom-page__small-promo__link__clean:active,
a.custom-page__small-promo__link__clean:focus,
a.context-lnk:active,
a.context-lnk:focus {
    color: #5cbb73;
    text-decoration: none;
}

/* Green Highlighting */

.brand {
    color: #5cbb73;
    font-weight: bold;
}

.text-green,
h2 .text-green,
h3 .text-green,
.custom-page__block__title.text-green {
    color: #5cbb73 !important;
}

.text-blue,
h2 .text-blue,
h3 .text-blue,
.custom-page__block__title.text-blue {
    color: #3d79cc !important;
}

.custom-page__block__text-green {
    color: #5cbb73;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    font-weight: 600;
    font-family: Nunito, arial, sans-serif;
    display: flow-root;
    margin-bottom: 5px;
}

.custom-page__quote {
    padding-top: 24px !important;
    padding-bottom: 36px !important;
}

.aft-incut {
    margin-top: -30px;
}

.aft-p {
    padding-top: 48px !important;
}

.aft-p-sm {
    padding-top: 15px !important;
}

/* block btn-link */

.c-btn__button-content,
.c-btn--danger {
    color: #fff;
}

.btn-fst-of-two {
    margin-right: 10px;
}

.btn-link {
    display: block;
    text-decoration: none;
}

.next-line {
    display: block;
}

.header-line2 {
    display: block;
    padding-top: 6px;
}

@media screen and (max-width:480px) {
    .sm-next-line {
        display: block;
    }

    .sm-next-line.aft-btn {
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1024px) {
    .md-next-line {
        display: block;
    }
}

.c-btn--context a:link,
.c-btn--context a:hover,
.c-btn--context a:visited,
.c-btn--context a:focus,
.c-btn--context a:active {
    box-shadow: none !important;
    color: #fff !important;
    padding: 0px 10px !important;
}

.custom-page__list {
    color: #39414b;
}

/* card-image blocks */

.custom-page__cards {
    margin-bottom: 24px;
}

.custom-page__cards.sp .custom-page__cards__card-image {
    height: 96px;
}

.custom-page__cards.sp .custom-page__cards__card-title {
    font-size: 18px;
    line-height: 24px;
    font-family: Nunito, arial, sans-serif;
    font-weight: 400;
}

.custom-page__cards.sp .custom-page__cards__card-title:hover {
    color: #39414b;
}

.custom-page__cards.sp .custom-page__cards__card-image.contain10 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

@media screen and (max-width:640px) {
    .custom-page__cards.sp .custom-page__cards__card-image {
        right: -6px;
        left: -6px;
    }
}

@media screen and (min-width: 640px) {
    .custom-page__cards.sp .custom-page__cards__card-image {
        max-height: 96px;
    }

    .custom-page__cards.sp .custom-page__cards__card-image-block {
        max-height: 96px;
    }

    .custom-page__content {
        padding-top: 68px !important;
    }
    .custom-page__content.banner-on {
        padding-top: 180px !important;
    }
}

@media screen and (max-width: 480px) {
    .custom-page__cards.sp .custom-page__cards__card-title {
        font-family: Nunito, arial, sans-serif;
        font-weight: 600;
        /* font-size: 16px;
        line-height: 20px;
        */
    }

    .custom-page__cards.sp .custom-page__cards__card-image.contain {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .custom-page__cards.sp .custom-page__cards__card-image.contain.repeat {
        background-size: contain !important;
        background-repeat: repeat-x !important;
    }

    .custom-page__cards.sp .custom-page__cards__card-image.contain10 {
        margin-top: 10px;
    }
}

/* taskImgTooltip */

.custom-page__exercise__footer-button.custom-page__exercise__content-image-block {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}
.custom-page__exercise__footer.wh { 
    background-color: #fff;
}

.custom-page__exercise__content-image-block .custom-page__tooltip {
    top: 20% !important;
    left: 15%;
    cursor: default;
}

.custom-page__exercise__content-image-block .custom-page__tooltip .custom-page__tooltip__close {
    right: 5px;
    top: 5px;
}

.custom-page__exercise__content-image-block .c-tooltip__content {
    background-color: #f2faff;
}

.custom-page__exercise__content-image-block .custom-page__tooltip>.c-tooltip__content::after {
    left: 50%;
    top: -8px !important;
    bottom: auto !important;
    border-bottom: 9px solid #f2faff !important;
    border-top: 0px solid #f2faff !important;
}

.custom-page__exercise__content-image.no-h-limit {
    max-height: 100%;
}

.custom-page__exercise__content-image.mh-450 {
    max-height: 450px;
}

.custom-page__big-promo__content {
    cursor: default !important;
}

.custom-page__big-promo__content:hover {
    box-shadow: 0 1px 4px rgba(57, 65, 75, .25) !important;
    transition: none !important;
}

.custom-page__exercise__content-image-block .c-tooltip__content .custom-page__tooltip__subtitle.cntr {
    text-align: center;
}

/* taskImgTooltip Green */

.custom-page__exercise__content-image-block .c-tooltip__content--green {
    background-color: #5ebd75;
    border-radius: 5px;
    opacity: 0.95;
}

.custom-page__exercise__content-image-block .c-tooltip__content--green .custom-page__tooltip__subtitle {
    color: #fff;
}

.custom-page__tooltip__subtitle a.fff:link,
.custom-page__tooltip__subtitle a.fff:visited,
.custom-page__tooltip__subtitle a.fff:hover,
.custom-page__tooltip__subtitle a.fff:focus,
.custom-page__tooltip__subtitle a.fff:active {
    color: #fff;
}

.custom-page__tooltip__subtitle a.fff:hover,
.custom-page__tooltip__subtitle a.fff:focus,
.custom-page__tooltip__subtitle a.fff:active {
    text-decoration: none;
}

.special {
    font-weight: bold;
    color: rgb(255, 115, 102);
}

/* SHARE buttons START */

.sharing-canvas {
    max-width: 645px;
    height: 90px;
    position: relative;
    margin: auto;
    display: block;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 50px;
}

p.share-this-zag {
    margin-top: 0px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-top: 1px solid #e5e3df !important;
    line-height: 40px !important;
    text-align: center;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

p.share-this-zag.lt {
    text-align: left;
}

p.share-this-zag.no-top {
    border-top: 0px solid #e5e3df !important;
}

img.rnd {
    border-radius: 10px;
}

.ya-share2 {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    text-align: center;
    position: relative;
    float: left;
}

.ya-share2.cntr {
    float: none !important;
}

.ya-share2.cntr.border-bottom {
    border-bottom: 1px solid #e5e3df !important;
}

.ya-share2__container_size_m .ya-share2__icon {
    margin: 7px !important;
    height: 30px !important;
    width: 30px !important;
}

.ya-share2__container_size_m .ya-share2__counter {
    font-size: 16px !important;
    line-height: 45px !important;
    margin: 0px 0px 0px 10px !important;
    text-align: center !important;
    padding-right: 15px !important;
}

.ya-share2__container_size_m .ya-share2__counter:before {
    margin-left: -17px !important;
}

.ya-share2__badge {
    border-radius: 3px !important;
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge {
    background-color: #f48420 !important;
}

.ya-share2__container_size_m .ya-share2__item {
    margin: 15px 10px 5px 0px !important;
}

@media screen and (max-width: 480px) {
    .ya-share2__container_size_m .ya-share2__icon {
        height: 22px !important;
        width: 22px !important;
    }

    .ya-share2__container_size_m .ya-share2__counter {
        font-size: 14px !important;
        line-height: 36px !important;
        margin: 0px 0px 0px 3px !important;
        padding-left: 10px !important;
        padding-right: 14px !important;
    }

    .ya-share2__container_size_m .ya-share2__counter::before {
        margin-left: -12px !important;
    }
}

/* END SHARE buttons */

.custom-page__additional-materials.pre-fin {
    margin-top: -57px;
}

.custom-page__additional-materials__link.active-menu-item {
    font-weight: 800;
}

.custom-page__additional-materials__link.active-menu-item:hover {
    color: #39414b;
}

.custom-page__content.bef-footer {
    padding-top: 0px;
    padding-bottom: 30px;
}

.custom-page__additional-materials.navi {
    background-color: #fff;
}

.custom-page__additional-materials.navi .custom-page__block__head-subtitle {
    padding-top: 0px;
    text-transform: none;
}

/* will-teach */

.will-teach {
    background: #fff;
    padding-top: 30px;
}

@media screen and (min-width:640px) {
    .will-teach {
        padding-top: 36px
    }
}

.will-teach__title {
    font-family: Nunito, arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 18px;
    color: #39414b
}

@media screen and (min-width:640px) {
    .will-teach__title {
        font-family: Nunito, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0
    }
}

.will-teach-icon--knowledge {
    background-image: url("https://logiclike.com/files/media/ig/ru/zpcrtain_5bbf799769a8a.svg");
    background-position: -62px -200px;
    background-size: 289px 258px;
    width: 56px;
    height: 56px
}

.will-teach-icon--tasks {
    background-image: url("https://logiclike.com/files/media/ig/ru/zpcrtain_5bbf799769a8a.svg");
    background-position: -173px -116px;
    background-size: 289px 258px;
    width: 56px;
    height: 56px
}

.will-teach-icon--kids {
    background-image: url("https://logiclike.com/files/media/ig/ru/zpcrtain_5bbf799769a8a.svg");
    background-position: -2px -200px;
    background-size: 289px 258px;
    width: 56px;
    height: 56px
}

.will-teach-icon-block {
    margin-bottom: 18px
}

@media screen and (min-width:1024px) {
    .will-teach-icon-block {
        margin-bottom: 0;
        display: table-row
    }
}

@media screen and (min-width:1024px) {
    .will-teach-icon-block__icon {
        display: table-cell;
        vertical-align: middle;
        padding-right: 12px
    }
}

.will-teach-icon-block__text {
    color: #39414b;
    font-family: Nunito-Regular, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

@media screen and (min-width:1024px) {
    .will-teach-icon-block__text {
        display: table-cell;
        vertical-align: middle
    }
}

.will-teach.top .will-teach__title {
    font-size: 26px;
    line-height: 30px;
}

@media screen and (max-width: 640px) {
    .will-teach.top .will-teach-icon-block__text {
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .custom-page__block__paragraph {
        font-size: 20px;
        line-height: 30px;
    }

    .custom-page__block__paragraph.nav__catpages {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .custom-page__block__paragraph {
        font-size: 18px;
        line-height: 27px;
    }

    .custom-page__block__head-title,
    .custom-page__block__head-title.long {
        font-size: 36px;
        line-height: 40px;
    }

    .custom-page__block__paragraph.nav__catpages {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 640px) {
    .custom-page__header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .custom-page__content {
        padding-top: 60px !important;
    }

    .custom-page__block__head-title,
    .custom-page__block__head-title.long {
        font-size: 24px;
        line-height: 30px;
    }

    .custom-page__block__head-paragraph {
        line-height: 28px;
    }

    .custom-page__block__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .custom-page__block__paragraph.nav__catpages {
        font-size: 12px;
        line-height: 18px;
    }

    .custom-page__exercise__content-image-block .custom-page__tooltip {
        left: 0% !important;
    }

    .custom-page__exercise__content-image-block .c-tooltip__content .custom-page__tooltip__subtitle.cntr .c-btn--small {
        margin-top: 10px !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 480px) {
    .custom-page__header {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .custom-page__content {
        padding-top: 60px !important;
    }

    .custom-page__block__paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .custom-page__block__paragraph.nav__catpages {
        font-size: 12px;
        line-height: 18px;
    }
}

.custom-page__image-block__small-image {
    border-radius: 10px;
}

/* art custom */

a.nav-anchor {
    position: relative;
    top: -100px !important;
    display: inline-block;
}

span.bld {
    font-family: Nunito-RegularBold, arial, sans-serif;
    font-weight: bold;
}

a.h2-anchor {
    position: relative;
    top: -70px !important;
    display: inline-block;
}

/* c-btn */

.c-btn--primary {
    border-bottom: 6px solid #2e9948;
}

.c-btn--primary:hover:before {
    background-color: #66cc7f;
    border-color: #2e9948;
}

.c-btn--danger {
    border-bottom: 6px solid #c45456;
}

.c-btn--danger:hover:before {
    background-color: #fd9b9d;
    border-color: #c45456;
}

.c-btn--yellow:before,
.c-btn--danger.c-btn--yellow:before {
    background-color: #ffee58;
    border-color: #ccbe46;
    border-bottom: 6px solid #ccbe46;
}

.c-btn--yellow:before,
.c-btn--danger.c-btn--yellow:hover:before {
    background-color: #f2e254;
    border-color: #ccbe46;
}

.c-btn--yellow,
.c-btn--danger.c-btn--yellow,
.c-btn--yellow .c-btn__button-content,
.c-btn--yellow.c-btn--context a:link,
.c-btn--yellow.c-btn--context a:hover,
.c-btn--yellow.c-btn--context a:visited,
.c-btn--yellow.c-btn--context a:focus,
.c-btn--yellow.c-btn--context a:active {
    color: #39414b !important;
}

.l-public-container.igry .custom-page__cards__card {
    border: 3px solid #ffe980;
}

.l-public-container.igry .custom-page__cards__card-title {
    display: block;
    padding: 10px 5px 10px 10px;
    border-radius: 0px 0px 6px 6px;
}

.l-public-container.igry .custom-page__cards__card-title:hover {
    background-color: #ffe566;
}

@media screen and (max-width: 640px) {
    .l-public-container.igry .custom-page__cards__card {
        margin-top: 36px;
    }

    .l-public-container.igry .custom-page__cards__card-image {
        opacity: 0.6;
    }

    .l-public-container.igry .custom-page__cards__card-image:hover,
    .l-public-container.igry .custom-page__cards__card-image:active,
    .l-public-container.igry .custom-page__cards__card-image:focus {
        opacity: 0.9;
        transition: opacity 0.25s;
    }

    .l-public-container.igry .custom-page__cards__card-title {
        height: 25px;
        margin: 0px -12px;
        background-color: #ffe980;
        font-family: Nunito-Regular, arial, sans-serif;
        font-weight: 600;
        background-color: #ffe980;
        border-radius: 0px 0px 4px 4px;
    }

    .pc-only-image {
        display: none !important;
    }

    .custom-page__small-promo.info.aft-popup-bezlimit.aft-pc-only-image {
        margin-top: 0px !important;
    }

    .mobile-only-image {
        margin-top: 20px;
    }

    .mobile-only-image.aft-incut {
        margin-top: -20px;
    }
}

@media screen and (min-width: 640px) {
    .l-public-container.igry .custom-page__cards__card {
        margin-bottom: 12px;
        background-color: #fff;
    }

    .l-public-container.igry .custom-page__cards.sp .custom-page__cards__card-image {
        height: 100%;
        background: no-repeat 50%;
        background-size: contain;
    }

    .l-public-container.igry .custom-page__cards.sp .custom-page__cards__card-image.cat-img {
        background-size: cover;
        margin-top: 2px;
    }

    .l-public-container.igry .custom-page__cards.sp.bold .custom-page__cards__card-title {
        font-family: Nunito-Regular, arial, sans-serif;
        font-weight: 600;
        max-height: 50px;
        margin: 0px -24px;
    }

    .mobile-only-image {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .l-public-container.igry .custom-page__cards.sp.bold .custom-page__cards__card-title {
        max-height: 96px;
        margin: 2px 0px 0px -22px;
        border-radius: 6px 0px 0px 6px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .l-public-container.igry .custom-page__cards__card-title:hover {
        background-color: #ffe980;
    }

    .l-public-container.igry .custom-page__cards__card:hover {
        background-color: #ffe980;
    }

    .l-public-container.igry .custom-page__cards.sp .custom-page__cards__card-image {
        max-height: 100px;
        margin-top: 3px;
    }

    .custom-page__cards.sp .custom-page__cards__card-image.contain {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

@media screen and (min-width: 1280px) {
    .l-public-container.igry .custom-page__cards.sp.bold .custom-page__cards__card-title {
        padding-right: 0px;
        font-weight: normal;
    }
}

@media screen and (max-width: 640px) {
    .l-header__main.sept-action.v1 {
        background-color: #2db259;
        background-image: url('https://logiclike.com/files/media/u8/7m/dndf4911_5d6f8510a34a0.png');
        height: 150px;
        margin-right: -12px;
        margin-left: -12px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .l-header__main.sept-action .promo-container {
        font-family: Nunito, arial, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        color: #39414b;
        display: inline-block;
        text-decoration: none;
        letter-spacing: -.1px;
        text-align: center;
    }

    .promo-container .yellow {
        color: #ffef40;
    }

    .promo-container .white {
        color: #fff;
    }

    .l-public-container.aft-action {
        padding-top: 150px;
    }

    .custom-page__header.plus-action {
        position: fixed;
    }

    .l-header__main.sept-action.v2 {
        display: none;
        /* background-color:#2db259;
    background-image: url('https://logiclike.com/files/media/u8/7m/dndf4911_5d6f8510a34a0.png');
    background-repeat: no-repeat;
    height: 90px;
    padding-top: 30px !important;
    background-size: cover;
    background-position: 0px -80px; */
    }

    .l-public-container.aft-action.hidden {
        padding-top: 0px;
        margin-top: -2px;
        /* margin-top: -125px; */
    }

    .l-public-container.aft-action.v2 {
        padding-top: 0px;
        /* padding-top: 85px; */
    }
}

@media screen and (min-width: 370px) {
    .l-header__main.sept-action.v2 {
        padding-top: 0px !important;
        /* padding-top: 40px !important; */
    }
}

.upper {
    text-transform: uppercase;
}

.crossed {
    text-decoration: line-through;
}

.mobile-only-block {
    display: none !important;
}

@media screen and (max-width:900px) {
    .mobile-only-block {
        width: 100%;
        display: inline-block !important;
        position: relative;
        text-align: center;
    }

    .custom-page__list__item.mobile-only-block {
        width: auto;
    }
}

.pc-only-block {
    display: none !important;
}
@media screen and (min-width: 1024px) {
    .pc-only-block {
        width: 100%;
        display: inline-block !important;
        position: relative;
        text-align: center;
    }
}

.pc-only-img {
    display: none !important;
}
@media screen and (min-width: 901px) {
    .pc-only-img {
        width: 100%;
        display: inline-block !important;
        position: relative;
        text-align: center;
    }
}

.mobile-only-img {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .mobile-only-img {
        width: 100%;
        display: inline-block !important;
        position: relative;
        text-align: center;
    }
}

.context-banner-bl .custom-page__small-promo.info {
    background-color: #fff;
	margin-top: 10px;
}

.l-public-container .l-footer__legal-document {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 640px) {
    .l-footer__legal {
        padding-bottom: 90px;
    }
    .l-footer__legal-document {
        padding-right: 25px;
    }
}

.mob-banner {
    border-radius: 10px;
}

.download-app-bl {
    margin-top: 30px;
    padding-bottom: 25px;
    background-color: #ffe566;
    border-radius: 5px;
}

.start__game-popup__button--adult:before {
    background-color: #5597f2 !important;
    border: 0;
    border-bottom: 6px solid #3d79cc !important;
}

.start__game-popup__button--child:before {
    background-color: #ff974d !important;
    border: 0;
    border-bottom: 6px solid #e56b2e !important;
}

.c-btn--medium.c-btn--primary.top-relevant:before {
    background-color: #5597f2 !important;
    border: 0;
    border-bottom: 6px solid #3d79cc !important;
}

.l-header__main__menu-text.outstand {
    color: #5597f2;
}

ul.long-arrow-r .custom-page__list__item::before {
    background-image: none;
}

ul.long-arrow-r li::before {
    content: "\f178" !important;
}

ul.iconed li::before {
    font-family: FontAwesome;
    color: #5cbb73;
    margin-right: 15px;
}

.parent-info__block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 12px;
    text-align: left;
    border: 1px solid #D2D8E2;
    border-radius: 18px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    padding: 0px 30px 30px 30px;
}

.parent-info__block.schoolbag {
    background-image: url(/files/media/ih/lw/8k123zim_6049df7b094ee.svg);
}

.parent-info__block.play {
    background-image: url(/files/media/ey/cx/jmn3axvg_6049e18703cab.svg);
}

.parent-info__block.circle {
    background-image: url(/files/media/wp/eb/jmnnqjxi_6049e18b555e4.svg);
}

.download-app-2021,
.download-app-2022 {
    margin-top: 30px;
    padding-bottom: 25px;
    background-color: none;
    border-radius: 5px;
}

.ll-app-screen {
    max-width: 100%;
    margin: 15px auto;
}

.download-app-2021 .parent-info__block,
.download-app-2022 .parent-info__block {
    padding: 0px 10px 20px 10px;
    background-size: auto 150%;
    background-position: top;
}

.ll-app-link {
    text-decoration: none;
}

.ll-kids-app-screen {
    display: block;
    min-height: 170px;
    min-width: 330px;
    background-image: url("https://logiclike.com/files/media/9g/m8/h7ddmn6f_623c44e7e757b.png");
    background-size: 330px 170px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
}

.choose-age-bl.leading {
    margin-bottom: 15px;
}

.choose-age-line-1 {
    padding-top: 24px;
    padding-bottom: 0px;
}

.choose-age-line {
    padding-top: 0px;
    padding-bottom: 0px;
}

.choose-age-btn {
    min-width: 275px;
}

/* 
.choose-age-5-vars .only-1-btn .choose-age-btn {
    min-width: 450px;
    margin-left: 10px;
}
*/
.choose-age-5-vars .choose-age-btn {
    min-width: 220px;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grade-0:before {
    background-color: #ffb726;
    border-color: #cc831e;
}
.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grade-1:before {
    background-color: #ff8f40;
    border-color: #e56b2e;
    ;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grade-2:before {
    background-color: #ff6759;
    border-color: #cd493e;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grade-3:before {
    background-color: #e6457b;
    border-color: #bf275b;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grade-4:before {
    background-color: #cc3dcc;
    border-color: #a521a5;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grownup:before {
    background-color: #a521a5;
    border-color: #8b008b;
}

.choose-age-5-vars.colored .c-btn--medium.c-btn--primary.grownup {
    /* text-transform: capitalize; */
}

/* on-page popup */
@keyframes scaleAnimation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.96)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes showAnim {
    from {
        bottom: -350px
    }

    to {
        bottom: 10px
    }
}

@keyframes hideAnim {
    from {
        bottom: 10px
    }

    to {
        bottom: -350px
    }
}

@keyframes showAnimSmall {
    from {
        bottom: -300px
    }

    to {
        bottom: 0px
    }
}

@keyframes hideAnimSmall {
    from {
        bottom: 0px
    }

    to {
        bottom: -300px
    }
}

._show_1e.wrap_mW {
    z-index: 2147483645 !important;
}

div.page-popup {
    width: 250px;
    height: 250px;
    position: fixed;
    bottom: -100px;
    right: 85px;
    z-index: 100;
}

@media (min-width: 1024px) {
    div.page-popup {
        width: 300px;
        height: 312px;
        /*
        width: 350px;
        height: 375px;
        */
        position: fixed;
        bottom: -100px;
        right: 50px;
        z-index: 100;
    }
}

div.page-popup.sept21 {
    width: 250px;
    height: 278px;
}

div.page-popup .custom-page__block__title {
    background-color: #5597f2;
    text-align: center;
    padding: 15px 20px;
    color: #fff;
    margin-top: -5px;
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 419px) {
    div.page-popup .custom-page__block__title {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 10px;
    }
}

img.page-popup-image,
img.page-popup-mobile-image {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

a.page-popup-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    text-decoration: none;
}

a.page-popup-link {
    display: none;
}

a.page-popup-link.active {
    display: block;
}

span.page-popup-close-button {
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: -10px;
    right: -10px;
    border: solid lightgray 2px;
    border-radius: 50%;
    background-color: #fff;
}

span.page-popup-close-button:before {
    content: "";
    display: block;
    width: 14px;
    border-bottom: solid lightgray 2px;
    transform: rotate(45deg);
    position: absolute;
    left: 1px;
    top: 8px;
}

span.page-popup-close-button:after {
    content: "";
    display: block;
    width: 14px;
    border-bottom: solid lightgray 2px;
    transform: rotate(-45deg);
    position: absolute;
    right: 1px;
    top: 8px;
}

@media (min-width: 420px) {
    img.page-popup-mobile-image {
        display: none;
    }
}

@media (max-width: 1280px) {
    div.page-popup {
        display: none;
    }

    img.page-popup-image {
        display: none;
    }

    img.page-popup-mobile-image {
        display: none;
    }
}

.mob-only-label {
    display: none;
}

@media screen and (max-width: 640px) {
    .custom-page__cards.sp .custom-page__cards__card-title.start-label {
        display: inline-flex;
        margin-right: 10px;
        height: 50px;
    }

    .custom-page__cards.sp .mob-only-label {
        display: inline-flex;
        font-size: 16px;
        background-color: #5ebd75;
        border-radius: 12px;
        line-height: 24px;
        font-family: Nunito, arial, sans-serif;
        font-weight: 600;
        letter-spacing: 0;
        color: #fff;
        padding: 3px 10px;
        margin-bottom: 20px;
    }
}

.lead-info-web-app {
    background-color: #f2faff;
    border-radius: 12px;
    padding: 20px;
}

.lead-info-web-app span {
    font-size: 16px;
    display: block;
}

.lead-info-web-app a {
    font-weight: bold;
}

span.riddle-answer {
    display: block;
    color: #c2c2e1;
    padding: 10px 0px 20px 0px;
}

.download-app-2022 .parent-info__block {
    /* background-color: #f2faff; */
    background-position: right top 140px;
    /* v2 -260px */
}

.download-app-2022 .parent-info__block {
    border: 0px;
}

.download-app-2022 .parent-info__block.play {
    background: none;
}

.download-app-2022.mobile-only-block {
    padding-bottom: 0px;
}

.download-app-2022.mobile-only-block .parent-info__block {
    padding: 0px 10px 0px 10px;
}

.download-app-2022.two-buttons {
    margin-top: 10px;
}

.qr-code-block {
    max-width: 100%;
    margin-top: 20px;
    margin-right: auto;
    text-align: center;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 25px;
}

.qrcode-bg {
    width: 150px;
    height: 150px;
    margin-left: 10px;
}

.qr-code-block .qrcode {
    width: 150px;
    height: 150px;
    background-size: contain;
    border: 1px solid #D2D8E2;
    border-radius: 18px;
    background-color: #fff;
}

.qr-code-block .qrcode.desktop.riddles {
    background-image: url("https://logiclike.com/files/media/v3/mc/db4x5tnp_623dba2002016.png");
}

.qr-code-block .qrcode.mobile.riddles {
    background-image: url("https://logiclike.com/files/media/lr/0g/r9fob7mv_623dba263d91c.png");
}

.qr-code-block .qrcode.desktop.trivia {
    background-image: url("https://logiclike.com/files/media/rf/ty/jf91mxl4_623dba31371d8.png");
}

.qr-code-block .qrcode.mobile.trivia {
    background-image: url("https://logiclike.com/files/media/tb/aw/7ui7ijzc_623dba36825ed.png");
}

.qr-code-block .qrcode.desktop.puzzles {
    background-image: url("https://logiclike.com/files/media/2j/l7/qki4lb25_623dba420ca27.png");
}

.qr-code-block .qrcode.mobile.puzzles {
    background-image: url("https://logiclike.com/files/media/zd/hp/801pr9ba_623dba4eda27f.png");
}

.qr-code-block .qrcode.desktop.events {
    background-image: url("https://logiclike.com/files/media/in/tt/bm77bzcy_623dc08243ad6.png");
}

.qr-code-block .qrcode.mobile.events {
    background-image: url("https://logiclike.com/files/media/ji/he/381zxqtx_623dc093ecac3.png");
}

.app-market-btns-bl {
    margin-top: 20px;
    height: 150px;
}

.app-market-btn-bl {
    width: 150px;
    margin-bottom: 10px;
}

.app-store-btn {
    background-image: url("https://logiclike.com/files/media/md/73/w1vn85el_623d78ba08411.png");
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.google-play-btn {
    background-image: url("https://logiclike.com/files/media/ra/7v/9yavwov3_623d78bfe4967.png");
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ll-app-link-bl {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mobile-only-block .ll-kids-app-screen {
    display: block;
    max-width: 330px;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    margin-top: 20px;
}

.mobile-only-block .qr-code-block {
    margin-left: 0px;
}

.mobile-only-block .qrcode-bg {
    margin: 0 auto;
}

.app-market-btns-line-bl {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-left: 10%;
}

.app-market-btns-line-bl .app-market-btns-bl {
    height: 50px;
}

.app-market-btns-line-bl .app-market-btn-bl {
    width: 45%;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

.app-market-btns-line-bl .app-store-btn {
    height: 43px !important;
    margin-left: 7%;
}

.download-app-2022.mobile-only-block .app-market-btns-line-bl .app-store-btn {
    margin-left: 0%;
}

.app-market-btns-line-bl .google-play-btn {
    height: 42px !important;
    margin-left: 1%;
}

.two-qrcodes .qrcode-header {
    font-size: 14px;
    font-family: Nunito, arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #39414b;
    padding-left: 6px;
    transition: color .25s;
    margin-top: 20px;
    text-align: center;
}

.two-qrcodes .qr-code-block {
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.qr-code-block .qrcode.desktop.kids {
    background-image: url("https://logiclike.com/files/media/z3/ru/s57ljm28_625ee1026c282.png");
}

.qr-code-block .qrcode.desktop.adults {
    background-image: url("https://logiclike.com/files/media/6l/wb/46rus3ju_625ee1099ce06.png");
}


/* product topics list */
.list--with-fullcomplex {
    padding: 25px 10px 0px 10px;
}
.list--with-fullcomplex[data-v-11bf57eb] > * {
    margin-bottom: 38px;
}
.full-complex {
    text-align: center;
    max-width: 816px;
    font-family: Nunito,arial,sans-serif;
}
.full-complex__title {
    color: rgb(57, 65, 75);
    margin-bottom: 24px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
}
.topics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px;
}
.topics > * {
    margin: 6px;
}

.future-topics {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -6px -12px;
}
.future-topics__topic {
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
}
.future-topics > * {
    margin: 6px 12px;
}

@media (max-width: 639.98px) {
    .hide-xs {
        display: none!important;
    }
}

@media (min-width: 640px) and (max-width: 1023.98px) {
    .list__fullcomplex {
        margin-left: -27.5px;
        margin-right: -27.5px;
    }
}


.topics__topic {
    color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0px;
}
.topics__topic a.whl:link {
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-size: 16px;
}

@media (min-width: 640px) {
    .plans__courses-list {
        max-width: 606px;
        margin: 0px auto;
    }
    .full-complex__title {
        margin-bottom: 30px;
        font-weight: 900;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: 0px;
    }
    .topics {
        margin: -9px -6px;
    }
    .topics__topic {
        padding: 10px;
        border-radius: 24px;
        font-weight: 800;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -0.1px;
    }
    .topics__topic a.whl:link {
        color: #fff;
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-size: 18px;
    	padding: 10px;
        width: 100%;
    	line-height: 24px;
    }
    .topics > * {
        margin: 9px 6px;
    }
    .hide-sm-gte {
        display: none!important;
    }
}

/*
.custom-page__header__logo-big {
    background-image: url(/files/media/9m/f4/5bhcwu16_6332d5c545924.svg) !important;
    background-size: 139px 28px !important;
    background-position: 0px 0px !important;
    width: 139px !important;
    height: 28px !important;
}

 .custom-page__header__logo {
    
}
*/

/* header-banner Start */
.ll-quiz.halloween {
    width: 100%;
    background-color: #5938B4;
    text-align: center;
}
@media screen and (min-width:1024px) {
    img.halloween-quiz-top {
        min-width: 1024px;
        max-height: 120px;
    }
}
@media screen and (max-width:1023px) {
    img.halloween-quiz-top {
        width: 100%;
        max-height: 110px;
    }
}
@media screen and (max-width:640px) {
    .ll-quiz.halloween {
        margin-left: 0px;
        margin-right: 0px;
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
    }
    img.halloween-quiz-top {
        width: 100%;
        max-height: 100px;
    }
}

.mob-sticky-bl {
    position: fixed; 
    opacity: 1; 
    z-index: 999999; 
    backface-visibility: hidden; 
    bottom: -5px; 
    display: flex; 
    left: 0; 
    right: 0; 
    top: auto; 
    width: 100%;
}
.mob-sticky-bl a.mob-sticky-banner, .mob-sticky-bl img.mob-sticky-banner {
    width:100%;
}

table.english-words { 
    width: 100%;
    margin: 25px auto;
    border-spacing: 10px;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
table.english-words td {
    padding: 10px;
    border: 1px solid #666;
    vertical-align: middle;
}
table.english-words td.col-1-of-2, table.english-words td.col-2-of-2 {
    width: 50%;
}
table.english-words td.col-1-of-3, table.english-words td.col-2-of-3, table.english-words td.col-3-of-3 {
    width: 33%;
}
table.english-words td.col-1-of-4, table.english-words td.col-2-of-4, table.english-words td.col-3-of-4, table.english-words td.col-4-of-4 {
    width: 25%;
}
table.english-words td.col-1-of-5, table.english-words td.col-2-of-5, table.english-words td.col-3-of-5, table.english-words td.col-4-of-5, table.english-words td.col-5-of-5 {
    width: 20%;
}
table.english-words td.shrt {
    width: 15%;
}
table.english-words td.lng {
    width: 40%;
}

.red-color {
    color: #ff6759;
}
.custom-page__block__paragraph.example-big {
    font-size: 22px;
    line-height: 24px;
    margin-top: 50px;
}

.context-banner-bl.violet .custom-page__small-promo.info {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #8e54ef;
    border: 5px solid #8e54ef;
    border-radius: 10px;
}

.custom-page__block__paragraph.img-desc {
    padding-top: 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.banner-header {
    margin-top: -25px;
    margin-bottom: 20px;
}
.ab-banner-header-canvas-0-1 {
    display: none;
}
.banner-header.margin-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.banner-header .custom-page__image-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

#surveyFormWrapper { 
    margin: 0px;
    padding-bottom: 50px;
}
#surveyFormWrapper.option {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.1px;
    color: #39414b;
    cursor: pointer;
}
#surveyFormWrapper.hidden {
  display: none !important;
}
.options-container .option {
    display: block;
    margin: 20px 10px;
    background-color: #f4fbfe;
    padding: 12px;
    border-radius: 18px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.1px;
    color: #39414b;
    cursor: pointer;
    font-family: Nunito,arial,sans-serif;
    font-style: normal;
}

/* Styles for the lightbox overlay */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* Styles for the lightbox container for Mobile and Desktop */
@media screen and (max-width: 640px) {
    .lightbox-container {
        position: absolute;
        top: 3%;
        left: 10%;
        transform: translate(-5%, 0%);
        background-color: #fff;
        padding: 20px;
        width: 90%;
        height: 94%;
        border: 0px;
        border-radius: 5px;
    }
}

@media screen and (min-width: 640px) {
    .lightbox-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        width: 90%;
        height: 90%;
        border: 0px;
        border-radius: 5px;
    }
}

#closeLightbox {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}


.banner-0.buy-or-try, .banner-0.try-or-buy {
    margin-top: 35px;
}
.banner-double-cta-link-left {
    display: flex; 
    width: 40%;
    height: 80px; 
    position: relative; 
    margin-top: -80px; 
    z-index: 100; 
    float: left;
}
.banner-double-cta-link-right {
    display: flex; 
    width: 48%;
    height: 80px; 
    position: relative; 
    margin-top: -80px; 
    z-index: 100; 
    float: right;
}
/* Custom Styles for Page */