<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'RotondaC';
    src: url('../fonts/RotondaC/RotondaC.eot');
    src: local('?'), url('../fonts/RotondaC/RotondaC.woff') format('woff'),
    url('../fonts/RotondaC/RotondaC.ttf') format('truetype'),
    url('../fonts/RotondaC/RotondaC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.login_reg_block {
    float: right;
    width: 285px
}

.login_reg_block_card {
    float: left;
    width: 230px;
    margin-bottom: 40px;
    margin-top: 9px
}

.people_in_slide {
    background: url("../../images/slide_people.png") no-repeat 0 0;
    width: 90px;
    height: 160px;
    position: absolute;
    z-index: 2;
    bottom: -36px;
    left: -15px
}

.menu_reg {
    border-bottom: 1px solid #dadada;
    float: right;
    width: 100%;
    padding-top: 5px
}

.menu_reg a {
    display: block;
    font-family: Comic Sans MS, sans-serif;
    font-size: 30px;
    padding: 0 0 10px 0
}

.menu_reg a:hover {
    text-decoration: none;
    color: #ff6f17
}

.menu_reg #login {
    float: left
}

.menu_reg #reg {
    float: right
}

.menu_reg .active {
    border-bottom: 3px solid #ff6f17;
    color: #ff6f17
}

.menu_reg_card {
    border-bottom: 1px solid #dadada;
    float: right;
    width: 100%;
    padding-top: 5px
}

.menu_reg_card a {
    display: block;
    font-family: Comic Sans MS, sans-serif;
    font-size: 22px;
    padding: 0 0 10px 0
}

.menu_reg_card a:hover {
    text-decoration: none;
    color: #ff6f17
}

.menu_reg_card #login {
    float: left
}

.menu_reg_card #reg {
    float: right;
    margin-right: 25px
}

.menu_reg_card .active {
    border-bottom: 3px solid #ff6f17;
    color: #ff6f17
}

.fast_login {
    font-size: 20px;
    background: url("../../images/login_from_social.png") no-repeat 100% 0;
    padding-right: 105px;
    height: 40px;
    float: left;
    color: #000000;
    font-family: Comic Sans MS, sans-serif;
    margin-top: 25px;
    position: relative
}

.fast_login #twitter_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 185px;
    height: 26px;
    width: 25px
}

.fast_login #facebook_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 215px;
    height: 26px;
    width: 27px
}

.fast_login #vk_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 156px;
    height: 26px;
    width: 27px
}

.fast_login_card {
    font-size: 18px;
    background: url("../../images/login_from_social_card.jpg") no-repeat 100% 30%;
    padding-right: 78px;
    height: 40px;
    float: left;
    color: #000000;
    font-family: Comic Sans MS, sans-serif;
    margin-top: 18px;
    position: relative
}

.fast_login_card #twitter_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 159px;
    height: 21px;
    width: 20px
}

.fast_login_card #facebook_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 183px;
    height: 21px;
    width: 20px
}

.fast_login_card #vk_login {
    display: block;
    position: absolute;
    top: 5px;
    left: 135px;
    height: 21px;
    width: 20px
}

.inp_online_reg, .inp_online_reg_card {
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    padding: 6px 8px;
    width: 225px;
    display: block;
    margin: 10px 0
}

.inp_online_reg_card {
    width: 187px
}

.submit_button, .orange_button, .orange_button_payment, .green_button {
    border: none;
    text-align: center;
    font-family: Comic Sans MS, sans-serif;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    padding: 6px 8px;
    cursor: pointer
}

.submit_button {
    width: 243px
}

.submit_button, .orange_button, .orange_button_payment {
    background-color: #ff6f17
}

.submit_button:hover, .orange_button:hover, .orange_button_payment:hover {
    background-color: #ff9a5c
}

.orange_button, .green_button, .orange_button_payment {
    min-width: 200px
}

.green_button {
    background-color: #7bbb1e
}

.green_button:hover {
    background-color: #a2cf61
}

.forget_pass {
    font-family: "Arial", serif;
    margin: 5px 0 12px 0
}

.forget_pass a {
    font-size: 13px;
    color: #0097cf
}

.fp_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #2e2e2e;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    overflow: hidden
}

.popup_window, .popup_window_login {
    width: 460px;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 80px;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 200px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.popup_ulogin, .popup_login_history, .popup_window_message {
    width: 460px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: fixed;
    top: 35%;
    left: 54%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 185px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.popup_add_history {
    width: 590px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: fixed;
    top: 5%;
    left: 50%;
    margin-left: -311px;
    z-index: 9999;
    display: none;
    font-size: 20px;
    font-family: Comic Sans MS, sans-serif;
    color: #2e2e2e;
    min-height: 200px;
    -webkit-box-shadow: 0px 5px 15px #000;
    -moz-box-shadow: 0px 5px 15px #000;
    box-shadow: 0px 5px 15px #000
}

.close_window {
    width: 43px;
    height: 43px;
    background: url(../../images/cloase_popup.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: -60px;
    cursor: pointer
}

.popup_header {
    text-align: center;
    font-size: 25px;
    padding: 11px 0;
    font-weight: bold
}

.reg_button_nosocial {
    background: url("../../images/ya.png");
    width: 178px;
    height: 55px;
    cursor: pointer;
    margin: 25px auto 10px auto
}

.reg_button_nosocial:hover {
    opacity: 0.8
}

#registration_history_block {
    display: block
}

#login_history_block, #ulogin_block2, #ulogin_block, #remember_pass_history_block {
    display: none
}

html, body {
    font-size: 18px;
    line-height: 1.4;
}

.width-wrap {
    margin: 0 auto;
    padding-left: 2.22rem;
    padding-right: 2.22rem;
    max-width: 1260px;
}

.image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.shadow {
    width: 100%;
    height: auto;
    border-radius: 11px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}

.page-block {
    color: #000;
    font-family: 'RotondaC', Helvetica, Arial, sans-serif;
}

.page-block &gt; .width-wrap {
    padding: 3.5em 1em 4.5em;
}

.page-block h1, .page-block h2, .page-block h3, .page-block h6 {
    margin-top: 0;
}

.page-block h1, .page-block h2 {
    font-size: 2.4em;
}

.page-block img, .page-block iframe {
    max-width: 100%;
}

.page-block img {
    height: auto;
}

.page-block-white-box2 {
    margin-bottom: 1.25em;
    padding: 1em 1.5em;
    font-size: 1.11em;
    font-weight: bold;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
}

.page-block-white-box2 &gt; div &gt; :first-child {
    margin-top: 0;
}

.page-block-white-box2 &gt; div &gt; :last-child {
    margin-bottom: 0;
}

.page-block--img-left {
    display: flex;
    align-items: center;
    gap: 1em;
}

.page-block--img-left &gt; img {
    flex: none;
}

.page-block-orange {
    background: #FEEABC;
}

.text-orange, .page-block-orange h3 {
    color: #FF8616;
}

.page-block-blue {
    background: #BDE2F3;
}

.text-blue, .page-block-blue h3 {
    color: #249DD6;
}

.page-block-green {
    background: #E3F0C4;
}

.text-green, .page-block-green h3 {
    color: #76B61A;
}

.page-block-purple {
    background: #FFC3E3;
}

.text-purple, .page-block-purple h3 {
    color: #D90375;
}

.page-block-lilac {
    background: #E5C3F4;
}

.text-lilac, .page-block-lilac h3 {
    color: #A42CEC;
}

.page-block-01 {
    padding-top: 165px;
    background: left top url(/file/site/page/advanced-reader/bg-stars.webp) #249DD6;
}

.page-block-01 h1 {
    margin-bottom: .5em;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 0 4px 4px #00000040;
}

.history_category_container, .history_category_container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.history_category_container {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;

    margin: 1.5em 0;
}

.history_category_container li {
    padding: .25em 1em;
    font-weight: bold;
    background: #fff;
    border-radius: 1em;
    cursor: pointer;
}

.history_category_container li.li_active {
    background: #FCB81F;
}

.btn-share, .btn-load-more {
    display: inline-block;
    padding: .25em 1em;
    color: #303030;
    font-weight: bold;
    border-radius: 1em;
    background: #fff;
    cursor: pointer;
}

.history-item {
    width: 25%;
    padding: 0 1em 1em 0;
}

.history-item-block {
    margin: 0;
    padding: 0 1em 1em;
    color: #303030;
    hyphens: auto;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 2px 2px 1rem rgba(0, 0, 0, .1);
    overflow: hidden;
}

.history-item--img {
    margin: 0 -1em;
}

.history-item--img img {
    width: 100%;
}

.history-item--name {
    position: relative;
    margin: .5em 0;
    font-weight: bold;
}

.history-item--name:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
    width: 85px;
    height: 18px;
    display: block;
    background: center right repeat-x url(/file/site/page/reviews/start-yellow.webp);
}

.history-item--text {
    font-size: .85em;
}

.page-block-08 {
    background: left top url(/file/site/page/first-steps/bg-stars.webp) #833a89;
}

.page-block-08 h2 {
    color: #fff;
    font-size: 2.11em;
    text-align: center;
}

@media (max-width: 992px) {
    .page-block &gt; .width-wrap {
        padding: 2.5em .5em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .history-item--name:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .width-wrap {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .page-block--img-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .history-item {
        width: 100%;
        padding: 0 0 1em;
    }

    .history_category_container {
        font-size: .8em;
    }

    .popup_window, .popup_window_login, .popup_ulogin, .popup_login_history, .popup_window_message, .popup_add_history {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 2%;
        margin: 0;
        padding: 1em;
        width: 96%;
    }

    .close_window {
        position: absolute;
        top: .25em;
        right: .25em;
        width: 1.2em;
        height: 1.2em;
        background: url(../../images/cloase_popup.png) no-repeat 0 0 rgba(0, 0, 0, .5);
        background-size: contain;
        border-radius: .25em;
    }
}
</pre></body></html>