@font-face {
    font-family: "BloodCyr";
    src: url("../fonts/bloodcyr.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rubik One";
    src: url("../fonts/RubikOne-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bouquet';
    src: url('../fonts/Bouquet.eot');
    src: local('Bouquet'),
    url('../fonts/Bouquet.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bouquet.woff') format('woff'),
    url('../fonts/Bouquet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div {
    box-sizing: border-box;
}

input,
textarea {
    box-sizing: border-box;
    cursor: default;
}

h1,
h2 {
    margin: 0;
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

button {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    cursor: pointer;
    box-sizing: border-box;
}

button,
input,
textarea {
    outline: none;
}

button:focus {
    outline: none;
}

label {
    box-sizing: border-box;
}

.rel {
    position: relative;
}

.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: 0;
    top: 12px;
}

.w-100 {
    width: 100%;
    max-width: 100%;
}

.content {
    padding-bottom: 115px;
}

.container {
    width: 100%;
    padding: 0 60px;
    margin: 0 auto;
}

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

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

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

.d-grid {
    display: -ms-grid;
    display: grid;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gg-16 {
    grid-gap: 16px;
}

.hidden {
    display: none;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.gr-theme {
    background-color: #f7f7f7;
}

.blue-theme {
    background-color: ;
}

.btn {
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
    0px 4px 8px rgba(50, 50, 71, 0.06);
    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;
}

.btn:hover {
    color: #fff;
}

.load-btn {
    background: #6fa5cf;
    padding: 13px 28px;
    width: 312px;
}

.load-btn:before {
    content: url(../img/settings_2.svg);
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.blue-btn {
    background: #2dbecd;
}

.orange-btn {
    background: #ffa800;
}

.green-btn {
    background: #76d51f;
}

.blue-link {
    color: #482d83;
    font-weight: 800;
    font-style: normal;
    font-size: 21px;
}

.add-elem {
    display: block;
    background: url(../img/add-back.svg);
    background-repeat: no-repeat;
    width: 118px;
    height: 118px;
    background-size: 100%;
}

.mega-title {
    font-size: 52px;
    line-height: 1.5;
    color: #333;
}

.title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}

.title-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    color: #fbfbfd;
}

.t-left {
    text-align: left;
}

.title-3 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    color: #482d83;
}

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

.subtitle-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #494953;
}

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

.text-gr-xs {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7d7d89;
}

.text-yelow {
    color: #ffc800;
}

.text-red {
    color: #d74d63;
}

.col-30 {
    width: 33.3%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

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

.text-xs {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #494953;
}

.text-2 {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333;
}

.indigo {
    color: #482d83;
}

.orange {
    color: #ffa800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.white {
    color: #fff !important;
}

/*.closer {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-color: #FFF;
    background-image: url(../img/cross.svg);
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    z-index: 1;
}
.closer:hover {
    transform: rotate(180deg);
}*/
.menu-icon {
    display: none;
}

/* box */
.box {
    background: #ffffff;
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08),
    0px 8px 16px rgba(50, 50, 71, 0.06);
    border-radius: 16px;
    padding: 24px;
    /*    height: fit-content;*/
}

.box-2 {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}

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

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

input:hover,
input:focus,
textarea:hover,
textarea:focus {
}

::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #999999;
}

.gray-xs {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #7d7d89;
}

.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;
}

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

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

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

.t-center {
    text-align: center;
}

/* Профиль */
.avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.name-wrap {
    margin-left: 16px;
}

.profile-stickers-wrap img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.sticker-wrap {
    margin-right: 12px;
    margin-bottom: 12px;
}

.competition-wrap {
    text-align: center;
}

.stickers-gift img {
    cursor: pointer;
}

.profile-show-wrap {
    position: absolute;
    right: 376px;
}

.profile-box-xs {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.profile-box-xs .text {
    min-height: 48px;
}

.mi-img {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    height: 238px;
}

.mi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stickers-block .mi-img {
    padding-top: 24px;
}

.stickers-block .mi-img img {
    object-fit: contain;
}

.mi-info {
    padding: 0 24px 32px;
}

.profile-info .profile-item:nth-child(2),
.profile-info .profile-item:nth-child(3) {
    justify-self: center;
}

.profile-info .profile-item:last-child {
    justify-self: end;
}

/* Правая колонка */
.star-monet {
    background: url(../img/coin-bg.svg);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 52.5px;
    position: relative;
}

.star-monet .coin-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #ffe37b;
}

/*.progressBar-back {
    background: #E9E9ED;
    border-radius: 16px;
    width: 100%;
    position: relative;
}

.progressBar-value {
    background: #76D51F;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
}*/

.your-level {
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin-right: 24px;
}

.your-level-2 {
    width: 102px;
    height: 102px;
    float: none;
    margin-right: 0;
}

.aside-box .your-level-2 {
    left: 50%;
    transform: translateX(-50%);
}

/*profile*/

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

.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;
}

.custom-tab .colored-msg {
    right: 4px;
    top: 4px;
}

.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 a,
.custom-tab span {
    color: #494953;
    padding: 12px 24px;
    display: block;
    white-space: nowrap;
}

.custom-tab.active a,
.custom-tab.active span {
    color: #fff !important;
}

.faq-tab-content {
    display: none;
}

.faq-tab-content.opened {
    display: block;
}

/*HomeWork*/
.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;
}

.logged-user-details .avatar {
    margin-right: 12px;
    border-left: 1px solid rgba(228, 228, 228, 0.6);
    padding-left: 12px;
    margin-left: 12px;
}

.logged-user-details .avatar img {
    width: 60px;
    height: 60px;
}

.logged-user-details .avatar .colored-msg {
    top: -7px;
    right: -6px;
}

.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;
}

/* 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%;
    min-height: 100vh;
    background-color: #2dbecd;
    padding: 25px 40px 40px;
    background-image: url(../img/body-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 80px;
}

.game_menu_container.new-years-adventures-of-dragons {
    background-image: url(../img/new-years-adventures-of-dragons-bg.png);
    background-repeat: repeat;
    background-size: contain;
}

.logged-user-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.right-wrap {
    display: flex;
}

.logged-user-img {
    float: left;
}

.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;
}

.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;
}

.logo_maximus {
    position: absolute;
    left: 0;
}

.logo_maximus img {
    width: 200px;
}

.game_menu {
    -webkit-box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08),
    0px 8px 16px rgba(50, 50, 71, 0.06);
    box-shadow: 0px 8px 8px rgba(50, 50, 71, 0.08),
    0px 8px 16px rgba(50, 50, 71, 0.06);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 20px;
    background: #fff;
}

.game_menu_col {
    width: calc(50% - 12px);
}

.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%;
}

a.non_decoration {
    color: inherit;
    cursor: pointer;
    display: block;
}

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

.settings-wrap {
    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;
    padding: 60px 112px 108px 60px;
    height: 100%;
    width: 484px;
    position: relative;
    left: -40px;
}

.settings-col {
    width: calc(100% - 484px);
}

.back-btn {
    border: 2px solid #ebebeb;
    border-radius: 33px;
    background: transparent;
    position: relative;
    padding: 16px 40px 16px 72px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #482d83;
}

.back-btn:before {
    content: url(../img/chevron-down.svg);
    height: 37px;
    position: absolute;
    left: 24px;
    top: 10px;
}

.back-btn:hover {
    background: #ff4865;
    color: #482d83;
    border-color: #ff4865;
    box-shadow: 0px 2px 2px rgb(50 50 71 / 6%), 0px 2px 4px rgb(50 50 71 / 6%);
}

.game_menu_text {
    gap: 12px;
    grid-gap: 12px;
}

.game_menu_text li {
    border: 2px solid #81d8e1;
    box-sizing: border-box;
    border-radius: 24px;
    text-align: center;
}

.game_menu_text li a {
    color: #482d83;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
    padding: 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:hover a {
    color: #fff;
}

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

.bottom_items {
    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;
    list-style-type: none;
}

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

.image_homework,
.image_flashcards {
    display: inline-block;
    cursor: pointer;
}

.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;
}

.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: 12px 55px 15px 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

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

/*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: 56px;
    margin-bottom: 24px;
}

.logged-user-details {
    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;
    padding: 10px 24px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #555555;
    cursor: pointer;
    position: relative;
    margin-right: 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: calc(100% + 8px);
    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;
}

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

.logout-link {
    padding-top: 14px;
    border-top: 1px solid rgba(228, 228, 228, 0.6);
    display: block;
    margin-top: 9px;
}

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

.list_questions {
    padding: 9px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

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

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

.logout {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    padding: 10px 16px;
    border: 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 {
    background: #ff4865;
    border: 2px solid #ff4865;
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06),
    0px 2px 4px rgba(50, 50, 71, 0.06);
    cursor: pointer;
}

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

.student-news {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #555555;
    margin-right: 15px;
    position: relative;
}

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

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

.monet-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;
}

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

.balance {
    font-size: 16px;
    color: white;
}

.user_block_games .balance {
    text-align: center;
}

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

button.decoration_list {
    position: relative;
}

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

.cross {
    position: absolute;
    left: 0;
    width: 12px;
    height: 6px;
    top: 10px;
    border-top: 2px solid #494953;
    border-right: 2px solid #494953;
    width: 9px;
    height: 9px;
    transform: rotate(135deg);
    content: "";
    display: block;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.questions_accordion .cross {
    right: 0;
    left: auto;
}

.questions_accordion .subtitle h3 {
    position: relative;
}

button.decoration_list.collapsed .cross {
    transform: rotate(-45deg);
}

.prize-stickers .mi-img {
    cursor: pointer;
}

/* Рейтинг */

.rating-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.rating-table table tr {
    padding: 0 24px;
    background: rgba(255, 255, 255, 0.15);
}

.rating-table table tr a {
    color: #fff;
}

.rating-table table th,
.rating-table table td {
    background: transparent;
    padding: 16px;
    color: #fff;
    border-right: none;
    border-left: none;
    vertical-align: middle;
    position: relative;
    font-size: 24px;
}

.rating-table table td.td-rating {
    color: #ffc800;
}

.rating-table table td {
    border-top: 3px solid #81d8e1;
    border-bottom: 3px solid #81d8e1;
}

.rating-table table td:first-child {
    border-left: 3px solid #81d8e1;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 10px;
}

.rating-table table td:last-child {
    border-right: 3px solid #81d8e1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rating-table table tr.active td {
    border-color: #ffc832;
    overflow: hidden;
}

.rating-table table tr.active td:first-child:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -17px;
    top: -17px;
    background: #ffc832;
    transform: rotate(45deg);
}

.warning-block,
.success-block {
    background: #ffffff;
    border: 4px solid #ffffff;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    padding: 24px 86px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ff4865;
    width: fit-content;
}

.label_rating {
    position: absolute;
    bottom: 0px;
    left: 5px;
}

.first_place {
    background-image: url("/img/icons/1st_place.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.second_place {
    background-image: url("/img/icons/2st_place.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.third_place {
    background-image: url("/img/icons/3st_place.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.member_tournaments {
    background-image: url("/img/icons/member_place.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.success-block {
    color: #76d51f;
}

.pageBalance-table {
    height: 500px;
    overflow-y: scroll;
}

.mob-menu-top {
    display: none;
}

.user_block_games {
    position: relative;
}

.payment-top {
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    font-size: 14px;
}

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

.message-content {
    display: none;
}

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

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

/* progressBar */

.progressBar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #ffa800;
}

.progressBar::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    opacity: 1;
}

.progressBar .piece {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}

.progressBar .piece::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
}

.progressBar .piece.left {
    transform: rotate(0deg);
    z-index: 2;
    border-radius: 50%;
}

.progressBar.over_3 .piece.left {
    transform: rotate(180deg);
}

.progressBar .piece.right {
    transform: rotate(180deg);
    z-index: 1;
    border-radius: 50%;
}

.progressBar.over_3 .piece.right {
    transform: rotate(360deg);
}

.progressBar .left::before {
    background: #ffe8bc;
}

.progressBar.over_3 .left::before {
    background: #ffa800;
}

.progressBar .right::before {
    background: #ffe8bc;
}

.progressBar .text {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressBar .text div {
    color: #ffa800;
    font-size: 44px;
}

#greyProgress {
    width: 100%;
    background: #e9e9ed;
    border-radius: 16px;
    overflow: hidden;
}

#greenBar {
    width: 0%;
    height: 16px;
    background-color: #76d51f;
    text-align: center;
    line-height: 16px;
    color: white;
}

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

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

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

.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;
}

::-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;
}

.image-rating {
    width: 40px;
    height: 40px;
}

.image-rating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*.buy-stickers {
    width: 100%;
    background: greenyellow;
    cursor: pointer;
}*/
.buy-stickers.disabled {
    width: 100%;
    background: #9898a3;
    cursor: not-allowed;
}

.buy-avatar.disabled {
    width: 100%;
    background: #9898a3;
    cursor: not-allowed;
}

.buy-stickers-tournament.disabled {
    width: 100%;
    background: #9898a3;
    cursor: not-allowed;
}

/*.buy-reward {
    width: 100%;
    background: greenyellow;
    cursor: pointer;
}*/
.buy-reward.disabled {
    width: 100%;
    background: dimgrey;
    cursor: not-allowed;
}

.t-helper {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/helper.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    cursor: pointer;
    -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;
}

.t-helper:hover {
    transform: scale(1.1);
}

.t-col {
    max-width: 45%;
}

.tournaments-item {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
    min-height: 175px;
}

.tournaments-item-background {
    background-repeat: no-repeat;
    background-size: 65%;
    background-position-x: right;
    background-position-y: bottom;
}

.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;
    text-align: center;
}

.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.blue {
    background-color: #CBE3FF;
    padding: 8px 16px;
    border-radius: 20px;
}

.popup .text.red {
    background-color: #FC7F7F;
    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.blue > p {
    color: #6A6A73;
}

.popup .text.blue > p > strong {
    color: #6A6A73;
}

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

.popup .text > p.center {
    text-align: center;
}

.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;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p {
    line-height: 23px;
    font-size: 18px;
    color: #6A6A73;
    padding: 0 6px;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p.center {
    text-align: center;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p.pad2 {
    padding: 4px 0;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p > span.violet {
    font-weight: bold;
    color: #B759F3;
}

.popup:has(.text[data-variant="champion-for-new-year-2025-info"]) {
    max-width: 416px;
}

.popup > .popup-scroll:has(.text[data-variant="champion-for-new-year-2025-info"]) {
    max-width: 336px;
    padding-bottom: 0;
    padding-right: 0;
}

.popup .text[data-variant="champion-for-new-year-2025-info"] > p {
    color: #494953;
    padding: 0 6px;
    margin: 0;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.popup .text[data-variant="champion-for-new-year-2025-info"] > p > span.violet {
    font-weight: 700;
    color: #6EA1FF;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p:has(img.logos) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p > img.logos {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p > a {
    color: #1D9FAD;
    border-bottom: 1px solid #1D9FAD;
}

.popup .text[data-variant="champion-for-republic-champion-info"] > p {
    margin-bottom: 0;
    text-align: unset;
}

.popup[data-popup-view="timer-summer-games-2025-info"] {
    min-width: ;
}

.popup[data-popup-view="timer-summer-games-2025-info"] > .popup-scroll > .popup-title > p {
    background: transparent !important;
    color: #494953 !important;
    font-family: Lato !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 33.6px !important;
    text-align: center !important;
}

.popup[data-popup-view="timer-summer-games-2025-info"] > .popup-scroll > div.text:not(.blue) > p > strong {
    color: #6FA1FF;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.popup[data-popup-view="timer-summer-games-2025-info"] > .popup-scroll > div.text.blue > p {
    text-align: justify;
}

.popup[data-popup-view="timer-summer-games-2025-info"] > .popup-scroll > div.text.blue > p > img {
    height: 24px;
    width: auto;
    vertical-align: middle;
    margin-right: 6px;
}


.popup .text > p.quoting {
    color: #FFFFFF;
    background-color: #FFC747;
    border-radius: 6px;
    padding: 6px;
    font-weight: bold;
    margin: 12px 0;
}

.popup .text > div.group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 12px 0;
}

.popup .text > div.group > div.group-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.popup .text > div.group > div.group-item > p {
    margin: 0;
    font-size: 18px;
    padding: 0;
}

.t-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/rabbit-back.png);
    padding: 16px 0;
    position: relative;
    width: calc(100% + 80px);
    left: -40px;
}

.t-banner-top .btn:not(.popup-btn-closer) {
    margin-left: 16px;
    padding: 4px 20px;
}

.t-banner .timer {
    margin-left: 16px;
}

.t-banner .timer__item {
    color: #d74d63;
    background: #ffffff;
}

.t-banner .timer__item:not(:first-child, :last-child)::after {
    color: #fff;
}

.c-col {
    width: 265px;
    border: 3px dashed #29abb9;
    border-radius: 20px;
    padding: 16px 10px 16px 32px;
}

.c-content-col {
    padding: 0 8px;
    width: calc(100% - 530px);
}

.c-styled-ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1d9fad;
    cursor: pointer;
    position: relative;
}

.c-styled-ul li:nth-child(odd) {
    color: #ffffff;
}

.c-styled-ul li:not(:last-child) {
    margin-bottom: 6px;
}

.c-styled-ul li:before {
    position: absolute;
    content: "";
    left: -16px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
}

.c-map {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 620px;
    width: 843px;
    padding: 12px 28px;
    align-content: baseline;
    /* background-image: url(../img/h-map.png) !important; */
}

#strahilki .c-map {
    background-image: url(../img/h-map.png);
}

#strahilki .c-map .c-map-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: calc(100% / 3);
    height: calc(100% / 3);
    align-self: center;
    background-size: contain;
    background-position: center;
    background-image: url(../img/puuumpkin.png);
}

#magic .c-map {
    /*background-image: url(../img/ny-map.png) !important;*/
    height: 696px;
    padding: 40px;
}

#new-year-dragon .c-map {
    width: 765px;
    height: 618px;
    border-radius: 50px;
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#new_year_maximus_2025 .c-map {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 49px;
}


#new_year_maximus_2025 .c-map .c-map-item {
    width: 25%;
    margin-right: 0 !important;
    margin-top: 49px;
    height: auto;
    max-height: 140px;
    aspect-ratio: 1;
    align-self: center;
    background-size: contain;
    background-position: center;
    background-image: url("/img/tournaments/ny2025/close_sticker.png");
    content: " ";
}

@media screen and (max-width: 1200px) {
    #new_year_maximus_2025 .c-map {
        padding: 25px;
    }

    #new_year_maximus_2025 .c-map .c-map-item {
        max-height: 120px;
        margin-top: 49px;
    }
}

@media screen and (max-width: 1000px) {
    #new_year_maximus_2025 .c-map {
        padding: 10px;
    }

    #new_year_maximus_2025 .c-map .c-map-item {
        max-height: 105px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 900px) {
    #new_year_maximus_2025 .c-map {
        padding: 30px;
        background: transparent;
        background-image: url('/img/tournaments/ny2025/map_bg.png') !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 650px) {
    #new_year_maximus_2025 .c-map {
        padding: 10px;

        background: transparent;
        background-image: url('/img/tournaments/ny2025/map_bg.png') !important;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #new_year_maximus_2025 .c-map .c-map-item {
        max-height: 65px;
        margin-bottom: 0;
        margin-top: 0px;
    }
}

#new_year_maximus_2025 .c-map .c-map-item:nth-child(-n+4) {
    margin-top: 0;
}

#new-year-dragon .c-map .c-map-item {
    flex: 0 0 33.333333%;
    margin-right: 0 !important;
    margin-bottom: 40px;
    width: 120px;
    height: 120px;
    align-self: center;
    background-size: contain;
    background-position: center;
    background-image: url("/tournaments/gifts/new-year-dragons/hide-item.svg");
    content: " ";
}

#red_book_republic_of_belarus .c-map .c-map-item {
    margin-top: 40px;
    width: 100px;
    height: 100px;
    margin-left: calc((100% - 400px) / 4);
    margin-right: 0;
    box-sizing: border-box;
}

#red_book_republic_of_belarus .c-map::after {
    display: flex;
    margin-top: 40px;
    width: 100px;
    height: 100px;
    margin-left: 20px;
    margin-right: 0;
    box-sizing: border-box;
    visibility: hidden;
    content: " ";
}

#red_book_republic_of_belarus .c-map .c-map-item:nth-last-child(2) {
    margin-right: calc((100% - 400px) / 4);
    margin-left: calc(((100% - 400px) / 4) - 20px);
}

#red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n) {
    margin-right: 40px;
}

#red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n + 1) {
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    #red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1050px) {
    #red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n) {
        margin-right: 0;
    }

    #red_book_republic_of_belarus .c-map .c-map-item,
    #red_book_republic_of_belarus .c-map::after {
        margin-top: 20px;
    }
}

#new-year-dragon .c-styled-ul li {
    font-family: Bouquet;
    list-style: none !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
}


#summerCamp .c-map {
    width: 687px;
    height: 622px;

}

#magic .c-map .c-map-item {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    width: calc(100% / 4);
    height: calc(100% / 3);
    align-self: center;
    background-size: contain;
    background-position: center;
    background-image: url(../img/ny-item.png);
}

#summerCamp .c-map {
    align-content: space-evenly;
}

#summerCamp .c-map .c-map-item {
    width: 25%;
    background-size: contain;
    background-position: center;
}

#summerCamp .c-map .c-map-item:not(.opened) {
    background-image: url(../img/summer-camp/star.png) !important;
}

#summerCamp .c-map-item:not(:nth-child(6n)) {
    margin-right: unset;
}

.popup-facts {
    margin-top: 20px;
}

.facts-name {
    margin-bottom: 10px;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    padding: 8px 12px;
    background-color: #58dbe3;
    border-radius: 50px;
    width: fit-content;
}

.facts-item:nth-child(5n + 2) .facts-name {
    background-color: #abcd04;
}

.facts-item:nth-child(5n + 3) .facts-name {
    background-color: #fed000;
}

.facts-item:nth-child(5n + 4) .facts-name {
    background-color: #3399ff;
}

.facts-item:nth-child(5n + 5) .facts-name {
    background-color: #ff4865;
}

.popup-facts p:not(:last-child) {
    margin-bottom: 20px;
}

.c-map-item {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90px;
    height: 90px;
    justify-self: center;
}

.c-map-item.opened {
    cursor: pointer;
}

.c-map-item:not(:nth-child(6n)) {
    margin-right: 49px;
}

.c-map-item:not(:nth-child(31):nth-child(36)) {
    margin-bottom: 11px;
}

.violet-block {
    background-color: #786380;
    border-radius: 20px;
    padding: 16px;
}

.violet-block .text {
    color: white;
}

.violet-block-2 {
    background-image: url(../img/hat_hell.png);
    background-position-y: 40px;
}

.violet-block .h-styled-ul {
    margin-top: 8px;
    padding-right: 90px;
}

.h-styled-ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6a6a73;
    padding-left: 28px;
    position: relative;
}

.h-styled-ul li:not(:last-child) {
    margin-bottom: 8px;
}

.h-styled-ul li:before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../img/pumpkin.png);
    background-repeat: no-repeat;
}

.h-styled-ul.h-styled-ul-spider li:before {
    background-image: url(../img/spider.svg);
}

.h-styled-ul.h-styled-ul-winners li:before {
    background-image: url(../img/rabbit.svg);
}

.h-styled-ul.h-styled-ul-winners li:nth-child(2):before {
    background-image: url(../img/snowflake.svg);
}

.h-styled-ul.h-styled-ul-winners li:nth-child(3):before {
    background-image: url(../img/letter_a.svg);
}

.halloween-popup .text {
    font-size: 16px;
}

.halloween-title {
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    background-color: #786380;
    border-radius: 12px;
}

.violet-b-text {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    color: #b170a8;
}

.popup-b-text {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    color: #6a6a73;
}

.popup-italic-text {
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    color: #6a6a73;
}

.yellow-block {
    background: #fff8bd;
    border-radius: 20px;
    padding: 16px 16px 16px 44px;
    position: relative;
}

.yellow-block:before {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 16px;
    top: 16px;
    content: "";
    background-image: url(../img/kettle_hell.svg);
    background-repeat: no-repeat;
}

/*video*/

.overlayVideo {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.87);
}

.dlg-modal {
    width: 100%;
    max-width: 560px;
    height: 315px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: fixed;
    left: 50%;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}

.dlg-modal-fade {
    top: 50%;
    transform: translate(-50%, -50%);
}

.dlg-modal-slide {
    top: -20px;
    transform: translate(-50%, -100%);
    visibility: visible;
    opacity: 1;
}

.fadeIn,
.fadeOut,
.slideInDown,
.slideOutUp {
    animation-duration: 0.4s;
    animation-timing-function: linear;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

.fadeIn {
    animation-name: fadeIn;
    opacity: 1;
    visibility: visible;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.fadeOut {
    animation-name: fadeOut;
    opacity: 0;
    visibility: hidden;
}

@keyframes slideInDown {
    from {
        top: -20px;
        transform: translate(-50%, -100%);
    }
    to {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.slideInDown {
    animation-name: slideInDown;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes slideOutUp {
    from {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    to {
        top: -20px;
        transform: translate(-50%, -100%);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.timer__items {
    padding-right: 100px;
}

/* news */
/* .news_container {
    background: #FFF;
} */
.news-item {
    width: calc((100% - 40px) / 3);
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.news-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.news-info {
    padding: 20px;
}

.news-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #2dbecd;
    display: flex;
    align-items: center;
}

.news-link:after {
    content: "";
    height: 8px;
    width: 20px;
    margin-left: 8px;
    background-image: url(../img/blue-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.news-name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    min-height: 44px;
}

.news-preview {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #7d7d89;
}

.news-pic img {
    height: 221px;
    width: 100%;
    object-fit: cover;
}

.news-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7d7d89;
}

.article-date {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #7d7d89;
}

.article-col-l {
    padding-right: 16px;
}

.article-col-pic {
    text-align: center;
}

.article-col-pic img {
    max-height: 237px;
    object-fit: contain;
}

.article-quote {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    padding-top: 90px;
    position: relative;
}

.article-quote:before {
    content: "";
    height: 50px;
    width: 50px;
    background-image: url(../img/double-quotes.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.article-h-pic {
    max-height: 310px;
    object-fit: contain;
}

.theme-styled-ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-left: 24px;
    position: relative;
}

.theme-styled-ul li:not(:last-child) {
    margin-bottom: 16px;
}

.theme-styled-ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #ffa800;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 10px;
}

.article-main-pic {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    display: block;
    /* border-radius: 24px; */
    border: 6px solid #2dbecd;
    margin-bottom: 32px;
    box-shadow: 0px 4px 4px rgb(50 50 71 / 8%), 0px 4px 8px rgb(50 50 71 / 6%);
}

/*video*/
@media (max-width: 1550px) {
    .game_menu_container {
        padding: 25px;
    }
}

@media (max-width: 1400px) {
    .tasks-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .game_menu_text {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1360px) {
    .game_menu_container {
        padding: 16px;
    }

    .c-col {
        width: 187px;
        padding: 16px 10px 16px 20px;
    }

    .c-content-col {
        width: calc(100% - 374px);
    }

    .c-styled-ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .c-styled-ul li:before {
        top: 5px;
        width: 6px;
        height: 6px;
        left: -11px;
    }

    .btn {
        font-size: 16px;
        line-height: 21px;
        padding: 12px 20px;
        border: 2px solid #ffffff;
    }

    .c-map-item {
        width: 76px;
    }

    .c-map-item:not(:nth-child(31):nth-child(36)) {
        margin-bottom: 0px;
    }

    .c-map-item:not(:nth-child(6n)) {
        margin-right: 44px;
    }
}

@media (max-width: 1240px) {
    .c-map-item {
        width: 76px;
    }

    .c-map-item:not(:nth-child(31):nth-child(36)) {
        margin-bottom: 0px;
    }

    .c-map-item:not(:nth-child(6n)) {
        margin-right: 31px;
    }

    #magic .c-map {
        height: 613px;
    }
}

@media (max-width: 1140px) {
    .c-map-item:not(:nth-child(6n)) {
        margin-right: 34px;
    }
}

@media (max-width: 1025px) {
    .profile-show-wrap {
        right: 0;
        position: relative;
    }

    .grid-2-xs {
        grid-template-columns: 1fr 1fr;
    }

    .rating-table table th,
    .rating-table table td {
        font-size: 20px;
    }

    .profile-motivation-items {
        grid-template-columns: 1fr 1fr;
    }

    .custom-tab {
        font-size: 16px;
        line-height: 24px;
    }

    .questions_accordion .subtitle h3 {
        font-size: 18px;
    }

    .tabs {
        width: fit-content;
    }

    .photo-loader-wrap {
        margin-top: 16px;
    }

    .ipad-col {
        width: 100%;
    }

    .t-col {
        width: 100%;
        max-width: 100%;
    }

    .t-col-2 {
        margin-top: 24px;
    }

    .c-map-item:not(:nth-child(6n)) {
        margin-right: 16px;
    }

    .c-map-item {
        width: 70px;
        height: 70px;
    }

    .c-popup {
        width: 90%;
    }

    #magic .c-map {
        height: 487px;
    }
}

@media (max-width: 896px) {
    .game_menu_container {
        padding: 25px 16px 0;
    }

    .profile-show-wrap {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

    .title-2 {
        font-size: 22px;
        line-height: 23px;
    }

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

    .subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .text {
        font-size: 16px;
        line-height: 19px;
    }

    .right-col {
        padding-left: 0;
        margin-top: 24px;
    }

    .profile-info .profile-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .profile-info .profile-item:nth-child(2),
    .profile-info .profile-item:nth-child(3) {
        justify-self: start;
    }

    .profile-info .profile-item:last-child {
        justify-self: start;
    }

    .avatar img {
        width: 50px;
        height: 50px;
    }

    .name-wrap {
        margin-left: 12px;
        width: calc(100% - 62px);
    }

    .photo-loader-wrap {
        margin-top: 8px;
    }

    .left_block {
        width: 45%;
    }

    .right_block {
        width: 55%;
    }

    .game_info_item {
        width: 45%;
    }

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

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

    .game_menu_col {
        margin-bottom: 24px;
    }

    .requisites-block {
        margin-top: 16px;
    }

    .pageBalance-table {
        overflow-x: scroll;
    }

    .custom-tab {
        white-space: nowrap;
    }

    .logout {
        display: none;
    }

    .logout:before {
        display: none;
    }

    .profile-stickers-wrap img {
        width: 60px;
        height: 60px;
    }

    .add-elem {
        width: 60px;
        height: 60px;
    }

    .logout {
        display: none;
    }

    .grid-1-xs {
        grid-template-columns: 1fr;
    }

    .back-btn {
        padding: 12px 30px 14px 50px;
    }

    .back-btn:before {
        top: 7px;
        left: 8px;
    }

    .settings-wrap {
        padding: 40px;
    }

    .settings-col {
        margin-top: 24px;
    }

    .hidden-xs {
        display: none;
    }

    .t-banner {
        padding: 24px;
        width: calc(100% + 32px);
        left: -16px;
    }

    .t-col-2 {
        margin-top: 16px;
    }

    .c-col {
        margin-top: 24px;
    }

    .c-content-col {
        padding: 0;
        order: -1;
        position: relative;
    }

    .c-map {
        background-image: url(../img/competitions/map-comp-mob.png) !important;
        background-size: 100%;
        height: auto;
        padding: 16px;
        background-color: #c59153;
        border-radius: 12px;
    }

    #new-year-dragon .c-map {
        background-image: url(../tournaments/maps/dragon_new_year_maps_bg_mob.png) !important;
        background-size: 100%;
        height: auto;
        padding: 16px;
        background-color: #c59153;
        border-radius: 12px;
    }

    #red_book_republic_of_belarus .c-map {
        background-image: url(../tournaments/maps/champions_red_book_republic_of_belarus_map_mob.png) !important;
        background-size: 100%;
        height: auto;
        padding: 16px;
        background-color: #c59153;
        border-radius: 12px;
    }


    #red_book_republic_of_belarus .c-map .c-map-item {
        margin-top: 10px;
        width: 100px;
        height: 100px;
        margin-left: calc((100% - 400px) / 2);
        margin-right: 0;
        box-sizing: border-box;
    }

    #red_book_republic_of_belarus .c-map::after {
        margin-top: 10px;
        width: 100px;
        height: 100px;
        margin-left: calc((100% - 400px) / 2);
        margin-right: 0;
        box-sizing: border-box;
        visibility: hidden;
        content: " ";
    }

    #red_book_republic_of_belarus .c-map .c-map-item:nth-last-child(2) {
        margin-right: unset;
        margin-left: unset;
    }

    #red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n) {
        margin-right: unset;
    }

    #red_book_republic_of_belarus .c-map .c-map-item:nth-child(4n + 1) {
        margin-left: unset;
    }

    #new-year-dragon .c-map .c-map-item {
        flex: 0 0 50%;
        margin-right: 0 !important;
        margin-bottom: 40px;
        width: 120px;
        height: 120px;
        align-self: center;
        background-size: contain;
        background-position: center;
        background-image: url("../tournaments/gifts/new-year-dragons/hide-item.svg");
        content: " ";
    }

    #red_book_republic_of_belarus .c-map .c-map-item {
        flex: 0 0 50%;
        margin-right: 0 !important;
        margin-bottom: 40px;
        width: 100px;
        height: 100px;
        align-self: center;
        background-size: contain;
        background-position: center;
        background-image: url("../tournaments/gifts/red_book_republic_of_belarus/closed_sticker.png");
        content: " ";

    }

    #strahilki .c-map {
        background-image: url(../img/h-map-mob.png) !important;
        height: 704px;
        background-color: transparent;
    }

    #strahilki .c-map .c-map-item {
        width: calc(100% / 2);
        height: 120px;
    }

    #strahilki .mob-map-back {
        display: none !important;
    }

    #magic .c-map {
        background-image: url(../img/ny-map-mob.png) !important;
        height: auto;
        background-color: transparent;
        padding: 24px;
    }

    #magic .c-map .c-map-item {
        margin-bottom: 18px !important;
        width: calc(100% / 2);
        height: 120px;
    }

    #magic .mob-map-back {
        display: none !important;
    }

    .c-map-item:not(:nth-child(6n)) {
        margin-right: 43px;
    }

    .c-map-item:not(:nth-child(34):nth-child(36)) {
        margin-bottom: 18px;
    }

    .c-map-item {
        width: 73px;
        height: 73px;
    }

    .c-popup {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ffffff;
        box-shadow: 0px 16px 16px rgba(50, 50, 71, 0.08),
        0px 24px 32px rgba(50, 50, 71, 0.08);
        height: auto;
    }

    .c-popup {
        padding: 79px 65px 50px;
    }

    .article-col-l,
    .article-col-r {
        padding: 0;
        margin-bottom: 16px;
    }
}

@media (max-width: 860px) {
    .c-map-item {
        width: 81px;
        height: 81px;
    }
}

@media (max-width: 740px) {
    .menu-icon {
        display: block;
        -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;
        position: absolute;
        right: -16px;
        top: 12px;
        cursor: pointer;
        height: 40px;
        width: 60px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
        0px 4px 8px rgba(50, 50, 71, 0.06);
        border-radius: 20px 0 0 20px;
    }

    .menu-icon span {
        -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;
        position: absolute;
        width: 18px;
        height: 2px;
        background: #2dbecd;
        top: 48%;
        left: 15px;
        border-radius: 10px;
    }

    .menu-icon span:before {
        -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;
        content: "";
        width: 18px;
        height: 2px;
        background: #2dbecd;
        position: absolute;
        bottom: -9px;
        left: 0;
        border-radius: 10px;
    }

    .menu-icon span:after {
        -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;
        content: "";
        width: 18px;
        height: 2px;
        background: #2dbecd;
        position: absolute;
        top: -9px;
        left: 0;
        border-radius: 10px;
    }

    .menu-icon.opened {
        width: 348px;
        z-index: 10;
    }

    .menu-icon.opened span {
        background: transparent;
    }

    .menu-icon.opened span::before {
        bottom: 0;
        transform: rotate(45deg);
        width: 26px;
    }

    .menu-icon.opened span::after {
        top: 0;
        transform: rotate(-45deg);
        width: 26px;
    }

    .mob-menu-top {
        display: block;
        border-bottom: 1px solid rgba(228, 228, 228, 0.6);
        padding: 18px 0;
    }

    .game_menu_container {
        padding: 0 16px;
    }

    .title {
        font-size: 32px;
        line-height: 36px;
    }

    .box {
        padding: 18px;
        overflow-x: auto;
    }

    .balance {
        font-size: 14px;
    }

    .logged-user-dropdown {
        border-radius: 0;
        box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08),
        0px 4px 4px rgba(50, 50, 71, 0.06);
        top: -23px;
        right: -1000px;
        -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;
        display: block;
    }

    .logged-user-dropdown.opened {
        right: -16px;
    }

    .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;
    }

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

    .logged-user-img {
        margin-top: 18px;
        width: 150px;
    }

    .logged-user-details {
        display: none !important;
    }

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

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

    .logo_maximus {
        top: 16px;
        left: 16px;
    }

    .logo_maximus img {
        width: 115px;
    }

    .login-content {
        padding: 0 16px;
    }

    .game_menu_container {
        height: auto;
        overflow-x: hidden;
    }

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

    .right-wrap {
        justify-content: center;
    }

    .rating-table table th,
    .rating-table table td {
        padding: 10px;
    }

    .user_block_games {
        width: 100%;
    }

    .custom-tab {
        font-size: 20px;
        line-height: 26px;
    }

    .custom-tab a,
    .custom-tab span {
        padding: 12px;
    }

    .rating-table table th,
    .rating-table table td {
        font-size: 14px;
    }

    .requisites-block {
        display: none;
    }

    .month-pay .subtitle {
        font-size: 18px;
    }

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

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

    .tabs {
        width: 100%;
        overflow-x: auto;
    }

    .faq-content .tabs,
    .messages-page .tabs {
        width: fit-content;
    }

    .profile-settings-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .hide-persons {
        margin-top: 16px;
    }

    .ml-16 {
        margin-left: 0;
    }

    .t-col-2 {
        margin-top: 24px;
    }

    .timer__items {
        padding-right: 0;
    }

    .tournaments-item {
        padding-bottom: 64px;
        background-size: 100%;
        background-position-y: bottom;
    }

    .tournaments-item-background {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: right;
        background-position-y: bottom;
    }

    .popup {
        width: calc(100% - 32px);
        padding: 32px 24px 24px;
    }

    .popup-closer {
        padding: 13px;
    }

    .popup-closer:before {
        width: 14px;
        height: 14px;
    }

    .t-banner {
        background-repeat: repeat;
        padding: 24px;
        width: calc(100% + 32px);
        left: -16px;
    }

    .t-banner .timer {
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .t-banner .title {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
    }

    .mob-map-back {
        width: 100%;
        height: 290px;
        position: absolute;
        top: 70px;
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        background-image: url(../img/competitions/map-xs.png);
    }

    .c-map-item {
        width: 90px;
        height: 90px;
        z-index: 1;
    }

    .c-map-item:not(:nth-child(6n)) {
        margin-right: 0;
    }

    .t-banner-top {
        text-align: center;
    }

    .t-banner-top .btn {
        margin-left: 0;
        margin-top: 12px;
    }

    .halloween-title {
        font-size: 20px;
        background-position-y: 8px;
    }

    .halloween-popup .text {
        font-size: 14px;
        text-align: left;
    }

    .h-styled-ul li {
        text-align: left;
    }

    .violet-block {
        padding-bottom: 70px;
        background-position: bottom;
    }

    .violet-block .h-styled-ul {
        padding-right: 0;
    }

    .popup-b-text {
        font-size: 16px;
        text-align: left;
    }

    .theme-styled-ul li {
        font-size: 16px;
        line-height: 22px;
    }
}


.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-repeat: no-repeat;
    background-image: url('/img/summer-camp-2024/banner/bg-pattern.svg');
    background-size: cover;
}

.summer-camp-banner-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: inherit;

}

@media screen and (max-width: 765px) {
    .summer-camp-banner-place-banner {
        display: block;
        position: absolute;
        top: -25px;
        left: -40px;
        width: calc(100% + 80px);
        height: fit-content;
    }

    .summer-camp-banner-container {
        height: fit-content;
        padding: 0 40px;
    }

    .summer-camp-banner-box {
        flex-direction: column;
        gap: 10px;
    }

    .summer-camp-banner-box > .summer-camp-banner-logo {
        display: none;
    }

}

.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: 106px;
}

.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: #FFFFFF;
    padding: 10px 20px;
    background: #FC7F7F;
    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: 10px;
    border: 2px solid #FFFFFF;
    padding: 7px 20px 8px;
    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;
}

.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;
}

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

.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;
}

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

.summer-camp-list > li:before {
    display: block;
    position: relative;
    background-image: url("/img/summer-camp/maximus-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;
}

.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;
}

.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;
}


.timer-summer-camp-container {
    width: calc(100% - 80px);
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
    margin: 30px 40px;
}

.timer-summer-camp-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #6BD2E5;
    border-radius: 100px;
    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: #2DBECD;
    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;
}


/* button for redirect geo platform */
.button-geo-box {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 12px;
}

.button-geo-box > button.geo-platform-link {
    display: flex;
    position: relative;
    border: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    padding: 0 1em;
    height: 80%;
    background-color: #FFFFFF;
    color: #BC7937;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
}

.button-geo-box > button.geo-platform-link:hover {


}

.button-geo-box > button.geo-platform-link > img {
    height: 42px;
    width: auto;
    display: block;
}

.button-geo-box > button.geo-platform-link > span {
    color: #BC7937;
    font-size: 20px;
    padding: 0 6px;
    font-weight: bold;
}


/*
timer styles
 */
.timer--container {
    width: calc(100% - 80px);
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
    margin: 30px 40px;
}

.timer--container > .timer--placeholder {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
}

.timer--container > .timer--placeholder > p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 33.6px;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
}

.timer--container > .timer--placeholder > p > button {
    display: flex;
    position: relative;
    background-color: #76D51F;
    border-bottom: 1.14px solid #59BB00;
    border-radius: 5px;
    padding: 3.43px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 20px;
    box-sizing: content-box;
    z-index: 2;
}

.timer--container > .timer--placeholder > p > button::before {
    display: flex;
    position: absolute;
    background-color: transparent;
    height: calc(100% + 8px);
    top: -4px;
    left: -4px;
    z-index: 1;
    border-radius: 10px;
    width: calc(100% + 8px);
    content: " ";
    border: 4px solid #FFFFFF;
}


.timer--box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #6BD2E5;
    border-radius: 100px;
    padding: 12px;
}

.timer--container.timer-summer-games-2025 > .timer--box {
    background-image: url('/img/champions/summer-games-2025-bg.jpg');
}

.timer--container.timer-summer-games-2025 > .timer--box > .timer--box--title {
    color: #6FA1FF;
}

.timer--container.timer-summer-games-2025 > .timer--box > .timer--box--item {
    color: #6FA1FF;
}

.timer--container.timer-new-years-adventures-of-dragons > .timer--box {
    background: #FFC148;
    background-image: url(../img/new-years-adventures-of-dragons-timer-bg.svg);
    background-repeat: no-repeat;
    background-position: calc(90%) calc(100% + 20px);
}

.timer--container.timer-champion-for-republic > .timer--box {
    background: #FFC148;
}

.timer--container.timer-champion-for-republic > .timer--box > .timer--box--item {
    color: #FFC148;
}

.timer--box > .timer--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--box > .timer--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: #2DBECD;
    margin: 0 10px;
}

.timer--box > .timer--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--box > .timer--box--item > span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}


@media screen and (max-width: 700px) {
    .timer--container {
        width: calc(100% + 32px);
        margin: 30px -16px;
    }

    .timer--box {
        border-radius: 0;
        flex-wrap: wrap;
        padding: 12px 5px;
    }

    .timer--box > .timer--box--title {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .timer--box > .timer--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: #2DBECD;
        margin: 0 5px;
    }
}


/* 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 {
    margin-left: 24px;
    height: 100%;
    max-height: 40px;
}

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

.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: #A394FF;
    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;
    border: 2px solid #FFFFFF;
    box-shadow: 0 2.53125px 5.0625px 0 #3232470F, 0 2.53125px 2.53125px 0 #32324714;
    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 3px 5px 0 #3232471F, 0 3px 3px 0 #32324724;
}


/* banner for header */

.banner-in-header {
    display: flex;
    position: relative;
    min-height: 110px;
    height: auto;
    width: 100%;
    flex-direction: column;
}

.banner-in-header > .banner-in-header-container {
    display: flex;
    width: calc(100% + 2 * 40px);
    position: absolute;
    top: -25px;
    left: -40px;
    min-height: 100%;
    height: auto;
    background-color: #6BD2E5;
    flex-direction: column;
}


.banner-in-header[data-variant="banner-in-header-champion-for-republic-champion"] > .banner-in-header-container {
    background: linear-gradient(90.5deg, #DD34FF 3%, #A134FF 100.2%);
}

.banner-in-header[data-variant="banner-in-header-champion-for-republic-champion"] > .banner-in-header-container::before {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: url("/img/tournaments/champion-for-republic-banner-bg.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    pointer-events: none;
    z-index: 0;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content {
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 110px;
    height: auto;
    gap: 70px;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-icon {

}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-icon > img {
    height: 86px;
    width: 86px;
    transition: all 0.3s ease;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-text {
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-text > p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    color: #FFFFFF;
    max-width: max-content;
    width: auto;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-text > p > strong {
    background-color: #FFFFFF4D;
    padding: 2px 10px;
    border-radius: 20px;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;
    gap: 6px;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > button,
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > a {
    border: none;
    background-color: #FFFFFF;
    padding: 2px 2px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    box-shadow: 0 3px 5px 0 #3232470F, 0 3px 3px 0 #32324714;
    position: revert;
    transition: all 0.3s ease;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > button > span,
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > a > span {
    background-color: #57CBD7;
    padding: 8px 24px;
    border-radius: 10px;
    border-bottom: 2px solid #29ABB9;
    min-width: 225px;
    text-align: center;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > button.green-type > span,
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > a.green-type > span {
    background-color: #76D51F;
    border-bottom: 2px solid #59BB00;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > button.yellow-type > span,
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > a.yellow-type > span {
    background-color: #FFA800;
    border-bottom: 2px solid #E18A00;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions:has(button:hover) > button:not(:hover),
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions:has(a:hover) > a:not(:hover) {
    opacity: 0.8;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > button:hover,
.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions > a:hover {
    transform: translateY(-1px);
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-close {
    display: flex;
    position: absolute;
    right: 24px;
    top: 24px;
}

.banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-close > button {
    outline: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .banner-in-header {
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content {
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% - 2 * 32px);
        margin: 33px 32px;
        gap: 20px;
        position: relative;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-icon {
        width: 86px;
        position: relative;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-text {
        max-width: calc(100% - 86px - 20px);
        position: relative;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-actions {
        width: 100%;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-close {
        right: -20px;
        top: -20px;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-close > button > img {
        height: 20px;
        width: 20px;
    }

    .banner-in-header[data-variant="banner-in-header-champion-for-republic-champion"] > .banner-in-header-container::before {
        background-image: url("/img/tournaments/champion-for-republic-banner-bg-mobile.svg");
        background-size: 80%;
        background-position: center center;
        background-repeat: revert;
    }
}

@media screen and (max-width: 1550px) {
    .banner-in-header > .banner-in-header-container {
        width: calc(100% + 2 * 25px);
        position: relative;
        left: -25px;
        top: -25px;
    }
}

@media screen and (max-width: 1360px) {
    .banner-in-header > .banner-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: -16px;
    }
}

@media screen and (max-width: 896px) {
    .banner-in-header > .banner-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: -25px;
    }
}

@media screen and (max-width: 740px) {

    .banner-in-header > .banner-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: 0;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content {
        flex-direction: column;
    }

    .banner-in-header > .banner-in-header-container > .banner-in-header-content > .banner-in-header-content-icon {
        display: none;
    }
}


@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: #494953;
    --text-color-main: #6398DA;
    --body-color-main: #28bac6;
    --card-color-main: #DDE9F8;
    --card-color-base: #F8F8F8;
}

.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;
}


.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 h1,
.sci-page-content h2 {
    margin: 0;
}

.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;
}

/* 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 !important;
    box-shadow: 0px 4px 4px 0px #32324714;
}

.sci-btn.disabled {
    background-color: #FFFFFF;
    color: #76D51F;
    border: 4px solid #76D51F !important;
    cursor: unset;
}


.sci-btn:not(.disabled):hover {
    background-color: #80DF29;
}

.sci-btn:not(.disabled):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;
}

/* header */
header {
    background-color: inherit;
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 24px;
}

.header-wrap {
    height: inherit;
    display: flex;
    align-items: center;
}

.logo-img {
    width: 177px;
}

.profile-wrap {
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 40px;
    display: flex;
}

.profile-item {
    font-family: "Lato-Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    position: relative;
}

.profile-item:not(:last-child) {
    margin-right: 16px;
}

.profile-item a {
    color: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.profile-item--star,
.profile-item--coin,
.profile-item--paw,
.profile-item--balance {
    padding-left: 44px;
}

.profile-item--star,
.profile-item--coin {
    color: #ffc800;
}

.profile-item--star::before {
    background: url(/img/summer-camp-2024/icons/star.svg) center no-repeat;
}

.profile-item--coin::before {
    background: url(/img/summer-camp-2024/icons/coin.svg) center no-repeat;
}

.profile-item--paw {
    color: #ffc832;
}

.profile-item--paw::before {
    background: url(/img/summer-camp-2024/icons/paw.svg) center no-repeat;
}

.profile-item--balance {
    color: #2dbecd;
    margin-right: 8px;
}

.profile-item--balance::before {
    background: url(/img/summer-camp-2024/icons/byn.svg) center no-repeat;
}

.profile-item--camp,
.profile-item--promotion {
    color: #ffffff;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}

.profile-item--camp::before,
.profile-item--promotion::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    margin-right: 4px;
}

.profile-item--camp {
    background: linear-gradient(92.64deg, #ff4858 4.56%, #ffb958 92.26%);
    border-radius: 100px;
    margin-right: 8px;
    box-shadow: 0px 0px 8px 0px #FF885899;
}

.profile-item--camp::before {
    background: url(/img/summer-camp-2024/icons/camp.svg) center no-repeat;
}

.profile-item--camp:hover {
    box-shadow: 0px 0px 10px 0px #FF8858;
}

.profile-item--camp:active {
    box-shadow: 0px 0px 10px 0px #FF8858;
}

.profile-item--promotion {
    background: linear-gradient(97.64deg, #6ba6ff 7.92%, #ff718e 90.99%);
    border-radius: 50px;
}

.profile-item--promotion::before {
    background: url(/img/summer-camp-2024/icons/promotion.svg) center no-repeat;
}

.profile-item--promotion:hover {
    box-shadow: 0px 0px 10px 0px #C088BE;
}

.profile-item--promotion:active {
    box-shadow: 0px 0px 10px 0px #C088BE;
}

.dropdown {
    position: relative;
    padding: 0 32px 0 16px;
    margin-left: 16px;
    cursor: pointer;
    border-left: 1px solid #efefef;
}

.dropdown:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 18px;
    right: 0px;
    width: 16px;
    height: 8px;
    background: url(/img/summer-camp-2024/icons/arr-down-black.svg) center no-repeat;
    background-size: 100%;
}

.profile__pic-wrap {
    margin-right: 12px;
    position: relative;
}

.profile__pic-wrap span {
    background-color: #FC4848;
    border-radius: 100%;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -6px;
    right: -6px;
    font-family: "Lato-Black";
    font-size: 12px;
    font-weight: 900;
    line-height: 14.4px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.dropdown__content {
    border-radius: 12px;
    border: 4px solid #5aa2ff;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #ffffff;
    width: 270px;
    height: fit-content;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.8s;
    transition-delay: 0.15s;
    padding: 16px;
}

.sci-btn-exit {
    border: 2px solid #fbfbfd;
    border-radius: 33px;
    box-shadow: 0px 2px 2px 0px #3232470f;
    padding: 10px 15px;
    font-family: "Lato-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #ffffff;
    cursor: pointer;
}

.sci-btn-exit .sci-btn-exit-x {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(50%);
    left: 0;
    margin-right: 10px;
}

.sci-btn-exit .sci-btn-exit-x::before, .sci-btn-exit .sci-btn-exit-x::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #ffffff;
}

.sci-btn-exit .sci-btn-exit-x::before {
    transform: rotate(45deg);
}

.sci-btn-exit .sci-btn-exit-x::after {
    transform: rotate(-45deg);
}

.sci-page-content {
    margin-top: 40px;
}

/* 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;
}

.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;
}

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

.sci-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;
}

.sci-timer__items {
    display: flex;
}

.sci-timer__item {
    position: relative;
    width: calc((100% - 40px) / 2);
    background: var(--text-color-main) !important;
    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;
}

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

.sci-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;
}

.sci-timer__item:last-child::after, .sci-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) !important;
}

.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;
    }

    .profile-wrap {
        border-radius: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #dfecff;
        z-index: 10;
        padding: 60px 40px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
        overflow-y: scroll;
    }

    .profile-wrap.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: flex;
        justify-content: center;
    }

    .profile-list {
        justify-content: space-between;
    }

    .profile-item {
        margin-right: 0 !important;
    }

    .profile-item {
        margin-top: 20px;
    }

    .mprofile-list {
        flex-direction: column;
    }

    .header-close {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 11;
        cursor: pointer;
    }

    .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;
    }

    body {
        font-size: 16px;
        line-height: 21px;
    }

    .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;
    }

    .profile-list {
        flex-direction: column;
        align-items: start;
    }

    .profile-item:first-child {
        margin-top: 0;
    }

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

    .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;
}


.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 {
    margin-left: 24px;
    height: 100%;
    max-height: 40px;
}

.button-free-courses-box.button-free-courses-box-mobile > a.summer-camp-2024-link {
    display: flex;
    position: relative;
    border: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    border-radius: 8px;
    gap: 2px;
    padding: 4px 12px 4px 12px;
    height: 80%;
    background-color: #A394FF;
    color: #FFFFFF;
    pointer-events: bounding-box;
}

.button-free-courses-box > a.summer-camp-2024-link {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    border: none;
    text-decoration: none;
    padding: 11px 16px;
    background: linear-gradient(92.64deg, #FF4858 4.56%, #FFB958 92.26%);
    border-radius: 100px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0px 0px 8px 0px #FF885899;
    transition: all 0.3s ease;

    /* identical to box height */


    color: #FFFFFF;
}

.button-free-courses-box > a.summer-camp-2024-link:hover {
    box-shadow: 0px 0px 10px 0px #FF8858;


}

.button-free-courses-box > a.summer-camp-2024-link:has(:hover) > span {
    color: #FFFFFF !important;
}

.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 > a.summer-camp-2024-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 > a.summer-camp-2024-link > span {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
}


/* 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;
    }
}


div.warning-banner-champions {
    display: flex;
    min-height: 63px;
    border-radius: 100px;
    background-color: #FCC51F;
    padding: 18.3px;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-content: center;
    width: calc(100% - 80px);
    margin: 30px 40px;
}

@media screen and (max-width: 740px) {
    div.warning-banner-champions {
        width: calc(100% + 32px);
        margin: 30px -16px;
        border-radius: 0;
    }
}

div.warning-banner-champions > p {
    margin: 0;
    padding: 0;
    font-family: Lato;
    font-size: 22px;
    font-weight: 800;
    line-height: 26.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}


.banner-league-in-header {
    display: flex;
    position: relative;
    min-height: 200px;
    height: max-content;
    width: 100%;
    flex-direction: column;
}

.banner-league-in-header > .banner-league-in-header-container {
    display: flex;
    width: calc(100% + 2 * 40px);
    position: absolute;
    top: -25px;
    left: -40px;
    min-height: 100%;
    height: auto;
    background-color: #6BD2E5;
    flex-direction: column;
}

@media screen and (max-width: 1550px) {
    .banner-league-in-header > .banner-league-in-header-container {
        width: calc(100% + 2 * 24px);
        position: relative;
        left: -25px;
        top: -25px;
    }
}

@media screen and (max-width: 1360px) {
    .bbanner-league-in-header > .banner-league-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: -16px;
    }
}

@media screen and (max-width: 896px) {
    .banner-league-in-header > .banner-league-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: -25px;
    }
}

@media screen and (max-width: 740px) {

    .banner-league-in-header > .banner-league-in-header-container {
        width: calc(100% + 2 * 16px);
        position: relative;
        left: -16px;
        top: 0;
    }
}

.banner-league {
    background: url('/img/maxiznaj/banner-bg.png') center no-repeat;
    background-size: cover;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    gap: 45px;
    color: #020101;
    min-height: 200px;

}

.banner-league p {
    margin: 0;
}

.banner-league__pic-wrap {
    width: 23%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner-league__pic-wrap img {
    width: auto;
    height: 100%;
    margin: 0 0 -4px;
}

.banner-league__content {
    width: calc(77% - 45px);
    padding: 26px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-league__col:first-child {
    width: calc(100% - 205px - 40px);
}

.banner-league__col:last-child {
    width: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-league__title {
    font-family: "Rubik One";
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    color: #FFFFFF;
    text-transform: none;
    -webkit-text-stroke: 1.5px #008F9B;
    text-stroke: 1.5px #008F9B;
    display: flex;
    gap: 12px;
}

.banner-league__title img {
    max-width: 213px;
}

.banner-league__tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-league__tag {
    border: 1px solid #13B0BE;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 24px;
}

.banner-league__tag svg {
    width: 20px;
    height: 20px;
}

.banner-league__tag p {
    margin: 0;
}

.banner-league__btn,
.popup-league-content__btn {
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 8px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background-color: #57CBD7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    text-decoration: none;
}

.banner-league__btn_translate_op {
    transform: translateY(0px);
    opacity: 0.8;
}

.banner-league__btn_translate_op:hover {
    text-decoration: none;
    color: #FFFFFF;
    transform: translateY(-4px);
    opacity: 1;
}

.banner-league__btn_green {
    background-color: #76D51F;
}

.banner-league__btn_red {
    background-color: #d51f31;
}

.banner-league__btn:not(:first-child) {
    margin-top: 18px;
}

@media (max-width: 1439px) {

    .banner-league__title {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
}

@media (max-width: 1280px) {
    .banner-league__title {
        flex-direction: column;
    }

    .banner-league__pic-wrap {
        display: none;
    }

    .banner-league__content {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .banner-league__col:first-child {
        width: 100%;
    }

    .banner-league__title {
        text-align: center;
    }

    .banner-league p {
        text-align: center;
    }

    .banner-league__btn:not(:first-child) {
        margin-top: 14px;
    }

    .banner-league__tags {
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .banner-league {
        background: url(/img/maxiznaj/banner-bg_mob.png) center no-repeat;
        background-size: cover;
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
        padding: 0 16px;
    }

    .banner-league__tags {
        justify-content: flex-start;
        gap: 8px;
    }

    .banner-league__tag {
        gap: 4px
    }

    .banner-league__title {
        font-size: 22px;
        font-weight: 400;
        line-height: 27.6px;
    }

    .banner-league__title img {
        max-width: 198px;
        margin: 0 auto;
    }

    .banner-league__tag {
        padding: 4px 6px;
    }
}


.popup-league-content {
    max-width: 540px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: #6A6A73;
    padding-right: 18px;
}

div[data-popup-view="maxiznaj-platform-popup-account"] .popup-league-content {
    padding-right: 0;
}

.popup-league-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.popup-league-content::-webkit-scrollbar-thumb {
    background-color: #2DBECD;
    border-radius: 0;
}

.popup-league-content::-webkit-scrollbar-track {
    background-color: #e9e9ed;
}

.popup-league-content p {
    margin: 0;
}

.popup-league-content p:not(:first-child) {
    margin-top: 16px;
}

.popup-league-content__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.popup-league-content__row_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.popup-league-content__row_center > .popup-league-content__row_center_image {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    margin: 16px 0;
}

.popup-league-content__row_center > .popup-league-content__row_center_image > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #00b4d8;
}

.popup-league-content__pic {
    max-width: 140px;
}

.popup-league-content b {
    font-weight: 700;
}

.popup-league-content span {
    color: #57CBD7;
}

.popup-league-content__link {
    font-weight: 400;
    color: #57CBD7;
    text-underline-offset: 4px;
    display: inline-flex;
    align-items: center;
    align-self: baseline;
}


.popup-league-content__link svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.popup-league-content__btn {
    margin: 18px auto 0;
}

.popup-league-content__video-wrap {
    margin-top: 26px;
    aspect-ratio: 16 / 10;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.popup-league-content__video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.popup-league-content__video-wrap iframe {
    width: 100%;
    height: 100%;
}


@media (max-width: 700px) {
    .popup-league-content {
        padding-right: 13px;
    }

    div[data-popup-view="maxiznaj-platform-popup-account"] .popup-league-content {
        margin-right: 0;
    }

    .popup-league-content {
        max-height: 500px;
    }
}
