@font-face {
    font-family: "iconmoon";
    src: url("../fonts/icomoon/fonts/icomoon.eot");
    src: url("../fonts/icomoon/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon/fonts/icomoon.svg#MyIcons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family: "Inter";
    font-weight: 500;
    color: #181818;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

button {
    font-family: "Inter";
}

button:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #181818;
}

.swiper-wrapper.main__first-slider {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px !important;
    z-index: 4;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background: #181818;
}

.swiper-button-prev {
    left: -24px !important;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    right: -24px !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background: #181818;
    z-index: 4;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
    color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #101828;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.6);
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-modal {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.mobile-modal.open {
    opacity: 1;
    visibility: visible;
}

.dropdownContainer {
    position: absolute;
    left: 0;
    padding-top: 8px;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.dropdownContainer.open {
    opacity: 1;
    visibility: visible;
}

.dropdownContainer--notify {
    left: auto;
    right: 0;
}

.dropdownContent {
    border: solid 1px #d0d5dd;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.pc-only {
    display: block;
}

.mb-only {
    display: none;
}

@media screen and (max-width: 460px) {
    .container {
        padding: 0 16px;
    }

    .pc-only {
        display: none !important;
    }

    .mb-only {
        display: block;
    }
}

.logintemplate {
    min-height: 100vh;
}

.logintemplate__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    min-height: 100vh;
    padding: 0 32px;
}

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

.logintemplate__right {
    width: 100%;
    max-width: 704px;
    margin: 8px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 460px) {
    .logintemplate__container {
        padding: 0 16px;
    }

    .logintemplate__right {
        display: none;
    }
}

.signin__header {
    padding: 26px 16px;
    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;
}

.signin__header-logo {
    display: block;
}

.signin__header-back {
    display: none;
}

@media screen and (max-width: 460px) {
    .signin__header {
        padding: 26px 0;
    }

    .signin__header-back {
        display: block;
        width: 44px;
        height: 44px;
        background: url("../images/icons/ico-x-close.svg") center center no-repeat;
    }
}

.signin__footer {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
}

.signin__footer-mail:before {
    content: "\e900";
    font-family: "iconmoon";
    vertical-align: top;
    margin-right: 4px;
}

@media screen and (max-width: 460px) {
    .signin__footer {
        padding: 16px;
    }
}

.level-radio {
    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: 22px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
}

.level-radio:hover {
    cursor: pointer;
    background: #f9fafb;
    -webkit-box-shadow: 0px 0px 0px 4px #f2f4f7;
    box-shadow: 0px 0px 0px 4px #f2f4f7;
}

.level-radio__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

.level-radio__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d0d5dd;
    border-radius: 50%;
    position: relative;
    margin: 0;
}

.level-radio__input:checked {
    background: #039855;
}

.level-radio__input:before {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.level-radio__input:checked:before {
    display: block;
}

.level-radio__icon {
    display: block;
    width: 56px;
    height: 20px;
}

.level-radio__icon.beginer {
    background: url("../images/icons/ico-level-1.svg") center center no-repeat;
}

.level-radio__icon.middle {
    background: url("../images/icons/ico-level-2.svg") center center no-repeat;
}

.level-radio__icon.advance {
    background: url("../images/icons/ico-level-3.svg") center center no-repeat;
}

.level-radio__title {
    line-height: 1.5em;
    margin: 0 0 2px 0;
}

.level-radio__subtitle {
    line-height: 1.5em;
    font-weight: 400;
    color: #667085;
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d0d5dd;
    padding: 11px;
    border-radius: 8px;
    line-height: 1.25em;
    background: white;
    font-family: "Inter";
    text-align: center;
    gap: 6px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.button:hover {
    background: #f2f4f7;
}

.button.bg {
    background: #181818;
    color: #fff;
    border-color: #181818;
}

.button.bg:hover {
    background: #101828;
}

.button.bg:disabled {
    border-color: #f2f4f7;
    background: #f2f4f7;
    color: #98a2b3;
}

.button.bordless {
    border: none;
}

.button.fullwidth {
    width: 100%;
}

.button__text {
    pointer-events: none;
}

.button .icon {
    vertical-align: text-top;
    background-size: cover;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
}

.button-icon-right .button__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.button .icon.icon-arrow-right {
    background-image: url("../images/icons/ico-arrow-right-grey.svg");
}

.button .icon.icon-arrow-right-white {
    background-image: url("../images/icons/ico-arrow-right-white.svg");
}

.button .icon.icon-burger {
    background-image: url("../images/icons/ico-burger-menu.svg");
}

.button .icon.icon-search {
    background-image: url("../images/icons/ico-search.svg");
}

.button .icon.icon-notification {
    background-image: url("../images/icons/ico-bell-white.svg");
}

.button .icon.icon-notification-grey {
    background-image: url("../images/icons/ico-notification-bell.svg");
}

.button .icon.icon-menu {
    background-image: url("../images/icons/ico-dots-menu.svg");
}

.button .icon.icon-arrow-back {
    background-image: url("../images/icons/ico-arrow-left.svg");
}

.button .icon.icon-arrow-next {
    background-image: url("../images/icons/ico-arrow-right-black.svg");
}

.button .icon.icon-arrow-prev {
    background-image: url("../images/icons/ico-arrow-left-black.svg");
}

.button .icon.icon-add {
    background-image: url("../images/icons/ico-plus-circle.svg");
}

.button .icon.icon-plus {
    background-image: url("../images/icons/ico-plus-grey.svg");
}

.button .icon.icon-favorite-grey {
    background-image: url("../images/icons/ico-favorite-grey.svg");
}

.button .icon.icon-share-grey {
    background-image: url("../images/icons/ico-share-grey.svg");
}

.button .icon.icon-alert {
    background-image: url("../images/icons/ico-alert.svg");
}

.button .icon.icon-bell-white {
    background-image: url("../images/icons/ico-bell-white.svg");
}

.button .icon.icon-like {
    background-image: url("../images/icons/ico-like.svg");
}

.button .icon.icon-dislike {
    background-image: url("../images/icons/ico-dislike.svg");
}

.button .icon.icon-telegram {
    background-image: url("../images/icons/ico-telegram.svg");
}

.button .icon.icon-user {
    background-image: url("../images/icons/ico-user.svg");
}

.button .icon.icon-favorite {
    background-image: url("../images/icons/ico-favorite.svg");
}

.button .icon.icon-education {
    background-image: url("../images/icons/ico-education.svg");
}

.button .icon.icon-messages {
    background-image: url("../images/icons/ico-dms.svg");
}

.button .icon.icon-reviews {
    background-image: url("../images/icons/ico-tag-star.svg");
}

.button .icon.icon-history {
    background-image: url("../images/icons/ico-clock-rewind.svg");
}

.button .icon.icon-trainer {
    background-image: url("../images/icons/ico-teacher.svg");
}

.button .icon.icon-support {
    background-image: url("../images/icons/ico-help-circle.svg");
}

.button .icon.icon-settings {
    background-image: url("../images/icons/ico-settings.svg");
}

.button .icon.icon-log-out {
    background-image: url("../images/icons/ico-logout-red.svg");
}

.button .icon.icon-mail {
    background-image: url("../images/icons/ico-mail.svg");
}

.button .icon.icon-authors {
    background-image: url("../images/icons/ico-authors.svg");
}

.button .icon.icon-message-status {
    background-image: url("../images/icons/ico-message-status.svg");
}

.button .icon.icon-credit-card {
    background-image: url("../images/icons/ico-credit-card.svg");
}

.button .icon.icon-diamond {
    background-image: url("../images/icons/ico-diamond.svg");
}

.button .icon.icon-message-send {
    background-image: url("../images/icons/ico-message-send.svg");
}

.button .icon.icon-paperclip {
    background-image: url("../images/icons/ico-paperclip.svg");
}

.button .icon.icon-smile {
    background-image: url("../images/icons/ico-smile.svg");
}

.button .icon.icon-dropdown {
    background-image: url("../images/icons/ico-arrow-down.svg");
}

.button .icon.icon-report {
    background-image: url("../images/icons/ico-report-red.svg");
}

.button .icon.icon-file {
    background-image: url("../images/icons/ico-file-upload.svg");
}

.onbording__left-main {
    padding: 0 64px;
}

.onbording__left-title {
    font-size: 48px;
    line-height: 1.25em;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 500;
}

.onbording__left-subtitle {
    max-width: 485px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556em;
    color: #344054;
    margin: 0;
    margin-bottom: 64px;
}

.onbording__left-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.onbording__left-input {
    padding: 12px;
    padding-left: 24px;
    border-radius: 12px;
}

.onbording__left-button {
    margin-top: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.onbording__left-bottom-text {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    margin-top: -10px;
}

.onbording__right {
    height: 100%;
    max-width: 704px;
    margin: 8px;
    background: url("../images/img-onbording-bg.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.onbording__right:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.onbording__right-reviews-list {
    padding: 24px;
    position: absolute;
    bottom: 0;
}

.onbording__right-reviews-item {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 24px 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.onbording__right-reviews-top {
    color: #e4e7ec;
    line-height: 1.5em;
}

.onbording__right-reviews-text {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1666666667em;
    margin: 0;
    margin-top: 8px;
}

.onbording__right-reviews-card {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.onbording__right-reviews-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.onbording__right-reviews-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.onbording__right-reviews-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    line-height: 1.4285714286em;
}

.onbording__right-reviews-position {
    color: #f9fafb;
}

.onbording__right-controls {
    position: absolute;
    bottom: 48px;
    right: 44px;
}

.onbording__right-button {
    width: 40px;
    height: 40px;
    background: #f9fafb;
    position: relative;
    border-radius: 50%;
    border: none;
    margin-right: 20px;
}

.onbording__right-button:last-child {
    margin: 0;
}

.onbording__right-button:hover {
    background: #e4e7ec;
}

.onbording__right-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.onbording__right-button--prev:before {
    background: url("../images/icons/ico-prev-black.svg") center center no-repeat;
}

.onbording__right-button--next:before {
    background: url("../images/icons/ico-next-black.svg") center center no-repeat;
}

.label {
    width: 100%;
    display: block;
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
}

.label .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 8px;
}

.label .input-wrap:hover {
    -webkit-box-shadow: 0px 0px 0px 4px rgb(242, 244, 247);
    box-shadow: 0px 0px 0px 4px rgb(242, 244, 247);
}

.label .input-wrap.error {
    border-color: #f97066;
}

.label .input-wrap.error .text {
    color: #fda29b;
}

.label .input-wrap .status-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
}

.label .input-wrap .success {
    background: url("../images/icons/ico-success.svg") center center no-repeat;
}

.label .input-wrap .error {
    background: url("../images/icons/ico-error.svg") center center no-repeat;
    background-size: cover;
}

.label .input::-webkit-input-placeholder {
    color: #98a2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.label .input::-moz-placeholder {
    color: #98a2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.label .input:-ms-input-placeholder {
    color: #98a2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.label .input::-ms-input-placeholder {
    color: #98a2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.label .input::placeholder {
    color: #98a2b3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.label.iconed {
    width: 100%;
}

.label.iconed .input {
    margin: 0 8px;
    width: 100%;
}

.label .input-reset {
    display: none;
    min-width: 20px;
    height: 20px;
    background: url("../images/icons/ico-x-close.svg") center center no-repeat;
    border: none;
    outline: none;
    padding: 0;
}

.label .input-reset.show {
    display: inline-block;
}

.label .error-message {
    margin: 6px 0 0;
    padding-left: 16px;
    color: #f04438;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
    position: relative;
}

.label .error-message:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../images/icons/ico-error.svg") center center no-repeat;
}

.icon-envelop {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-envelop.svg") center center no-repeat;
}

.icon-lock {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-lock.svg") center center no-repeat;
}

.icon-eye {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-eye-off.svg") center center no-repeat;
    background-size: contain;
    margin-left: 6px;
}

.icon-eye:hover {
    cursor: pointer;
}

.icon-eye.lock {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-eye.svg") center center no-repeat;
    background-size: contain;
}

.icon-user {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-user.svg") center center no-repeat;
}

.icon-clock {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url("../images/icons/ico-clock-grey.svg") center center no-repeat;
}

.icon.icon-arrow-right {
    background-image: url("../images/icons/ico-arrow-right-grey.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-arrow-right-white {
    background-image: url("../images/icons/ico-arrow-right-white.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-burger {
    background-image: url("../images/icons/ico-burger-menu.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-search {
    background-image: url("../images/icons/ico-search.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-notification {
    background-image: url("../images/icons/ico-bell-white.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-notification-grey {
    background-image: url("../images/icons/ico-notification-bell.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-menu {
    background-image: url("../images/icons/ico-dots-menu.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-arrow-back {
    background-image: url("../images/icons/ico-arrow-left.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-arrow-next {
    background-image: url("../images/icons/ico-arrow-right-black.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-arrow-prev {
    background-image: url("../images/icons/ico-arrow-left-black.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-add {
    background-image: url("../images/icons/ico-plus-circle.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-plus {
    background-image: url("../images/icons/ico-plus-grey.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-favorite-grey {
    background-image: url("../images/icons/ico-favorite-grey.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-share-grey {
    background-image: url("../images/icons/ico-share-grey.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-alert {
    background-image: url("../images/icons/ico-alert.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-bell-white {
    background-image: url("../images/icons/ico-bell-white.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-like {
    background-image: url("../images/icons/ico-like.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-dislike {
    background-image: url("../images/icons/ico-dislike.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-telegram {
    background-image: url("../images/icons/ico-telegram.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-user {
    background-image: url("../images/icons/ico-user.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-favorite {
    background-image: url("../images/icons/ico-favorite.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-education {
    background-image: url("../images/icons/ico-education.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-messages {
    background-image: url("../images/icons/ico-dms.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-reviews {
    background-image: url("../images/icons/ico-tag-star.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-history {
    background-image: url("../images/icons/ico-clock-rewind.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-trainer {
    background-image: url("../images/icons/ico-teacher.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-support {
    background-image: url("../images/icons/ico-help-circle.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-settings {
    background-image: url("../images/icons/ico-settings.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-log-out {
    background-image: url("../images/icons/ico-logout-red.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-mail {
    background-image: url("../images/icons/ico-mail.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-authors {
    background-image: url("../images/icons/ico-authors.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-message-status {
    background-image: url("../images/icons/ico-message-status.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-credit-card {
    background-image: url("../images/icons/ico-credit-card.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-diamond {
    background-image: url("../images/icons/ico-diamond.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-message-send {
    background-image: url("../images/icons/ico-message-send.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-paperclip {
    background-image: url("../images/icons/ico-paperclip.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-smile {
    background-image: url("../images/icons/ico-smile.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-dropdown {
    background-image: url("../images/icons/ico-arrow-down.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-report {
    background-image: url("../images/icons/ico-report-red.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-file {
    background-image: url("../images/icons/ico-file-upload.svg");
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.label-checkbox, .label-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.label-checkbox:hover, .label-radio:hover {
    cursor: pointer;
}

.label-checkbox input, .label-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    position: relative;
}

.label-checkbox input:before, .label-radio input:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/icons/ico-checked.svg") center center no-repeat;
}

.label-checkbox input[type=radio], .label-radio input[type=radio] {
    border-radius: 50%;
}

.label-checkbox input[type=radio]:before, .label-radio input[type=radio]:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}

.label-checkbox input:checked, .label-radio input:checked {
    background: #039855;
}

.label-checkbox .text, .label-radio .text {
    font-size: 14px;
    line-height: 1.4285714286em;
    position: relative;
}

.label-checkbox .text.icon-text.star:before, .label-radio .text.icon-text.star:before {
    content: "";
    padding-left: 72px;
    margin-right: 4px;
}

.label-checkbox .text.icon-text.star.five:before, .label-radio .text.icon-text.star.five:before {
    background: url("../images/icons/ico-stars-5.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.star.four:before, .label-radio .text.icon-text.star.four:before {
    background: url("../images/icons/ico-stars-4.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.star.three-five:before, .label-radio .text.icon-text.star.three-five:before {
    background: url("../images/icons/ico-stars-3.5.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.star.three:before, .label-radio .text.icon-text.star.three:before {
    background: url("../images/icons/ico-stars-3.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.level, .label-radio .text.icon-text.level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label-checkbox .text.icon-text.level:before, .label-radio .text.icon-text.level:before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 16px;
    margin-right: 4px;
}

.label-checkbox .text.icon-text.level.first:before, .label-radio .text.icon-text.level.first:before {
    background: url("../images/icons/ico-level-1.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.level.second:before, .label-radio .text.icon-text.level.second:before {
    background: url("../images/icons/ico-level-2.svg") center center no-repeat;
}

.label-checkbox .text.icon-text.level.third:before, .label-radio .text.icon-text.level.third:before {
    background: url("../images/icons/ico-level-3.svg") center center no-repeat;
}

.label-checkbox .quantity, .label-radio .quantity {
    color: #667085;
    font-size: 14px;
    line-height: 1.4285714286em;
}

.signin__main {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
}

.signin__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 12px;
}

.signin__subtitle {
    font-weight: 400;
    line-height: 1.5em;
    color: #667085;
}

.signin__form {
    width: 100%;
    margin-top: 32px;
    max-width: 360px;
    text-align: left;
}

.signin__form-descr {
    display: inline-block;
    color: #344054;
    font-size: 14px;
    line-height: 1.4285714286em;
    margin-bottom: 6px;
}

.signin__form-input {
    margin-bottom: 20px;
}

.signin__form-input--last {
    margin-bottom: 0;
}

.signin__form-bottom {
    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;
}

.signin__form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.signin__form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.signin__form-checkbox:checked {
    background: #039855;
}

.signin__form-checkbox-text {
    color: #667085;
    font-size: 14px;
    line-height: 1.4285714286em;
}

.signin__form-checkbox:before {
    content: "";
    opacity: 0;
    background: url("../images/icons/ico-checked.svg") center center no-repeat;
    background-size: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

.signin__form-checkbox:checked:before {
    opacity: 1;
}

.signin__form-subdescr {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286em;
    color: #667085;
}

.signin__form-forget {
    font-size: 14px;
    line-height: 1.4285714286em;
    color: #d92d20;
}

.signin__form-forget:hover {
    color: #b42318;
}

.signin__form-button {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px;
}

.signin__form-google {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #344054;
}

.signin__form-google:hover {
    -webkit-box-shadow: 0px 0px 0px 4px rgb(242, 244, 247);
    box-shadow: 0px 0px 0px 4px rgb(242, 244, 247);
}

.signin__form-google .icon {
    width: 24px;
    height: 24px;
    background: url("../images/icons/ico-google-logo.svg") center center no-repeat;
    background-size: contain;
}

.signin__affert {
    max-width: 360px;
    margin: 32px 0 0;
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6666666667em;
}

.signin__bottom-text {
    margin-top: 32px;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.signin__bottom-link {
    font-weight: 500;
    color: #d92d20;
    margin-left: 4px;
    margin-right: 4px;
}

.signin__bottom-link--lined {
    text-decoration: underline;
}

.signin__bottom-link:hover {
    color: #b42318;
}

.signin__right {
    height: 100%;
    background: url("../images/img-signin-bg.jpg") center center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 460px) {
    .signin__title {
        font-size: 24px;
        line-height: 1.3333333333em;
        margin-bottom: 8px;
    }

    .signin__subtitle {
        font-size: 14px;
    }

    .signin__subtitle--signup {
        margin-top: 0;
    }

    .signin__bottom-text {
        margin-top: 16px;
        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;
        gap: 8px;
    }
}