@charset "UTF-8";
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0;
}

body {
    font-family: "HelveticaNeue";
    font-weight: 400;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
    height: 100%;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

a {
    font-family: inherit;
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    border: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Light/Gilroy-Light.woff2") format("woff2"),
        url("../fonts/Gilroy/Gilroy-Light/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff2")
            format("woff2"),
        url("../fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff2") format("woff2"),
        url("../fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Bold/GraphikLCG-Bold.woff2")
            format("woff2"),
        url("../fonts/GraphikLCG/GraphikLCG-Bold/GraphikLCG-Bold.woff")
            format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Semibold/Gilroy-Semibold.woff2")
            format("woff2"),
        url("../fonts/Gilroy/Gilroy-Semibold/Gilroy-Semibold.woff")
            format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff2")
            format("woff2"),
        url("../fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Light/GraphikLCG-Light.woff2")
            format("woff2"),
        url("../fonts/GraphikLCG/GraphikLCG-Light/GraphikLCG-Light.woff")
            format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Medium/GraphikLCG-Medium.woff2")
            format("woff2"),
        url("../fonts/GraphikLCG/GraphikLCG-Medium/GraphikLCG-Medium.woff")
            format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Semibold/GraphikLCG-Semibold.woff2")
            format("woff2"),
        url("../fonts/GraphikLCG/GraphikLCG-Semibold/GraphikLCG-Semibold.woff")
            format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Regular/GraphikLCG-Regular.woff2")
            format("woff2"),
        url("../fonts/GraphikLCG/GraphikLCG-Regular/GraphikLCG-Regular.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #2f2f2f;
}

body.no-scroll-m {
    overflow: hidden;
}

.page-wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-wrapper__content {
    height: 100%;
}

.page-wrapper__footer {
    margin-top: auto;
}

.page-header__wrapper {
    padding: 40px 0 0 0;
}

.page-header__wrapper-big {
    height: 210px;
    background: url("../img/page-header-bg.svg") center bottom/cover no-repeat;
}

.page-header__wrapper-big_yellow {
    background: url("../img/page-header-bg-yellow.svg") center bottom/cover
        no-repeat;
}

.page-header__title {
    margin: 5px 0 0 0;
}

.page-catalog__wrapper {
    padding: 0 0 80px 0;
}

.page-catalog__content {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
    margin: 24px 0 0 0;
}

.page-catalog__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 5px 0 0 0;
    padding: 0 0 0 325px;
}

.page-catalog__sort-filter {
    margin: 0 0 0 auto;
}

.page-catalog__sort_big {
    margin: 24px 0 0 0;
}

.page-catalog__card {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.page-catalog__card-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
    height: 100%;
}

.page-catalog__event {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
}

.page-catalog__event-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.page-catalog__event-item:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(7, 14, 77, 0.25);
    box-shadow: 0px 2px 10px rgba(7, 14, 77, 0.25);
}

.page-catalog__search {
    margin: 48px 0 0 0;
}

.page-training__wrapper {
    padding: 0 0 75px 0;
}

.page-pages__wrapper {
    padding: 160px 0;
}

.page-lesson__wrapper {
    padding: 65px 0 100px 0;
}

.page-test__wrapper {
    padding: 48px 0 80px 0;
}

.page-test__wrapper-big {
    padding: 88px 0 80px 0;
}

.page-test__wrapper-finish {
    position: relative;
}

.page-test__wrapper-finish::before {
    content: "";
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 345px;
    display: block;
    background: url("../img/confeti.svg") center center/contain no-repeat;
}

.page-test__wrapper-result {
    padding: 122px 0 100px 0;
    position: relative;
}

.page-test__wrapper-result::before {
    content: "";
    position: absolute;
    left: 0;
    top: 96px;
    z-index: 0;
    width: 100%;
    height: 545px;
    display: block;
    background: url("../img/confeti-second.svg") center center/contain no-repeat;
}

.page-profile__header {
    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;
}

.page-profile__link {
    margin: 0 0 24px 0;
}

.page-profile__wrapper {
    padding: 50px 0 100px 0;
}

.page-profile__wrapper-block + .page-profile__wrapper-block {
    margin: 80px 0 0 0;
}

.page-profile__content {
    margin: 50px 0 0 0;
}

.page-profile__search {
    display: grid;
    grid-template-columns: 275px auto;
    gap: 50px;
}

.page-profile__search + .page-profile__search {
    margin: 16px 0 0 0;
}

.page-profile__search-filter {
    padding: 0 0 11px 0;
}

.page-profile__search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-profile__search-title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.page-profile__search-header + .page-profile__search-content {
    margin: 8px 0 0 0;
}

.page-profile__table {
    margin: 24px 0 0 0;
}

.page-profile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-profile__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-end: span 3;
    margin: 0 0 13px 0;
}

.page-profile__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px;
}

.page-profile__checkbox-item {
    margin: 12px;
}

.page-profile__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 308px);
    gap: 16px;
    height: fit-content;
}

.page-profile__grid-item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
}

.page-profile__card {
    display: grid;
    grid-template-columns: auto 308px;
    gap: 16px;
}

.page-shop__content {
    padding: 80px 0 140px 0;
    max-width: 865px;
    margin: 0 auto;
}

.page-shop__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.page-shop__desc {
    margin: 16px 0 0 0;
}

.page-shop__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.page-shop__text + .page-shop__text {
    margin: 25px 0 0 0;
}

.page-shop__footer {
    margin: 40px 0 0 0;
}

.page-shop__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.page-error__wrapper {
    padding: 88px 0 150px 0;
}

.page-error__content {
    max-width: 630px;
    margin: 0 auto;
}

.page-error__desc {
    margin: 8px 0 0 0;
}

.page-error__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2f2f2f;
}

.page-error__text a {
    color: #6776ff;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
}

.page-error__img {
    margin: 48px auto 0 auto;
    width: 100%;
}

.page-error__img-item {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pages-list li + li {
    margin: 15px 0 0 0;
}

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

.container-left {
    margin-left: calc(50% - 640px);
}

.icon {
    width: 100%;
    height: 100%;
}

.title_size-big {
    font-family: "Gilroy", sans-serif;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
}

.title_size-medium {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 41px;
    line-height: 51px;
}

.title_size-smallest {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 38px;
}

.title_size-small {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.title_color-white {
    color: #fff;
}

.title_color-blue {
    color: #6776ff;
}

.title_color-yellow {
    color: #ffa319;
}

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

.back-top {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 100px;
    right: 80px;
    z-index: 10;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.back-top:hover {
    cursor: pointer;
}

.back-top.hidden {
    opacity: 0;
    z-index: -1;
}

.back-top__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.button {
    -webkit-appearance: none;
    border: none;
    outline: none;
    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;
    height: 48px;
    width: 205px;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.button:hover {
    cursor: pointer;
}

.button-full {
    width: 100%;
}

.button-white {
    background: #ffffff;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5465ff;
    border: 2px solid transparent;
    -webkit-transition: 0.3s border-color;
    -o-transition: 0.3s border-color;
    transition: 0.3s border-color;
}

.button-white:hover {
    border-color: #ffa319;
}

.button-blue {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #6776ff;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.button-blue.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.4;
}

.button-blue:hover {
    background: #4b5dfe;
}

.button-blue-light {
    background: #c6d1ff;
    color: #5465ff;
    border: 2px solid transparent;
    -webkit-transition: 0.3s border-color;
    -o-transition: 0.3s border-color;
    transition: 0.3s border-color;
}

.button-blue-light:hover {
    border-color: #ffa319;
}

.button-blue-disabled {
    pointer-events: none;
    background: #aeb6ff;
}

.button-green {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: #3fd831;
}

.button-bordered {
    border-radius: 40px;
}

.button-check::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background: url("../img/button-check.svg") center center/contain no-repeat;
    margin: 0 8px 0 0;
}

.button_height-small {
    height: 40px;
}

.button_width-big {
    width: 260px;
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-list__item {
    color: #6776ff;
}

.breadcrumb-list__item_white {
    color: #fff;
}

.breadcrumb-list__link {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: inherit;
    position: relative;
}

.breadcrumb-list__link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    display: block;
    background-color: #6776ff;
    -webkit-transition: 0.3s width linear;
    -o-transition: 0.3s width linear;
    transition: 0.3s width linear;
}

.breadcrumb-list__link:hover::before {
    width: 100%;
}

.breadcrumb-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-list__item + .breadcrumb-list__item::before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 8px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/breadcrumb-arrow-blue.svg");
}

.breadcrumb-list__item_white + .breadcrumb-list__item_white::before {
    background-image: url("../img/breadcrumb-arrow-white.svg");
}

.breadcrumb-list__item_white .breadcrumb-list__link::before {
    background-color: #fff;
}

.breadcrumb-list__item_m {
    display: none;
}

.sort__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort__item {
    position: relative;
}

.sort__item + .sort__item {
    margin: 0 0 0 40px;
}

.sort__item-mobile {
    display: none;
}

.sort__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sort__link-icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 0 0 12px;
}

.sort__link-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2f2f2f;
}

.sort__content {
    position: absolute;
    right: 12px;
    top: calc(100% + 12px);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.sort__content.active {
    opacity: 1;
    z-index: 10;
}

.sort__list {
    width: 210px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    border-radius: 10px;
}

.sort__list-item {
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.sort__list-item:last-child {
    border-bottom: none;
}

.sort__list-item:hover {
    background: #f9f9ff;
    border-color: #6776ff;
}

.sort__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px 12px 24px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
}

.cookie-alert {
    position: fixed;
    right: calc(50% - 680px);
    z-index: 15;
    bottom: 150px;
}

.cookie-alert.hidden {
    display: none;
}

.cookie-alert__wrapper {
    max-width: 435px;
    width: 100%;
    padding: 16px 32px 24px 32px;
    background: rgba(255, 163, 25, 0.8);
    -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 27px;
}

.cookie-alert__text {
    font-family: "Graphik LCG", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.cookie-alert__footer {
    margin: 12px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-alert__footer-block + .cookie-alert__footer-block {
    margin: 0 0 0 24px;
}

.cookie-alert__button {
    width: 120px;
    height: 50px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
}

.cookie-alert__link {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ffffff;
}

.star-block__wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 14px));
    grid-auto-rows: 14px;
    gap: 6px;
}

.star-block__wrapper-big {
    grid-template-columns: repeat(5, minmax(0, 30px));
    grid-auto-rows: 30px;
    gap: 15px;
}

.star-block__link:hover {
    cursor: pointer;
}

.star-block__item {
    width: 100%;
    height: 100%;
    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;
}

.star-block__item svg {
    width: 100%;
    height: 100%;
}

.star-block__item.active svg path {
    fill: #ffa319;
}

.progress {
    width: 100%;
    height: 100%;
}

.progress__wrapper {
    width: 100%;
    height: 100%;
}

.progress__item {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    border-radius: 100px;
    background: #6776ff;
}

.download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6776ff;
}

.download-btn::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/download.svg") center center/contain no-repeat;
    margin: 0 8px 0 0;
}

.trigger-link:hover {
    cursor: pointer;
}

.attach-input:hover {
    cursor: pointer;
}

.attach-input__item {
    display: none;
}

.attach-input__file {
    display: block;
    margin: 0 0 16px 0;
}

.attach-input__checkmark {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6776ff;
}

.attach-input__checkmark span {
    font-weight: 400;
    color: #b6b6b6;
    margin: 0 0 0 8px;
}

.attach-input__checkmark::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/attach.svg") center center/contain no-repeat;
    margin: 0 8px 0 0;
}

.reviews-list__item + .reviews-list__item {
    border-top: 1px solid #b6b6b6;
}

.reviews-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-item__wrapper {
    padding: 24px 0;
}

.reviews-item__name {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.reviews-item__name-blue {
    color: #6776ff;
}

.reviews-item__date,
.reviews-item__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.reviews-item__content {
    margin: 12px 0 0 0;
}

.link-blue {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #6776ff;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.link-blue:hover {
    text-decoration: none;
}

.link-edit {
    width: 32px;
    height: 32px;
    display: block;
    background: url("../img/edit-icon.svg") center center/contain no-repeat;
}

.help__icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.help__icon svg path {
    -webkit-transition: 0.3s fill;
    -o-transition: 0.3s fill;
    transition: 0.3s fill;
}

.help__icon.active {
    background: #6776ff;
}

.help__icon.active cirlce {
    fill: #6776ff;
}

.help__icon.active path {
    fill: #fff;
}

.help__content {
    position: absolute;
    right: calc(100% + 18px);
    top: calc(50% - 42px);
    background: #f9f9ff;
    -webkit-box-shadow: -2px 0px 6px rgba(7, 14, 77, 0.15);
    box-shadow: -2px 0px 6px rgba(7, 14, 77, 0.15);
    border-radius: 6px;
    width: 254px;
    padding: 6px 7px 8px 12px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.help__content.active {
    opacity: 1;
    z-index: 3;
}

.help__content::before {
    content: "";
    position: absolute;
    right: -12px;
    top: calc(50% - 7px);
    width: 18px;
    height: 14px;
    display: block;
    background: url("../img/tip-arrow-left.svg") center center/contain no-repeat;
    transform: rotate(180deg);
}

.help__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.file-input-text {
    padding: 8px 12px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #2f2f2f;
    background: #ffffff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.file-input-close {
    width: 10px;
    height: 10px;
    display: block;
    background: url("../img/close-input.svg") center center/contain no-repeat;
    margin: 0 0 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.file-input-close:hover {
    cursor: pointer;
}

.qs-month,
.qs-year {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #2f2f2f;
}

.qs-month-year {
    border: none;
}

.qs-month-year:hover {
    border: none;
}

.qs-squares {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0 8px;
}

.qs-day {
    margin: 0 0 8px 0;
}

.qs-square {
    width: 100%;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    height: 28px;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: #6776ff;
    color: #fff;
}

.qs-arrow {
    width: 16px;
    height: 16px;
}

.qs-arrow:hover {
    background: none;
}

.qs-arrow::after {
    border: none;
    background: url("../img/arrow-date.svg") center center/contain no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    right: 0;
    top: 0;
}

.qs-arrow.qs-right::after {
    top: calc(50% - 8px);
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qs-arrow.qs-left::after {
    top: calc(50% - 8px);
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.qs-active {
    background: #6776ff;
    color: #fff;
}

.qs-day {
    color: #2f2f2f;
}

.qs-datepicker-container {
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    border-radius: 10px;
    border: none;
    width: 275px;
}

.qs-controls {
    padding: 16px 11px;
    background: none;
}

.qs-squares {
    padding: 0 16px 16px 16px;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
}

.zoom-img {
    position: relative;
}

.zoom-img-link {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.zoom-img-link rect,
.zoom-img-link path {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.zoom-img-link:hover rect {
    fill: #6776ff;
}

.zoom-img-link:hover path {
    stroke: #fff;
}

@media screen and (max-width: 1366px) {
    .page-profile__card {
        grid-template-columns: minmax(0, 1fr);
        gap: 64px;
    }
    .page-profile__grid:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 1360px) {
    .cookie-alert {
        right: 0;
    }
    .container-left {
        margin: 0;
        padding: 0 40px;
    }
    .page-test__wrapper-result::before {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .page-catalog__card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1024px) {
    .page-profile__filter {
        grid-column-end: span 2;
    }
}

@media screen and (max-width: 991px) {
    .page-wrapper {
        padding: 64px 0 0 0;
    }
    .page-catalog__sort {
        padding: 0;
    }
    .page-catalog__content {
        grid-template-columns: minmax(0, 1fr);
    }
    .page-catalog__content-filter {
        position: fixed;
        z-index: 5;
        top: 64px;
        left: 0;
        width: 100%;
        height: calc(100% - 64px);
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
        box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
        border-radius: 0px 0px 30px 30px;
        padding: 50px 40px 0 40px;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }
    .page-catalog__content-filter.active {
        display: block;
    }
    .page-catalog__event {
        gap: 8px;
    }
    .page-catalog__sort {
        margin: 40px 0 0 0;
    }
    .page-catalog__search {
        margin: 32px 0 0 0;
    }
    .page-header__wrapper-big {
        background: url("../img/page-header-bg-m.svg") center bottom/cover
            no-repeat;
        height: 190px;
    }
    .page-header__wrapper-big_yellow {
        background: url("../img/page-header-bg-yellow-m.svg") center
            bottom/cover no-repeat;
    }
    .page-header__title {
        margin: 24px 0 0 0;
    }
    .page-test__wrapper {
        padding: 32px 0 48px 0;
    }
    .page-test__wrapper-finish::before {
        display: none;
    }
    .sort__item-mobile {
        display: block;
    }
    .sort__link-text {
        display: none;
    }
    .sort__link-icon {
        margin: 0;
    }
}

@media screen and (max-width: 700px) {
    .page-profile__filter {
        grid-column-end: auto;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
    .page-catalog__card {
        grid-template-columns: minmax(0, 1fr);
    }
    .page-profile__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .page-profile__filter-block + .page-profile__filter-block {
        margin: 40px 0 0 0;
    }
    .page-shop__content {
        padding: 24px 0 65px 0;
    }
    .page-shop__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }
    .page-shop__title {
        text-align: center;
    }
    .page-shop__footer {
        margin: 24px 0 0 0;
    }
    .title_size-big {
        font-size: 28px;
        line-height: 30px;
    }
    .title_size-medium {
        font-size: 28px;
        line-height: 30px;
    }
    .title_size-smallest {
        font-size: 28px;
        line-height: 30px;
    }
    .help__content {
        left: unset;
        right: 0;
        top: calc(100% + 18px);
    }
    .help__content-right {
        right: -50px;
    }
    .help__content::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -10px;
        left: unset;
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    .breadcrumb-list__item {
        display: none;
    }
    .breadcrumb-list__item + .breadcrumb-list__item::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: 0 4px 0 0;
        width: 22px;
        height: 22px;
    }
    .breadcrumb-list__item_m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .back-top {
        right: 15px;
        bottom: 15px;
        width: 38px;
        height: 38px;
    }
    .cookie-alert {
        bottom: 15px;
        right: -40px;
        width: 100%;
    }
    .cookie-alert__wrapper {
        max-width: calc(100% - 80px);
        width: 100%;
        padding: 16px;
        background: rgba(255, 163, 25, 0.9);
        -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 22px;
    }
    .reviews-item__header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews-item__name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 16px 0 0 0;
    }
    .reviews-item__date {
        margin: 0 0 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .page-profile__search {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }
}

.header__wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px 2px rgba(0, 52, 153, 0.05);
    box-shadow: 0px 4px 20px 2px rgba(0, 52, 153, 0.05);
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 64px;
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 118px;
    height: 34px;
}

.header__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 115px;
}

.header__profile-block + .header__profile-block {
    margin-left: 32px;
}

.header__profile-block_burger {
    display: none;
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav__list-mobile {
    display: none;
}

.header-nav__divider {
    display: none;
}

.header-nav__item + .header-nav__item {
    margin-left: 48px;
}

.header-nav__link {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.header-nav__link::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #6776ff;
    -webkit-transition: 0.3s width;
    -o-transition: 0.3s width;
    transition: 0.3s width;
}

.header-nav__link.active::after {
    width: calc(100% + 4px);
}

.header-nav__link:hover::after {
    width: calc(100% + 4px);
}

.header-profile__wrapper {
    position: relative;
}

.header-profile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-profile__link::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 8px;
    background: url("../img/arrow-blue.svg") center center/contain no-repeat;
    -webkit-transition: 0.3s rotate;
    -o-transition: 0.3s rotate;
    transition: 0.3s rotate;
}

.header-profile__link.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-profile__link--active {
    position: relative;
}

.header-profile__link--active::after {
    display: none;
}

.header-profile__link--active::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -21px;
    left: calc(50% - 41px);
    width: 82px;
    height: 53px;
    display: block;
    background: url("../img/nav-active-square.svg") center center/contain
        no-repeat;
}

.header-profile__link--active svg path {
    fill: #fff;
}

.header-profile__link-icon {
    display: block;
    width: 18px;
    height: 22px;
    position: relative;
    z-index: 2;
}

.header-profile__list {
    position: absolute;
    right: 0;
    top: calc(100% + 11px);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    width: 210px;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
}

.header-profile__list.active {
    opacity: 1;
    z-index: 10;
}

.header-profile__list-item {
    border-bottom: 1px solid #e3e3e3;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.header-profile__list-item:last-child {
    border-bottom: none;
}

.header-profile__list-item:hover {
    background: #f9f9ff;
    border-color: #6776ff;
}

.header-profile__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    -webkit-transition: 0.3s color linear;
    -o-transition: 0.3s color linear;
    transition: 0.3s color linear;
}

.header-profile__list-link_enter {
    font-weight: 500;
    color: #6776ff;
    line-height: 16px;
}

.header-profile__list-link_enter:hover {
    color: #4456ff;
}

.header-profile__list-link_enter:hover svg path {
    fill: #4456ff;
}

.header-profile__list-link_enter:hover svg path:nth-child(2) {
    stroke: #4456ff;
}

.header-profile__list-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 8px;
}

.header-profile__list-icon svg {
    width: 100%;
    height: 100%;
}

.header-profile__list-icon svg path {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.logo {
    width: 100%;
    height: 100%;
}

.logo__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.notification {
    position: relative;
}

.notification-close {
    width: 32px;
    height: 32px;
    display: block;
    background: url("../img/close-popup.svg") center center/contain no-repeat;
}

.notification__icon {
    display: block;
    width: 18px;
    height: 21px;
}

.notification__icon_new {
    position: relative;
}

/* bell */
/*.notification__icon_new::after {
  content: '';
  position: absolute;
  right: -3px;
  top: -2px;
  width: 12px;
  height: 12px;
  display: block;
  background: #6776FF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}*/

.notification__content {
    position: absolute;
    right: 0;
    top: 35px;
    opacity: 0;
    z-index: -1;
    display: none;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
    border-radius: 20px;
    width: 715px;
}

.notification__content.active {
    display: block;
    opacity: 1;
    z-index: 10;
}

.notification-content__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.notification-content__wrapper {
    padding: 27px 40px;
}

.notification-content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.notification-content__block {
    margin: 14px 0 0 0;
    padding: 0 24px 0 0;
    max-height: 520px;
}

.notification-content__block .swiper-scrollbar {
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#eeeeee),
            to(#eeeeee)
        ),
        #eeeeee;
    background: -o-linear-gradient(bottom, #eeeeee, #eeeeee), #eeeeee;
    background: linear-gradient(0deg, #eeeeee, #eeeeee), #eeeeee;
}

.notification-content__block .swiper-scrollbar-drag {
    background: #2f2f2f;
}

.notification__item + .notification__item {
    margin: 6px 0 0 0;
}

.notification-item_unread {
    position: relative;
}

.notification-item_unread::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #6776ff;
}

.notification-item__wrapper {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 24px 24px 16px 24px;
}

.notification-item__header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.notification-item__header-block + .notification-item__header-block {
    margin: 6px 0 0 0;
}

.notification-item__content {
    margin: 12px 0 0 0;
}

.notification-item__footer {
    margin: 16px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.notification-item__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.notification-item__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.notification-item__title a {
    color: #6776ff;
}

.notification-item__link {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #6776ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.notification-item__link::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/arrow-blue-left.svg") center center/contain
        no-repeat;
    margin: 0 0 0 6px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.notification-item__link:hover::after {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 16px;
    height: 12px;
}

.burger__item {
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 4px;
    background-color: #6776ff;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.burger.active {
    width: 16px;
    height: 16px;
    position: relative;
}

.burger.active .burger__item {
    position: absolute;
}

.burger.active .burger__item:nth-child(2) {
    opacity: 0;
}

.burger.active .burger__item:nth-child(1) {
    left: 0;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active .burger__item:nth-child(3) {
    right: 0;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lesson-wrapper__content-title {
    padding-right: 10px;
}

.lesson-wrapper__content-title p {
    font-size: 22px !important;
    line-height: 1.2 !important;
    word-break: break-word;
}

@media screen and (max-width: 1023px) {
    .lesson-wrapper__content-title {
        padding-right: 0;
    }

    .lesson-wrapper__content-title p {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 400px) {
    .lesson-wrapper__content-title p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .header__nav {
        position: fixed;
        width: 100%;
        top: 64px;
        left: 0;
        z-index: 99;
        background: #ffffff;
        -webkit-box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
        box-shadow: 0px 2px 15px rgba(7, 14, 77, 0.1);
        border-radius: 0px 0px 20px 20px;
        padding: 24px 0 40px 0;
        display: none;
        max-height: calc(100vh - 64px);
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header__nav.active {
        display: block;
    }
    .header__profile-block_profile {
        display: none;
    }
    .header__profile-block_burger {
        display: block;
    }
    .header-nav {
        max-width: 295px;
        margin: 0 auto;
    }
    .header-nav__divider {
        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;
        margin: 32px 0 8px 0;
        background: #c6d1ff;
        height: 50px;
        border-radius: 20px;
    }
    .header-nav__divider-icon {
        width: 21px;
        height: 25px;
    }
    .header-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-nav__list-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header-nav__item {
        width: 100%;
    }
    .header-nav__item + .header-nav__item {
        margin: 8px 0 0 0;
    }
    .header-nav__item + .header-nav__item_enter {
        margin: 25px 0 0 0;
    }
    .header-nav__link {
        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;
        border: 2px solid #6776ff;
        border-radius: 20px;
        height: 58px;
        width: 100%;
    }
    .header-nav__link_blue {
        background: #6776ff;
        color: #fff;
    }
    .header-nav__link_enter {
        height: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-weight: 500;
        border: none;
        color: #6776ff;
    }
    .header-nav__link_enter::before {
        content: "";
        width: 22px;
        height: 22px;
        display: block;
        margin-right: 6px;
        background: url("../img/enter.svg") center center/contain no-repeat;
    }
    .header-nav__link::after {
        display: none;
    }
    .notification__content {
        width: 100vw;
        position: fixed;
        top: 80px;
    }
    .notification-content__close {
        display: block;
    }
    .notification-content__wrapper {
        padding: 40px 24px;
    }
    .notification-content__link {
        max-width: 105px;
    }
    .notification-content__title {
        font-size: 20px;
        line-height: 30px;
    }
    .notification-content__header {
        padding: 0 40px 0 12px;
    }
    .notification-content__block {
        max-height: calc(100vh - 300px);
    }
    .notification-item__header-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .notification-item__date {
        margin: 0 0 16px auto;
    }
    .notification-item__wrapper {
        padding: 12px 16px;
    }
}

.footer__wrapper-yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 425px;
    padding: 0 0 56px 0;
    background: url("../img/footer-yellow.svg") center top/cover no-repeat;
}

.footer__wrapper-light-yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 125px;
    padding: 0 0 32px 0;
    background: url("../img/footer-light-yellow.svg") center top/cover no-repeat;
}

.footer__wrapper-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 125px;
    padding: 0 0 32px 0;
    background: url("../img/footer-blue.svg") center top/cover no-repeat;
}

.footer__logo {
    width: 295px;
    height: 84px;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__row-block_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer__row-block_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__row-block_row .footer__block + .footer__block {
    margin: 0 0 0 40px;
}

.footer__block + .footer__block {
    margin: 24px 0 0 0;
}

.footer__block-mobile {
    display: none;
}

.footer__text {
    font-family: "Graphik LCG", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.footer__text-right {
    text-align: right;
}

.footer__text-black {
    color: #2f2f2f;
}

.footer__link {
    text-decoration: underline;
    text-underline-position: under;
}

@media screen and (max-width: 991px) {
    .footer__row-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .footer__wrapper-yellow {
        min-height: 390px;
        background: url("../img/footer-yellow-m.svg") center top/cover no-repeat;
    }
    .footer__logo {
        width: 116px;
        height: 33px;
    }
    .footer__text {
        font-size: 14px;
    }
    .footer__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__row-block {
        width: 50%;
    }
    .footer__row-block_full {
        width: 100%;
    }
    .footer__block-desktop {
        display: none;
    }
    .footer__block-mobile {
        display: block;
    }
    .footer__block + .footer__block {
        margin: 16px 0 0 0;
    }
    .footer__block-logo + .footer__block {
        margin: 32px 0 0 0;
    }
    .footer__row-block_right {
        margin-top: 65px;
    }
}

@media screen and (max-width: 600px) {
    .footer__wrapper-blue {
        height: 226px;
        background: url("../img/footer-blue-m.svg") center top/cover no-repeat;
    }
    .footer__wrapper-light-yellow {
        height: 226px;
        background: url("../img/footer-light-yellow-m.svg") center top/cover
            no-repeat;
    }
    .footer__text-small {
        font-size: 12px;
    }
    .footer__row-block_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 32px 0 0 0;
    }
    .footer__row-block_row .footer__block + .footer__block {
        margin: 16px 0 0 0;
    }
}

.section-event__wrapper {
    padding: 122px 0 50px 0;
}

.section-event__content {
    margin: 18px 0 0 0;
}

.section-event__list {
    display: none;
}

.section-event__filter {
    margin: 8px 0 0 0;
}

.section-event__footer {
    margin: 40px 0 0 0;
    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;
}

.event-list__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
}

.event-list__item + .event-list__item {
    margin: 8px 0 0 0;
}

@media screen and (max-width: 767px) {
    .section-event__content {
        margin: 40px 0 0 0;
    }
    .section-event__wrapper {
        padding: 112px 0;
    }
    .section-event__calendar {
        display: none;
    }
    .section-event__list {
        display: block;
    }
}

.section-hero__wrapper {
    height: 1010px;
    background: url("../img/hero-bg.svg") center bottom/cover no-repeat;
    padding: 120px 0 0 0;
}

.section-hero__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.section-hero__grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-hero__desc,
.section-hero__button-wrap {
    margin: 40px 0 0 0;
}

.section-hero__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .section-hero__wrapper {
        height: 730px;
        background: url("../img/hero-bg-m.svg") center bottom/cover no-repeat;
        padding: 60px 0 0 0;
        position: relative;
        overflow: hidden;
    }
    .section-hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .section-hero__desc,
    .section-hero__button-wrap {
        margin: 16px 0 0 0;
    }
    .section-hero__text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-hero__img {
        position: absolute;
        height: 400px;
        width: 420px;
        left: calc(50% - 210px);
        bottom: 30px;
        pointer-events: none;
    }
    .section-hero__img-item {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.section-about__wrapper {
    padding: 80px 0 160px 0;
}

.section-about__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    padding: 0 115px;
}

.section-about__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
}

.section-about__desc {
    margin: 4px 0 0 0;
}

.section-about__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.section-about__footer {
    margin: 50px 0 0 0;
}

.section-about__img {
    width: auto;
    height: 280px;
}

.section-about__img-item {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1280px) {
    .section-about__grid {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .section-about__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 70px;
    }
}

@media screen and (max-width: 767px) {
    .section-about__wrapper {
        padding: 30px 0 112px 0;
    }
    .section-about__title {
        font-size: 32px;
        line-height: 38.4px;
    }
    .section-about__desc {
        margin: 8px 0 0 0;
    }
    .section-about__text {
        font-size: 16px;
        line-height: 19px;
    }
    .section-about__footer {
        margin: 25px 0 0 0;
    }
}

.section-anounce__wrapper {
    background: #6776ff;
    border-radius: 80px;
    padding: 82px 0 85px 0;
    margin-bottom: 50px;
}

.section-anounce__content {
    margin-top: 48px;
}

.section-anounce__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.section-anounce__grid-item {
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.section-anounce__grid-item:hover {
    -webkit-box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.55);
    box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.55);
}

.section-anounce__footer {
    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;
    margin: 48px 0 0 0;
}

.section-anounce__button {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
}

@media screen and (max-width: 1279px) {
    .section-anounce__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .section-anounce__wrapper {
        padding: 72px 0 88px 0;
        border-radius: 50px;
    }
    .section-anounce__content {
        margin: 40px 0 0 0;
    }
    .section-anounce__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }
}

.catalog-theme__wrapper {
    max-width: 910px;
    width: 100%;
}

.catalog-theme__content {
    margin: 16px 0 0 0;
}

.catalog-search__wrapper {
    display: grid;
    grid-template-columns: 275px 600px;
    gap: 50px;
}

.catalog-search__wrapper-big {
    grid-template-columns: 275px 700px;
}

.catalog-search__wrapper-middle {
    padding: 12px 0 0 0;
}

.catalog-search__wrapper-block + .catalog-search__wrapper-block {
    margin: 28px 0 0 0;
}

.catalog-search__wrapper-block-end {
    grid-column-start: 2;
}

.catalog-search__block-header + .catalog-search__block-content {
    margin: 8px 0 0 0;
}

.theme-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}

.theme-list__item {
    margin: 6px;
    overflow: hidden;
}

.theme-list__item.active {
    background: #ffa319;
}

.theme-list__item_yellow {
    background: #c6d1ff;
}

.theme-list__item_yellow.active {
    color: #fff;
    background: #6776ff;
}

.theme-list__item_all {
    background: #a5b1ff;
}

.theme-input__item {
    display: none;
}

.theme-input__item:checked + .theme-input__label {
    background: #6776ff;
    color: #fff;
}

.theme-input__item:checked + .theme-input__label_yellow {
    background: #ffa319;
    color: #2f2f2f;
}

.theme-input__label {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding: 14px 40px;
    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;
    background: #c6d1ff;
    color: #2f2f2f;
    border-radius: 50px;
    -webkit-transition: 0.3s background-color, 0.3s color;
    -o-transition: 0.3s background-color, 0.3s color;
    transition: 0.3s background-color, 0.3s color;
}

.theme-input__label_yellow {
    background: #ffe9b1;
}

.theme-input__label_yellow-all {
    background: #ffe08f;
}

.theme-input__label_all {
    background: #a5b1ff;
}

.event-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffe9b1;
    border-radius: 90px;
    padding: 4px;
    position: relative;
}

.event-tabs__nav::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 4px;
    top: 4px;
    width: 180px;
    height: 45px;
    border-radius: 80px;
    background-color: #ffa319;
    -webkit-transition: 0.3s left;
    -o-transition: 0.3s left;
    transition: 0.3s left;
}

.event-tabs__nav-right::before {
    left: 50%;
}

.event-tabs__item {
    border-radius: 80px;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.event-tabs__link {
    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;
    position: relative;
    z-index: 2;
    width: 180px;
    height: 45px;
    background: inherit;
    border-radius: 80px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

@media screen and (max-width: 991px) {
    .catalog-search__wrapper {
        grid-template-columns: minmax(0, 1fr);
    }
    .catalog-search__wrapper-block:nth-child(2) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .event-tabs__nav {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .theme-list__link {
        padding: 12px 32px;
    }
}

.training-header__title {
    margin: 16px 0 0 0;
}

.training-header__info {
    margin: 40px 0 0 0;
}

.training-header__favorite {
    margin: 64px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.training-header__favorite--active .training-header__favorite-btn {
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

.training-header__favorite-btn {
    width: 255px;
    margin: 0 0 0 48px;
    padding: 24px 0 0 0;
}

.training-header__favorite-btn .button {
    width: 100%;
}

.training-header__label-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.training-header__description {
    margin: 8px 0 0 0;
    max-width: 600px;
}

.training-header__description-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.training-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 185px;
}

.training-banner__wrapper-img {
    width: 370px;
    height: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(-47px);
    -ms-transform: translateY(-47px);
    transform: translateY(-47px);
}

.training-banner__wrapper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-banner__wrapper-content {
    margin: 0 0 0 140px;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 330px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.training-banner__wrapper-content .training-header__favorite-btn {
    margin: 0 !important;
    padding-top: 24px !important;
}

.training-banner__wrapper-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.training-banner__wrapper-button {
    margin: 16px 0 0 0;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 35, 103, 0.08);
    box-shadow: 0px 4px 6px rgba(0, 35, 103, 0.08);
    width: 255px;
}

.training-banner__wrapper-social {
    margin-left: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 40px;
}

.training-banner__social-title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.training-banner__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 17px 0 0 0;
}

.training-banner__social-item {
    display: block;
    width: 45px;
    height: 45px;
}

.training-banner__social-item + .training-banner__social-item {
    margin: 0 0 0 17px;
}

.training-form__content {
    margin: 24px 0 0 0;
}

.training-form__textarea {
    height: 130px;
}

.training-form__footer {
    margin: 32px 0 0 0;
}

.training-form__mark {
    margin: 24px 0 0 0;
}

.training-form__mark-content {
    margin: 8px 0 0 0;
}

.training-form__description {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.training-question__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.training-question__list-item + .training-question__list-item {
    margin: 12px 0 0 0;
}

.training-question__item-wrapper {
    border: 2px solid #ffe9b1;
    border-radius: 16px;
}

.training-question__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 13px;
    background: #ffe9b1;
    padding: 12px 24px 14px 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.training-question__item-header::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/arrow-black.svg") center center/contain no-repeat;
}

.training-question__item-header:hover {
    cursor: pointer;
}

.training-question__item-header.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.training-question__item-title {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.training-question__item-content {
    padding: 16px 24px 24px 24px;
    display: none;
}

.training-question__item-content.active {
    display: block;
}

.training-img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.training-img__progress {
    width: 100%;
    height: 8px;
    background: #eaeaea;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.training-img__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.training-img__info-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.training-img__info-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.training-img__info-content {
    margin: 12px 0 0 0;
}

.training-img__info-footer {
    margin: 16px 0 0 0;
}

.training-img__info-button {
    margin: auto 0 0 0;
}

.training-img__info-certificate {
    margin: auto 0 0 0;
}

.training-img__certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.training-img__certificate img.training-img__certificate-item {
    width: 155px;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-compound__title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.training-compound__content {
    margin: 10px 0 0 0;
}

.training-compound__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 240px));
    gap: 10px 18px;
}

.training-compound__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-compound__item-icon {
    width: 28px;
    height: 28px;
}

.training-compound__item-content {
    margin: 0 0 0 15px;
}

.training-compound__item-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
}

.training__header-wrapper {
    display: grid;
    grid-template-columns: auto 415px;
    gap: 126px;
}

.training__header-img {
    width: 100%;
    height: 240px;
    border: 2px solid #6776ff;
    border-radius: 20px;
    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;
    padding: 5px 58px;
}

.training__header-img-yellow {
    border-color: #ffa319;
}

.training__header-img_small {
    padding: 24px 36px;
}

.training__header-img_mobile {
    display: none;
}

.training__header-img_end {
    position: relative;
    overflow: hidden;
}

.training__header-img_end::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    width: 200px;
    height: 160px;
    display: block;
    background: url("../img/medal.svg") center center/contain no-repeat;
}

.training__header-img_progress {
    position: relative;
    overflow: hidden;
}

.training__header-img_progress::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    width: 200px;
    height: 160px;
    display: block;
    background: url("../img/sand-big.svg") center center/contain no-repeat;
}

.training__header-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training__banner {
    margin: 120px 0 0 0;
}

.training__banner-wrapper {
    background: #f9f9ff;
}

.training__comments {
    margin: 104px 0 0 0;
}

.training__comments-content {
    margin: 32px 0 0 0;
}

.training__comments-footer {
    margin: 24px 0 0 0;
}

.training__comments-wrapper_small {
    max-width: 620px;
}

.training__grid {
    display: grid;
    grid-template-columns: auto 524px;
    gap: 124px;
}

.training__faq {
    margin: 140px 0 0 0;
}

.training__faq-content {
    margin: 10px 0 0 0;
}

.training__lessons {
    margin: 96px 0 0 0;
}

.training-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-info__wrapper-small {
    max-width: 600px;
}

.training-info__wrapper-btn + .training-info__wrapper-btn {
    margin: 24px 0 0 0;
}

.training-info__wrapper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-info__wrapper-block + .training-info__wrapper-block {
    margin: 0 0 0 48px;
}

.training-info__wrapper-block + .training-info__wrapper-block_buttons {
    margin: 0 0 0 auto;
}

.training-info__wrapper-block_start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.training-info__icon {
    width: 24px;
    height: 24px;
}

.training-info__content {
    margin: 0 0 0 12px;
}

.training-info__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.training-tags__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

.training-tags__wrapper-item + .training-tags__wrapper-item {
    margin: 0 0 0 76px;
}

.training-tag__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.training-tag__icon {
    width: 33px;
    height: 33px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.training-tag__content {
    margin: 0 0 0 12px;
}

.training-tag__title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.training-tag__text {
    margin: 7px 0 0 0;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.training-description__block-content {
    margin: 16px 0 0 0;
}

.training-description__block-text {
    margin: 32px 0 0 0;
}

.training__tags {
    margin: 105px 0 0 0;
}

.training__description {
    margin: 72px 0 0 0;
}

.training__desc {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
    max-width: 738px;
}

.training__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.training__text-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 240px;
    max-width: 630px;
}

/* .training__text p + p {
  margin: 20px 0 0 0;
} */

.training__text p,
.training__text ul {
    margin: 0 0 20px 0;
}

.training__text ul {
    list-style: disc;
    margin-left: 25px;
}

.training__info {
    margin: 40px 0 0 0;
}

.training__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.training__info-item {
    padding: 24px 32px;
    border-radius: 25px;
    height: 100%;
    width: 100%;
}

.training__info-item_yellow {
    background: #ffa319;
}

.training__info-item_blue {
    background: #6776ff;
}

.training__info-item_small {
    padding: 16px 32px;
}

.training__info-progress {
    width: 100%;
    height: 12px;
    position: relative;
    background: #ffffff;
    border-radius: 100px;
}

.training-bonuses__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.training-bonuses__text {
    margin: 0 0 0 17px;
}

.training-bonuses__count {
    margin: 0 0 0 20px;
}

.training-bonuses__img {
    width: 45px;
    height: 45px;
}

.training-bonuses__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.training-bonuses__content {
    margin: 15px 0 0 0;
}

.training-bonuses__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.training-bonuses__count-text {
    margin: 0 0 0 17px;
}

.favorite-block__wrapper {
    height: 146px;
    width: 414px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 40px;
    border-radius: 20px;
    overflow: hidden;
    background: url("../img/favorite-bg.svg") center center/cover no-repeat;
}

.favorite-block__button {
    max-width: 322px;
    width: 100%;
}

.favorite-block__button-item {
    width: 100%;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
}

.favorite-block__button-item::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 0 0 10px;
    background: url("../img/star-empty.svg") center center/contain no-repeat;
}

.favorite-block__button-item--active {
    border: 2px solid #ffa319;
}

.favorite-block__button-item--active::after {
    background: url("../img/star-full.svg") center center/contain no-repeat;
}

.favorite-block__checkbox {
    max-width: 295px;
}

.favorite-block__button + .favorite-block__content {
    margin: 16px 0 0 0;
}

.favorite-block__content {
    max-width: 321px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.favorite-block__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.favorite-block--active .favorite-block__content {
    display: none;
}

@media screen and (max-width: 1280px) {
    .training__header-wrapper {
        gap: 0;
        grid-template-columns: auto 415px;
    }
    .training__text-small {
        max-height: unset;
        max-width: unset;
    }
    .training-info__wrapper-block + .training-info__wrapper-block {
        margin: 0 0 0 10px;
    }
    .training-banner__wrapper-content {
        margin: 0 0 0 30px;
    }
    .training-tags__wrapper-item + .training-tags__wrapper-item {
        margin: 0 0 0 15px;
    }
    .training-header__favorite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .training-header__favorite-btn {
        margin: 24px 0 0 0;
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .training__header-wrapper {
        grid-template-columns: minmax(0, 1fr);
    }
    .training__header-block:nth-child(2) {
        display: none;
    }
    .training__header-img {
        margin: 24px 0 0 0;
    }
    .training__header-img_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .training__tags {
        margin: 88px 0 0 0;
    }
    .training__description {
        margin: 48px 0 0 0;
    }
    .training__banner {
        margin: 88px 0 0 0;
    }
    .training__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 64px;
    }
    .training__faq {
        margin: 88px 0 0 0;
    }
    .training__faq-content {
        margin: 32px 0 0 0;
    }
    .training__lessons {
        margin: 24px 0 0 0;
    }
    .training__info-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        grid-auto-rows: auto;
    }
    .training__info-item {
        padding: 16px 24px;
    }
    .training-form__footer {
        margin: 16px 0 0 0;
    }
    .training-header__info {
        margin: 24px 0 0 0;
    }
    .training-header__favorite {
        margin: 32px 0 0 0;
    }
    .training-tags__wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
    .training-tags__wrapper-item + .training-tags__wrapper-item {
        margin: 0;
    }
    .training-banner__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .training-banner__social-list {
        margin: 0 0 0 24px;
    }
    .training-banner__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 40px 0;
    }
    .training-banner__wrapper-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
    .training-banner__wrapper-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-transform: translateY(0) translateX(-40px);
        -ms-transform: translateY(0) translateX(-40px);
        transform: translateY(0) translateX(-40px);
        margin: 16px 0;
        width: calc(100% + 80px);
        height: auto;
    }
    .training-banner__wrapper-social {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-item-align: center;
        align-self: center;
        justify-self: center;
        padding: 0;
    }
    .favorite-block__wrapper {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .training-compound__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
    .training-info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
    .training-info__wrapper-btn {
        width: 100%;
    }
    .training-info__wrapper-btn .button {
        max-width: 100%;
        width: 100%;
    }
    .training-info__wrapper-block {
        min-height: 40px;
    }
    .training-info__wrapper-block_bonus {
        position: absolute;
        right: 0;
        top: 0;
    }
    .training-info__wrapper-block + .training-info__wrapper-block {
        margin: 16px 0 0 0;
    }
    .training-info__wrapper-block_bonus + .training-info__wrapper-block {
        margin: 0;
    }
    .training-info__wrapper-block + .training-info__wrapper-block_buttons {
        margin: 40px 0 0 0;
        width: 100%;
    }
    .training-header__favorite-btn {
        margin: 20px auto 0 auto;
    }
    .training-tags__wrapper {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
    .training__img-certificate-btn {
        display: none;
    }
    .training__img-certificate img {
        width: 130px;
        height: 90px;
    }
    .training__header-img_end::before {
        width: 118px;
        height: 118px;
    }
    .training__header-img_small {
        padding: 16px;
    }
    .favorite-block {
        width: 100%;
    }
    .favorite-block__wrapper {
        width: 100%;
        padding: 16px;
    }
}

.lesson-wrapper__block {
    padding: 32px 40px 40px 32px;
    background: #f8f8f8;
    border-radius: 25px;
}

.lesson-wrapper__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #6776ff;
}

@media screen and (max-width: 1023px) {
    .lesson-wrapper__title {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 400px) {
    .lesson-wrapper__title {
        font-size: 14px !important;
    }
}

.lesson-wrapper__content {
    display: grid;
    grid-template-columns: 290px auto;
}

.lesson-wrapper__content + .lesson-wrapper__content {
    border-top: 1px solid #b6b6b6;
    padding: 40px 0 0 0;
}

.lesson-wrapper__content-big {
    grid-template-columns: 250px auto;
}

.lesson-list__item + .lesson-list__item {
    margin: 16px 0 0 0;
}

.lesson-item:nth-child(1) .lesson-item__wrapper {
    padding-top: 18px;
}

.lesson-item + .lesson-item {
    border-top: 1px solid #b6b6b6;
}

.lesson-item__wrapper {
    padding: 34px 0 34px 40px;
}

.lesson-item__desc {
    margin: 12px 0 0 0;
}

.lesson-item__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.lesson-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 27px;
    height: 27px;
    -webkit-transition: 0.3s transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
}

.lesson-item__icon-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lesson-item__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 0 0 0;
}

.lesson-item__intro-icon {
    margin: 0 0 0 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lesson-item__intro-text {
    /* max-height: 50px;
    overflow: hidden; */
}

.lesson-item__intro-text.active {
    max-height: unset;
}

.lesson-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.lesson-item__header.active .lesson-item__icon {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.lesson-item__header-title {
    max-width: 535px;
    margin: 0 auto 0 0;
}

.lesson-item__header-info {
    margin: 0 0 0 15px;
}

.lesson-item__header-icon {
    margin: 0 0 0 40px;
}

.lesson-item__header-bonus {
    position: absolute;
    top: calc(50% - 20px);
    left: -132px;
}

.lesson-item__footer {
    margin: 24px 0 0 0;
}

.lesson-item__button {
    max-width: 260px;
    width: 100%;
}

.lesson-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lesson-item__info-block + .lesson-item__info-block {
    margin: 0 0 0 32px;
}

.lesson-item__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.lesson-item__title-bold {
    font-weight: 700;
}

.lesson-item__content {
    max-width: 740px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

.lesson-item__content.active {
    -webkit-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
}

.lesson-item__content-box {
    padding: 16px 0 0 0;
}

.lesson-item__content-grid {
    display: grid;
    grid-template-columns: 415px auto;
    gap: 17px;
}

.lesson-item__video {
    width: 100%;
}

.lesson-item__video iframe {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 250px;
    height: auto;
}

.lesson-item__video-block {
    border-radius: 10px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.lesson-item__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lesson-item__download-link {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6776ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lesson-item__download-link::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/download.svg") center center/contain no-repeat;
    margin: 0 8px 0 0;
}

.lesson-item__download-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #b6b6b6;
    margin: 0 0 0 10px;
}

.lesson-item__reviews {
    margin: 24px 0 0 0;
}

.lesson-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0 0 0;
}

.lesson-form__button {
    width: 180px;
}

@media screen and (max-width: 1024px) {
    .lesson-wrapper__content {
        grid-template-columns: minmax(0, 1fr);
    }
    .lesson-wrapper__content-item_expanded + .lesson-wrapper__content-item {
        margin: 24px 0 0 0;
    }
    .lesson-wrapper__content-item.trigger-block.active {
        display: none;
    }
    .lesson-item:nth-child(1) .lesson-item__wrapper {
        padding-top: 24px;
    }
    .lesson-item__wrapper {
        padding: 24px 0;
    }
    .lesson-item__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lesson-item__header-title {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0 0;
    }
    .lesson-item__header-info {
        margin: 0 0 0 auto;
    }
    .lesson-item__header-info ~ .lesson-item__header-icon {
        margin: 0 0 0 24px;
    }
    .lesson-item__header-icon {
        margin: 0 0 0 auto;
    }
    .lesson-item__header-bonus {
        position: relative;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .lesson-item__content-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
    .lesson-item__info-block-desktop {
        display: none;
    }
    .lesson-wrapper__block {
        padding: 24px 16px;
    }
    .lesson-wrapper__content-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .lesson-wrapper__content-title::before {
        content: "";
        position: absolute;
        height: calc(100% + 48px);
        width: calc(100% + 48px);
        top: -24px;
        left: -24px;
        background: #ececec;
        border-radius: 20px;
        z-index: 0;
    }
    .lesson-wrapper__content-title::after {
        content: "";
        flex-shrink: 0;
        position: relative;
        width: 30px;
        height: 30px;
        background: url("../img/arrow-black-second.svg") center center/contain
            no-repeat;
    }
    .lesson-wrapper__content-title .title {
        position: relative;
        z-index: 2;
    }
    .lesson-form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lesson-form__footer-block + .lesson-form__footer-block {
        margin: 32px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    .lesson-item__intro-icon {
        display: none;
    }
}

.form-test__wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.form-test__blocks {
    margin: 40px 0 0 0;
    min-height: 316px;
}

.form-test__blocks-big {
    margin: 56px 0 0 0;
}

.form-test__description {
    margin: 32px 0 0 0;
}

.form-test__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.form-test__text-small {
    font-size: 14px;
    line-height: 17px;
}

.form-test__text-small a {
    font-weight: 700;
}

.form-test__text + .form-test__text {
    margin: 7px 0 0 0;
}

.form-test__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.form-test__grid-block {
    width: 100%;
}

.form-test__grid-description {
    margin: 24px 0 0 0;
}

.form-test__grid-footer {
    margin: 56px 0 0 0;
}

.form-test__checkbox {
    width: 100%;
    display: block;
}

.form-test__checkbox:hover {
    cursor: pointer;
}

.form-test__checkbox-item {
    display: none;
}

.form-test__checkbox-item:checked ~ .form-test__checkbox-checkmark {
    background: #6776ff;
    border-color: #6776ff;
}

.form-test__checkbox-item:checked ~ .form-test__checkbox-checkmark::before {
    opacity: 1;
}

.form-test__checkbox-item:checked ~ .form-test__checkbox-bg {
    opacity: 1;
}

.form-test__checkbox-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f9f9ff;
    z-index: 0;
    opacity: 0;
    border-radius: 16px;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.form-test__checkbox-wrapper {
    padding: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 1px solid #6776ff;
    -webkit-box-shadow: 0px 6px 18px rgba(0, 10, 105, 0.08);
    box-shadow: 0px 6px 18px rgba(0, 10, 105, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.form-test__checkbox-checkmark {
    width: 22px;
    height: 22px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f9f9ff;
    border: 1px solid #c0c6ff;
    border-radius: 2px;
    margin: 0 16px 0 0;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s background-position;
    -o-transition: 0.3s background-position;
    transition: 0.3s background-position;
}

.form-test__checkbox-checkmark-radio {
    border-radius: 50%;
    background: transparent;
}

.form-test__checkbox-checkmark::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: url("../img/check.svg") center center/contain no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.form-test__checkbox-label {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    position: relative;
    z-index: 2;
}

.form-test__button {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.form-test__info {
    margin: 32px 0 0 0;
}

.form-test__info-finish {
    margin: 150px 0 0 0;
}

.form-test__info-block-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-test__info-wrapper {
    padding: 24px 48px;
    display: grid;
    grid-template-columns: 64px auto 84px;
    gap: 84px;
    background: #f0f0f0;
    border-radius: 20px;
}

.form-test__info-progress {
    position: relative;
    height: 16px;
    width: 100%;
    background: #ffffff;
    border-radius: 100px;
}

.form-test__info-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.form-test__info-text-right {
    text-align: right;
}

.form-test__info-title {
    margin: 8px 0 0 0;
}

.form-test__footer {
    margin: 42px 0 0 0;
}

.form-test__img {
    width: 100%;
    height: 100%;
}

.form-test__img-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-test__list-item + .form-test__list-item {
    margin: 16px 0 0 0;
}

.form-test__tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-test__tips::before {
    content: "";
    width: 18px;
    height: 26px;
    display: block;
    background: url("../img/tips.svg") center center/contain no-repeat;
    margin: 0 16px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form-test__tips-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.form-test__upload {
    padding: 24px 24px 16px 24px;
    display: block;
    background: #f9f9ff;
    border: 1px dashed #6776ff;
    border-radius: 12px;
}

.form-test__upload.active .form-test__upload-content {
    display: none;
}

.form-test__upload-input {
    display: none;
}

.form-test__upload-checkmark {
    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;
    width: 240px;
    height: 50px;
    margin: 0 auto 20px auto;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5465ff;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
    box-shadow: 0px 2px 6px rgba(0, 35, 103, 0.05);
    border-radius: 40px;
    border: 2px solid transparent;
    -webkit-transition: 0.3s border-color;
    -o-transition: 0.3s border-color;
    transition: 0.3s border-color;
}

.form-test__upload-checkmark:hover {
    cursor: pointer;
    border-color: #ffa319;
}

.form-test__upload-checkmark::after {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/download-2.svg") center center/contain no-repeat;
    margin: 0 0 0 10px;
}

.form-test__upload-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    display: block;
}

.form-test__upload-text + .form-test__upload-text {
    margin: 8px 0 0 0;
}

.form-test__upload-text-grey {
    color: #b6b6b6;
}

.test-result {
    position: relative;
    z-index: 3;
}

.test-result__wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.test-result__content {
    margin: 16px 0 0 0;
}

.test-result__info {
    padding: 24px 48px;
    background: #f0f0f0;
    border-radius: 20px;
    margin: 40px 0 0 0;
}

.test-result__info-item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.test-result__info-title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
    text-align: center;
}

.test-result__info-circle {
    margin: 16px 0 0 0;
}

.test-result__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.test-result__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.test-result__buttons-item + .test-result__buttons-item {
    margin: 16px 0 0 0;
}

.test-result__answers {
    margin: 96px 0 0 0;
}

.test-result__answers-content {
    margin: 40px 0 0 0;
}

.test-answers__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-answers__filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test-answers__filter-item:hover {
    cursor: pointer;
}

.test-answers__filter-item + .test-answers__filter-item {
    margin: 0 0 0 40px;
}

.test-answers__filter-item.active .test-answers__filter-checkbox {
    border-color: #6776ff;
    background: #6776ff;
}

.test-answers__filter-item.active .test-answers__filter-checkbox::before {
    opacity: 1;
}

.test-answers__filter-checkbox {
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid #c0c6ff;
    border-radius: 2px;
    position: relative;
    -webkit-transition: 0.3s background-color, 0.3s border-color;
    -o-transition: 0.3s background-color, 0.3s border-color;
    transition: 0.3s background-color, 0.3s border-color;
}

.test-answers__filter-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: url("../img/check.svg") center center/contain no-repeat;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.test-answers__filter-text {
    margin: 0 0 0 10px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.test-answers__content {
    margin: 16px 0 0 0;
}

.test-answers__content-item + .test-answers__content-item {
    margin: 16px 0 0 0;
}

.test-answers__item[data-status="wrong"] .test-answers__item-content::before {
    background: url("../img/wrong-answer.svg") center center/contain no-repeat;
}

.test-answers__item[data-status="wrong"] .test-answers__item-block_tips {
    display: block;
}

.test-answers__item-wrapper {
    padding: 24px 32px;
    border: 1px solid #6776ff;
    border-radius: 20px;
}

.test-answers__item-content {
    margin: 24px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.test-answers__item-content::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/correct-answer.svg") center center/contain no-repeat;
    margin: 0 16px 0 0;
}

.test-answers__item-block + .test-answers__item-block {
    margin: 16px 0 0 0;
}

.test-answers__item-block_tips {
    display: none;
}

.test-answers__item-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.test-answers__item-title + .test-answers__item-text {
    margin: 8px 0 0 0;
}

.test-answers__item-title + .test-answers__item-text-small {
    margin: 4px 0 0 0;
}

.test-answers__item-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

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

.test-answers__item-text a {
    color: #6776ff;
    font-size: 14px;
    text-decoration: underline;
}

.test-answers__item-media {
    margin: 16px 0 0 0;
    width: 185px;
    height: 140px;
}

.test-answers__item-media img,
.test-answers__item-media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.test-answers__footer {
    margin: 64px 0 0 0;
    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;
}

.circle-test__wrapper {
    width: 150px;
    height: 150px;
    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;
    position: relative;
}

.circle-test__help {
    position: absolute;
    top: 35px;
    right: 20px;
    z-index: 4;
}

.circle-test__item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 150px !important;
    height: 150px !important;
    background: #ffffff;
    border-radius: 50%;
}

.circle-test__item svg {
    width: 150px !important;
    height: 150px !important;
}

.circle-test__item svg circle {
    r: 45px !important;
}

.circle-test__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 38px;
    color: #2f2f2f;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .form-test__grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .form-test__grid-description {
        margin: 16px 0 0 0;
    }
    .form-test__grid-footer {
        margin: 24px 0 0 0;
    }
    .form-test__blocks {
        margin: 24px 0 0 0;
    }
    .form-test__text {
        font-size: 14px;
        line-height: 17px;
    }
    .form-test__description {
        margin: 16px 0 0 0;
    }
    .form-test__list-item + .form-test__list-item {
        margin: 8px 0 0 0;
    }
    .form-test__footer {
        margin: 32px 0 0 0;
    }
    .form-test__info {
        margin: 64px 0 0 0;
    }
    .form-test__info-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding: 12px 16px;
    }
    .form-test__info-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .form-test__info-block-center {
        grid-column-end: span 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .form-test__upload-text {
        display: none;
    }
    .form-test__upload-text-grey {
        display: block;
    }
    .test-result__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .test-result__info {
        padding: 24px 48px;
    }
    .test-result__info-circle {
        margin: 12px 0 0 0;
    }
    .test-result__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .test-result__grid-item + .test-result__grid-item {
        margin: 24px 0 0 0;
    }
    .test-answers__item-wrapper {
        padding: 24px 16px;
    }
    .test-answers__footer {
        margin: 32px 0 0 0;
    }
}

.profile-block__wrapper {
    max-width: 850px;
    background: #f8f8f8;
    border-radius: 25px;
    padding: 32px 110px;
    margin: 0 auto;
}

.profile-block__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 150px;
}

.profile-block__grid-item {
    position: relative;
}

.profile-block__grid-item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-block__grid-item_row-big {
    grid-row-end: span 2;
}

.profile-block__grid-content {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.profile-block__help {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -36px;
    top: calc(50% - 10px);
}

.profile-block__title {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2f2f2f;
}

.profile-block__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2f2f2f;
}

.profile-block__text a {
    margin: 0 0 0 24px;
}

.profile-block__title + .profile-block__text {
    margin: 4px 0 0 0;
}

.profile-block__link {
    width: 240px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 16px;
    background: #ffffff;
    border-radius: 10px;
    margin: 12px 0 0 0;
}

.profile-block__link-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.profile-block__link-item {
    display: block;
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 20px;
}

.profile-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-checkbox:hover {
    cursor: pointer;
}

.profile-checkbox__input {
    display: none;
}

.profile-checkbox__input:checked ~ .profile-checkbox__checkmark {
    background: #46c35a;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.profile-checkbox__input:checked ~ .profile-checkbox__checkmark::before {
    left: 50%;
}

.profile-checkbox__label {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.profile-checkbox__label-bold {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.profile-checkbox__checkmark {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 22px;
    background: #c7c7c7;
    -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 14.5px;
    margin: 0 0 0 14px;
    padding: 2px;
    -webkit-transition: 0.3s background-color linear;
    -o-transition: 0.3s background-color linear;
    transition: 0.3s background-color linear;
    position: relative;
}

.profile-checkbox__checkmark::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.profile-table__annotation {
    display: none;
}

.profile-table__content {
    margin: 14px 0 0 0;
    background: #f8f8f8;
    border-radius: 15px;
}

.profile-table__row {
    display: grid;
    grid-template-columns: auto 160px 135px 176px 200px;
    gap: 60px;
    padding: 17px 0;
}

.profile-table__row + .profile-table__row {
    border-top: 1px solid #d7d7d7;
}

.profile-table__row-block {
    padding: 0 32px;
}

.profile-table__row-small {
    grid-template-columns: auto 380px 400px;
    gap: 30px;
}

.profile-table__row-title {
    background: #ffa319;
    border-radius: 15px;
    height: 64px;
    padding: 0;
}

.profile-table__row-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.profile-table__row-block-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile-table__text {
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.profile-table__text.trigger-block {
    display: none;
}

.profile-table__text.trigger-block.active {
    display: block;
}

.profile-table__text.trigger-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-table__text.trigger-link::after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("../img/table-arrow.svg") center center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.profile-table__text.trigger-link.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.profile-table__text-mobile {
    display: none;
}

.profile-table__text-grey {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.profile-table__text + .profile-table__text {
    margin: 24px 0 0 0;
}

.profile-table__text + .profile-table__text-mobile {
    margin: 0;
}

.profile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-link::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/download.svg") center center/contain no-repeat;
    margin: 0 8px 0 0;
}

.profile-bonus__text {
    text-align: right;
}

.profile-bonus__content {
    padding: 18px 14px;
    background: #d9d9d9;
    margin: 13px 0 0 0;
}

.profile-bonus__item + .profile-bonus__item {
    margin: 10px 0 0 0;
}

.profile-bonus__item_checked .profile-bonus__item-icon::before {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
    display: block;
    background: url("../img/profile-check.svg") center center/contain no-repeat;
}

.profile-bonus__item-icon {
    width: 70px !important;
    height: 70px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
    background: #d9d9d9;
}

.profile-bonus__item-icon svg {
    width: 70px !important;
    height: 70px !important;
}

.profile-bonus__item-icon svg circle {
    r: 45 !important;
}

.profile-bonus__item-wrapper {
    padding: 24px 24px 24px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ececec;
}

.profile-bonus__item-content {
    margin: 0 0 0 22px;
}

.profile-bonus__item-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.profile-bonus__item-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin: 8px 0 0 0;
}

.profile-bonus__footer {
    margin: 20px 0 0 0;
}

.profile-bonus__button {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    height: 40px;
    background: #000000;
    border-radius: 4px;
    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;
}

.profile-header__wrapper {
    height: 92px;
    background: url("../img/profile-header-bg.svg") center bottom/cover
        no-repeat;
}

.profile-header__block + .profile-header__block {
    margin: 0 0 0 145px;
}

.profile-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0;
}

.profile-header__icon {
    display: block;
    width: 18px;
    height: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.profile-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-header__nav-item {
    color: #fff;
}

.profile-header__nav-item + .profile-header__nav-item {
    margin: 0 0 0 16px;
}

.profile-header__nav-item.active {
    color: #2f2f2f;
    position: relative;
}

.profile-header__nav-item.active::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 60px;
    top: -23.5px;
    left: 0;
    background: #c6d1ff;
    border-radius: 0px 0px 10px 10px;
}

.profile-header__nav-link {
    display: block;
    padding: 0 16px;
    font-family: "Graphik LCG", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    position: relative;
    z-index: 2;
}

.profile-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 18px;
    height: 23px;
}

.profile-header__link:hover .profile-header__icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.profile-header__link:hover .profile-header__label {
    opacity: 1;
}

.profile-header__label {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 0 8px;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

@media screen and (max-width: 1100px) {
    .profile-table__row {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .profile-block__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .profile-table__row-block {
        display: none;
    }
    .profile-table__row-block:nth-child(1),
    .profile-table__row-block:nth-child(2),
    .profile-table__row-block:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .profile-block__help {
        position: relative;
        left: 0;
        top: 0;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 0 0 0 12px;
    }
    .profile-block__grid-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile-block__grid-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .profile-block__grid-item_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .profile-block__grid-item_row-big {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .profile-checkbox__small {
        max-width: 230px;
    }
    .profile-checkbox__label-bold {
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1366px) {
    .profile-bonus__content {
        padding: 0;
        background: none;
    }
    .profile-bonus__button {
        font-family: "Gilroy", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        background: #6776ff;
        -webkit-box-shadow: 0px 4px 6px rgba(0, 35, 103, 0.08);
        box-shadow: 0px 4px 6px rgba(0, 35, 103, 0.08);
        border-radius: 40px;
    }
    .profile-bonus__item {
        display: none;
    }
    .profile-bonus__item:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .profile-header {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .profile-block__wrapper {
        padding: 24px 16px;
    }
    .profile-table__row {
        gap: 0;
        grid-template-columns: auto 90px 80px;
        padding: 16px 0;
        position: relative;
    }
    .profile-table__row-title {
        padding: 15px 0;
    }
    .profile-table__row-block {
        padding: 0 12px;
    }
    .profile-table__text {
        font-size: 12px;
        line-height: 15px;
    }
    .profile-table__text-desktop {
        display: none;
    }
    .profile-table__text-mobile {
        display: block;
    }
    .profile-table__text.trigger-link::after {
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .profile-table__annotation {
        display: block;
        margin: 0 0 24px 0;
    }
    .profile-table__annotation-text {
        font-family: "Graphik LCG", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #2f2f2f;
    }
    .profile-table__annotation-text + .profile-table__annotation-text {
        margin: 8px 0 0 0;
    }
}

.card__wrapper {
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 240px;
}

.education-card {
    height: 100%;
}

.card__bonus {
    margin-top: auto;
}

.card__wrapper_small {
    height: auto;
}

.card__wrapper:hover .card__content {
    opacity: 1;
}

.hidden {
    display: none !important;
}

.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.card__header-block {
    margin-right: 10px;
}

.card__header-block + .card__header-block {
    margin-left: auto;
}

.card__header-block_time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card__header-block + .card__header-block_info {
    margin: 0 0 0 auto;
}

.card__header-block_info + .card__header-block_info {
    margin: 0 0 0 56px;
}

.card__header-block_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__header-block_info .card__time + .card__time {
    margin: 0 0 0 23px;
}

.card__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.card__time {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #6776ff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card__content {
    margin: auto 0 20px;
    opacity: 0;
    max-width: 500px;
    -webkit-transition: 0.5s opacity linear;
    -o-transition: 0.5s opacity linear;
    transition: 0.5s opacity linear;
}

.card__content_big {
    margin: 21px 0 auto 0;
}

.card__content_visible {
    opacity: 1;
    display: block;
}

.card__progress {
    position: relative;
}

.card__progress-text {
    font-family: "Graphik LCG", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.card__progress-item {
    margin: 8px 0 0 0;
    position: relative;
    height: 8px;
    width: 100%;
    background: #ededed;
    border-radius: 100px;
    overflow: hidden;
}

.card__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.card__text_second {
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.card__text_third {
    font-size: 14px;
    line-height: 17px;
}

.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
}

.card__footer_full {
    height: 100%;
}

.card__footer_mobile {
    display: none;
}

.card__footer-text + .card__footer-text {
    margin: 8px 0 0 0;
}

.card__footer-block_right {
    margin: 0 0 0 auto;
}

.card__logo {
    display: block;
    margin: 10px 0 20px;
}

.card__logo-img {
    display: block;
    width: 100%;
    aspect-ratio: 260/146;
    object-fit: contain;
}

.card__logo-item {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.card__img {
    width: 100px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.card__button {
    max-width: 130px;
    height: 40px;
}

.card__passed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__passed-icon {
    width: 24px;
    height: 24px;
}

.card__passed-icon svg {
    width: 100%;
    height: 100%;
}

.card__passed-text {
    margin: 0 0 0 8px;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffa319;
}

.card__difficult-visible {
    opacity: 1;
    display: block;
}

.card-star svg path {
    -webkit-transition: 0.3s fill linear;
    -o-transition: 0.3s fill linear;
    transition: 0.3s fill linear;
}

.card-star--active svg path {
    fill: #ffa319;
}

.card-slider {
    padding: 15px;
}

.card-slider-wrapper {
    position: relative;
}

.card-slider__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 15px rgba(7, 14, 77, 0.1);
    border-radius: 16px;
    height: auto !important;
}

.card-slider-button-next,
.card-slider-button-prev {
    position: absolute;
    top: calc(50% - 55px);
    z-index: 10;
    width: 32px;
    height: 110px;
    background-color: #a4adff;
    border-radius: 0px 10px 10px 0px;
    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;
}

.card-slider-button-next::before,
.card-slider-button-prev::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/arrow-slider.svg") center center/contain no-repeat;
}

.card-slider-button-next:hover,
.card-slider-button-prev:hover {
    cursor: pointer;
}

.card-slider-button-prev {
    left: -15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-slider-button-next {
    right: -15px;
}

.bonus__wrapper {
    width: 112px;
    height: 40px;
    background: #ffa319;
    border-radius: 21px;
    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;
}

.bonus__wrapper::before {
    content: "";
    width: 33px;
    height: 33px;
    display: block;
    background: url("../img/bonuse.svg") center center/contain no-repeat;
    margin-right: 4px;
}

.bonus__wrapper-small {
    width: 72px;
}

.bonus__wrapper-small::before {
    display: none;
}

.bonus__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.difficult__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 36px));
    grid-auto-rows: 16px;
    gap: 2px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.difficult__wrapper_big {
    grid-template-columns: repeat(3, minmax(0, 87px));
    grid-auto-rows: 24px;
}

.difficult__wrapper_medium .difficult__item_low {
    background-color: #c6d1ff;
}

.difficult__wrapper_medium .difficult__item_medium {
    background-color: #a5b1ff;
}

.difficult__wrapper_medium .difficult__item_hard {
    background-color: #ededed;
}

.difficult__wrapper_low .difficult__item_low {
    background-color: #c6d1ff;
}

.difficult__wrapper_low .difficult__item_medium {
    background-color: #ededed;
}

.difficult__wrapper_low .difficult__item_hard {
    background-color: #ededed;
}

.difficult__wrapper-item {
    position: relative;
}

.difficult__wrapper-item.active {
    position: relative;
}

.difficult__wrapper-item.active .difficult__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    display: block;
    background-color: #ffa319;
    z-index: 3;
}

.difficult__wrapper-item:hover .difficult__item-tip {
    opacity: 1;
    z-index: 3;
}

.difficult__item {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.difficult__item-tip {
    position: absolute;
    left: calc(50% - 112px);
    top: 40px;
    padding: 6px;
    background: #f9f9ff;
    -webkit-box-shadow: 0px 0px 6px rgba(7, 14, 77, 0.2);
    box-shadow: 0px 0px 6px rgba(7, 14, 77, 0.2);
    border-radius: 6px;
    width: 224px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.difficult__item-tip::before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 9px);
    width: 18px;
    height: 14px;
    background: url("../img/tip-arrow-top.svg") center center/contain no-repeat;
}

.difficult__item-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.difficult__item_low {
    background: #c6d1ff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.difficult__item_medium {
    background: #a5b1ff;
}

.difficult__item_hard {
    background: #6776ff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

@-webkit-keyframes hideCard {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hideCard {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes showCard {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes showCard {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .card__wrapper {
        padding: 20px;
    }
    .card__wrapper_small {
        height: 240px;
    }
    .card__header-block_desktop {
        display: none;
    }
    .card__footer_desktop {
        display: none;
    }
    .card__footer_mobile {
        display: block;
    }
}

.form-input {
    width: 100%;
    position: relative;
}

.form-input label {
    position: relative;
}

.form-input.error .form-input__item {
    border-color: #ff5f5f;
    background: #fff4f4;
}

.form-input__item {
    -webkit-appearance: none;
    outline: none;
    padding: 24px;
    width: 100%;
    height: 100%;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #c0c6ff;
    border-radius: 12px;
    resize: none;
}

.form-input__item-small {
    height: 52px;
    padding: 17px;
}

.form-input__item-date {
    height: 42px;
    padding: 0 12px;
}

.form-input__item-promt {
    padding-top: 24px;
    padding-bottom: 12px;
}

.form-input__item::-webkit-input-placeholder {
    color: #929292;
    opacity: 1;
}

.form-input__item::-moz-placeholder {
    color: #929292;
    opacity: 1;
}

.form-input__item:-ms-input-placeholder {
    color: #929292;
    opacity: 1;
}

.form-input__item::-ms-input-placeholder {
    color: #929292;
    opacity: 1;
}

.form-input__item::placeholder {
    color: #929292;
    opacity: 1;
}

.form-input__item:valid {
    background: #f9f9ff;
}

.form-input__item:focus,
.form-input__item:valid {
    border-color: #6776ff;
}

.form-input__item:focus + .form-input__label,
.form-input__item:valid + .form-input__label {
    font-size: 10px;
    top: -12px;
}

.form-input__label {
    position: absolute;
    left: 17px;
    top: calc(50% - 9px);
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #929292;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.form-input__help {
    position: absolute;
    right: 16px;
    top: 16px;
}

.form-input__error {
    font-family: "Graphik LCG", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ff5f5f;
    margin: 16px 0 0 0;
    display: none;
}
.error .form-input__error {
    display: block;
}

.form-input-date::after {
    content: "";
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
    z-index: 1;
    width: 16px;
    height: 16px;
    display: block;
    background: url("../img/arrow-date.svg") center center/contain no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.1s all;
    -o-transition: 0.1s all;
    transition: 0.1s all;
}

.form-input-date.active::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.comment-item__wrapper {
    border: 2px solid #6776ff;
    border-radius: 20px;
    padding: 24px;
    width: 100%;
}

.comment-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-item__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
}

.comment-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2f2f2f;
    margin: 16px 0 0 0;
}

.comment-item__link::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/arrow-black.svg") center center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 0 8px;
    -webkit-transition: 0.3s transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
}

.comment-item__link.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.comment-item__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.comment-item__profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.comment-item__profile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-item__profile-img + .comment-item__profile-content {
    margin: 0 0 0 28px;
}

.comment-item__profile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-item__profile-name {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2f2f2f;
}

.comment-item__profile-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #777777;
}

.comment-item__header + .comment-item__content {
    margin: 16px 0 0 0;
}

.comment-slider__item {
    max-width: 620px;
    width: 100%;
}

.comment-slider__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 620px;
    width: 100%;
}

.comment-slider-pagination {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #6776ff;
}

.comment-slider-button-next,
.comment-slider-button-prev {
    left: unset;
    right: unset;
    top: unset;
    position: relative;
    width: 70px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../img/slider-arrow.svg");
    margin: 0;
}

.comment-slider-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
    .comment-item__profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comment-item__profile-img + .comment-item__profile-content {
        margin: 10px 0 0 0;
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.popup.active {
    opacity: 1;
    z-index: 100;
}

.popup-img__item {
    max-width: 500px;
    max-height: 500px;
    margin: 12vh auto 0 auto;
}

.popup-img__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-login__content {
    margin: 6vh auto 0;
    max-width: 635px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
    border-radius: 20px;
    padding: 56px 24px 64px 24px;
    position: relative;
    max-height: 84vh;
    overflow: auto;
    overscroll-behavior: none;
}

.popup-login__desc {
    margin: 8px 0 0 0;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.popup-login__desc-center {
    text-align: center;
}

.popup-login__wrapper {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
}

.popup-login__wrapper-big {
    max-width: 365px;
}

.popup-login__close {
    position: absolute;
    right: 24px;
    top: 24px;
}

.popup-favorite-list {
    counter-reset: favorite;
}

.popup-favorite-list li + li {
    margin: 12px 0 0 0;
}

.popup-favorite-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    counter-increment: favorite;
}

.popup-favorite-list li::before {
    content: counter(favorite);
    width: 28px;
    height: 28px;
    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;
    border-radius: 50%;
    background: #6776ff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 16px 0 0;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.popup-favorite__wrapper {
    height: 100%;
}

.popup-favorite__content {
    margin: 11vh auto 0 auto;
    max-width: 850px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
    box-shadow: 0px 0px 10px rgba(7, 14, 77, 0.1);
    border-radius: 20px;
    padding: 56px 24px 64px 56px;
    position: relative;
}

.popup-favorite__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.popup-favorite__close {
    position: absolute;
    right: 24px;
    top: 24px;
}

.popup-favorite__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.popup-favorite__text a {
    font-size: 16px;
}

.popup-favorite__desc {
    margin: 6px 0 0 0;
}

.popup-favorite__desc-small {
    max-width: 325px;
}

.popup-favorite__block {
    margin: 24px 0 0 0;
}

.popup-favorite__list {
    margin: 12px 0 0 0;
}

.popup-favorite__img {
    width: 100%;
    height: 100%;
}

.popup-favorite__img-item {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-favorite__img-item_m {
    display: none;
}

.login-form__checkbox + .login-form__checkbox {
    margin: 12px 0 0 0;
}

.login-form__content {
    margin: 24px 0 0 0;
}

.login-form__content-small {
    margin: 16px 0 0 0;
}

.login-form__input + .login-form__input {
    margin: 16px 0 0 0;
}

.login-form__footer {
    margin: 32px 0 0 0;
}

.login-form__footer-big {
    margin: 40px 0 0 0;
}

.login-form__register {
    margin: 24px 0 0 0;
}

.login-form__img {
    width: 100%;
    height: 210px;
    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;
}

.login-form__img-item {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.login-form__text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.login-form__text + .login-form__text {
    margin: 8px 0 0 0;
}

.login-form__controls {
    margin: 8px 0 0 0;
    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;
}

.login-form__controls-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2f2f2f;
}

.login-form__pagination {
    position: relative;
    width: 120px;
    height: 7px;
    display: block;
    margin: 0 0 0 8px;
}

.login-form__pagination .swiper-pagination {
    background: #f1f1f1;
    border-radius: 40px;
    overflow: hidden;
}

.login-form__pagination .swiper-pagination-progressbar-fill {
    background: #ffa319;
    border-radius: 40px;
}

.login-form__back {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
    display: block;
}

.login-form__back svg rect {
    -webkit-transition: 0.3s fill;
    -o-transition: 0.3s fill;
    transition: 0.3s fill;
}

.login-form__back svg path {
    -webkit-transition: 0.3s stroke;
    -o-transition: 0.3s stroke;
    transition: 0.3s stroke;
}

.login-form__back:hover {
    cursor: pointer;
}

.login-form__back:hover svg rect {
    fill: #6776ff;
}

.login-form__back:hover svg path {
    stroke: #fff;
}

.popup-close svg rect,
.popup-close svg path {
    -webkit-transition: 0.3s fill linear;
    -o-transition: 0.3s fill linear;
    transition: 0.3s fill linear;
}

.popup-close:hover {
    cursor: pointer;
}

.popup-close:hover svg rect {
    fill: #6776ff;
}

.popup-close:hover svg path {
    fill: #fff;
}

@media screen and (max-width: 767px) {
    .login-form__footer-big {
        margin: 32px 0 0 0;
    }
    .login-form__back {
        top: 12px;
        left: 16px;
    }
    .popup-favorite__close {
        top: 12px;
        right: 16px;
    }
    .popup-login__close {
        top: 12px;
        right: 16px;
    }
    .popup-favorite__content {
        padding: 48px 24px;
    }
    .popup-favorite__title {
        text-align: center;
    }
    .popup-favorite__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }
    .popup-favorite__img {
        max-height: 130px;
        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;
    }
    .popup-favorite__img-item {
        display: none;
    }
    .popup-favorite__img-item_m {
        display: block;
    }
}

.filter__wrapper-block + .filter__wrapper-block {
    border-top: 1px solid #d9d9d9;
}

.filter__wrapper-title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #6776ff;
}

.filter__wrapper-header {
    margin: 0 0 6px 0;
    display: none;
    position: relative;
}

.filter__wrapper-tags {
    display: none;
    margin: 24px 0;
}

.filter__wrapper-close {
    position: absolute;
    right: 33px;
    top: 16px;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8f8ff;
    border-radius: 40px;
    display: none;
}

.filter__wrapper-close:hover {
    cursor: pointer;
}

.filter__wrapper-close-img {
    width: 10px;
    height: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -12px;
}

.filter__list-item {
    margin: 6px;
}

.filter__list-item.hidden {
    display: none;
}

.filter__list-link {
    padding: 8px 12px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2f2f2f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ededed;
    border-radius: 6px;
}

.filter__list-link-reset {
    background: #e3e3e3;
}

.filter__list-link-reset::after {
    display: none;
}

.filter__list-close {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin: 0 0 0 12px;
    background: url("../img/close.svg") center center/contain no-repeat;
}

.filter-block__wrapper {
    padding: 18px 0;
}

.filter-block__wrapper.active {
    padding: 18px 0 24px 0;
}

.filter-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-block__header:hover {
    cursor: pointer;
}

.filter-block__header::after {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    background: url("../img/arrow-black.svg") center center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
}

.filter-block__header.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.filter-block__content {
    margin: 14px 0 0 0;
    display: none;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.filter-block__content.active {
    display: block;
}

.filter-block__search {
    margin: 0 0 16px 0;
}

.filter-block__range-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-block__range-divider {
    width: 13px;
    height: 2px;
    display: block;
    background: #2f2f2f;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px;
}

.filter-block__range-input-item {
    max-height: 40px;
    padding: 16px;
}

.filter-block__range-item {
    margin: 16px 0 0 0;
}

.filter-block__range-item.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ededed;
    border-radius: 100px;
    border: none;
    height: 4px;
}

.filter-block__range-item.noUi-target .noUi-handle {
    width: 20px;
    height: 20px;
    right: -7px;
    top: -8px;
    background: #6776ff;
    -webkit-box-shadow: 0px 0px 3px rgba(7, 14, 77, 0.3);
    box-shadow: 0px 0px 3px rgba(7, 14, 77, 0.3);
    border: none;
    border-radius: 50%;
}

.filter-block__range-item.noUi-target .noUi-handle::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    background: #f9f9ff;
    border-radius: 50%;
}

.filter-block__range-item.noUi-target .noUi-handle::after {
    display: none;
}

.filter-block__range-item.noUi-target .noUi-connect {
    background: #6776ff;
}

.filter-block__date-input {
    position: relative;
}

.filter-block__date-input .qs-datepicker-container {
    top: 58px !important;
}

.filter-checkbox__list-item + .filter-checkbox__list-item {
    margin: 8px 0 0 0;
}

.checkbox.active .checkbox__checkmark {
    background: #6776ff;
    border-color: #6776ff;
}

.checkbox.active .checkbox__checkmark::before {
    opacity: 1;
}

.checkbox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.checkbox__wrapper:hover {
    cursor: pointer;
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked + .checkbox__checkmark {
    background: #6776ff;
    border-color: #6776ff;
}

.checkbox__input:checked + .checkbox__checkmark::before {
    opacity: 1;
}

.checkbox__checkmark {
    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;
    background: #ffffff;
    border: 1px solid #c0c6ff;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s border-color, 0.3s background-color;
    -o-transition: 0.3s border-color, 0.3s background-color;
    transition: 0.3s border-color, 0.3s background-color;
}

.checkbox__checkmark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/check-white.svg") center center/contain no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.checkbox__label {
    margin: 0 0 0 10px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.search-input__wrapper {
    position: relative;
}

.search-input__wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/search-icon.svg") center center/contain no-repeat;
}

.search-input__item {
    width: 100%;
    height: 42px;
    outline: none;
    border: 1px solid #c0c6ff;
    border-radius: 10px;
    padding: 0 40px 0 16px;
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2f2f2f;
}

.vendor-list-wrapper {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 8px 0 0 0;
}

.vendor-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #6776ff;
    margin: 16px 0 0 0;
}

.vendor-list-link::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 6px;
    background: url("../img/arrow-down-blue.svg") center center/contain
        no-repeat;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.expandable-list-item.hidden {
    display: none;
}

.expandable-list-link.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
    .filter__wrapper-header {
        display: block;
    }
    .filter__wrapper-tags {
        display: block;
    }
    .filter__wrapper-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .filter__list {
        margin: -2px -4px;
    }
    .filter__list-item {
        margin: 4px;
    }
    .filter__list-link {
        padding: 4px 6px;
        font-size: 12px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 600px) {
    .filter-block__date-input .qs-datepicker-container {
        width: calc(100vw - 80px);
    }
}

.calendar {
    overflow: hidden;
}

.calendar-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 11px;
    background: #ffa319;
    border-radius: 90px;
}

.calendar-filter__wrapper {
    position: relative;
    z-index: 10;
}

.calendar-filter__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2f2f2f;
}

.calendar-filter__link svg {
    width: 22px;
    height: 22px;
    margin: 0 0 0 8px;
}

.calendar-filter__content {
    position: absolute;
    width: 100%;
    max-width: 320px;
    height: 0;
    padding: 24px;
    right: 0;
    top: calc(100% + 18px);
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    box-shadow: 0px 2px 20px rgba(7, 14, 77, 0.15);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    display: none;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    overflow: hidden;
}

.calendar-filter__content.active {
    opacity: 1;
    z-index: 10;
    height: 760px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

.calendar__content {
    margin: 16px 0 0 0;
    position: relative;
}

.calendar__filter {
    margin: 0 0 18px 0;
}

.calendar__arrow {
    width: 130px;
    height: 60px;
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 90px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.calendar__arrow:hover {
    padding: 0 12px;
    cursor: pointer;
}

.calendar__arrow::before {
    content: "";
    width: 29px;
    height: 29px;
    display: block;
    background: url("../img/arrow-calendar.svg") center center/contain no-repeat;
}

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

.calendar__arrow-right::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.calendar__title {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar__title span + span {
    margin: 0 0 0 5px;
}

.calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid #bec5ff;
    border-radius: 30px;
}

.calendar__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 120px;
    padding: 8px 6px;
    border-bottom: 1px solid #bec5ff;
}

.calendar__day + .calendar__day {
    border-left: 1px solid #bec5ff;
}

.calendar__day + .calendar__day:nth-child(7n + 1) {
    border-left: none;
}

.calendar__day:nth-last-child(-n + 7) {
    border-bottom: none;
}

.calendar__day-today {
    background: #ffbd59;
}

.calendar__day-today::before {
    content: "cегодня";
    position: absolute;
    right: 6px;
    top: 8px;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #2f2f2f;
}

.calendar__week {
    min-height: 60px;
    max-height: 60px;
    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;
}

.calendar__text {
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #2f2f2f;
}

.calendar__empty {
    background: #fffaf2;
}

.calendar__event {
    position: relative;
    border-radius: 20px;
    margin: 4px 0 0 0;
    display: none;
}

.calendar__event.active {
    display: block;
}

.calendar__event:hover {
    z-index: 3;
}

.calendar__event_purple {
    background: #eae0ff;
    border-color: #eae0ff;
}

.calendar__event_yellow {
    background: #ffe9b1;
    border-color: #ffe9b1;
}

.calendar__event_green {
    background: #c6ffb2;
    border-color: #c6ffb2;
}

.calendar__event_cyan {
    background: #c9f8ff;
    border-color: #c9f8ff;
}

.calendar__event:hover .calendar__event-content {
    opacity: 1;
    z-index: 2;
}

.calendar__event-text {
    font-family: "Graphik LCG", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #2f2f2f;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 6px 16px;
    background: inherit;
    -webkit-box-shadow: 0px 0px 4px 1px transparent;
    box-shadow: 0px 0px 4px 1px transparent;
    border-radius: 20px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    position: relative;
    z-index: 3;
}

.calendar__event-text span {
    font-weight: 600;
}

.calendar__event-text:hover {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(7, 14, 77, 0.2);
    box-shadow: 0px 0px 4px 1px rgba(7, 14, 77, 0.2);
}

.calendar__event-content {
    position: absolute;
    bottom: 8px;
    left: 0;
    background: #ffffff;
    border: 2px solid;
    border-color: inherit;
    -webkit-box-shadow: 0px 2px 10px rgba(7, 14, 77, 0.2);
    box-shadow: 0px 2px 10px rgba(7, 14, 77, 0.2);
    border-radius: 20px 20px 0px 0px;
    width: 355px;
    min-height: 255px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.calendar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6776ff;
    margin: auto 0 0 0;
    padding: 4px 0 0 0;
}

.calendar__link::after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: url("../img/arrow-down-blue.svg") center center/contain
        no-repeat;
    margin: 0 0 0 8px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.calendar__link.active {
    -webkit-transform: translate(1, -1);
    -ms-transform: translate(1, -1);
    transform: translate(1, -1);
}

.calendar__link.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hid {
    display: none;
}
.dis {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.form-test__content-block {
    display: none;
}
.form-test__content-block.active {
    display: block;
}
.profile-bonus__progress {
    background: #ffefc6;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 12px;
}
.profile-bonus__progress .training__info-progress {
    margin-bottom: 16px;
}
.profile-bonus__progress .progress__item {
    background: #ffa319;
}
.profile-bonus__progress .sort__link-text span {
    color: #5465ff;
}

.profile-bonus__content {
    background: #ffa319;
    padding: 24px 12px;
    border-radius: 16px;
}

.profile-bonus__item-wrapper {
    background: #fff;
    border-radius: 16px;
}

.profile-bonus__item-title {
    color: #5465ff;
}
.profile-bonus__footer a {
    width: 100%;
}
.bonus-disabled {
    filter: grayscale(1);
    opacity: 1;
}
.popup-bonus-grid {
    gap: 16px;
    max-width: 315px;
    margin: 0 auto;
}
.achievement-wrap {
    max-height: 512px;
    margin-right: -12px;
    padding-right: 12px;
}
.achievement-wrap .simplebar-track.simplebar-vertical {
    width: 8px;
}
.achievement-wrap .simplebar-scrollbar:before {
    background: #6776ff;
    opacity: 1;
}
.card__wrapper > a {
    height: 100%;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.register-form .help__content {
    bottom: initial;
    left: initial;
    right: 0px;
    top: calc(100% + 8px);
}
.register-form .help__content::before {
    display: none;
}

.popup-onboarding .popup-login__wrapper {
    max-width: 435px;
}
.popup-onboarding .login-form__content {
    margin: 24px 0;
}
