/*HomeWork*/
body {
    margin: 0px;
}

.homework_container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../img/body-bg.png);
    background-size: 100%;
    display: flex;
}

.homework_container .logged-user-header {
    padding-bottom: 50px;
}

.left_block {
    width: 35%;
    display: inline-block;
    background: #f9f9f9;
    box-shadow: 0px 12px 12px rgba(50, 50, 71, 0.08),
    0px 16px 24px rgba(50, 50, 71, 0.08);
    border-radius: 0px 24px 24px 0px;
}

.right_block {
    width: 65%;
    height: 100%;
    display: inline-block;
    background: #2dbecd;
    padding: 30px 20px 30px 30px;
}

.homework_block {
    position: relative;
    padding: 30px 60px 30px 50px;
}

.homework_block img {
    width: 100%;
}

.homework_block p {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #482d83;
}

.rounds {
    padding-top: 40px;
}

.current_round {
    float: right;
}

.all_round {
    float: right;
}

.homework_title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #482d83;
    margin-top: 50px;
}

/*HomeWork NEW*/

.homework-section {
    display: flex;
    width: 100%;
    background-image: url(../img/background_chess.png);
    background-color: #363232;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: auto;
}

.left-block {
    width: 35%;
    padding: 24px 100px 0 60px;
    background: url(../img/left-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.right-block {
    width: 65%;
    /* padding-left: 24px; */
    padding: 24px 133px 0 60px;
}

.y-custom-link {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffd71e;
    padding: 16px 24px;
    border-radius: 4px;
    background: url(../img/title-back.png);
    position: relative;
    width: fit-content;
    overflow: hidden;
}

.y-custom-link:hover {
    color: #ffd71e;
}

.y-custom-link:hover:after {
    content: url(../img/title-back-hover.png);
    display: block;
    width: 300px;
    height: 46px;
    position: absolute;
    left: 0;
}

.subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #494953;
}

.homework-block {
    margin-top: 64px;
}

.homework-block-rounds {
    margin-top: 28px;
}

.rounds-string {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #e4e4e4;
}

.rounds-string:not(:last-child) {
    margin-bottom: 16px;
}

.stages-wrap {
    margin-top: 112px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
}

.stage-item {
    width: 200px;
    height: 200px;
    background: url(../img/stage-back.png);
    background-size: 100% 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.yellow-xs {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffd71e;
}

.stage-pic img {
    width: 100%;
}

.lessons-wrapper {
    width: 1170px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.lessons-list {
    margin-top: 30px;
}

.lessons-item {
    background: rgb(255, 255, 255);
    box-shadow: rgb(50 50 71 / 8%) 0px 4px 4px, rgb(50 50 71 / 6%) 0px 4px 8px;
    border-radius: 12px;
    padding: 5px 20px;
    margin: 10px 0px;
}

.btn-wrap {
    margin-top: 24px;
}

.green-btn {
    background: #76d51f;
    border-radius: 16px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0px 8px 8px rgb(50 50 71 / 8%), 0px 8px 16px rgb(50 50 71 / 6%);
}

.green-btn:hover {
    color: #ffffff;
}

/* task wrapper */

.task-title-custom {
    display: flex;
    justify-content: center;
    margin: 32px 0 32px;
}

.task-title-custom a {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffd71e;
    padding: 15px 72px 17px;
    border-radius: 4px;
    background: url(../img/title-back.png);
    position: relative;
}

.task-title-custom a:hover:after {
    content: url(../img/title-back-hover.png);
    display: block;
    width: 300px;
    height: 46px;
    position: absolute;
    left: 0;
}

.tasks-wrap {
    width: 100%;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.task-block {
    width: calc(50% - 12px);
    padding: 24px;
    background: url(../img/y-border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 322px;
    box-sizing: border-box;
    margin-bottom: 36px;
}

.task-head {
    width: 100%;
    padding: 0 0 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    min-height: 80px;
}

.task-body {
    display: flex;
    justify-content: space-between;
    padding: 36px 10px 15px 42px;
    flex-wrap: wrap;
}

.exercise-custom {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #e4e4e4;
    padding: 8px 56px 8px 57px;
    background: linear-gradient(
        180deg,
        #1c1b1b 0%,
        #363232 38.54%,
        #343030 60.42%,
        #212121 100%
    );
    border: 1.5px solid rgba(255, 164, 29, 0.5);
    box-sizing: border-box;
    box-shadow: inset -2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 0px -2px 2px rgba(0, 0, 0, 0.25),
    inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 54px;
    width: calc(50% - 32px);
    position: relative;
}

.exercise-custom:before {
    content: url(../img/romb.png);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: -54px;
    top: -21px;
}

.exercise-custom:hover {
    background: linear-gradient(180deg, #ffe81d -54.17%, #b8713e 154.17%);
    box-shadow: inset -2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 0px -2px 2px rgba(0, 0, 0, 0.25),
    inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.exercise-custom:hover:before {
    content: url(../img/romb-hover.png);
}

.lesson_video {
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 1600px) {
    .task-block {
        min-height: 420px;
    }

    .task-head {
        min-height: 100px;
    }

    .task-body {
        padding: 48px 10px 15px 42px;
    }
}

/* Payment */

.user_block_payment a {
    float: right;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
    0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 40px;
    box-sizing: border-box;
    padding: 19px 24px 20px;
    display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #555555;
    cursor: pointer;
    position: relative;
    margin-right: 16px;
}

/*HomeWork*/

.logged-user-wrapper {
    width: 100%;
    height: 100vh;
    background: url(../img/bg.jpg);
}

.game_menu_container {
    /* width: 100%;
      height: 100%; */
    min-height: 100vh;
    padding: 25px 104px;
    background: url(../img/background_chess.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #363232;
    z-index: 5;
}

.logged-user-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 90px 10px;
    background: #363232;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
    0px 4px 8px rgba(50, 50, 71, 0.06);
}

.logged-user-logo-and-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.right-wrap {
    display: flex;
}

.logged-user-img {
    float: left;
    margin-right: 530px;
}

.logged-user-img img {
    width: 100%;
    max-width: 12.5rem;
}

.logged-user-control-buttons {
    display: flex;
    justify-content: space-around;
}

.logged-user-control-button a {
    color: #ffffff;
}

.logged-user-control-button {
    width: 40px;
    height: 40px;
}

.logged-user-control-button img {
    width: 100%;
}

.logged-user-subject-student {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 40px;
}

.logged-user-dropdown-toggle {
    width: 100%;
    padding-left: 20px;
    background-color: #e0e0e0;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(
        linear,
        left 0%,
        left 100%,
        from(#fff),
        to(#e0e0e0)
    );
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    border: 1px solid #ccc;
    z-index: 1000;
}

.logged-user-dropdown-toggle:active,
.logged-user-dropdown-toggle:hover,
.logged-user-dropdown-toggle:focus,
.logged-user-dropdown-toggle:visited {
    color: #000;
}

.logged-user-dropdown-toggle-list {
    display: none;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.logged-user-label {
    display: inline-block;
    width: 10px;

    height: 10px;
    border-radius: 10px;
}

.logged-user-main-content {
    display: flex;
}

.logged-user-blackboard {
    background-image: url('../img/blackboard.png');
    min-height: 450px;
    background-repeat: no-repeat;
    width: 60%;
    background-position: center;
    position: relative;
}

.logged-user-notepad {
    width: 40%;
    background-image: url('../img/notepad.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    min-height: 400px;
}

.logged-user-boy {
    background-image: url('../img/boy.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    min-height: 500px;
}

.logged-user-blackboard_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-transform: uppercase;
    max-height: 300px;
    text-align: center;
    width: 400px;
    color: #fff;
    padding-right: 20px;
}

.logged-user-blackboard_text a {
    color: white;
    text-decoration: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.game-selector {
    list-style-type: none !important;
}

.logged-user-blackboard_text-notepad {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-transform: uppercase;
    max-height: 300px;
    text-align: center;
    width: 400px;
    color: #4d3fbf;
    padding-right: 20px;
}

/****************************Orginal kids css*********************************/

/*
@font-face {
    font-family: Pompiere;
    src: url(fonts/pompiere.ttf);
}
@font-face {
    font-family: BirchCTT;
    src: url(fonts/birchctt.ttf);
}
html {
    height: 100%;
    width: 100%;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-image: url(/assets/img/bg.png);
    background-size: contain;
    font-family: 'BirchCTT', arial;
}
*/
.logo_maximus {
    width: 100%;
    text-align: left;
    position: absolute;
}

.logo_maximus img {
    width: 11%;
    margin-top: 1em;
    margin-left: 1em;
}

.game_menu_block {
    display: flex;
}

.game_menu_block_left {
    width: 60%;
    display: inline-block;
}

.game_menu_block_right {
    width: 40%;
    display: inline-block;
}

.game_menu_wrap {
    width: 100%;
}

.game_menu_wrapper {
    text-align: center;
}

.game_menu_wrapper h2 {
    margin-bottom: 35px;
    color: #ffffff;
}

.game_menu {
    padding: 24px;
    margin-bottom: 20px;
}

.game_menu_col {
    margin-right: 25px;
    max-width: 50%;
}

.game_menu_homework {
    display: flex;
    justify-content: center;
}

.game_info_items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    min-height: 220px;
    box-sizing: border-box;
}

.game_info_item {
    background: #f9f9f9;
    box-shadow: 0px 12px 12px rgba(50, 50, 71, 0.08),
    0px 16px 24px rgba(50, 50, 71, 0.08);
    border-radius: 16px;
    width: 30%;
    margin-right: 15px;
    margin-bottom: 15px;
    min-height: 230px;
    padding: 14px;
}

.game_info_item img {
    height: 100%;
}

.game_menu img {
    width: 100%;
}

.game_menu_title {
    display: block;
    color: white;
    font-size: 42px;
    text-align: center;
}

.heading_list {
    display: block;
    color: #495057;
    font-size: 28px;
    margin: 10px;
}

.answer_list {
    display: block;
    color: #495057;
    font-size: 16px;
    margin: 10px;
}

* {
    outline: none !important;
}

a.non_decoration {
    color: inherit;
}

button.decoration_list {
    width: 100%;
    text-align: left;
}

.game_menu_level {
    display: block;
    color: white;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
}

.homework_step {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homework_step_success {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.back_to_game_selector .btn_back {
    border: 2px solid #ffffff;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 2px rgba(50, 50, 71, 0.06)),
        drop-shadow(0px 2px 4px rgba(50, 50, 71, 0.06));
    border-radius: 33px;
    display: flex;
    align-items: center;
    padding: 5px 25px 5px 5px;
}

.back_to_game_selector {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #482d83;
    display: flex;
    align-items: center;
}

.back_to_game_selector .btn_back:before {
    content: url(../img/chevron-down.svg);
    height: 37px;
    margin-right: 6px;
}

.game_menu_present {
    display: block;
    color: white;
    font-size: 42px;
    text-align: center;
    padding-top: 20px;
    width: 100%;
}

.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.game_menu_text {
    color: #ffffff;
    font-size: 22px;
    margin-top: 10px;
    display: flex;
}

.game_menu_text li {
    background: linear-gradient(
        180deg,
        #1c1b1b 0%,
        #363232 38.54%,
        #343030 60.42%,
        #212121 100%
    );
    border: 1.5px solid rgba(255, 164, 29, 0.5);
    box-sizing: border-box;
    box-shadow: inset -2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 2px 0px 2px rgba(0, 0, 0, 0.25),
    inset 0px -2px 2px rgba(0, 0, 0, 0.25),
    inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.game_menu_text li a {
    color: #fff;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 5px 30px 5px 30px;
    width: 100%;
    height: 100%;
}

.game_menu_text li:hover {
    background: #ffa800;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
    0px 4px 8px rgba(50, 50, 71, 0.06);
}

.game_menu_text li a.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.note_wrap {
    margin-bottom: 30px;
    margin-top: 30px;
}

.note_title {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: white;
}

.note_subtitle {
    font-size: 25px;
}

.bottom_items {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom_items li {
    width: 108px;
    height: 108px;
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08),
    0px 8px 16px rgba(50, 50, 71, 0.06);
    border: 8px solid #ffffff;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bottom_items img {
    width: 100%;
}

pre {
    font-family: Segoe Print, sans-serif !important;
    overflow: unset !important;
}

.game_homework {
    display: flex;
    font-size: 28px;
    color: white;
    margin-right: 48px;
}

.game_homework a {
    color: white;
}

.image_homework {
    width: 70px;
    display: inline-block;
}

.game_flashcards {
    display: flex;
    font-size: 28px;
    color: white;
}

.game_flashcards a {
    color: white;
}

.image_flashcards {
    width: 70px;
    display: inline-block;
}

.bottom_items ul {
    list-style: none;
}

.bottom_items li {
    list-style-type: none;
}

.game_settings_wrapper {
    width: calc(100% - 520px);
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.settings {
    width: 500px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.settings img {
    width: 100%;
}

.settings div {
    position: absolute;
    font-size: 40px;
    z-index: 3;
    top: 1em;
    left: 2em;
}

.settings_title {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-family: 'BirchCTT', arial;
    font-size: 36px;
    text-align: center;
}

.settings_item_block {
    width: 100%;
}

input[type='range'] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 92px;
    background: url(/assets/img/road2.png);
    background-size: 100% 92px;
}

.input_speed::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: url(/assets/img/red_car.png);
    background-size: 100% 100%;
    width: 150px;
    height: 80px;
    border: none;
    cursor: move;
}

.input_difficulty::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: url(/assets/img/yellow_car.png);
    background-size: 100% 100%;
    width: 150px;
    height: 80px;
    border: none;
    cursor: move;
}

.input_quantity::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: url(/assets/img/blue_car.png);
    background-size: 100% 100%;
    width: 150px;
    height: 80px;
    border: none;
    cursor: move;
}

.speed input[type='range'] {
    direction: rtl;
}

/****************************/

#answer {
    display: none;
    margin: auto;
    /*margin-top: 10rem;*/
    width: 70%;
    text-align: center;
    position: relative;
}

#answer > .full_sequence span {
    font-size: 1.5rem;
    margin: 0 10px;
    display: inline-block;
}

#answer > .full_sequence {
    text-align: center;
    display: none;
}

#answer > form {
    margin-top: 1.5rem;
}

#answer .success,
#answer .error {
    display: none;
}

#answer > #client_calculation,
#answer > .full_sequence {
    padding-top: 15rem;
}

#answer .success .text {
    color: green;
}

#answer .error .text {
    color: red;
}

#timer,
#sequence {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#timer {
    /*background: #ffffff7d;*/
    z-index: 10;
}

#timer .seconds,
#sequence .number {
    font-size: 10rem;
}

.settings p {
    font-size: 1.7rem;
}

.settings input[type='number'] {
    border: none;
    font-size: 1.7rem;
    display: inline-block;
    margin-left: 1rem;
    width: 5rem;
}

.settings .submit {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    margin-right: 4rem;
}

.settings .submit input {
    background-color: #0693cd;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px;
    width: 180px;
    box-shadow: 1px 2px 3px 1px #cacaca;
}

.settings .submit input:hover {
    box-shadow: none;
}

#root {
    width: 95%;
    height: 100%;
    position: relative;
    margin: auto;
}

.reload_game {
    z-index: 5;
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.reload_game a {
    color: #333;
    font-weight: 600;
}

.back_to_settings {
    z-index: 5;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.back_to_settings a {
    color: #333;
    font-weight: 600;
}

/*
.back_to_game_selector{
    z-index: 5;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
*/
.back_to_game_selector a {
    color: #333;
    font-weight: 600;
}

#start_game .select {
    position: relative;
    display: inline-block;
    max-width: 180px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
}

#start_game .select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0px 55px 0px 15px;
    font-size: 14px;
    color: #333;
}

#start_game .select:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    line-height: 25px;
    content: '\2193';
    text-align: center;
    color: #333;
    font-size: 24px;
    border-left: 1px solid #ccc;
    z-index: -1;
}

a {
    text-decoration: none;
}

/*flashcards*/
#flashcards {
    text-align: center;
    padding-top: 10rem;
    display: none;
}

img.flashcard {
    margin: auto;
    max-height: 400px;
    display: inline;
    max-width: 33%;
}

.flashcards-body {
    background: url(../img/b3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flashcard {
    width: 100px;
    height: 303px;
    margin: auto;
    background-color: #d5d6d8;
    border: 2px solid black;

    max-height: 400px;
    display: inline-block;
    margin-left: -6px;
}

.sky {
    height: 75px;
    background-image: url(../img/flashcards/flash_sep.png);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 16px;
}

.separator {
    height: 16px;
    background-color: #3a2315;
    border-top: 2px solid #a07853;
    border-bottom: 2px solid #a07853;
}

.ground {
    height: 208px;
    background-image: url(../img/flashcards/flash_sep.png);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 16px;
}

.bone {
    background-image: url(../img/flashcards/bone.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 88px;
    background-position-x: 4px;
    height: 36px;
    position: relative;
}

#flashcard-0 .bone-1,
#flashcard-0 .bone-2,
#flashcard-0 .bone-3,
#flashcard-0 .bone-4,
#flashcard-1 .bone-2,
#flashcard-1 .bone-3,
#flashcard-1 .bone-4,
#flashcard-2 .bone-3,
#flashcard-2 .bone-4,
#flashcard-3 .bone-4,
#flashcard-5 .bone-1,
#flashcard-5 .bone-2,
#flashcard-5 .bone-3,
#flashcard-5 .bone-4,
#flashcard-6 .bone-2,
#flashcard-6 .bone-3,
#flashcard-6 .bone-4,
#flashcard-7 .bone-3,
#flashcard-7 .bone-4,
#flashcard-8 .bone-4 {
    top: 55px;
}

#flashcard-5 .bone-5,
#flashcard-6 .bone-5,
#flashcard-7 .bone-5,
#flashcard-8 .bone-5,
#flashcard-9 .bone-5 {
    top: 37px;
}

#pause {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100px;
    background: #2a2a2a;
    border-radius: 7px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}

.group-homework-content {
    background: #f9f9f9;
    box-shadow: 0px 12px 12px rgba(50, 50, 71, 0.08),
    0px 16px 24px rgba(50, 50, 71, 0.08);
    border-radius: 24px;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

.home_stage {
    width: 50%;
    padding-right: 60px;
}

.logged-user-details {
    float: right;
    padding: 0px 24px 0px;
    display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-right: 16px;
}

.logged-user-details .group_item,
.logged-user-details .group_item .itemIcon {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.logged-user-details .group_item .itemIcon .star,
.logged-user-details .group_item .itemIcon .money {
    color: #ffd71e;
}

.logged-user-details .group_item .itemIcon .hard {
    color: #fc4848;
}

.logged-user-details .group_item .itemIcon {
    margin: 0 24px;
}

.logged-user-details .group_item {
    margin-right: 20px;
}

.logged-user-details .group_item span {
    margin-left: 5px;
}

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

/* .logged-user-details:after { */
/* content: url(../img/arr.svg); */
/* margin-left: 15px; */
/* width: 32px; */
/* height: 32px; */
/* } */

.logged-user-dropdown {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
    0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 12px;
    width: fit-content;
    min-width: 262px;
    padding: 16px;
    color: #555;
}

.logged-user-dropdown-top {
    border-bottom: 1px solid rgba(228, 228, 228, 0.6);
    padding-bottom: 16px;
    margin-bottom: 9px;
}

.logged-user-dropdown-top .green-btn {
    width: 100%;
}

.dropdown-item-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.subTitleTop {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
}

.titleItemTop {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

.titleItemTop .countPrise {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.light-gr {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #999999;
}

.list_questions {
    display: flex;
    align-items: center;
    padding: 9px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.list_questions svg {
    margin-right: 5px;
}

.logged-user-details.opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.groupName:after {
    position: absolute;
    right: -15px;
    margin: auto 0;
    content: url(../img/arr.svg);
    margin-left: 15px;
    width: 32px;
    height: 32px;
}

.groupNameItem {
    position: relative;
}

.logged-user-details.opened:after {
    transform: rotate(180deg);
}

.logged-user-dropdown.opened {
    display: block;
    z-index: 1;
}

.logout {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    color: #ffffff;
    padding: 13px 16px;
    border-top: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 33px;
    display: flex;
    align-items: center;
}

/* .logout:before { */
/* content: url(../img/x.svg); */
/* width: 40px; */
/* height: 40px; */
/* } */
.logout:hover {
    border-top: 2px solid #ffd71e;
    color: #ffd71e;
}

.student-star {
    justify-content: normal;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #ffc800;
    margin-right: 15px;
}

.money-wrapper {
    justify-content: normal;
    display: flex;
    align-items: center;
}

.student-money {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #29abb9;
    margin-right: 15px;
}

.money {
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    margin-right: 5px;
}

.user_block_games .balance {
    text-align: center;
    font-size: 14px;
    color: white;
}

.balance-block {
    padding: 24px;
    max-width: 350px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 8px 8px rgb(50 50 71 / 8%),
    0px 8px 16px rgb(50 50 71 / 6%);
    box-shadow: 0px 8px 8px rgb(50 50 71 / 8%), 0px 8px 16px rgb(50 50 71 / 6%);
    border-radius: 16px;
    background: #fff;
}

.balance-block .balance,
.balance-block .month-pay {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #212529;
}

.balance-block .note_title {
    color: #212529;
}

.requisites-block {
    padding: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 8px 8px rgb(50 50 71 / 8%),
    0px 8px 16px rgb(50 50 71 / 6%);
    box-shadow: 0px 8px 8px rgb(50 50 71 / 8%), 0px 8px 16px rgb(50 50 71 / 6%);
    border-radius: 16px;
    background: #fff;
    position: absolute;
    top: 200px;
    right: 40px;
    width: 35%;
}

.paym-btns {
    display: flex;
    align-items: center;
}

.white-link {
    color: #fff;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
    text-decoration: underline;
}

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

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

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

.homework-block-title {
    margin-bottom: 16px;
}

@media (max-width: 1414px) {
    .game_menu {
        display: inline-block;
        padding: 20px;
    }

    .game_menu_text {
        color: #ffffff;
        font-size: 22px;
    }

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

@media (max-width: 1140px) {
    .note_subtitle {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .game_menu_text {
        font-size: 18px;
    }

    .game_menu_block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .game_menu_block_left {
        width: 100%;
        text-align: center;
    }

    .game_menu_title {
        font-size: 50px;
    }

    .game_menu {
        display: inline-block;
        padding: 45px;
    }

    .note_wrap {
        margin-bottom: 50px;
        margin-top: 50px;
        text-align: center;
    }

    .game_menu_level {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .game_menu_block_right {
        width: 100%;
        display: inline-block;
    }

    .task-block {
        width: 100%;
    }

    .subtitle {
        font-size: 28px;
        line-height: 38px;
    }

    .homework-block {
        margin-top: 34px;
    }

    .left-block {
        padding: 24px;
    }

    .requisites-block {
        position: initial;
        margin-top: 24px;
    }

    .game_menu_container {
        height: auto;
    }

    .offer_container {
        padding: 20px 40px;
    }
}

@media (max-width: 768px) {
    .left_block {
        width: 45%;
    }

    .right_block {
        width: 55%;
    }

    .game_info_item {
        width: 45%;
    }

    .game_menu_text {
        font-size: 14px;
        margin-left: 10px;
    }

    .note_title {
        font-size: 40px;
        line-height: 50px;
    }

    .note_subtitle {
        font-size: 15px;
    }

    .logged-user-details {
        font-size: 18px;
        width: 100%;
    }

    .game_menu_text li a {
        font-size: 50px;
    }

    .game_homework a,
    .game_flashcards a {
        font-size: 18px;
    }

    .homework_block {
        padding: 20px;
    }

    .game_menu_col {
        margin-right: 0;
    }

    .game_menu_text li {
        margin-right: 5px;
    }

    .subtitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 468px) {
    .task-title-custom a {
        font-size: 16px;
        line-height: 22px;
    }

    .task-head {
        font-size: 18px;
        line-height: 24px;
    }

    .task-block {
        width: 100%;
        padding: 16px;
    }

    .task-body {
        padding: 12px;
    }

    .exercise-custom {
        width: 100%;
        margin-bottom: 36px;
    }

    .homework-section {
        flex-wrap: wrap;
        height: fit-content;
    }

    .right-wrap {
        width: 100%;
        justify-content: center;
    }

    .left-block,
    .right-block {
        width: 100%;
        padding: 24px;
    }

    .stages-wrap {
        margin-top: 24px;
        grid-template-columns: 1fr 1fr;
    }

    .stage-item {
        width: 100%;
        height: auto;
    }

    .stage-item img {
        width: 100%;
        max-height: 110px;
    }

    .homework-block {
        margin-top: 24px;
    }

    .heading_list {
        font-size: 22px;
        margin: 10px;
    }

    .answer_list {
        font-size: 14px;
        margin: 5px;
    }

    .game_menu {
        display: inline-block;
        width: 100%;
        padding: 35px 25px;
    }

    .questions_accordion {
        padding: 0px 20px !important;
    }

    .game_menu_text {
        font-size: 17px;
        margin-left: 16%;
    }

    .note_wrap {
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }

    .game_settings_wrapper {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .note_title {
        font-size: 20px;
        line-height: 33px;
    }

    .game_menu_title {
        font-size: 32px;
    }

    .game_menu_level {
        font-size: 26px;
    }

    .game_info_item {
        margin-right: 0;
        margin-top: 15px;
        width: 50%;
    }

    .logged-user-img {
        margin-right: 15px;
    }

    .logged-user-details {
        font-size: 18px;
    }

    .balance {
        font-size: 14px;
    }

    .logged-user-img {
        width: 95px;
    }

    .note_title {
    }

    .note_subtitle {
    }

    .bottom_items {
        padding-top: 0;
    }

    .bottom_items {
        padding-bottom: 20px;
    }

    .game_menu_wrapper h2 {
        margin-bottom: 0;
        margin-top: 60px;
    }

    .game_menu_homework {
        flex-wrap: wrap;
    }

    .game_homework {
        margin-right: 0;
    }

    .game_homework a,
    .game_flashcards a {
        font-size: 14px;
    }

    .bottom_items li {
        width: 80px;
        height: 80px;
    }

    .homework_container {
        flex-wrap: wrap;
    }

    .left_block,
    .right_block {
        width: 100%;
    }

    .right_block {
        padding: 30px 15px 30px 15px;
    }

    .logged-user-logo-and-details {
        flex-direction: column;
        position: relative;
    }

    .logged-user-img {
        margin-right: 0;
        margin-bottom: 10px;
        width: 150px;
    }

    .logged-user-details {
        padding: 10px;
        margin: 0;
    }

    .logout {
        padding: 9px 24px;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .logged-user-details:after {
        margin-left: 0;
    }

    .logout:before {
        display: none;
    }

    .home_stage {
        width: 100%;
        padding-right: 0;
    }

    .logo_maximus img {
        width: 100px;
    }

    .requisites-block {
        position: initial;
        padding: 18px;
        margin-top: 24px;
    }

    .requisites-block p {
        margin-bottom: 12px;
    }

    .balance-block {
        padding: 18px;
    }

    .game_menu_container {
        padding: 25px 16px 0;
        height: auto;
    }

    .white-link {
        font-size: 18px;
    }

    .pageBalance-table {
        width: 100%;
    }

    .offer-content-title-wrapper {
        padding: 16px 0;
    }
}

@media (max-width: 320px) {
    .note_title {
        font-size: 17px;
    }

    .note_subtitle {
        font-size: 19px;
    }

    .game_menu_title {
        display: block;
        color: white;
        font-size: 25px;
    }

    .game_menu_text {
        font-size: 15px;
    }
}

::-webkit-scrollbar-button {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #fafafa;
    box-shadow: 0px 0px 1px #333 inset;
}

::-webkit-scrollbar-thumb {
    background-color: #ffc800;
    box-shadow: 0px 1px 1px #ccc inset;
}

::-webkit-resizer {
    width: 0;
    height: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

.content {
    padding-bottom: 115px;
}

.content-col {
    width: calc(100% - 336px);
    height: fit-content;
}

.tabs {
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    width: fit-content;
    background: #fff;
}

.custom-tab.active {
    background: #05aabb;
    box-shadow: inset 0px 4px 4px rgb(50 50 71 / 8%),
    inset 0px 4px 8px rgb(50 50 71 / 6%);
    color: #fff !important;
}

.custom-tab {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #494953;
    list-style-type: none;
    cursor: pointer;
    background: #fff;
    position: relative;
    border-radius: 16px;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.custom-tab a,
.custom-tab span {
    color: #494953;
    padding: 12px 24px;
    display: block;
}

.box {
    background: #ffffff;
    box-shadow: 0px 8px 8px rgb(50 50 71 / 8%), 0px 8px 16px rgb(50 50 71 / 6%);
    border-radius: 16px;
    padding: 24px;
    /* height: fit-content; */
    margin: 10px 0;
}

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

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

.subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #494953;
}

.gr-line {
    border: 1px solid rgba(228, 228, 228, 0.6);
    width: 0;
    height: 40px;
}

.jc-between {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-gr {
    border: 1px solid #dad8d8;
    border-radius: 4px;
    padding: 24px;
}

.text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #494953;
}

.warning-border {
    border: 2px solid #ff7474;
}

.message-top {
    cursor: pointer;
    padding-left: 24px;
}

.d-flex {
    display: flex !important;
}

.btn {
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 4px rgb(50 50 71 / 8%), 0px 4px 8px rgb(50 50 71 / 6%);
    border-radius: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 12px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    outline: none;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input,
textarea {
    /* background: #F7F7F7; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    border: none;
    padding: 16px;
}

.red {
    color: #ff4865 !important;
}

.viewBlock {
    display: none;
}

.itemData {
    cursor: pointer;
}

.white {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

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

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

.d-flex {
    display: flex;

    flex-wrap: wrap;
}

.w-100 {
    width: 100%;
}

.content-col {
    width: calc(100% - 336px);
    height: fit-content;
}

.d-flex {
    display: flex;
}

.profile-settings-wrap {
    width: 677px;
}

.right-col {
    width: 336px;
    padding-left: 25px;
}

.profile-settings-wrap input,
.profile-settings-wrap textarea {
    /* background: #F7F7F7; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
    border: none;
    padding: 16px;
}

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

.questions_accordion:not(last-child),
.profile-settings-item {
    margin-bottom: 24px;
}

.al-center {
    align-items: center;
}

.jc-between {
    justify-content: space-between;
}

.hide-persons {
    width: fit-content;
    cursor: pointer;
}

input[type='text'],
select,
input[type='password'],
input[type='email'],
textarea {
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 16px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.right-col {
    width: 336px;
    padding-left: 25px;
}

.colored-msg {
    border-radius: 50%;
    background: #fc4848;
    width: 20px;
    height: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #ffffff;
    right: 35px;
    top: 0px;
}


.timer-summer-camp-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 105px 14px;
    background-color: #363232;
}

.timer-summer-camp-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    background: linear-gradient(180deg, #1C1B1B 0%, #363232 38.54%, #343030 60.42%, #212121 100%);
    border: 1px solid rgba(255, 164, 29, 0.5);
    padding: 12px;
}

.timer-summer-camp-box > .timer-summer-camp-box-title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin: 20px;

    /* White */

    color: #FFFFFF;
}

.timer-summer-camp-box > .timer-summer-camp-box-item {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1 / 1;
    height: 75px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #384149;
    margin: 0 10px;
}

.timer-summer-camp-box > .timer-summer-camp-box-item-pre {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;

    /* White */

    color: #FFFFFF;
    margin: 0;
}

.timer-summer-camp-box > .timer-summer-camp-box-item > span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}


.summer-camp-banner-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 120px;
    padding: 0 40px;
    background: #DDE9F8;
}

.summer-camp-banner-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    background-repeat: no-repeat;
    background-image: url('/img/summer-camp/maximus-chess-summercamp-bg.svg');
    background-size: 80%;
    padding-right: 60px;
}

.summer-camp-banner-logo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: 106px;
    height: inherit;
}

.summer-camp-banner-logo > img {
    height: auto;
    width: 81px;
}

.summer-camp-banner-title {
    display: flex;
    position: relative;
    height: inherit;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.summer-camp-banner-title > .summer-camp-banner-title-full {
    display: flex;
    width: 100%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */

    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #FFFFFF;
    margin-bottom: 8px;
}

.summer-camp-banner-title > .summer-camp-banner-title-desc {

    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */

    font-feature-settings: 'pnum' on, 'lnum' on;

    color: #F78806;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 50px;
}

.summer-camp-banner-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    flex-direction: column;
    position: relative;
    max-width: 200px;
}

.summer-camp-banner-actions > button,
.summer-camp-banner-actions > a {
    background: #57CBD7;
    border-radius: 8px;
    padding: 10px 22px;
    width: 100%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    /* Placeholder */

    color: #FFFFFF;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
}

.summer-camp-banner-actions > :last-child {
    margin-bottom: 0;
}

.summer-camp-banner-actions > button.summer-camp-banner-action-payment,
.summer-camp-banner-actions > a.summer-camp-banner-action-payment {
    background: #76D51F;
}

.summer-camp-banner-actions > button.summer-camp-banner-action-play,
.summer-camp-banner-actions > a.summer-camp-banner-action-play {
    background: #FFA800;
}

.summer-camp-banner-place {
    display: block;
    position: relative;
    height: 125px;
    width: 100%;
}

.summer-camp-banner-place > .summer-camp-banner-place-banner {
    display: block;
    position: absolute;
    top: -25px;
    left: -40px;
    width: calc(100% + 80px);
}

.summer-camp-paragraph {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-weight: normal;
}

.summer-camp-paragraph > p {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.summer-camp-paragraph img {
    display: block;
    position: relative;
    height: 112px;
    width: auto;
}

.summer-camp-paragraph > img.prewiew {
    display: block;
    position: relative;
    height: 100px;
    margin: 0 89px 0;
    width: auto;
}

.summer-camp-list {
    list-style: none;
    margin: 0;
    padding: 0;

    font-weight: normal;
}

.summer-camp-list > li {
    display: flex;
    flex-direction: row;

    font-weight: normal;
}

.summer-camp-list > li:before {
    display: block;
    position: relative;
    background-image: url("/img/summer-camp/maximus-chess-summercamp-list-item.svg");
    height: 22px;
    width: 22px;
    content: "";
    margin-right: 10px;
}

.summer-camp-marker-line {
    display: inline-block;
    background-color: #FFCE51;
    color: #FFFFFF;
    padding: 2px 5px;
    border-radius: 10px;
}

.d-flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    align-items: stretch;
}

.d-flex-box-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.d-flex-box > .row-x9 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% * 3 / 4);
}

.d-flex-box > .row-x12 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.d-flex-box-column > .row-xx {
    display: inline-flex;
    position: relative;
    width: auto;
    padding: 20px 0;
}

.d-flex-box > .row-x3 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% * 1 / 4);
}

.d-flex-box.r-center,
.d-flex-box-column.r-center {
    align-items: center;
}

.d-flex-box.c-center,
.d-flex-box-column.c-center {
    justify-content: center;
}

.summer-camp-paragraph > button.summer-camp-description-button {
    background: #76D51F;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 16px;
    padding: 12px 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    /* Placeholder */
    cursor: pointer;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;

}

.summer-camp-paragraph > .summer-camp-description-button-success {
    display: inline-flex;
    align-items: center;
    color: #A5CD50;
    filter: drop-shadow(0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06));
    padding: 15px;
    border-radius: 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background-color: #FFFFFF;
}

.summer-camp-paragraph > .summer-camp-description-button-success:before {
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
    content: " ";
    background-image: url('/img/checked.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

a.summer-camp-button,
button.summer-camp-button {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: none;
    text-decoration: none;
    padding: 11px 16px;
    background: #FFD71E;
    border-radius: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    color: #FFFFFF;
}

a.summer-camp-button::before,
button.summer-camp-button::before {
    margin: 0 10px 0 -1px;
    height: 32px;
    width: 32px;
    content: "";
    background-image: url("/img/summer-camp/maximus-chess-summercamp-icon.svg");

}
a.summer-camp-2024-button,
button.summer-camp-2024-button {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: none;
    text-decoration: none;
    padding: 11px 16px;
    background: linear-gradient(95.98deg, #EF32D9 8.8%, #89FFFD 101.32%);
    border-radius: 100px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0px 0px 12px 0px #B99EEC99;
    transition: all 0.3s ease;

    /* identical to box height */


    color: #FFFFFF;
}
a.summer-camp-2024-button:hover,
button.summer-camp-2024-button:hover {
    box-shadow: 0px 0px 12px 0px #B99EEC;

}

a.summer-camp-2024-button::before,
button.summer-camp-2024-button::before {
    margin: 0 10px 0 -1px;
    height: 24px;
    width: 24px;
    content: "";
    background-image: url("/img/summer-camp-2024/icons/camp.svg");

}


/* button for redirect geo platform */
.button-free-courses-box {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.button-free-courses-box.button-free-courses-box-mobile {
    display: none;
}

.button-free-courses-box.button-free-courses-box-desktop {
    height: 100%;
    max-height: 40px;
}

.button-free-courses-box.button-free-courses-box-mobile > button.free-course-link {
    width: 100%;
    height: 80%;
}

.button-free-courses-box > button.free-course-link {
    display: flex;
    position: relative;
    border: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 2px;
    padding: 4px 12px 4px 12px;
    height: 100%;
    background-color: #9EE2F8;
    color: #FFFFFF;
    pointer-events: bounding-box;
}

.button-free-courses-box > button.free-course-link:hover {


}

.button-free-courses-box > button.free-course-link > img {
    height: 32px;
    width: auto;
    display: block;
}

@media (max-width: 1200px) {
    .button-free-courses-box.button-free-courses-box-desktop > button.free-course-link > span {
        display: none;
    }
}

@media (max-width: 1000px) {
    .button-free-courses-box.button-free-courses-box-desktop {
        display: none;
    }

    .button-free-courses-box.button-free-courses-box-mobile {
        display: flex;
    }
}

.button-free-courses-box > button.free-course-link > span {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
}

.popup.popup-mini > .popup-scroll {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 400px;
    min-height: 300px;
}

@media screen and (max-height: 500px) and (max-width: 740px) {
    .popup.popup-mini {
        transform: none;
        top: 20px;
        left: 20px;
    }

    .popup.popup-mini > .popup-scroll {
        min-height: 0;
        max-height: calc(100vh - 40px - 58px);
    }
}

@media screen and (max-width: 740px) {
    .popup.popup-mini > .popup-scroll {
        max-width: 100%;
    }
}

.popup > .popup-scroll > .popup-info-icon {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.popup > .popup-scroll > .popup-info-icon > img {
    height: 60px;
    width: auto;
}

.popup > .popup-scroll > .popup-info-title {
    text-align: center;
    color: #494953;
    font-weight: 900;
    font-size: 28px;
    line-height: 33.6px;
}

.popup > .popup-scroll > .popup-info-description {
    text-align: center;
    color: #6A6A73;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.4px;
}
.popup > .popup-scroll > .popup-info-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 4px;
}

.popup > .popup-scroll > .popup-info-actions > a.popup-action-link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
    font-weight: 700;
    background-color: #FFA800;
    height: 34px;
    min-width: 176px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.popup > .popup-scroll > .popup-info-actions > a.popup-action-link:nth-of-type(2) {
    background-color: #57CBD7;
}

.popup > .popup-scroll > .popup-info-actions > a.popup-action-link:nth-of-type(3) {
    background-color: #76D51F;
}

.popup > .popup-scroll > .popup-info-actions > a.popup-action-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 2.53125px 5.0625px 0 #3232470F, 0 2.53125px 2.53125px 0 #32324714;
}


.popup ::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
}

.popup ::-webkit-scrollbar-track {
    background: #e9e9ed;
    border-radius: 4px;
}

.popup ::-webkit-scrollbar-thumb {
    background-color: #2dbecd;
    border-radius: 4px;
}

.popup ::-webkit-resizer {
    width: 0;
    height: 0px;
}

.popup ::-webkit-scrollbar {
    width: 8px;
    height: 0px;
}

.popup {
    padding: 40px;
    position: fixed;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    max-width: 620px;
    background-color: #fbfbfd;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 16px 16px rgba(50, 50, 71, 0.08),
    0px 24px 32px rgba(50, 50, 71, 0.08);
    border-radius: 12px;
    display: none;
}

.popup.opened {
    display: block;
}

.c-popup {
    background-color: #ffffff;
    #background-image: url(../img/competitions/c-popup-back.png);
    box-shadow: none;
    border: none;
    background-size: 100%;
    max-width: 809px;
    width: 809px;
    height: 569px;
    padding: 79px 133px 50px;
}

.pause-popup {
    /* background-image: url(../img/pause-back.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 20%;
    padding-bottom: 100px;*/
}

.popup-closer {
    background: #ff4865;
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06),
    0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 16px;
    padding: 20px;
    position: absolute;
    right: 16px;
    top: -16px;
    cursor: pointer;
}

.popup-closer:before {
    content: "";
    background-image: url(../img/popup-cross.svg);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.halloween-popup .popup-closer:before {
    background-image: url(../img/bones.svg);
}

.popup-closer:hover:before {
    transform: rotate(-90deg);
}

.popup-scroll {
    max-height: 378px;
    overflow-y: auto;
    padding-right: 15px;
    padding-bottom: 40px;
}

.c-popup .popup-scroll {
    max-height: 322px;
}

.popup .popup-title,
.popup .popup-description,
.popup .popup-description-new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup .popup-title > div.title {
    color: #494953;
    font-weight: 900;
    font-size: 28px;
    line-height: 36.4px;
    padding: 10px 26px;
    font-family: Lato;
}

.popup .popup-title > p {
    background-color: #27B4A9;
    font-weight: 900;
    font-size: 28px;
    line-height: 36.4px;
    padding: 10px 26px;
    border-radius: 12px;
    color: #FFFFFF;
    font-family: Lato;
}

.popup .popup-description > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    color: #27B4A9;
    font-family: Lato;
}

.popup .popup-description-new > p > strong {
    font-weight: 900;
    font-size: 16px;
    line-height: 19.2px;
    color: #6A6A73;
    font-family: Lato;
}

.popup .text.green {
    background-color: #27B4A9;
    padding: 8px 16px;
    border-radius: 20px;
}

.popup .text {
    margin-bottom: 10px;
}

.popup .text.green > p {
    color: #FFFFFF;
}

.popup .text.green > p > strong {
    color: #006459;
}

.popup .text > p {
    text-align: justify;
    color: #6A6A73;
}

.popup .text > div.fr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.popup .text > div.fr > div.star > img {
    width: 18px;
    height: 18px;
}

.popup .text > div.fr > div.about {
    color: #FFFFFF;
    text-align: justify;
}

.popup .text > p.text-align-center {
    text-align: center;
    color: #333333;
    font-weight: 400;
}

.popup .text > p > span {
    font-weight: bold;
}

.popup .text > p > span.green {
    color: #27B4A9;
}

.popup .text > p > span.yellow {
    color: #FFC148;
}


/* summer camp */
@font-face {
    font-family: "Lato Regular";
    src: url("../font/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Medium";
    src: url("../font/Lato-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../font/Lato-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato ExtraBold";
    src: url("../font/Lato-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Lato-Black";
    src: url("../font/Lato-Black.ttf");
    font-weight: 900;
    font-style: normal;
}


:root {
    --text-color: #ffffff;
    --text-color-main: #C980CD;
    --body-color-main: #373232;
    --card-color-main: #565353;
    --card-color-base: #403c3c;
}

.sci-page-content {
    font-family: "Lato Regular";
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    color: var(--text-color);
}


.sci-page-content ul li {
    list-style-type: none; }

.sci-page-content a {
    text-decoration: none;
    outline: none;
    display: block;
    width: fit-content;
    cursor: pointer; }

.sci-page-content p {
    margin: 0; }

.sci-page-content img {
    max-width: 100%;
    height: auto;
    display: block; }

.sci-page-content h1,
.sci-page-content h2,
.sci-page-content h3 {
    margin: 0; }


.sci-section-top__inner {
    background: #403C3C url(/img/summer-camp-2024/back-top-chess.png) center no-repeat !important;
    background-size: cover !important;
    border-radius: 20px !important;
}

.sci-btn {
    border: 1px solid transparent !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 11px 34px !important;
    color: #FFD71E !important;
    box-shadow: 0px 2px 4px 0px #3232470F !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    position: relative !important;
    cursor: pointer !important;
}
.sci-btn.disabled {
    cursor: unset;
    color: #1bc100 !important;;
}

.sci-btn:not(.disabled):hover, .sci-btn:not(.disabled):active {
    background: linear-gradient(90.21deg, rgba(251, 228, 29, 0) 0.16%, rgba(251, 228, 29, 0.3) 48.95%, rgba(251, 228, 29, 0) 99.82%);
}

.sci-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background: linear-gradient(269.91deg, rgba(255, 215, 30, 0) -12.7%, #ffd71e 41.48%, rgba(255, 215, 30, 0) 106.55%);
}

.sci-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(269.91deg, rgba(255, 215, 30, 0) -12.7%, #ffd71e 41.48%, rgba(255, 215, 30, 0) 106.55%);
}
.sci-btn.disabled::before,.sci-btn.disabled::after {
    background: linear-gradient(269.91deg, rgba(255, 215, 30, 0) -12.7%, #1bc100 41.48%, rgba(255, 215, 30, 0) 106.55%);
}


.sci-section-info__col:last-child {
    background: url(/img/summer-camp-2024/bg-bag-chess.png) center no-repeat !important;
    background-size: cover !important;
}

@media screen and (max-width: 450px) {
    .sci-section-info__col:last-child {
        background: url(/img/summer-camp-2024/bg-bag-chess-mb.png) center no-repeat !important;
        background-size: cover !important;
        margin-top: 30px !important;
    }
}

.sci-section-areas__row:first-child .sci-area-card:nth-child(2) {
    background: url(/img/summer-camp-2024/bg-chess.png) center no-repeat !important;
    background-size: cover !important;
}

.sci-area-card {
    border-radius: 20px !important;
    padding: 0 !important;
}

.sci-area-card__inner {
    padding: 40px;
    height: 100%;
}

.sci-area-card--chess img {
    z-index: 10;
}

.with-border {
    border: 1px solid #FFA41D;
    border-radius: 20px;
}

.with-border-top,
.with-border-bottom {
    position: relative;
    width: 100%;
}

.with-border-top::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.with-border-top::after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.with-border-bottom::before {
    position: absolute;
    left: 10px;
    bottom: 10px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.with-border-bottom::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #cc8e35;
    border: 1px solid #cc8e35;
    border-radius: 50%;
    margin: 6px;
}

.sci-area-card {
    border-radius: 20px !important;
}

.theme-colored,
.theme-base {
    height: 100%;
    border-radius: 20px !important;
}

/*
.sci-video-wrap:before {
    content: "";
    background: #ffffff url(/img/summer-camp-2024/icons/play-chess.svg) center no-repeat !important;
    background-size: 101% !important;
    background-position: 0 !important;
    top: 50% !important;
}

.sci-video-wrap:hover::before {
    background: #ffffff url(/img/summer-camp-2024/icons/play-chess-hover.svg) center no-repeat !important;
    background-size: 100% !important;
    background-position: 0 !important;
}
 */


.profile-item--star,
.profile-item--coin,
.profile-item--paw,
.profile-item--balance {
    position: relative;
}

.profile-item--star::before,
.profile-item--coin::before,
.profile-item--paw::before,
.profile-item--balance::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* common */
.theme-base {
    border-radius: 50px;
    padding: 50px;
    background-color: var(--card-color-base);
}

.theme-colored {
    border-radius: 50px;
    padding: 50px;
    background-color: var(--card-color-main);
}

.sci-col-big {
    width: 60%;
}

.col-sm {
    width: 40%;
}

.sci-col-50 {
    width: 50%;
}

.section {
    margin-top: 24px;
}

.sci-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.title-wrap {
    margin-bottom: 20px;
}

.title {
    font-family: "Lato-Black";
    font-size: 36px;
    font-weight: 900;
    line-height: 46.8px;
    text-align: center;
}

.sci-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.al-center {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.jc-sb {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.jc-center {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.w-100 {
    width: 100%;
}

.sci-btn-wrap {
    padding: 40px 0 70px;
}

.sci-btn {
    width: fit-content;
    border: 1px solid transparent;
    background-color: #76D51F;
    border-radius: 8px;
    padding: 12px 20px;
    font-family: "Lato-Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #32324714;
}

.sci-btn:hover {
    background-color: #80DF29;
}

.sci-btn:active {
    background-color: #60BF09;
}

.sci-btn:disabled {
    background-color: #C7EDA4;
}

.sci-btn-orange {
    background-color: #FFA800;
}

.sci-btn-orange:hover {
    background-color: #FFC61E;
}

.sci-btn-orange:active {
    background-color: #F5890A;
}

.sci-btn-orange:disabled {
    background-color: #FFD88D;
}


/* top-section */
.sci-section-top__inner {
    background: url(/img/summer-camp-2024/back-top.png) center no-repeat;
    background-size: cover;
    border-radius: 50px;
}

.sci-section-top__text-wrap {
    padding: 64px 50px;
}

.sci-section-top__title {
    font-family: "Lato Regular";
    font-weight: 400;
    font-size: 44px;
    line-height: 52.8px;
}

.sci-section-top__title span {
    font-family: "Lato-Black";
    font-weight: 900;
    color: var(--text-color-main);
}

.sci-section-top__text {
    margin-top: 16px;
    font-size: 24px;
    line-height: 31.2px;
}

.sci-section-top__text span {
    font-family: "Lato-Black";
    font-size: inherit;
    font-weight: 900;
    font-size: inherit;
    background: linear-gradient(101.46deg, #FF4858 34.33%, #FFB958 118.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sci-section-top__sci-btns-wrap {
    margin-top: 32px;
}

.sci-btns-wrap .sci-btn {
    border: 4px solid #ffffff;
    border-radius: 16px;
}



.sci-btns-wrap .sci-btn:first-child {
    width: 198px;
    min-width: fit-content;
}
.sci-btns-wrap .sci-btn:not(:first-child) {
    margin-left: 24px;
}

.sci-section-top__pic-wrap {
    display: flex;
    align-items: end;
}

/*sci-section-drawing*/
.sci-section-drawing__title {
    font-size: 36px;
    line-height: 46.8px;
}

.sci-section-drawing__title span {
    font-family: "Lato-Black";
    font-size: inherit;
    font-weight: 900;
    line-height: inherit;
}

.sci-section-drawing__title span:last-child {
    text-transform: uppercase;
}

.sci-section-drawing__decs {
    margin-top: 16px;
    font-size: 24px;
    line-height: 31.2px;
}

.timer {
    margin-top: 24px;
    max-width: 360px;
}

.timer__text {
    font-family: "Lato-Black";
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    color: var(--text-color-main);
    margin-bottom: 6px;
}

.sci-section-drawing__sci-btns-wrap {
    margin-top: 32px;
}

.timer__items {
    display: flex;
}

.timer__item {
    position: relative;
    width: calc((100% - 40px) / 2);
    background: var(--text-color-main);
    border-radius: 16px;
    color: #ffffff;
    padding: 11px 12px 26px;
    text-align: center;
    font-size: 28px;
    font-family: "Lato-Bold";
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
}

.timer__item:not(:last-child) {
    margin-right: 20px;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
    font-family: "Lato-Medium";
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
}

.timer__item:last-child::after, .timer__item:nth-last-child(2)::after {
    content: ":";
    position: absolute;
    left: -14px;
    top: 14px;
    font-family: "Lato-Bold";
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: center;
    color: var(--text-color-main);
}

.sci-section-drawing__col:last-child {
    position: relative;
    bottom: -50px;
    display: flex;
    align-items: end;
    justify-content: center;
}

/*sci-section-info*/
.sci-section-info__text {
    font-size: 28px;
    line-height: 36.4px;
    max-width: 84%;
}

.sci-section-info__text span {
    font-family: "Lato-Black";
    font-size: inherit;
    font-weight: 900;
    line-height: inherit;
    color: var(--text-color-main);
}

.sci-section-info__areas {
    margin-top: 24px;
}

.sci-section-info__areas .sci-col-50:last-child {
    padding-left: 30px;
}

.sci-areas-list__item {
    font-size: 20px;
    line-height: 26px;
    padding-left: 32px;
    position: relative;
}

.sci-areas-list__item:not(:first-child) {
    margin-top: 6px;
}

.sci-areas-list__item::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: url(/img/summer-camp-2024/icons/search.svg) center no-repeat;
}

.sci-section-info__col:first-child {
    width: 57%;
}

.sci-section-info__col:last-child {
    padding: 50px;
    width: calc(100% - 24px - 57%);
    background: url(/img/summer-camp-2024/bg-red.png) center no-repeat;
    background-size: cover;
    border-radius: 50px;
    margin-left: 24px;
    position: relative;
}

.sci-section-info__col:last-child .sci-section-info__text {
    color: #ffffff;
}

.sci-section-info__col:last-child .sci-section-info__text span {
    color: #ffffff;
}

.sci-section-info__col:last-child img {
    position: absolute;
    bottom: 3px;
    right: 36px;
    width: 168px;
    height: 263px;
}

.sci-section-info__col:last-child .sci-section-info__pic {
    float: right;
    shape-outside: circle(60%);
    width: 137px;
    height: 273px;
}

/*sci-area-cards*/
.sci-section-areas__row:first-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.sci-section-areas__row:first-child .sci-area-card:nth-child(2) {
    background: url(/img/summer-camp-2024/bg.png) center no-repeat;
    background-size: cover;
}

.sci-section-areas__row:first-child .sci-area-card:nth-child(3) {
    background: var(--card-color-main);
}

.sci-section-areas__row:first-child .sci-area-card:last-child {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.sci-section-areas__row:first-child .sci-area-card .sci-area-card__text p:not(:first-child) {
    margin-top: 10px;
}

.sci-area-card {
    background-color: var(--card-color-base);
    border-radius: 50px;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.sci-area-card .sci-area-card__title {
    font-family: "Lato-Black";
    font-size: 36px;
    font-weight: 900;
    line-height: 46.8px;
    text-align: center;
    margin-bottom: 20px;
}

.sci-area-card--chess .sci-area-card__pic-area {
    float: right;
    shape-outside: circle(60%);
    width: 130px;
    height: 100px;
}

.sci-area-card--chess img {
    position: absolute;
    bottom: -44px;
    right: -66px;
    width: 300px;
    height: 200px;
}

.sci-area-card--english .sci-area-card__pic-area {
    float: right;
    shape-outside: circle(60%);
    width: 170px;
    height: 100px;
}

.sci-area-card--english img {
    position: absolute;
    bottom: -44px;
    right: 46px;
    width: 160px;
    height: 160px;
}

.sci-area-card--financy .sci-area-card__text {
    display: flex;
    flex-direction: column;
    min-height: 940px;
}

.sci-area-card--financy .sci-area-card__text img {
    margin-top: auto;
}

.sci-section-areas__row:last-child {
    margin-top: 24px;
}

.sci-section-areas__row:last-child .sci-area-card {
    width: calc((100% - 48px) / 3);
}

.sci-section-areas__row:last-child .sci-area-card:nth-child(2) {
    background: var(--card-color-main);
}

.sci-section-areas__row:last-child .sci-area-card:not(:nth-child(3n)) {
    margin-right: 24px;
}

.sci-area-card--financy .sci-area-card__pic-wrap {
    margin-top: 150px;
}

.sci-area-card--reading .sci-area-card__pic-wrap {
    display: flex;
    align-items: end;
    position: relative;
    bottom: -90px;
}

/*sci-more-info-section*/
.sci-more-info-section {
    font-size: 36px;
    line-height: 46.8px;
    text-align: center;
}

.sci-more-info-section p {
    max-width: 880px;
    margin: 0 auto;
}

.sci-more-info-section p a {
    font-family: "Lato-Black";
    font-size: inherit;
    line-height: inherit;
    color: var(--text-color-main);
    display: inline;
    display: block;
    margin: 0 auto;
}

/*sci-video-section*/
.sci-video-section .theme-colored {
    padding: 50px 112px;
}

.sci-video-section__title {
    font-family: "Lato-Black";
    font-size: 44px;
    font-weight: 900;
    line-height: 57.2px;
    text-align: center;
}

.sci-video-sci-section__inner {
    margin-top: 40px;
}

.sci-video {
    gap: 24px;
}

.sci-video-wrap {
    width: calc((100% - 24px) / 2);
    position: relative;
}

/*
.sci-video-wrap:before {
    content: "";
    display: block;
    backdrop-filter: blur(10px);
    background-image: url(/img/summer-camp-2024/icons/play.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
 */

.sci-video-wrap .videoBlock {
    height: 300px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 24px;
}

.active.sci-video-wrap::before {
    display: none;
}

/*burger*/
.header_burger {
    display: none;
    width: 40px;
    height: 30px;
    position: relative;
}

.visible {
    display: none;
}

.visible-xs {
    display: none;
}

@media screen and (max-width: 1300px) {
    .sci-btns-wrap {
        flex-direction: column;
    }

    .sci-btns-wrap .sci-btn {
        width: 298px !important;
    }

    .sci-btns-wrap .sci-btn:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }

    .visible {
        display: block;
    }

    .hidden {
        display: none !important;
    }

    .header_burger {
        display: block;
    }

    .burger_line {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #dde9f8;
        position: absolute;
        left: 0;
    }

    .burger_line:first-child {
        top: 0;
    }

    .burger_line:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .burger_line:last-child {
        bottom: 0;
    }


    .close-line {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #2dbdcd;
        position: absolute;
        top: 50%;
    }

    .close-line:first-child {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }

    .close-line:last-child {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .dropdown,
    .dropdown__content {
        display: contents;
    }

    .dropdown__content {
        opacity: 1;
        visibility: visible;
    }

    .dropdown:after {
        display: none;
    }

    .profile {
        align-self: center;
        order: 1;
        width: 100%;
    }

    .profile-wrap__inner {
        max-width: 90%;
    }

    .profile__name {
        text-align: center;
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        color: #2dbdcd;
        margin-bottom: 20px;
    }

    .profile-list {
        order: 2;
    }

    .sci-btn-exit {
        order: 3;
    }

    .profile__pic-wrap {
        margin-right: 12px;
        margin: 0 auto;
        text-align: center;
        max-width: 90px;
        width: 100%;
    }

    .profile__pic-wrap img {
        width: 100%;
    }

    .dropdown__content ul {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #2dbdcd;
        font-size: 22px;
        line-height: 26px;
    }

    .sci-btn-exit,
    .profile-item--camp,
    .profile-item--promotion,
    .profile-list {
        width: 100%;
        text-align: center;
    }

    .sci-btn-exit,
    .profile-item--camp,
    .profile-item--promotion {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sci-btn-exit {
        margin-top: 40px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: #2dbdcd;
        border: 2px solid #2dbdcd;
    }

    .sci-btn-exit .sci-btn-exit-x {
        top: 0;
        left: -8px;
    }

    .sci-btn-exit .sci-btn-exit-x::before,
    .sci-btn-exit .sci-btn-exit-x::after {
        content: "";
        background: #2dbdcd;
    }

    .profile-item--star::before,
    .profile-item--coin::before,
    .profile-item--paw::before,
    .profile-item--balance::before {
        width: 34px;
        height: 34px;
        background-size: 100% !important;
    }

    .sci-section-info__col {
        width: 100% !important;
        margin-left: 0 !important;
        min-height: 300px;
    }

    .sci-section-info__col:last-child {
        margin-top: 30px !important;
    }

    .sci-section-info__col:last-child {
        background-position: 70% 70% !important;
    }
}

@media screen and (max-width: 1000px) {
    .title {
        font-family: "Lato-Black";
        font-size: 40px;
        font-weight: 900;
        line-height: 46.6px;
    }

    .sci-section-areas__row:first-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .sci-section-areas__row:first-child .sci-area-card:last-child {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }

    .sci-area-card:nth-child(3) {
        order: 5;
    }

    .sci-section-top__title {
        font-size: 42px;
        line-height: 48px;
    }

    .sci-area-card .sci-area-card__title {
        font-size: 32px;
        line-height: 44px;
    }

    .sci-section-areas__row:last-child .sci-area-card {
        width: calc((100% - 24px) / 2);
    }

    .sci-section-areas__row:last-child .sci-area-card:not(:nth-child(3n)) {
        margin-right: unset;
    }

    .sci-section-areas__row:last-child .sci-area-card:not(:nth-child(2n)) {
        margin-right: 24px;
    }

    .sci-section-areas__row:last-child .sci-area-card:nth-child(n+3) {
        margin-top: 24px;
    }

    .sci-video-section .theme-colored {
        padding: 50px;
    }
}

@media screen and (max-width: 860px) {
    .sci-btns-wrap .sci-btn {
        width: 100% !important;
    }

    .sci-btns-wrap .sci-btn:not(:first-child) {
        margin-top: 12px;
    }

    .visible-xs {
        display: block;
    }

    .sci-container {
        padding: 0 16px;
    }

    .section {
        margin-top: 20px;
    }

    .sci-col-100-xs {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sci-section-top__pic-wrap {
        display: flex;
        justify-content: center;
    }

    .sci-section-top__text-wrap {
        padding: 40px 20px 20px;
    }

    .sci-section-areas__row:first-child {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(auto, 1fr);
    }

    .sci-area-card:last-child {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    .sci-area-card:nth-child(3) {
        order: 3;
    }

    .sci-area-card:last-child {
        order: 5;
    }

    .sci-section-top__inner {
        border-radius: 40px;
    }

    .sci-section-top__title {
        font-size: 32px;
        line-height: 38px;
    }

    .sci-section-top__text {
        font-size: 20px;
        line-height: 26px;
    }

    .sci-area-card .sci-area-card__title {
        font-size: 28px;
        line-height: 36px;
    }

    .sci-area-card .sci-area-card__title {
        margin-bottom: 20px;
    }

    .sci-area-card {
        border-radius: 34px;
        padding: 40px 20px;
    }

    .sci-section-areas__row:first-child,
    .sci-section-areas__row:last-child {
        gap: 14px;
    }

    .sci-section-areas__row:last-child {
        margin-top: 14px;
    }

    .sci-section-bottom__inner {
        padding: 40px 20px;
        font-size: 28px;
        line-height: 36px;
    }

    .sci-section__inner.theme-base {
        border-radius: 25px;
        padding: 40px 20px;
    }

    .theme-colored {
        border-radius: 25px;
        padding: 40px 20px;
    }

    .theme-base {
        border-radius: 25px;
        padding: 40px 20px;
    }

    .sci-area-card--financy .sci-area-card__text {
        min-height: unset;
    }

    .sci-section-drawing__title {
        font-size: 28px;
        line-height: 36.4px;
    }

    .timer__text {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .timer__item {
        font-size: 24px;
        line-height: 28.8px;
    }

    .timer__item::before {
        font-size: 14px;
        line-height: 16.8px;
    }

    .sci-section-drawing__col:last-child {
        bottom: -40px;
    }

    .sci-section-info__text {
        font-size: 24px;
        line-height: 31px;
    }

    .sci-section-info__areas {
        margin-top: 20px;
    }

    .sci-section-info__areas .sci-col-50:last-child {
        padding-left: 0;
        width: 90% !important;
        margin: 16px auto 0 !important;
    }

    .sci-section-info__col:last-child {
        padding: 40px 20px;
        border-radius: 25px;
        margin-left: 0px;
        margin-top: 16px;
    }

    .sci-section-areas__row:first-child {
        display: flex;
        flex-direction: column;
    }

    .sci-more-info-section {
        font-size: 28px;
        line-height: 36px;
    }

    .sci-video-section .theme-colored {
        padding: 40px 20px;
    }

    .sci-video-section__title {
        font-size: 32px;
        line-height: 41.6px;
    }

    .sci-video-sci-section__inner {
        margin-top: 24px;
    }

    .video {
        gap: 12px;
    }

    .sci-section-info__areas .sci-col-50:last-child {
        display: flex;
        justify-content: center;
    }

    .sci-area-card--reading .sci-area-card__pic-wrap {
        margin: -60px auto 0;
        max-width: 200px;
        bottom: -70px;
    }

    .sci-area-card--chess img {
        position: absolute;
        bottom: -22px;
        right: -37px;
        width: 194px;
        height: 122px;
    }

    .sci-area-card--financy .sci-area-card__pic-wrap {
        margin-top: 30px;
    }

    .sci-section-info__col {
        min-height: 570px;
    }

    .sci-section-info__text {
        max-width: 84%;
    }

    .sci-section-info__col:last-child img {
        position: absolute;
        bottom: 3px;
        right: 17px;
        width: 148px;
        height: 243px;
    }

    .sci-section-info__col:last-child {
        background: url(/img/summer-camp-2024/bg-red-mb.png) center no-repeat;
        background-size: cover;
        margin-top: 30px;
    }
}

@media screen and (max-width: 640px) {
    .sci-btn {
        width: 100% !important;
    }

    .sci-area-card--chess img,
    .sci-area-card--safety img,
    .sci-area-card--financy .sci-area-card__text img {
        width: 50%;
    }

    .sci-section-areas__row:first-child {
        display: flex;
        flex-direction: column;
    }

    .sci-section-top__text span {
        background: linear-gradient(101.46deg, #ff8757 34.33%, #FF4858 98.85%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media screen and (max-width: 500px) {
    .sci-video-wrap:before {
        content: "";
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        width: 50px;
        height: 50px;
        top: 50%;
    }

    .sci-video-wrap .videoBlock {
        border-radius: 12px;
        height: 160px;
    }

    .sci-area-card--financy .sci-area-card__text img {
        width: 80%;
    }

    .sci-area-card--english img {
        right: 46px;
        width: 130px;
        height: 140px;
    }

    .sci-area-card--english .sci-area-card__pic-area {
        width: 124px;
        height: 76px;
    }
}

/*# sourceMappingURL=style.css.map */

.form-field {
    display: flex;
    position: relative;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.form-field.form-field-nowrap {
    display: flex;
    position: relative;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.form-field > label {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #494953;
    text-align: left;
}
.form-field.form-field-nowrap  > label {
    font-size: 14px !important;
    color: #999999;
    line-height: 17px;
    font-weight: 400;
}
.form-field > input[type=text] {
    border-radius: 8px !important;
    border: 1px solid #DFDFDF !important;
    padding: 14px !important;
    height: 47px !important;
    line-height: 19px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.form-field > input[type=checkbox] {
    height: 30px;
    width: 30px;
    border-radius: 4px !important;
    border: 1px solid #DFDFDF !important;
}

.form-field > input::placeholder {
    color: #999999;
}
.form-field > button {
    height: 46px;
    border-radius: 4px;
    background-color: #FFA800;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    padding: 0 57px;
    margin: 0 auto;
}
.form-field > input:focus {
    border: 1px solid #232323 !important;
}




/* popup new */


.platform-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 998;
}

.platform-popup.open {
    display: flex;
}

.platform-popup .platform-popup-content {
    animation: slideIn 0.3s ease;
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.platform-popup .platform-popup-header {
    position: sticky;
    top: 0;
    margin-bottom: 52px;
    z-index: 1;
}

.platform-popup .platform-popup-body {
    padding: 20px;
    overflow-y: auto;
}

.platform-popup .platform-popup-close-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 32px;
    width: 32px;
}

.platform-popup .platform-popup-close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: relative;
}

.platform-popup .platform-popup-close-icon:before,
.platform-popup .platform-popup-close-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #999999;
    transform: translateY(-50%);
    border-radius: 1.5px;
}

.platform-popup .platform-popup-close-icon:before {
    transform: rotate(45deg);
}

.platform-popup .platform-popup-close-icon:after {
    transform: rotate(-45deg);
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/*sci-rewies-section*/
.sci-rewies-section .theme-colored {
    padding: 50px 34px;
}

.sci-rewies-section__title,
.sci-section__title {
    font-family: "Lato-Black";
    font-size: 44px;
    font-weight: 900;
    line-height: 57.2px;
    text-align: center;
}

.sci-section__inner {
    margin-top: 40px;
}

.rewies-slider {
    max-width: 93%;
    margin: 0 auto;
}

.swiper-container-wrap {
    position: relative;
}

.swiper-button {
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    top: 50%;
    background-image: none !important;
}

.swiper-button svg {
    fill: transparent;
    width: 32px;
    height: 32px;
    stroke: #6398DA;
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.sci-rewies-section .sci-btns-wrap {
    margin-top: 40px;
}

.rewies-slider .swiper-slide,
.sci-video-section,
.sci-section__title,
.sci-btn,
.sci-more-info-section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1000px) {
    .rewies-slider {
        max-width: 90%;
    }

    .sci-rewies-section .theme-colored {
        padding: 40px 24px;
    }

    .swiper-button-prev {
        left: -3px;
    }

    .swiper-button-next {
        right: -3px;
    }
}
@media screen and (max-width: 860px) {
    .sci-section-areas .sci-btns-wrap {
        display: block;
        margin-top: 0;
        width: 100%;
    }

    .sci-section-areas__row:last-child .sci-area-card:nth-child(n+3) {
        margin-top: 0;
    }

    .sci-section__inner {
        margin-top: 24px;
    }

    .sci-section__title {
        font-size: 32px;
        line-height: 41.6px;
    }

    .sci-rewies-section .sci-btns-wrap {
        display: none;
    }

    .rewies-slider {
        max-width: 50vw !important;
    }
}
.swiper-button svg {
    fill: transparent;
    width: 32px;
    height: 32px;
    stroke: #FFD71E;
}

