@charset "UTF-8";
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-MediumItalic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: "Google Sans";
    src: url(../fonts/GoogleSans-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-VariableFont_opsz,wght.woff2) format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Italic-VariableFont_opsz,wght.woff2) format("woff2");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap
}
#toast-container>.toast {
    padding: 2rem;
    padding-right: 6rem;
    padding-left: 5rem;
    width: 45rem;
    min-height: 6.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none !important;
    border-radius: 1.2rem;
    opacity: 1 !important
}
#toast-container>.toast::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#toast-container .toast-title {
    margin-top: 0;
    font-weight: 500;
    font-size: 2rem;
    line-height: 125%;
    color: #1d1d1d
}
#toast-container .toast-title+.toast-message {
    margin-top: .4rem
}
#toast-container .toast-message {
    margin-top: .2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 125%;
    color: #1d1d1d
}
#toast-container>.toast-success {
    background: #eefff1
}
#toast-container>.toast-success::before {
    background: url(../images/success.svg) no-repeat center;
    background-size: contain
}
#toast-container>.toast-error {
    background-color: #ffefef
}
#toast-container>.toast-error::before {
    background: url(../images/error.svg) no-repeat center;
    background-size: contain
}
#toast-container>.toast-warning {
    background-color: #feffee
}
#toast-container>.toast-warning::before {
    background: url(../images/warning.svg) no-repeat center;
    background-size: contain
}
#toast-container .toast-close-button {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/close.svg) no-repeat center !important;
    background-size: contain !important
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0
}
html {
    font-size: 10px;
    background: #fff
}
@media only screen and (max-width:430px) {
    html {
        font-size: 9px
    }
}
@media only screen and (min-width:1900px) {
    html {
        font-size: 11px
    }
}
body {
    font-family: Inter, "Google Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575
}
@media only screen and (min-width:768px) {
    body {
        font-size: 1.6rem
    }
}
@media only screen and (min-width:1024px) {
    body {
        font-size: 1.8rem
    }
}
@media only screen and (min-width:1280px) {
    body {
        font-size: 2rem;
        line-height: 150%
    }
}
body.menu-open,
body.noscroll {
    height: 100vh;
    overflow: hidden
}
body .header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    -webkit-transition: .3s opacity ease-out;
    transition: .3s opacity ease-out
}
body.menu-open .header-overlay {
    opacity: .25
}
main {
    padding-top: 8.8rem
}
@media only screen and (min-width:1024px) {
    main {
        min-height: calc(100vh - 32.8rem)
    }
}
@media only screen and (min-width:1280px) {
    main {
        padding-top: 9rem;
        min-height: calc(100vh - 21.7rem)
    }
}
.header.logined~main {
    padding-top: 8.8rem
}
@media only screen and (min-width:1024px) {
    .header.logined~main {
        padding-top: 9.6rem;
        min-height: calc(100vh - 32.8rem)
    }
}
@media only screen and (min-width:1280px) {
    .header.logined~main {
        min-height: calc(100vh - 21.7rem)
    }
}
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: 0 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    outline: 0
}
button::-moz-focus-inner {
    border: 0;
    padding: 0
}
a {
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #1d1d1d
}
h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%
}
@media only screen and (min-width:1024px) {
    h2 {
        font-size: 2.6rem
    }
}
@media only screen and (min-width:1280px) {
    h2 {
        font-size: 3.2rem;
        line-height: 130%
    }
}
.title {
    font-weight: 500;
    color: #1d1d1d
}
@media only screen and (min-width:768px) {
    .title {
        font-size: 2.8rem
    }
}
@media only screen and (min-width:1024px) {
    .title {
        font-size: 3.2rem
    }
}
@media only screen and (min-width:1280px) {
    .title {
        font-size: 3.6rem
    }
}
.title_xl {
    font-size: 2.4rem
}
@media only screen and (min-width:1024px) {
    .title_xl {
        font-size: 3.6rem
    }
}
@media only screen and (min-width:1280px) {
    .title_xl {
        font-size: 4.4rem
    }
}
.title_md {
    font-size: 2rem
}
@media only screen and (min-width:1024px) {
    .title_md {
        font-size: 2.6rem
    }
}
@media only screen and (min-width:1280px) {
    .title_md {
        font-size: 3.4rem
    }
}
.title_sm {
    font-size: 1.8rem
}
@media only screen and (min-width:1024px) {
    .title_sm {
        font-size: 2rem
    }
}
@media only screen and (min-width:1280px) {
    .title_sm {
        font-size: 2.4rem
    }
}
.title_xs {
    font-size: 2.4rem;
    line-height: 145%
}
.hide {
    display: none !important
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 160rem;
    padding: 0 2rem
}
@media only screen and (min-width:1024px) {
    .container {
        padding: 0 2rem
    }
}
@media only screen and (min-width:1280px) {
    .container {
        padding: 0 4rem
    }
}
@media only screen and (min-width:1440px) {
    .container {
        padding: 0 8rem
    }
}
.bttn {
    padding: 1rem 2rem;
    display: block;
    border: 1px solid transparent;
    border-radius: 1.4rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s
}
.bttn-primary {
    background: #9bd556;
    border-color: #9bd556;
    color: #fff
}
.bttn-primary:hover {
    background: #fff;
    color: #9bd556
}
.bttn-secondary {
    background: #fff;
    border-color: #9bd556;
    color: #9bd556
}
.bttn-secondary:hover {
    background: #9bd556;
    color: #fff
}
.bttn-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#092544), to(#18aaffd9));
    background: linear-gradient(180deg, #092544 0, #18aaffd9 100%);
    border: none;
    color: #fff
}
.bttn-gradient:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#092544), to(#18aaffd9));
    background: linear-gradient(360deg, #092544 0, #18aaffd9 100%)
}
.bttn-white {
    background: #fff;
    color: #1d1d1d
}
.bttn-white:hover {
    background: #1d1d1d;
    color: #fff
}
.bttn-black {
    background: #1d1d1d;
    color: #fff
}
.bttn-black:hover {
    background: #fff;
    color: #1d1d1d
}
.bttn-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border-color: #9bd556;
    color: #9bd556
}
.bttn-arrow svg path {
    -webkit-transition: .3s stroke ease-out;
    transition: .3s stroke ease-out
}
.bttn-arrow:hover {
    background: #9bd556;
    color: #fff
}
.bttn-arrow:hover svg path {
    stroke: #fff
}
.custom-breadcrumbs {
    padding: 1rem 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;
    gap: 2rem;
    overflow: auto;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 125%;
    color: #757575
}
.custom-breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.custom-breadcrumbs a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    color: #757575
}
.custom-breadcrumbs svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: auto
}
.custom-breadcrumbs p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #1d1d1d
}
.custom-breadcrumbs li:last-of-type {
    font-weight: 700
}
.auth {
    margin-top: 2rem
}
.auth__title-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.auth__title-wrap::after {
    content: "";
    position: absolute;
    top: calc(50% - .05rem);
    left: 0;
    width: 100%;
    height: .1rem;
    background: #f5f4f7;
    z-index: 1
}
.auth__title-wrap_link {
    margin-top: 2rem
}
.auth__title {
    position: relative;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    color: #757575;
    padding: 0 1rem;
    background: #fff
}
.auth__title a {
    position: relative;
    font-weight: 700;
    text-decoration: underline;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.auth__title a::before {
    content: "";
    position: absolute;
    bottom: -.1rem;
    width: 100%;
    height: .1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%)
}
.auth__links {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.auth__link {
    padding: 1.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #fff
}
.auth__link img,
.auth__link svg {
    height: 2.4rem;
    width: auto
}
.auth__link img {
    -o-object-fit: contain;
    object-fit: contain
}
.auth__link_google {
    color: #ea4335;
    border: .1rem solid #f5f4f7
}
.auth__link_facebook {
    background: #3b5998
}
.auth__link_telegram {
    border: .1rem solid #f5f4f7;
    color: #25a3e2
}
.auth__link2 {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border: .1rem solid #f5f4f7;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff
}
.auth__link2 img,
.auth__link2 svg {
    height: 1.6rem;
    width: auto
}
.auth__link2 img {
    -o-object-fit: contain;
    object-fit: contain
}
.auth__link2_facebook {
    color: #3b5998
}
.auth__link2_facebook svg path {
    fill: #3b5998
}
.auth__link2_facebook:hover {
    background: #3b5998;
    color: #fff
}
.auth__link2_facebook:hover svg path {
    fill: #fff
}
.auth__link2_google {
    color: #ea4335
}
.auth__link2_google:hover {
    background: #ea4335;
    color: #fff
}
.auth__link2_google:hover svg path {
    fill: #fff
}
.auth__link2_paradtrade {
    color: #1d1d1d
}
.auth__link2_paradtrade:hover {
    background: #1d1d1d;
    color: #fff
}
.auth__link2_paradtrade:hover svg path:nth-of-type(3),
.auth__link2_paradtrade:hover svg path:nth-of-type(4) {
    fill: #fff
}
.auth__text-wrap {
    margin-top: 2.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.auth__text-wrap::after {
    content: "";
    position: absolute;
    top: calc(50% - .05rem);
    left: 0;
    width: 100%;
    height: .1rem;
    background: #f5f4f7;
    z-index: 1
}
.auth__text {
    position: relative;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #757575;
    text-align: center;
    z-index: 5;
    padding: 0 1rem;
    background: #fff
}
.auth__text a {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #9bd556;
    text-decoration: underline
}
.subscribe-form__input.error span {
    color: #e53935
}
.subscribe-form__input.error input {
    border: 1px solid #e53935;
    color: #e53935
}
.subscribe-form__input.error input::-webkit-input-placeholder {
    color: #e53935
}
.subscribe-form__input.error input::-moz-placeholder {
    color: #e53935
}
.subscribe-form__input.error input:-ms-input-placeholder {
    color: #e53935
}
.subscribe-form__input.error input::-ms-input-placeholder {
    color: #e53935
}
.subscribe-form__input.error input::placeholder {
    color: #e53935
}
.form-error {
    font-size: 1.2rem;
    line-height: 120%;
    color: #f96e46
}
.checkbox-agree.error {
    border-color: #f96e46
}
.iti__flag-container {
    font-size: 1.4rem
}
@media only screen and (min-width:1280px) {
    .iti__flag-container {
        font-size: 1.6rem
    }
}
.iti__country-list {
    color: #1d1d1d
}
.iti__selected-flag {
    border-radius: .8rem 0 0 .8rem
}
@media only screen and (min-width:1280px) {
    .iti__selected-flag {
        border-radius: 1.2rem 0 0 1.2rem
    }
}
.container-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem
}
.container-stars .star {
    width: 2rem;
    height: 2rem;
    background-image: url(../images/star.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}
@media only screen and (min-width:1024px) {
    .container-stars .star {
        width: 2.6rem;
        height: 2.6rem
    }
}
.container-stars .star.disabled {
    background-image: url(../images/star-off.svg)
}
.custom-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
}
.custom-pagination__link {
    padding: 1rem;
    min-width: 4rem;
    height: 4rem;
    background: #fff;
    border: .1rem solid #f5f4f7;
    border-radius: 1.4rem;
    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;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #757575
}
.custom-pagination__link.active {
    border-color: #9bd556;
    color: #9bd556
}
.custom-pagination__link_prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.custom-pagination__link_dotes {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border: none
}
.promo-reminder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0;
    background: #fff;
    border-top: 1px solid #f5f4f7;
    -webkit-box-shadow: 1px -3px 20.9px rgba(146, 146, 146, .15);
    box-shadow: 1px -3px 20.9px rgba(146, 146, 146, .15);
    z-index: 100
}
.promo-reminder>.container {
    position: relative
}
@media only screen and (min-width:1024px) {
    .promo-reminder>.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.promo-reminder__close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 10;
    cursor: pointer
}
.promo-reminder__close::after,
.promo-reminder__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 2.4rem;
    background: #757575;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}
.promo-reminder__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.promo-reminder__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.promo-reminder__close:hover::after,
.promo-reminder__close:hover::before {
    height: 3px
}
.promo-reminder__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem
}
@media only screen and (min-width:1024px) {
    .promo-reminder__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.promo-reminder__poster {
    width: 12rem;
    height: 9.2rem
}
.promo-reminder__poster img {
    width: 100%;
    height: 100%;
    border-radius: .8rem;
    -o-object-fit: cover;
    object-fit: cover
}
@media only screen and (min-width:1024px) {
    .promo-reminder__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.promo-reminder__title {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 200%;
    text-transform: uppercase;
    color: #1d1d1d
}
.promo-reminder__text {
    display: none
}
@media only screen and (min-width:1024px) {
    .promo-reminder__text {
        display: block;
        max-width: 52rem;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 140%;
        color: #757575
    }
}
.promo-reminder__details {
    margin-top: .2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem
}
@media only screen and (min-width:1024px) {
    .promo-reminder__details {
        margin-top: 0;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        gap: .6rem
    }
}
.promo-reminder__old-price {
    font-weight: 400;
    font-size: 2rem;
    line-height: 110%;
    text-decoration-line: line-through;
    color: #757575
}
.promo-reminder__free {
    padding: .2rem 1.2rem;
    background: #9bd556;
    border-radius: 1.4rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 140%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem
}
.promo-reminder__free img {
    width: 2rem;
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain
}
.promo-reminder__timer {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 133%;
    color: #757575
}
@media only screen and (min-width:1024px) {
    .promo-reminder__timer {
        margin-top: 0
    }
}
@media only screen and (min-width:1024px) {
    .promo-reminder__timer_mob {
        display: none
    }
}
.promo-reminder__timer_pc {
    display: none
}
@media only screen and (min-width:1024px) {
    .promo-reminder__timer_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.promo-reminder__present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.promo-reminder__present img {
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
    object-fit: contain
}
.promo-reminder__present span {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 120%;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
    background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.promo-reminder__get {
    margin-top: 1.4rem
}
@media only screen and (min-width:1024px) {
    .promo-reminder__get {
        margin-top: 0;
        margin-left: 2rem
    }
}
@media only screen and (min-width:1280px) {
    .promo-reminder__get {
        margin-left: 4rem
    }
}
.promo-reminder__link {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa101), to(#99d455));
    background: linear-gradient(180deg, #5aa101 0, #99d455 100%);
    border-radius: 1.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff
}
@media only screen and (min-width:1024px) {
    .promo-reminder__link {
        margin-top: .6rem
    }
}
.phone-international {
    width: 100%
}
@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}
@keyframes scale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}
.flick-bttn {
    -webkit-animation: 1s infinite scale alternate;
    animation: 1s infinite scale alternate
}
.preloader {
    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
}
.preloader svg {
    width: 4rem;
    height: 4rem;
    -webkit-animation: preloader 1s infinite linear;
    animation: preloader 1s infinite linear
}
@-webkit-keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes preloader {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 0;
    z-index: 300;
    background: #fff;
    border-bottom: 1px solid #f5f4f7
}
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 101
}
@media only screen and (min-width:1024px) {
    .header::before {
        display: none
    }
}
.header>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__logo {
    position: relative;
    width: 19.6rem;
    height: 3.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 102
}
@media only screen and (min-width:1280px) {
    .header__logo {
        width: 23.6rem;
        height: 4.2rem
    }
}
.header__logo img,
.header__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media only screen and (max-width:1023px) {
    .header__menu {
        position: fixed;
        top: 0;
        right: 0;
        padding: 8rem 2rem 2rem;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 100;
        background: #fff;
        -webkit-transition: right .3s ease-out, opacity .3s ease-out;
        transition: right .3s ease-out, opacity .3s ease-out
    }
    .header__menu:not(.show) {
        right: calc(-100% + 2rem);
        opacity: 0
    }
}
@media only screen and (min-width:1024px) {
    .header__menu {
        margin: 0 auto;
        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
    }
}
@media only screen and (min-width:1280px) {
    .header__menu {
        margin-left: auto
    }
}
.header__account {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width:1024px) {
    .header__account_mob {
        display: none
    }
}
.header__account_pc {
    display: none
}
@media only screen and (min-width:1024px) {
    .header__account_pc {
        margin-top: 0;
        margin-left: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media only screen and (min-width:1280px) {
    .header__account_pc {
        margin-left: 4rem
    }
}
.header__account-avatar {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 1.4rem;
    overflow: hidden
}
.header__account-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.header__account-info {
    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
}
.header__account-name {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 133%;
    color: #1d1d1d
}
.header__account-level {
    margin-top: .4rem;
    padding: .4rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: .4rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 100%;
    color: #fff
}
.header__account-level::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat
}
.header__account-level_base {
    background: #0a817b
}
.header__account-level_base::before {
    background-image: url(../images/pyramid.svg)
}
.header__account-level_main {
    background: #998805
}
.header__account-level_main::before {
    background-image: url(../images/laptop.svg)
}
.header__account-level_advanced {
    background: #370599
}
.header__account-level_advanced::before {
    background-image: url(../images/rocket.svg)
}
.header__account-level_expert {
    background: #990557
}
.header__account-level_expert::before {
    background-image: url(../images/quality.svg)
}
.header__toggle {
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    padding: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    border: 1px solid #dcdcdc;
    border-radius: 1.6rem
}
@media only screen and (min-width:1024px) {
    .header__toggle {
        display: none
    }
}
.header__toggle-bttn {
    padding: .8rem 3rem;
    width: calc(50% - .8rem);
    border: .1rem solid #f5f4f7;
    border-radius: 1.2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 157%;
    color: #4d4e4e
}
.header__toggle-bttn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    color: #fff
}
@media only screen and (max-width:1023px) {
    .header__menu-site.active {
        display: block
    }
}
@media only screen and (min-width:1024px) {
    .header__menu-site {
        display: block
    }
}
.header.logined .header__menu-site {
    display: none
}
@media only screen and (min-width:1024px) {
    .header.logined .header__menu-site {
        display: block
    }
}
.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}
@media only screen and (min-width:1024px) {
    .header__links {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media only screen and (min-width:1280px) {
    .header__links {
        gap: 2rem
    }
}
.header__link {
    padding: 1rem 2rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .header__link {
        font-size: 1.6rem
    }
}
@media only screen and (min-width:1280px) {
    .header__link {
        font-size: 1.8rem
    }
}
.header__link:hover {
    color: #9bd556
}
.header__link_sublist {
    padding: 0
}
.header__link_sublist:hover {
    color: #1d1d1d
}
.header__link_sublist.open .header__submenu {
    display: block
}
@media only screen and (min-width:1024px) {
    .header__link_sublist.open .header__submenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.header__link_sublist.open .header__link-inner img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.header__link-inner {
    padding: 1rem 0;
    width: 100%;
    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;
    gap: 1rem
}
@media only screen and (min-width:1024px) {
    .header__link-inner {
        padding: 1rem
    }
}
@media only screen and (min-width:1280px) {
    .header__link-inner {
        padding: 1rem 2rem
    }
}
.header__link-inner:hover {
    color: #9bd556
}
.header__link-arrow {
    width: 1.6rem;
    height: 1.6rem
}
.header__link-arrow_pc {
    display: none
}
.header__submenu {
    display: none
}
@media only screen and (min-width:1024px) {
    .header__submenu {
        position: absolute;
        top: calc(100% + 1rem);
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 2rem;
        width: 58rem;
        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;
        gap: 2rem;
        margin-top: 0;
        background: #fff;
        border-radius: 2rem;
        -webkit-filter: drop-shadow(-4px 4px 10px rgba(233, 233, 233, .5));
        filter: drop-shadow(-4px 4px 10px rgba(233, 233, 233, .5));
        display: none
    }
}
@media only screen and (min-width:1280px) {
    .header__submenu {
        width: 71rem
    }
}
@media only screen and (min-width:1440px) {
    .header__submenu {
        padding: 2rem 2rem 2rem 7.4rem;
        width: 77rem
    }
}
.header__sublinks {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: left
}
@media only screen and (min-width:1024px) {
    .header__sublinks {
        margin-top: 0;
        gap: 2rem
    }
}
@media only screen and (min-width:1280px) {
    .header__sublinks {
        min-width: 25rem
    }
}
.header__sublinks .header__link {
    padding: 1.5rem 2rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .header__sublinks .header__link {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 0;
        padding-right: 3rem;
        font-weight: 700;
        font-size: 2rem;
        line-height: 140%;
        color: #122820
    }
    .header__sublinks .header__link::before {
        content: "";
        position: absolute;
        top: calc(50% - 1.05rem);
        right: 0;
        width: 2.1rem;
        height: 2.1rem;
        background-image: url(../images/arrow-top-right-black.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0
    }
}
.header__sublinks .header__link:hover {
    text-decoration: underline
}
.header__sublinks .header__link:hover::before {
    opacity: 1
}
.header__link-picture {
    margin-top: 1rem;
    padding: 1.2rem 1.2rem 2rem;
    width: 100%;
    height: 17rem;
    max-width: 40rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.2rem;
    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;
    cursor: pointer
}
@media only screen and (min-width:1024px) {
    .header__link-picture {
        margin-top: 0;
        width: 30rem;
        height: 18rem
    }
}
@media only screen and (min-width:1280px) {
    .header__link-picture {
        width: 35rem;
        height: 20rem
    }
}
.header__link-picture_learning {
    background-image: url(../images/learning-mob.webp)
}
@media only screen and (min-width:1024px) {
    .header__link-picture_learning {
        background-image: url(../images/learning.webp)
    }
}
.header__link-picture_practice {
    background-image: url(../images/practice-mob.webp)
}
@media only screen and (min-width:1024px) {
    .header__link-picture_practice {
        background-image: url(../images/practice.webp)
    }
}
.header__link-picture_company {
    background-image: url(../images/company-mob.webp)
}
@media only screen and (min-width:1024px) {
    .header__link-picture_company {
        background-image: url(../images/company.webp)
    }
}
.header__link-picture_blog {
    background-image: url(../images/blog-mob.webp)
}
@media only screen and (min-width:1024px) {
    .header__link-picture_blog {
        background-image: url(../images/blog.webp)
    }
}
.header__picture-arrow {
    width: 3.2rem;
    height: 3.2rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    border-radius: 50%;
    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
}
.header__picture-arrow::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/arrow-top-right-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.header__picture-title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 140%;
    color: #fff
}
.header__picture-text {
    margin-top: .4rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 130%;
    color: #fff
}
.header__bttns {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}
@media only screen and (min-width:1024px) {
    .header__bttns {
        margin-top: 0;
        margin-left: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media only screen and (min-width:1280px) {
    .header__bttns {
        margin-left: 2rem
    }
}
@media only screen and (min-width:1024px) {
    .header__bttns_mob {
        display: none
    }
}
.header__bttns_pc {
    display: none
}
@media only screen and (min-width:1024px) {
    .header__bttns_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.header__bttn {
    padding: 1.5rem 1.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 133%
}
@media only screen and (min-width:1024px) {
    .header__bttn {
        padding: 1rem 1.6rem
    }
}
@media only screen and (min-width:1280px) {
    .header__bttn {
        padding: .5rem 1.6rem;
        line-height: 3rem
    }
}
.header__bttn_login {
    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;
    gap: 1rem;
    color: #1d1d1d;
    border: .1rem solid transparent;
    border-radius: 1.4rem
}
.header__bttn_login:hover {
    border-color: #f5f4f7
}
.header__bttn_login:active {
    background: #1d1d1d;
    border-color: #1d1d1d;
    color: #fff
}
.header__bttn_login:active svg path {
    stroke: #fff
}
.header__menu-cabinet {
    display: none
}
@media only screen and (max-width:1023px) {
    .header__menu-cabinet.active {
        display: block
    }
}
.header__cabinet-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem
}
.header__cabinet-subtitle {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 167%;
    color: #757575
}
.header__cabinet-link {
    padding: 1.2rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .header__cabinet-link:hover {
        color: #122820
    }
}
.header__cabinet-link.active {
    border: .1rem solid #63a712;
    border-radius: 1.2rem;
    font-weight: 500;
    color: #122820
}
.header__cabinet-link:last-of-type {
    padding-top: 2rem;
    border-top: .1rem solid #f5f4f7
}
.header__lang {
    position: relative;
    margin-left: auto;
    cursor: pointer;
    min-width: 11.2rem;
    z-index: 102
}
.header__lang-list {
    position: absolute;
    top: calc(100% + .4rem);
    right: 0;
    width: calc(100% + 2rem);
    padding: .6rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.header__lang-link {
    padding: .8rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-radius: .8rem
}
.header__lang-link:hover {
    background: #f5f4f7
}
.header__lang-link:hover .header__lang-list-name {
    color: #122820
}
.header__lang.open .header__lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #f5f4f7;
    -webkit-box-shadow: 0 4px 14px #eee;
    box-shadow: 0 4px 14px #eee;
    border-radius: 12px
}
.header__lang.open .header__lang-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.header__lang.open .header__lang-name {
    color: #122820
}
.header__lang-head {
    padding: 1rem 2rem;
    min-width: 11.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border: 1px solid #f5f4f7;
    border-radius: 1.4rem
}
.header__lang-head:hover .header__lang-name {
    color: #122820
}
.header__lang-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    overflow: hidden
}
.header__lang-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.header__lang-name {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 143%;
    color: #757575;
    text-transform: uppercase
}
.header__lang-list-name {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 143%;
    color: #4d4e4e;
    text-transform: uppercase
}
.header__lang-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}
.header__lang-arrow svg {
    width: 100%;
    height: 100%
}
.header__lang-list-flag {
    margin-left: .1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    overflow: hidden
}
.header__lang-list-flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.header__lang-list-name {
    font-weight: 400;
    color: #1d1d1d
}
.header-subscribe,
.side-subscribe {
    margin-top: .8rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media only screen and (min-width:1024px) {
    .header-subscribe,
    .side-subscribe {
        margin-top: 2.8rem
    }
}
.header-subscribe__img,
.side-subscribe__img {
    width: 15.5rem;
    height: 14.3rem
}
@media only screen and (min-width:1024px) {
    .header-subscribe__img,
    .side-subscribe__img {
        width: 12.8rem;
        height: 11.8rem
    }
}
.header-subscribe__img img,
.side-subscribe__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.header-subscribe__title,
.side-subscribe__title {
    margin-top: .8rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 130%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #122820
}
.header-subscribe__text,
.side-subscribe__text {
    margin-top: .2rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    color: #4d4e4e
}
.header-subscribe__text br,
.side-subscribe__text br {
    display: none
}
@media only screen and (min-width:1024px) {
    .header-subscribe__text br,
    .side-subscribe__text br {
        display: inline
    }
}
.header-subscribe__bttn,
.side-subscribe__bttn {
    margin-top: 1rem;
    padding: .6rem 4.8rem;
    font-family: "Google Sans";
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff
}
#burger-menu {
    margin-left: 1.2rem;
    position: relative;
    width: 4rem;
    height: 4rem;
    background: #fff;
    border: 1px solid #1d1d1d;
    border-radius: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 105;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}
@media only screen and (min-width:1024px) {
    #burger-menu {
        display: none
    }
}
#burger-menu span {
    display: block;
    position: absolute;
    height: .1rem;
    width: 1.4rem;
    background: #1d1d1d;
    border-radius: 100px;
    opacity: 1;
    left: 1.2rem;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
#burger-menu span:nth-child(1) {
    top: 1.3rem;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
#burger-menu span:nth-child(2) {
    top: 1.9rem;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
#burger-menu span:nth-child(3) {
    top: 2.5rem;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
#burger-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1.2rem;
    left: 1.3rem;
    width: 1.7rem
}
#burger-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}
#burger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2.4rem;
    left: 1.3rem;
    width: 1.7rem
}
.footer {
    padding: 2rem 0;
    background: #f5f4f7;
    border-top: 1px solid #9bd556
}
@media only screen and (min-width:1280px) {
    .footer {
        padding: 4rem 0
    }
}
@media only screen and (min-width:1440px) {
    .footer {
        padding: 8rem 0
    }
}
@media only screen and (min-width:1024px) {
    .footer__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5rem
    }
}
@media only screen and (min-width:1024px) {
    .footer__head-inner {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}
.footer__logo {
    display: block;
    width: 32rem;
    height: 5.6rem
}
.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.footer__head-text {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 150%;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.footer__head-info {
    margin-top: 1.6rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    color: #757575
}
@media only screen and (min-width:1024px) {
    .footer__head-info {
        margin-top: 0
    }
}
@media only screen and (min-width:1280px) {
    .footer__head-info {
        font-size: 1.6rem;
        line-height: 140%
    }
}
.footer__head-info b {
    font-weight: 500
}
.footer__menu {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}
@media only screen and (min-width:1024px) {
    .footer__menu {
        margin-top: 3rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
@media only screen and (min-width:768px) {
    .footer__menu-block {
        width: calc(50% - 1rem)
    }
}
@media only screen and (min-width:1024px) {
    .footer__menu-block {
        width: calc(25% - 1.5rem)
    }
}
@media only screen and (min-width:1280px) {
    .footer__menu-block {
        width: auto
    }
}
.footer__menu-block_full {
    width: 100%
}
@media only screen and (min-width:768px) {
    .footer__menu-block_full {
        width: calc(50% - 1rem)
    }
}
@media only screen and (min-width:1024px) {
    .footer__menu-block_full {
        width: calc(25% - 1.5rem)
    }
}
@media only screen and (min-width:1280px) {
    .footer__menu-block_full {
        width: auto
    }
}
@media only screen and (min-width:1024px) {
    .footer__menu-block_icons {
        width: 100%;
        gap: 6rem
    }
}
@media only screen and (min-width:1280px) {
    .footer__menu-block_icons {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }
}
.footer__menu-block_mob {
    margin-top: 1.6rem;
    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
}
@media only screen and (min-width:1024px) {
    .footer__menu-block_mob {
        display: none
    }
}
.footer__menu-block_pc {
    display: none
}
@media only screen and (min-width:1024px) {
    .footer__menu-block_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.footer__menu-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 144%;
    color: #1d1d1d
}
.footer__menu-list {
    margin-top: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem
}
@media only screen and (min-width:1440px) {
    .footer__menu-list {
        margin-top: 1rem;
        gap: 1.2rem
    }
}
.footer__menu-list li {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #757575
}
.footer__menu-list li a {
    color: #757575
}
.footer__menu-list_text a {
    text-decoration: underline
}
.footer__menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.footer__menu-social img {
    width: 3.2rem;
    height: 3.2rem
}
@media only screen and (min-width:1280px) {
    .footer__menu-social img {
        width: 4.1rem;
        height: 4.1rem
    }
}
.footer__menu-projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem
}
@media only screen and (min-width:1280px) {
    .footer__menu-projects {
        margin-top: auto
    }
}
.footer__menu-blog,
.footer__menu-news {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .2rem;
    color: #757575;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.footer__menu-end {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9e9ea
}
@media only screen and (min-width:1024px) {
    .footer__menu-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.footer__docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (min-width:1024px) {
    .footer__docs {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 2rem
    }
}
.footer__docs a {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 163%;
    color: #757575;
    border-bottom: 1px solid #e9e9ea
}
.footer__docs a:last-of-type {
    margin-right: 2.3rem
}
.footer__payments {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: .1rem solid #e9e9ea;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem
}
@media only screen and (min-width:1024px) {
    .footer__payments {
        margin-top: 2rem;
        padding-top: 2rem;
        gap: 4.3rem
    }
}
.footer__payments li img {
    width: 3.6rem;
    height: 3.6rem
}
@media only screen and (min-width:1024px) {
    .footer__payments li img {
        width: 4.3rem;
        height: 4.3rem
    }
}
.footer__payments li:nth-of-type(4) img {
    width: 8.2rem;
    height: auto
}
@media only screen and (min-width:1024px) {
    .footer__payments li:nth-of-type(4) img {
        width: 11.5rem;
        height: 2.4rem
    }
}
.footer__payments li:nth-of-type(5) img {
    width: 6.8rem;
    height: auto
}
@media only screen and (min-width:1024px) {
    .footer__payments li:nth-of-type(5) img {
        width: 9.1rem;
        height: 2.9rem
    }
}
@media only screen and (min-width:1024px) {
    .footer__payments {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}
.footer__project {
    margin: 1.6rem auto 0;
    max-width: 112.3rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575;
    text-align: center
}
@media only screen and (min-width:1024px) {
    .footer__project {
        margin-top: 2rem;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}
.footer__copyright {
    margin-top: 1.2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9e9ea;
    text-align: center;
    font-size: 1rem;
    line-height: 160%
}
@media only screen and (min-width:1024px) {
    .footer__copyright {
        margin-top: 0;
        padding-top: 0;
        border: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}
@media only screen and (min-width:1280px) {
    .footer__copyright {
        margin-top: 0;
        text-align: left;
        font-size: 1.2rem
    }
}
.footer__copyright b {
    font-weight: 500
}
.form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}
.form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem
}
.form__input input::-webkit-input-placeholder {
    color: #bababa
}
.form__input input::-moz-placeholder {
    color: #bababa
}
.form__input input:-ms-input-placeholder {
    color: #bababa
}
.form__input input::-ms-input-placeholder {
    color: #bababa
}
.form__input input::placeholder {
    color: #bababa
}
.form__input_text {
    position: relative
}
.form__input_text>span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #122820
}
.form__input_text input {
    padding: 2rem;
    display: block;
    width: 100%;
    outline: 0;
    background: 0 0;
    border-radius: 1.2rem;
    border: 1px solid #bababa;
    color: #1d1d1d;
    font-size: 1.6rem;
    line-height: 115%
}
.form__textarea {
    position: relative
}
.form__textarea span {
    padding-left: 2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575
}
.form__textarea textarea {
    margin-top: .5rem;
    padding: 2rem;
    padding-bottom: 4rem;
    width: 100%;
    height: 12.7rem;
    background: 0 0;
    border: 1px solid #bababa;
    border-radius: 1.4rem;
    resize: none;
    outline: 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 130%;
    color: #1d1d1d
}
.form__textarea textarea::-webkit-input-placeholder {
    color: #bababa
}
.form__textarea textarea::-moz-placeholder {
    color: #bababa
}
.form__textarea textarea:-ms-input-placeholder {
    color: #bababa
}
.form__textarea textarea::-ms-input-placeholder {
    color: #bababa
}
.form__textarea textarea::placeholder {
    color: #bababa
}
.form .form__input-file {
    position: absolute;
    bottom: 4px;
    left: 1px;
    right: 1px;
    height: 37px;
    padding: 0 10px;
    border-radius: 0 0 14px 14px
}
.form .form__file {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.form .form__file>svg {
    margin-left: auto;
    width: 22px;
    height: 22px;
    cursor: pointer
}
.form .form__file-inner {
    padding: 10px 0;
    width: calc(100% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e8eae6;
    display: none
}
.form .form__file-inner svg {
    width: 20px;
    height: 20px
}
.form .form__file-inner span {
    margin-right: 5px;
    font-size: 12px;
    line-height: 100%;
    color: #5a5a5a
}
.form .form__input-file input {
    display: none
}
.form__submit {
    margin-top: 2rem;
    padding: 1.7rem 1rem;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#092544), to(#18aaffd9));
    background: linear-gradient(180deg, #092544 0, #18aaffd9 100%);
    border-radius: 2rem;
    font-family: "Google Sans";
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
.form__select {
    position: relative;
    min-width: 14rem;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 130%
}
.form__select-head {
    padding: 2rem;
    border: 1px solid #bababa;
    border-radius: 2rem;
    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;
    gap: .8rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #bababa;
    -webkit-transition: .1s ease-out .3s;
    transition: .1s ease-out .3s
}
.form__select>span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.form__select-arrow {
    pointer-events: none;
    width: 1.6rem;
    height: 1.6rem
}
.form__select.open .form__select-head {
    border-radius: 1.4rem 1.4rem 0 0;
    color: #1d1d1d;
    border-color: #1d1d1d;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.form__select.open .form__select-head>img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.form__select.filled>span {
    font-size: 1.2rem;
    line-height: 120%;
    color: #7d838c
}
.form__select ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #1d1d1d;
    border-top: none;
    border-radius: 0 0 1.4rem 1.4rem;
    z-index: 100;
    display: none;
    overflow: auto;
    max-height: 31rem
}
.form__select ul::-webkit-scrollbar {
    width: .4rem
}
.form__select ul::-webkit-scrollbar-track {
    background: #f5f4f7
}
.form__select ul::-webkit-scrollbar-thumb {
    background: #e8e8e8
}
.form__select ul li {
    padding: 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575
}
.form__select ul li:not(:first-of-type) {
    border-top: 1px solid #dbdbdd
}
.form__select ul li:hover {
    color: #fff;
    background: #1d1d1d
}
.form__utils {
    margin-top: 2rem;
    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
}
.form__remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    color: #757575;
    cursor: pointer
}
.form__forget-password {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 150%;
    color: #757575
}
.form__checkbox {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}
.form__checkbox:hover+.form__checkbox-green {
    border-color: #9ad556
}
.form__checkbox:checked+.form__checkbox-circle::before,
.form__checkbox:checked+.form__checkbox-green::before {
    opacity: 1
}
.form__checkbox:checked+.form__checkbox-green {
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%)
}
.form__checkbox-circle {
    width: 1.8rem;
    height: 1.8rem;
    border: .1rem solid #757575;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.form__checkbox-circle::before {
    content: "";
    width: .8rem;
    height: .8rem;
    background: #757575;
    border-radius: 50%;
    opacity: 0
}
.form__checkbox-green {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: .1rem solid #bababa
}
.form__checkbox-green::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/check-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.create-part__form-input_small {
    width: 18rem
}
.create-part__form-bttns {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem
}
.create-part__form-cancel {
    padding: 1rem 2.4rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    font-size: 1.4rem;
    line-height: 142%
}
@media only screen and (min-width:1024px) {
    .create-part__form-cancel {
        padding: 1rem 8rem
    }
}
.create-part__form-submit {
    margin-top: 0;
    padding: 1rem 2rem;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #fff
}
@media only screen and (min-width:1024px) {
    .remove-lesson .modal__dialog,
    .remove-part .modal__dialog {
        padding: 10rem 3rem !important
    }
}
.remove-lesson__title,
.remove-part__title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 190%;
    color: #1d1d1d;
    text-align: center
}
@media only screen and (min-width:1024px) {
    .remove-lesson__title,
    .remove-part__title {
        font-size: 2.4rem;
        line-height: 140%
    }
}
.remove-lesson__subtitle,
.remove-part__subtitle {
    margin-top: .6rem;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 120%;
    color: #1d1d1d;
    text-align: center
}
@media only screen and (min-width:1024px) {
    .remove-lesson__subtitle,
    .remove-part__subtitle {
        margin-top: .8rem;
        font-size: 3.2rem;
        line-height: 130%
    }
}
.remove-lesson__form,
.remove-part__form {
    margin-top: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
@media only screen and (min-width:1024px) {
    .remove-lesson__form,
    .remove-part__form {
        margin-top: 4rem !important
    }
}
.remove-lesson__form-cancel,
.remove-part__form-cancel {
    width: calc(50% - .5rem);
    padding: 1rem 2rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #1d1d1d
}
.remove-lesson__form-submit,
.remove-part__form-submit {
    width: calc(50% - .5rem);
    padding: 1rem 2rem;
    border: 1px solid #f96e46;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 143%;
    color: #f96e46
}
.password-eye {
    position: absolute;
    bottom: 1.8rem;
    right: 2rem;
    width: 2.4rem;
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer
}
.password-eye+input {
    padding-right: 5rem
}
.modal {
    display: none;
    z-index: 305
}
.modal-open {
    overflow: hidden
}
.iti {
    width: 100%;
    height: 100%
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    overflow: auto
}
@media only screen and (min-width:1280px) {
    .modal_wait .modal__dialog {
        max-width: 104rem !important
    }
}
@media only screen and (min-width:768px) {
    .modal.modal-bid {
        padding: 10rem 0
    }
}
.modal.modal-bid .modal__dialog {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 6.4rem 2rem 2rem;
    min-height: 100%;
    width: 100%;
    background: #fff
}
@media only screen and (min-width:768px) {
    .modal.modal-bid .modal__dialog {
        max-width: 56rem;
        min-height: auto;
        border-radius: 1.2rem
    }
}
.modal.modal-bid .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 10;
    cursor: pointer
}
.modal.modal-bid .modal__close::after,
.modal.modal-bid .modal__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 2.4rem;
    background: #757575;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}
.modal.modal-bid .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.modal.modal-bid .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.modal.modal-bid .modal__close:hover::after,
.modal.modal-bid .modal__close:hover::before {
    height: 3px
}
@media only screen and (min-width:768px) {
    .modal.modal-bid2 {
        padding: 10rem 0
    }
}
.modal.modal-bid2 .modal__dialog {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 8rem 2rem 2rem;
    min-height: 100%;
    width: 100%;
    background: #fff
}
@media only screen and (min-width:768px) {
    .modal.modal-bid2 .modal__dialog {
        max-width: 60rem;
        min-height: auto;
        border-radius: 1.2rem
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal-bid2 .modal__dialog {
        max-width: 74rem;
        padding: 10rem;
        border-radius: 2rem
    }
}
.modal.modal-bid2 .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 10;
    cursor: pointer
}
.modal.modal-bid2 .modal__close::after,
.modal.modal-bid2 .modal__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 2.4rem;
    background: #122820;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}
.modal.modal-bid2 .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.modal.modal-bid2 .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.modal.modal-bid2 .modal__close:hover::after,
.modal.modal-bid2 .modal__close:hover::before {
    height: 3px
}
.modal.modal-bid2 .modal-bid__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 130%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .modal.modal-bid2 .modal-bid__title {
        font-size: 3.2rem
    }
}
.modal.modal-bid2 .modal-bid__text {
    margin: .5rem auto 0;
    max-width: 56rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #757575
}
.modal.modal-bid2 .form {
    margin-top: 2rem
}
@media only screen and (min-width:1024px) {
    .modal.modal-bid2 .form {
        padding: 0 3.6rem
    }
}
@media only screen and (min-width:768px) {
    .modal.modal2 {
        padding: 4rem 0
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal2.modal_success .modal__dialog {
        max-width: 75rem
    }
}
.modal.modal2 .modal__dialog {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    overflow: auto;
    margin: 0 auto;
    padding: 4rem 2rem;
    width: calc(100% - 4rem);
    background: #fff;
    border-radius: 1.6rem;
    max-height: 90vh
}
@media only screen and (min-width:768px) {
    .modal.modal2 .modal__dialog {
        max-width: 56rem;
        min-height: auto;
        border: .1rem solid #9bd556;
        border-radius: 2rem
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal2 .modal__dialog {
        max-width: 62rem;
        padding: 5rem
    }
}
.modal.modal2 .modal__close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1.4rem;
    z-index: 10;
    cursor: pointer
}
@media only screen and (min-width:1024px) {
    .modal.modal2 .modal__close {
        top: 2rem;
        right: 2rem
    }
}
.modal.modal2 .modal__close::after,
.modal.modal2 .modal__close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 2.4rem;
    background: #122820;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}
.modal.modal2 .modal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.modal.modal2 .modal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.modal.modal2 .modal__close:hover::after,
.modal.modal2 .modal__close:hover::before {
    height: 3px
}
.submit-number__title {
    margin: 0 auto;
    max-width: 34.6rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .submit-number__title {
        max-width: 44rem;
        font-size: 2.4rem;
        line-height: 130%
    }
}
.submit-number__subtitle {
    margin: .8rem auto 0;
    max-width: 35rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .submit-number__subtitle {
        margin-top: 1.2rem;
        font-size: 1.6rem;
        max-width: 100%
    }
}
.submit-number__form {
    margin: 1.6rem auto 0;
    max-width: 48rem;
    width: 100%
}
@media only screen and (min-width:1024px) {
    .submit-number__form {
        margin-top: 3rem
    }
}
.submit-number__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem
}
.submit-number__input {
    width: calc(25% - .375rem);
    height: 6.4rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 140%;
    border: 1px solid #bababa;
    border-radius: 2rem
}
.submit-number__bttns {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width:1024px) {
    .submit-number__bttns {
        margin-top: 1.6rem
    }
}
.submit-number__repeat {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    color: #9bd556
}
.submit-number__change {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 100%;
    text-align: center;
    color: #9bd556;
    text-decoration: underline
}
.submit-number__send {
    margin-top: 1.6rem;
    padding: 1.6rem 2rem;
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
.change-number__title {
    margin: 0 auto;
    max-width: 34.6rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .change-number__title {
        max-width: 57.2rem;
        font-size: 3rem;
        line-height: 130%
    }
}
.change-number__subtitle {
    margin: .8rem auto 0;
    max-width: 35rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .change-number__subtitle {
        margin-top: 1.2rem;
        font-size: 1.6rem;
        max-width: 100%
    }
}
.change-number__form {
    margin: 1.2rem auto 0;
    max-width: 48rem;
    width: 100%
}
@media only screen and (min-width:1024px) {
    .change-number__form {
        margin-top: 2.4rem
    }
}
.success-modal__img {
    margin: 0 auto;
    width: 22rem;
    height: 12.5rem
}
@media only screen and (min-width:768px) {
    .success-modal__img {
        width: 32rem;
        height: 18.6rem
    }
}
.success-modal__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.success-modal__title {
    margin-top: 2.4rem;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .success-modal__title {
        margin-top: 3.6rem;
        font-size: 3rem;
        line-height: 130%
    }
}
.success-modal__subtitle {
    margin-top: .8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    text-align: center;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .success-modal__subtitle {
        margin-top: 2rem;
        font-size: 2rem
    }
}
.payment__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.payment__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment__title {
        font-size: 4.4rem;
        line-height: 120%
    }
}
.payment__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #1d1d1d
}
.payment__promo svg {
    width: 2.4rem;
    height: 2.4rem
}
.payment__promo span {
    text-decoration: underline
}
.payment__promo-input {
    position: relative;
    max-width: 24.4rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: none
}
.payment__promo-input input {
    padding: 1.3rem 1.2rem;
    width: 100%;
    background: rgba(255, 255, 255, .15);
    border: .1rem solid #bababa;
    border-radius: 2rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    color: #1d1d1d
}
.payment__promo-close {
    position: absolute;
    top: 1.5rem;
    right: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    z-index: 10;
    cursor: pointer
}
.payment__promo-close::after,
.payment__promo-close::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    height: .1rem;
    width: 1.4rem;
    background: #1d1d1d;
    border-radius: 10rem;
    -webkit-transition: height .15s linear;
    transition: height .15s linear
}
.payment__promo-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.payment__promo-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.payment__promo-close:hover::after,
.payment__promo-close:hover::before {
    height: .2rem
}
.payment__course {
    margin-top: 1.6rem;
    padding: 1.2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    background: #fff;
    border: .2rem solid #f5f4f7;
    border-radius: 1.2rem
}
@media only screen and (min-width:1024px) {
    .payment__course {
        margin-top: 3.2rem
    }
}
.payment__course_extended .payment__course-value {
    font-size: 2rem
}
.payment__course-item {
    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
}
.payment__course-item_result {
    padding-top: 1.2rem;
    border-top: .1rem solid #f5f4f7
}
.payment__course-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem
}
.payment__course-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    color: #757575
}
.payment__course-name {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #1d1d1d
}
.payment__course-value {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 120%;
    color: #1d1d1d
}
.payment__methods-title {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment__methods-title {
        margin-top: 3.2rem;
        font-size: 2rem
    }
}
.payment__methods {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem
}
.payment__method {
    padding: 1.2rem 1.2rem 1.9rem;
    width: calc(50% - .4rem);
    height: 11rem;
    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;
    opacity: .4;
    border: .2rem solid #bababa;
    border-radius: 2rem;
    cursor: pointer
}
.payment__method.active {
    opacity: 1;
    border: .2rem solid #9bd556
}
.payment__method-name {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #757575
}
.payment__submit.disabled {
    background: #f5f4f7;
    color: #bababa;
    pointer-events: none
}
.payment__utils {
    margin-top: 2.4rem
}
.payment__wallet-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #757575
}
.payment__wallet-input {
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.payment__wallet-input input {
    padding: .8rem 2rem;
    opacity: .8;
    border: 1px solid #bababa;
    border-radius: .4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #1d1d1d
}
.payment__wallet-copy {
    width: 4.2rem;
    height: 4.2rem;
    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: #9bd556;
    border-radius: .4rem
}
.payment__choose-wrap {
    margin-top: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5
}
.payment__choose-wrap::after {
    content: "";
    position: absolute;
    top: calc(50% - .05rem);
    left: 0;
    width: 100%;
    height: .1rem;
    background: #f5f4f7;
    z-index: -1
}
.payment__choose {
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575;
    text-align: center;
    z-index: 5;
    padding: 0 1rem;
    background: #fff
}
.payment__qr {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.payment__qr-img {
    width: 10.8rem;
    height: 10.8rem
}
.payment__qr-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.payment__qr-guide {
    max-width: 21.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 170%;
    color: #575857
}
.payment__receipt {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.payment__receipt input:checked+.form__checkbox-circle {
    border-color: #9bd556
}
.payment__receipt input:checked+.form__checkbox-circle svg {
    border-color: #9bd556;
    opacity: 1
}
.payment__receipt .form__checkbox-circle {
    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
}
.payment__receipt .form__checkbox-circle::before {
    display: none
}
.payment__receipt .form__checkbox-circle svg {
    opacity: 0
}
.loader {
    position: relative;
    width: 10rem;
    height: 10rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
.loader img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.wait__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
}
@media only screen and (min-width:1280px) {
    .wait__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.wait__head .loader {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.wait__head-content {
    max-width: 40rem
}
.wait__head-title {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1280px) {
    .wait__head-title {
        font-size: 3.2rem
    }
}
.wait__head-text {
    margin-top: .6rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 150%;
    color: #757575
}
@media only screen and (min-width:1280px) {
    .wait__head-text {
        margin-top: 1.2rem
    }
}
.wait__title {
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1280px) {
    .wait__title {
        margin-top: 6rem
    }
}
.wait__slider {
    margin-top: 1.6rem
}
@media only screen and (min-width:1280px) {
    .wait__slider {
        margin-top: 2.4rem
    }
}
.course-mark .modal__dialog {
    padding-top: 9.6rem !important;
    overflow: visible !important
}
@media only screen and (min-width:1280px) {
    .course-mark .modal__dialog {
        padding-top: 14rem !important
    }
}
.course-mark__img {
    position: absolute;
    top: -4.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 14rem;
    height: 12.1rem
}
@media only screen and (min-width:1280px) {
    .course-mark__img {
        top: -6rem;
        width: 20rem;
        height: 17.5rem
    }
}
.course-mark__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.course-mark__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    color: #122820
}
@media only screen and (min-width:1024px) {
    .course-mark__title {
        font-size: 3rem;
        line-height: 130%;
        font-weight: 600
    }
}
.course-mark__form {
    margin-top: 1.2rem
}
@media only screen and (min-width:1024px) {
    .course-mark__form {
        margin-top: 1.6rem
    }
}
.course-mark__form .form__textarea>span {
    padding-left: 0;
    color: #122820
}
.course-mark__stars {
    margin-top: 1.6rem;
    padding-left: 2rem
}
.course-mark__bttns {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.4rem
}
@media only screen and (min-width:1024px) {
    .course-mark__bttns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 2rem
    }
}
.course-mark__close-bttn {
    padding: 1rem 2rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 200%;
    color: #1d1d1d
}
.course-mark__submit {
    margin-top: 0;
    padding: 1rem 2.5rem;
    width: auto;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    background: #9bd556;
    color: #fff
}
@media only screen and (min-width:1024px) {
    .course-mark__submit {
        padding: 1rem 4.4rem
    }
}
.registration-modal__title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .registration-modal__title {
        font-weight: 500;
        font-size: 3.2rem;
        line-height: 130%
    }
}
.registration-modal__text {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #1d1d1d;
    text-align: center
}
.modal.modal-success .modal__close {
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #1d1d1d;
    border-radius: .8rem
}
@media only screen and (min-width:1280px) {
    .modal.modal-success .modal__close {
        width: 4rem;
        height: 4rem;
        border-radius: 1.4rem
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal-success .modal__dialog {
        padding: 7.5rem 4rem !important;
        border-radius: 2.4rem
    }
}
@media only screen and (min-width:768px) {
    .modal.modal-success .modal-success__first {
        padding: 4rem 0
    }
}
.modal.modal-success .modal-success__first .preloader svg {
    width: 20rem;
    height: 20rem
}
.modal.modal-success .modal-success__second {
    display: none
}
.modal.modal-success .modal-success__content {
    margin-top: 2rem
}
.modal.modal-success .modal-success__content h2 {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 160%;
    color: #1d1d1d;
    text-align: center
}
@media only screen and (min-width:1280px) {
    .modal.modal-success .modal-success__content h2 {
        font-size: 3.2rem
    }
}
.modal.modal-success .modal-success__content p {
    margin-top: .4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
    color: #757575;
    text-align: center
}
@media only screen and (min-width:1280px) {
    .modal.modal-success .modal-success__content p {
        margin-top: .8rem
    }
}
.modal.modal-success .modal-success__img {
    margin: 0 auto;
    width: 12.3rem;
    height: 12rem
}
.modal.modal-success .modal-success__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.modal#paymentModal2 .modal__dialog {
    padding: 2rem
}
@media only screen and (min-width:768px) {
    .modal#paymentModal2 .modal__dialog {
        max-width: 54rem
    }
}
@media only screen and (min-width:1024px) {
    .modal#paymentModal2 .modal__dialog {
        padding: 3.2rem
    }
}
.payment2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.payment2__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__back {
        font-size: 1.6rem
    }
}
.payment2__back img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
    object-fit: contain
}
@media only screen and (min-width:1024px) {
    .payment2__back img {
        width: 2rem;
        height: 2rem
    }
}
.payment2__title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
    color: #122820
}
.payment2 .modal__close {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important
}
.payment2__course {
    margin-top: 2rem;
    padding: 1.2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    background: #fff;
    border: .2rem solid #f5f4f7;
    border-radius: 1.2rem
}
@media only screen and (min-width:1024px) {
    .payment2__course {
        margin-top: 3.2rem
    }
}
.payment2__course_extended .payment__course-value {
    font-size: 2rem
}
.payment2__course-item {
    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
}
.payment2__course-item:not(:first-of-type) {
    padding-top: 1.2rem;
    border-top: 1px solid #f5f4f7
}
.payment2__course-item_result {
    padding-top: 1.2rem;
    border-top: .1rem solid #f5f4f7
}
.payment2__course-item_crypto .payment2__course-value {
    font-weight: 700
}
@media only screen and (min-width:1024px) {
    .payment2__course-item_crypto .payment2__course-value {
        font-size: 2.4rem
    }
}
.payment2__course-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem
}
.payment2__course-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #757575
}
.payment2__course-name {
    margin-top: .4rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__course-name {
        font-size: 2rem
    }
}
.payment2__course-value {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 130%;
    color: #1d1d1d
}
.payment2__methods-title {
    margin-top: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__methods-title {
        margin-top: 3.2rem
    }
}
.payment2__methods {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem
}
.payment2__method {
    border: 1px solid #bababa;
    border-radius: 2rem
}
@media only screen and (min-width:1024px) {
    .payment2__method:hover {
        border-color: #5aa000
    }
}
.payment2__method.active {
    border: 2px solid #9bd556
}
.payment2__method-head {
    padding: 2rem 1.6rem;
    min-height: 7.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}
.payment2__method-head.active .payment2__method-radio {
    background: 0 0;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}
.payment2__method-head.active .payment2__method-radio::after {
    opacity: 0
}
.payment2__method-head.active .payment2__method-radio img {
    opacity: 1
}
.payment2__method-radio {
    position: relative;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f7f7f7));
    background: linear-gradient(180deg, #e8e8e8 0, #f7f7f7 100%);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    border-radius: 50%
}
.payment2__method-radio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
    background: linear-gradient(180deg, #fff 0, #e5e5e5 100%);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .1);
    border-radius: 50%
}
.payment2__method-radio img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0
}
.payment2__method-name {
    margin-left: .8rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__method-name {
        margin-left: 1rem
    }
}
.payment2__method-imgs {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}
.payment2__method-imgs_sized img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2__method-body {
    padding: 0 2rem 2rem
}
.payment2__choose-title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #1d1d1d
}
.payment2__list {
    margin-top: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}
.payment2__li {
    position: relative;
    padding: 1.2rem 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dfe1e3;
    border-radius: 1.6rem
}
@media only screen and (min-width:1024px) {
    .payment2__li:hover .payment2__li-name {
        color: #1d1d1d
    }
}
.payment2__li img {
    width: auto;
    height: 2.3rem;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2__li.active {
    border-color: #5aa000
}
.payment2__li.active .payment2__li-name {
    color: #0f1d11
}
.payment2__li.active::after {
    content: "";
    position: absolute;
    top: 1.2rem;
    right: 1.6rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/check3.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.payment2__li-name {
    margin-left: .8rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 100%;
    color: #4d4e4e
}
.payment2__next {
    margin-top: 1.6rem;
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
.payment2 .preloader {
    margin: 4.6rem 4rem 4rem
}
@media only screen and (min-width:1024px) {
    .payment2 .preloader {
        margin-top: 5.6rem
    }
}
.payment2 .preloader svg {
    width: 10rem;
    height: 10rem
}
@media only screen and (min-width:1024px) {
    .payment2 .preloader svg {
        width: 12rem;
        height: 12rem
    }
}
.payment2__preloader-text {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__preloader-text {
        margin-top: 2.4rem
    }
}
.payment2__result {
    padding: 2rem
}
.payment2__result-title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 120%;
    color: #1d1d1d
}
.payment2__result-main {
    margin-top: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width:1024px) {
    .payment2__result-main {
        padding: .6rem 0
    }
}
.payment2__result-main>img {
    height: 3.9rem;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2__result-titles {
    margin-left: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .4rem
}
.payment2__result-cat {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100%;
    color: #4d4e4e
}
.payment2__result-item {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    color: #122820
}
.payment2__result-edit {
    margin-left: auto;
    padding: .4rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    background: #f5f4f7;
    border-radius: .8rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #1d1d1d
}
.payment2__result-edit img {
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2__utils {
    margin-top: .8rem;
    padding: 2rem;
    border: 1px solid #9bd556;
    border-radius: 2rem
}
@media only screen and (min-width:1024px) {
    .payment2__utils {
        margin-top: 0
    }
}
.payment2__wallet-name {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #4d4e4e
}
.payment2__wallet-input {
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.payment2__wallet-input input {
    padding: .8rem 2rem;
    opacity: .8;
    border: 1px solid #bababa;
    border-radius: .4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #1d1d1d
}
.payment2__wallet-copy {
    width: 4.2rem;
    height: 4.2rem;
    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: #9bd556;
    border-radius: .4rem
}
.payment2__choose-wrap {
    margin-top: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5
}
.payment2__choose-wrap::after {
    content: "";
    position: absolute;
    top: calc(50% - .05rem);
    left: 0;
    width: 100%;
    height: .1rem;
    background: #f5f4f7;
    z-index: -1
}
.payment2__choose {
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #757575;
    text-align: center;
    z-index: 5;
    padding: 0 1rem;
    background: #fff
}
.payment2__qr {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width:1024px) {
    .payment2__qr {
        gap: 3.2rem
    }
}
.payment2__qr-img {
    width: 10.8rem;
    height: 10.8rem
}
.payment2__qr-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2__qr-guide {
    max-width: 21.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 170%;
    color: #575857
}
.payment2__receipt {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 150%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.payment2__receipt input:checked+.form__checkbox-circle {
    border-color: #9bd556
}
.payment2__receipt input:checked+.form__checkbox-circle svg {
    border-color: #9bd556;
    opacity: 1
}
.payment2__receipt .form__checkbox-circle {
    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
}
.payment2__receipt .form__checkbox-circle::before {
    display: none
}
.payment2__receipt .form__checkbox-circle svg {
    opacity: 0
}
.payment2__safe-title {
    margin: 2.8rem auto 0;
    max-width: 37rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 130%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .payment2__safe-title {
        margin-top: 3.2rem
    }
}
.payment2__safe-balance {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .payment2__safe-balance {
        margin-top: 1.6rem
    }
}
.payment2__safe-balance b {
    font-weight: 700;
    font-size: 4rem;
    line-height: 110%;
    color: #1d1d1d
}
.payment2__safe-bttn {
    margin-top: 2rem;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
@media only screen and (min-width:1024px) {
    .payment2__safe-bttn {
        margin-top: 2.4rem
    }
}
.modal#paymentModal2-success .modal__dialog {
    padding: 2rem
}
@media only screen and (min-width:768px) {
    .modal#paymentModal2-success .modal__dialog {
        max-width: 40rem
    }
}
@media only screen and (min-width:1024px) {
    .modal#paymentModal2-success .modal__dialog {
        padding: 3.2rem;
        border-radius: 3.2rem
    }
}
.payment2-success__img {
    margin: 0 auto;
    width: 11.6rem;
    height: 10.7rem
}
.payment2-success__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.payment2-success__title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 100%;
    text-align: center;
    color: #1d1d1d
}
.payment2-success__text {
    margin-top: 1.4rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 150%;
    text-align: center;
    color: #757575
}
.payment2-success__link {
    margin-top: 2.4rem;
    padding: 1.5rem 2rem;
    width: 100%;
    font-weight: 500;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
@media only screen and (min-width:1024px) {
    .payment2-success__link {
        margin-top: 2rem
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal-bid2#land-success .modal__dialog {
        position: relative;
        padding-top: 17.5rem;
        padding-bottom: 6rem;
        overflow: visible
    }
}
.land-success__img {
    margin: 0 auto;
    width: 14.2rem;
    height: 12.9rem
}
.land-success__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
@media only screen and (min-width:1024px) {
    .land-success__img {
        position: absolute;
        top: -9.5rem;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 23.3rem;
        height: 25.6rem
    }
}
.land-success__content {
    margin-top: 1rem
}
@media only screen and (min-width:1024px) {
    .land-success__content {
        margin-top: 0
    }
}
.land-success__title {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 100%;
    text-align: center;
    color: #1d1d1d
}
.land-success__title b {
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
@media only screen and (min-width:1024px) {
    .land-success__title {
        font-size: 3.2rem
    }
}
.land-success__description {
    margin: 1.2rem auto 0;
    max-width: 43.5rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
    color: #757575
}
.land-success__description b {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 112%;
    color: #757575
}
.land-success__description a {
    position: relative;
    font-weight: 700;
    text-decoration: underline;
    color: #5aa000
}
.land-success__link {
    margin: 1.6rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5rem 4.5rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 170%;
    color: #fff
}
.land-success__text {
    margin: 1.6rem auto 0;
    max-width: 32.5rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    text-align: center;
    color: #1d1d1d
}
.land-success__text b {
    color: #7e7e7e
}
.modal#modal-share .modal__dialog,
.modal#modal-webinar .modal__dialog {
    padding: 2rem
}
@media only screen and (min-width:768px) {
    .modal#modal-share .modal__dialog,
    .modal#modal-webinar .modal__dialog {
        max-width: 50rem
    }
}
@media only screen and (min-width:1024px) {
    .modal#modal-share .modal__dialog,
    .modal#modal-webinar .modal__dialog {
        padding: 4rem
    }
}
.modal#modal-share .modal__dialog .modal__close,
.modal#modal-webinar .modal__dialog .modal__close {
    width: 2.4rem;
    height: 2.4rem;
    border: none;
    border-radius: 0
}
.modal#modal-share .modal__dialog .modal__close::after,
.modal#modal-share .modal__dialog .modal__close::before,
.modal#modal-webinar .modal__dialog .modal__close::after,
.modal#modal-webinar .modal__dialog .modal__close::before {
    width: 2rem;
    height: .1rem;
    background: #122820
}
.modal-webinar__img {
    margin-top: 4rem;
    position: relative;
    width: 100%;
    height: 19rem;
    border-radius: 1.4rem;
    overflow: hidden
}
@media only screen and (min-width:1024px) {
    .modal-webinar__img {
        margin-top: 1.5rem;
        height: 21rem
    }
}
.modal-webinar__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}
.modal-webinar__tariff {
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
    padding: .4rem .8rem;
    width: calc(100% - 3.2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border-radius: .4rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 167%;
    color: #63a712
}
@media only screen and (min-width:1024px) {
    .modal-webinar__tariff {
        margin-top: 0;
        margin-bottom: .2rem
    }
}
.modal-webinar__tariff img {
    width: 1.2rem;
    height: 1.2rem;
    -o-object-fit: contain;
    object-fit: contain
}
.modal-webinar__title {
    margin-top: 1.2rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 133%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .modal-webinar__title {
        margin-top: 1.6rem
    }
}
.modal-webinar__text {
    margin-top: 1.2rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133.33%;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .modal-webinar__text {
        margin-top: 1rem
    }
}
.modal-webinar__info {
    margin-top: 1rem;
    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
}
@media only screen and (min-width:1024px) {
    .modal-webinar__info {
        margin-top: .5rem
    }
}
.modal-webinar__author,
.modal-webinar__date {
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    line-height: 160%;
    color: #1d1d1d
}
.modal-webinar__author svg,
.modal-webinar__date svg {
    width: 1.4rem;
    height: auto
}
.modal-webinar__telegram {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    padding: .8rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f4f7;
    border-radius: 1.4rem
}
.modal-webinar__telegram-icon {
    width: 1.7rem;
    height: 1.7rem
}
.modal-webinar__telegram-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.modal-webinar__telegram-title {
    margin-left: .2rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #0f1d11
}
.modal-webinar__telegram-link {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem;
    font-family: "Google Sans";
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    text-decoration: underline;
    color: #1d1d1d
}
.modal-webinar__telegram-link img {
    width: .8rem;
    height: .8rem;
    -o-object-fit: contain;
    object-fit: contain
}
.modal-webinar__end {
    margin-top: 1.2rem;
    padding: 1.2rem;
    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;
    background: #fff;
    border: 1px solid #f5f4f7;
    border-radius: 1.2rem;
    -webkit-box-shadow: -1px 1px 12px #e9e9e9;
    box-shadow: -1px 1px 12px #e9e9e9
}
@media only screen and (min-width:1024px) {
    .modal-webinar__end {
        margin-top: 1.6rem
    }
}
.modal-webinar__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}
.modal-webinar__price-text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133%;
    color: #757575
}
.modal-webinar__price-value {
    padding: .2rem 1.2rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #1d1d1d
}
.modal-webinar__buy {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.4rem;
    line-height: 140%;
    font-weight: 500
}
.modal-webinar__utils {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.4rem
}
.modal-webinar__utils-bttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
    color: #757575
}
.modal-webinar__utils-bttn svg {
    width: 1.6rem;
    height: 1.6rem
}
.modal-webinar__preloader {
    padding: 8rem 4rem 4rem;
    height: 54rem
}
.modal-webinar__preloader .preloader {
    width: 20rem;
    margin: 0 auto;
    height: 100%
}
.modal-webinar__preloader .preloader svg {
    width: 100%;
    height: 100%
}
.modal#webinar-tariff .modal__dialog {
    padding: 6.4rem 2rem 2rem
}
@media only screen and (min-width:768px) {
    .modal#webinar-tariff .modal__dialog {
        max-width: 60rem;
        padding: 6.8rem 8rem
    }
}
@media only screen and (min-width:1024px) {
    .modal#webinar-tariff .modal__dialog {
        padding: 6.8rem 8rem;
        border-radius: 3.2rem
    }
}
.webinar-tariff__back {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .webinar-tariff__back {
        font-size: 1.6rem
    }
}
.webinar-tariff__back img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
    object-fit: contain
}
@media only screen and (min-width:1024px) {
    .webinar-tariff__back img {
        width: 2rem;
        height: 2rem
    }
}
.webinar-tariff__title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #0f1d11
}
.webinar-tariff__title b {
    font-weight: 600
}
.webinar-tariff__list {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}
.webinar-tariff__li {
    position: relative;
    padding: 2.8rem 2rem 2rem;
    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;
    border: 1px solid #f6f6f6;
    border-radius: 12px;
    cursor: pointer
}
.webinar-tariff__li:not(.active):hover {
    border-color: #9bd556
}
.webinar-tariff__li.active {
    border-color: #5aa000
}
.webinar-tariff__li.stock .webinar-tariff__stock {
    display: block
}
.webinar-tariff__li input {
    display: none
}
.webinar-tariff__stock {
    position: absolute;
    top: 0;
    left: 0;
    padding: .4rem 3.5rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-13%, #5aa000), color-stop(121%, #9ad556));
    background: linear-gradient(0deg, #5aa000 -13%, #9ad556 121%);
    border-radius: 1.2rem 0;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #fff;
    display: none
}
.webinar-tariff__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .1rem
}
.webinar-tariff__date {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #0f1d11
}
.webinar-tariff__val {
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    color: #505358
}
.webinar-tariff__right {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    color: #1d1d1d
}
.webinar-tariff__right span {
    font-weight: 500
}
.webinar-tariff__subscribe {
    margin-top: 2.4rem;
    width: 100%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 150%;
    color: #fff
}
.modal#course-success .modal__dialog,
.modal#webinar-success .modal__dialog {
    padding: 2rem 2.5rem
}
@media only screen and (min-width:768px) {
    .modal#course-success .modal__dialog,
    .modal#webinar-success .modal__dialog {
        max-width: 60rem;
        overflow: visible;
        border-radius: 2.4rem
    }
}
@media only screen and (min-width:1024px) {
    .modal#course-success .modal__dialog,
    .modal#webinar-success .modal__dialog {
        padding: 6rem;
        max-width: 67.2rem;
        border-radius: 2.4rem
    }
}
.course-success__img,
.webinar-success__img {
    margin: 0 auto;
    width: 19.2rem;
    height: 19.2rem
}
@media only screen and (min-width:768px) {
    .course-success__img,
    .webinar-success__img {
        margin-top: -6.4rem
    }
}
@media only screen and (min-width:1024px) {
    .course-success__img,
    .webinar-success__img {
        margin-top: -13rem
    }
}
.course-success__img img,
.webinar-success__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.course-success__title,
.webinar-success__title {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 100%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .course-success__title,
    .webinar-success__title {
        font-size: 3.2rem
    }
}
.course-success__name,
.webinar-success__name {
    margin-top: 1.2rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    text-align: center;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .course-success__name,
    .webinar-success__name {
        font-size: 2.6rem
    }
}
.course-success__date,
.webinar-success__date {
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: .5rem;
    font-size: 2rem;
    line-height: 100%;
    color: #1d1d1d
}
.course-success__links,
.webinar-success__links {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem
}
@media only screen and (min-width:1024px) {
    .course-success__links,
    .webinar-success__links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2.8rem
    }
}
.course-success__link,
.webinar-success__link {
    font-weight: 500;
    font-size: 2rem;
    line-height: 170%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.course-success__description {
    margin-top: 1.2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 120%;
    text-align: center;
    color: #757575
}
.modal-share__back {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #1d1d1d
}
@media only screen and (min-width:1024px) {
    .modal-share__back {
        top: 2.4rem;
        left: 2.4rem
    }
}
.modal-share__back img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.6rem;
    height: 1.6rem;
    -o-object-fit: contain;
    object-fit: contain
}
@media only screen and (min-width:1024px) {
    .modal-share__back img {
        width: 2rem;
        height: 2rem
    }
}
.modal-share__title {
    margin-top: 2rem;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 100%;
    text-align: center;
    color: #1d1d1d
}
.modal-share__links {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.2rem
}
.modal-share__link {
    display: block;
    width: 4.2rem;
    height: 4.2rem
}
.modal-share__link svg {
    width: 4.2rem;
    height: 4.2rem
}
.modal-share__link:hover path {
    fill: #9bd556
}
.modal-share__link:hover circle {
    stroke: #9bd556
}
.modal-share__link:last-of-type:hover path {
    stroke: #9bd556;
    fill: #9bd556
}
.modal-share__link:last-of-type:hover path:last-of-type {
    fill: #fff
}
.modal-share__or {
    margin: 2.4rem auto 0;
    max-width: 35rem;
    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;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 112%;
    color: #1f2232
}
@media only screen and (min-width:1280px) {
    .modal-share__or {
        margin-top: 2.4rem
    }
}
.modal-share__or::after,
.modal-share__or::before {
    content: "";
    width: calc(50% - 2.5rem);
    height: .1rem;
    background-color: #f5f4f7
}
.modal-share__copy {
    margin: 1.6rem auto 0;
    width: 100%;
    max-width: 35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff
}
.main-cabinet {
    margin-top: 2rem
}
@media only screen and (min-width:1024px) {
    .main-cabinet {
        padding-top: 9.5rem
    }
}
@media only screen and (min-width:1024px) {
    .main-cabinet>.container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem
    }
}
@media only screen and (min-width:1600px) {
    .main-cabinet>.container {
        gap: 5rem
    }
}
@media only screen and (min-width:1024px) {
    .main-cabinet__side-menu {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}
@media only screen and (min-width:1024px) {
    .main-cabinet__content {
        padding-top: 1rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: calc(100% - 19.6rem - 31rem - 4rem)
    }
}
@media only screen and (min-width:1024px) {
    .main-cabinet__content {
        width: calc(100% - 19.6rem - 31rem - 10rem)
    }
}
.main-cabinet__sidebar {
    margin: 4rem auto 8rem;
    max-width: 40rem
}
@media only screen and (min-width:1024px) {
    .main-cabinet__sidebar {
        margin: 0;
        width: 31rem;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}
.side-menu {
    display: none
}
@media only screen and (min-width:1024px) {
    .side-menu {
        position: relative;
        margin-bottom: 8rem;
        display: block;
        z-index: 34
    }
}
@media only screen and (min-width:1024px) {
    .side-menu__wrap {
        position: sticky;
        top: 11.5rem;
        width: 19.6rem
    }
}
.side-menu__cabinet-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .8rem
}
.side-menu__cabinet-subtitle {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 167%;
    color: #757575
}
.side-menu__cabinet-subtitle:not(:first-of-type) {
    margin-top: 1.2rem
}
.side-menu__cabinet-link {
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 130%;
    color: #4d4e4e
}
@media only screen and (min-width:1024px) {
    .side-menu__cabinet-link:hover {
        color: #122820;
        font-weight: 500
    }
}
.side-menu__cabinet-link.active {
    border: .1rem solid #63a712;
    border-radius: 1.2rem;
    font-weight: 500;
    color: #122820
}
.side-menu__cabinet-link:last-of-type {
    padding-top: 2rem;
    border-top: .1rem solid #f5f4f7
}
.side-menu__cabinet-icon {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.side-menu__cabinet-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.cut-menu .side-menu__cabinet-links {
    background: #fff;
    -webkit-transition: width .15s ease-in-out .1s;
    transition: width .15s ease-in-out .1s
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-links {
        padding: 1.2rem;
        width: 6.6rem;
        border-radius: 1.2rem
    }
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-links:hover {
        width: 22rem
    }
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-links:hover .side-menu__cabinet-link span {
        width: auto;
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out .25s;
        transition: opacity .15s ease-in-out .25s
    }
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-links:hover .side-subscribe {
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out .25s;
        transition: opacity .15s ease-in-out .25s
    }
}
.cut-menu .side-menu {
    width: 6.6rem
}
.cut-menu .side-menu__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-link {
        padding: 1rem
    }
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-menu__cabinet-link span {
        white-space: nowrap;
        width: 0;
        opacity: 0;
        -webkit-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out
    }
}
@media only screen and (min-width:1024px) {
    .cut-menu .side-subscribe {
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }
}
.sidebar-event {
    margin-top: .6rem;
    padding: 2rem;
    background: #fff;
    border-radius: 1.2rem;
    display: block;
    -webkit-box-shadow: 0 4px 14px #eee;
    box-shadow: 0 4px 14px #eee
}
.sidebar-event__title {
    margin-top: 2.4rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    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;
    color: #122820
}
@media only screen and (min-width:1024px) {
    .sidebar-event__title {
        font-size: 1.6rem
    }
}
@media only screen and (min-width:1280px) {
    .sidebar-event__title {
        margin-top: 3.2rem
    }
}
.sidebar-event__title span {
    padding: .4rem .8rem;
    background: #e2fbc4;
    border-radius: .4rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    color: #122820
}
.sidebar-event__title span::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(../images/clock2.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.sidebar-event__card-img {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    height: 20rem;
    border-radius: 1.4rem;
    overflow: hidden
}
.sidebar-event__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
@media only screen and (min-width:1024px) {
    .sidebar-event__card-img {
        width: 26.5rem;
        height: 16rem
    }
}
.sidebar-event__card-status {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: .4rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .8rem;
    background: #f96e46;
    border-radius: 10rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 125%;
    color: #fff
}
.sidebar-event__card-status svg {
    width: 1.2rem;
    height: auto
}
.sidebar-event__card-title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    color: #122820
}
.sidebar-event__card-text {
    margin-top: .5rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    color: #4d4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}
.sidebar-event__card-info {
    margin-top: .5rem;
    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
}
.sidebar-event__card-author,
.sidebar-event__card-date {
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    line-height: 160%;
    color: #1d1d1d
}
.sidebar-event__card-author svg,
.sidebar-event__card-date svg {
    width: 1.4rem;
    height: auto
}
.sidebar-event__telegram {
    margin-top: .5rem;
    padding: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f4f7;
    border-radius: .6rem;
    cursor: pointer
}
.sidebar-event__telegram-icon {
    width: 2rem;
    height: 2rem
}
.sidebar-event__telegram-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.sidebar-event__telegram-title {
    margin-left: .2rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    color: #1d1d1d
}
.sidebar-event__telegram-link {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    text-decoration: underline;
    color: #1d1d1d
}
.sidebar-event__telegram-link img {
    width: .8rem;
    height: .8rem;
    -o-object-fit: contain;
    object-fit: contain
}
.sidebar-event__card-link {
    margin-top: 1rem;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #fff
}
.sidebar-empty {
    padding: 2rem;
    border: 1px solid #f5f4f7;
    border-radius: 2rem
}
.sidebar-empty__image {
    padding: 2rem;
    width: 100%;
    height: 15.5rem;
    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: #fcfbfd;
    border-radius: 1.4rem
}
.sidebar-empty__image img {
    width: 9rem;
    height: 9rem;
    -o-object-fit: contain;
    object-fit: contain
}
.sidebar-empty__title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 133%;
    color: #1d1d1d
}
.sidebar-empty__text {
    margin-top: .4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 170%;
    color: #757575
}
.sidebar-manager {
    padding: 1.6rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #f5f4f7;
    -webkit-box-shadow: 0 4px 14px #eee;
    box-shadow: 0 4px 14px #eee;
    border-radius: 1.2rem
}
@media only screen and (min-width:1024px) {
    .sidebar-manager {
        padding: 1.6rem 1.6rem 1.6rem 1rem
    }
}
.sidebar-manager__avatar {
    width: 4.4rem;
    height: 4.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.sidebar-manager__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.sidebar-manager__content {
    margin-left: .8rem
}
.sidebar-manager__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.sidebar-manager__name {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 100%;
    color: #0f1d11
}
.sidebar-manager__status {
    padding: .15rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .2rem;
    border: 1px solid #f5f4f7;
    border-radius: .4rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 120%;
    color: #4d4e4e
}
.sidebar-manager__description {
    margin-top: .2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    color: #122820
}
.sidebar-manager__icons {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.sidebar-manager__icon {
    width: 3.2rem;
    height: 3.2rem
}
@media only screen and (min-width:1024px) {
    .sidebar-manager__icon {
        width: 2.4rem;
        height: 2.4rem
    }
}
.sidebar-manager__icon:hover svg path {
    fill: #63a712
}
.sidebar-manager__icon svg {
    width: 100%;
    height: 100%
}
.sidebar-articles {
    margin-top: 2.4rem
}
.sidebar-articles__wrap {
    position: relative;
    padding-bottom: 4rem
}
.sidebar-articles__title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    color: #122820
}
@media only screen and (min-width:1024px) {
    .sidebar-articles__title {
        text-align: center
    }
}
.sidebar-articles__list {
    margin-top: .6rem
}
.sidebar-articles__li {
    -webkit-box-shadow: 0 4px 14px #eee;
    box-shadow: 0 4px 14px #eee;
    border-radius: 1.4rem;
    overflow: hidden
}
.sidebar-articles__img {
    width: 100%;
    height: 24rem
}
@media only screen and (min-width:1024px) {
    .sidebar-articles__img {
        height: 17rem
    }
}
.sidebar-articles__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.sidebar-articles__main {
    padding: 1.2rem 2rem 2rem;
    background: #fff
}
.sidebar-articles__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}
.sidebar-articles__tag {
    padding: .4rem .8rem;
    background: #f5f4f7;
    border-radius: .6rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 123%;
    color: #757575
}
.sidebar-articles__li-title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 120%;
    color: #122820
}
.sidebar-articles__info {
    margin-top: 1.2rem;
    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
}
.sidebar-articles__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 130%;
    color: #757575
}
.sidebar-articles__time::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/time.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.sidebar-articles__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 120%;
    background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
    background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}
.sidebar-articles__link::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../images/arrow-right-green.svg);
    background-size: contain;
    background-repeat: no-repeat
}
.sidebar-articles .course__slider-pagination {
    bottom: 0
}
.subscribe__switch {
    margin: 4rem auto 0;
    padding: .3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f4f7;
    border-radius: 2.4rem
}
.subscribe__bttn {
    padding: .45rem .8rem;
    background: 0 0;
    border-radius: 2.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    color: #1d1d1d
}
.subscribe__bttn.active {
    background: #1d1d1d;
    color: #fff
}
.subscribe__economy {
    margin-top: .8rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #757575;
    text-align: center
}
.subscribe__variants {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem
}
@media only screen and (min-width:768px) {
    .subscribe__variants {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.variant {
    padding: 2rem 1.6rem;
    border: .1rem solid #e1e0e5;
    border-radius: 2rem
}
.variant[data-duration=year] {
    display: none
}
@media only screen and (min-width:768px) {
    .variant {
        width: calc(50% - .7rem)
    }
}
.variant_popular {
    margin-top: 2.6rem;
    position: relative;
    z-index: 10
}
@media only screen and (min-width:768px) {
    .variant_popular {
        margin-top: 0
    }
}
.variant_popular::before {
    content: "";
    position: absolute;
    top: -2.8rem;
    left: -.1rem;
    right: -.1rem;
    width: calc(100% + .2rem);
    height: calc(100% + 2.9rem);
    background: #63a712;
    border-radius: 2rem;
    z-index: -2
}
.variant_popular::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2rem;
    z-index: -1
}
.variant__popular {
    position: absolute;
    top: -1.9rem;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: "Google Sans";
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff
}
.variant__title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #1d1d1d;
    text-align: center
}
.variant__price {
    position: relative;
    margin: 2rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #757575
}
.variant__price b {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
    color: #1d1d1d
}
.variant__price del {
    font-weight: 400;
    font-size: 2rem;
    line-height: 100%;
    text-decoration: line-through;
    color: #757575
}
.variant__price-stock {
    position: absolute;
    top: 0;
    right: .4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    color: #fe0003
}
.variant__bttn {
    margin: 2rem auto 0;
    padding: 1rem;
    width: 100%;
    max-width: 50rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%
}
@media only screen and (min-width:768px) {
    .variant__bttn {
        max-width: 100%
    }
}
.variant__bttn:not(.variant__bttn_white) {
    color: #63a712;
    border-color: #63a712
}
.variant__bttn:not(.variant__bttn_white):hover {
    background: #63a712;
    color: #fff
}
.variant__bttn.disabled {
    padding: 1rem;
    background: #f5f4f7;
    border-radius: 1.4rem;
    color: #bababa
}
.variant__economy {
    margin-top: .8rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    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;
    gap: .4rem;
    color: #757575
}
.variant__economy::after {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../images/arrow-top-right.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.variant__list {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}
.variant__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .6rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    color: #122820
}
.variant__li::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/check3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.cancel-subscribe__title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
    color: #0f1d11
}
.cancel-subscribe__title b {
    font-weight: 500
}
@media only screen and (min-width:1024px) {
    .cancel-subscribe__title {
        font-size: 3.2rem
    }
    .cancel-subscribe__title br {
        display: none
    }
}
.cancel-subscribe__name {
    margin-top: .8rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    color: #1d1d1d;
    text-align: center
}
@media only screen and (min-width:1024px) {
    .cancel-subscribe__name {
        margin-top: 1.6rem;
        font-size: 3.2rem
    }
}
.cancel-subscribe__text {
    margin-top: 1.2rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 130%;
    text-align: center;
    color: #0f1d11
}
@media only screen and (min-width:1024px) {
    .cancel-subscribe__text {
        font-size: 1.8rem;
        margin: 1.2rem auto 0;
        max-width: 52rem
    }
}
.cancel-subscribe__bttns {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}
@media only screen and (min-width:768px) {
    .cancel-subscribe__bttns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
@media only screen and (min-width:1024px) {
    .cancel-subscribe__bttns {
        margin-top: 4rem
    }
}
.cancel-subscribe__bttn {
    width: 100%;
    padding: 1.2rem 4rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 100%;
    border-radius: .8rem
}
@media only screen and (min-width:768px) {
    .cancel-subscribe__bttn {
        width: calc(50% - .8rem)
    }
}
@media only screen and (min-width:1024px) {
    .cancel-subscribe__bttn {
        padding: 1.7rem 4rem;
        border-radius: 2rem;
        font-weight: 700;
        color: #fff;
        font-size: 1.8rem;
        line-height: 150%
    }
}
.cancel-subscribe__bttn_primary {
    color: #fff
}
.cancel-subscribe__bttn_red {
    border: .1rem solid #f96e46;
    color: #f96e46
}
.cancel-subscribe__bttn_red:hover {
    background: #f96e46;
    color: #fff
}
@media only screen and (max-width:1023px) {
    #cancel-subscribe.modal.modal-bid2 .modal__dialog {
        padding-bottom: 4rem
    }
}
@media only screen and (min-width:1024px) {
    #cancel-subscribe.modal.modal-bid2 .modal__dialog {
        padding-left: 5rem;
        padding-right: 5rem;
        max-width: 77rem
    }
}
@media only screen and (min-width:1440px) {
    #cancel-subscribe.modal.modal-bid2 .modal__dialog {
        padding: 10rem 5rem
    }
}
@media only screen and (min-width:768px) {
    #get-subscribe2.modal.modal-bid2 .modal__dialog {
        width: calc(100% - 6rem);
        max-width: 134.4rem
    }
}
@media only screen and (min-width:1024px) {
    #get-subscribe2.modal.modal-bid2 .modal__dialog {
        padding: 5rem
    }
}
#get-subscribe2.modal.modal-bid2 .modal__dialog .get-subscribe__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 85rem
}
@media only screen and (min-width:768px) {
    #get-subscribe2.modal.modal-bid2 .modal__dialog .variant {
        width: calc(33.33% - 1rem)
    }
}
@media only screen and (min-width:768px) {
    #get-tariff.modal.modal-bid2 .modal__dialog {
        width: calc(100% - 6rem);
        max-width: 82.4rem
    }
}
@media only screen and (min-width:1024px) {
    #get-tariff.modal.modal-bid2 .modal__dialog {
        padding: 5rem
    }
}
#get-tariff.modal.modal-bid2 .modal__dialog .get-subscribe__subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 85rem
}
@media only screen and (min-width:768px) {
    #get-tariff.modal.modal-bid2 .modal__dialog .variant {
        width: calc(50% - .7rem)
    }
}
@media only screen and (min-width:1024px) {
    .modal.modal-bid2#get-subscribe .modal__dialog {
        padding: 6rem
    }
}
@media only screen and (min-width:1280px) {
    .modal.modal-bid2#get-subscribe .modal__dialog {
        padding: 6rem 10rem;
        max-width: 92rem
    }
}
.modal.modal-bid2#get-subscribe .modal__dialog .subscribe__switch {
    margin-top: 1.8rem
}
.get-subscribe__title {
    font-weight: 600;
    font-size: 3rem;
    line-height: 130%;
    text-align: center;
    color: #122820
}
.get-subscribe__subtitle {
    margin-top: .8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #0f1d11
}
@media only screen and (min-width:1280px) {
    .get-subscribe__subtitle {
        font-size: 1.8rem;
        line-height: 130%
    }
}
.get-subscribe__or {
    margin: 1.6rem;
    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;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 112%;
    color: #757575
}
@media only screen and (min-width:1280px) {
    .get-subscribe__or {
        margin-top: 2.4rem
    }
}
.get-subscribe__or::after,
.get-subscribe__or::before {
    content: "";
    width: calc(50% - 2.5rem);
    height: .1rem;
    background-color: #f5f4f7
}
.get-subscribe__buy-title {
    margin-top: 1.6rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 175%;
    text-align: center;
    color: #1d1d1d
}
.get-subscribe__buy {
    margin-top: 1.6rem;
    padding: 2rem;
    border: 1px solid #f5f4f7;
    border-radius: 2rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe__buy {
        margin-top: 2rem;
        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
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe__content {
        width: calc(100% - 28rem);
        position: relative
    }
}
.get-subscribe__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
@media only screen and (min-width:1280px) {
    .get-subscribe__head {
        gap: 1.5rem
    }
}
.get-subscribe__webinar-icon {
    width: 3.8rem;
    height: 3.8rem;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: .1rem solid #f5f4f7;
    border-radius: 50%
}
@media only screen and (min-width:1280px) {
    .get-subscribe__webinar-icon {
        width: 5rem;
        height: 5rem
    }
}
.get-subscribe__webinar-icon::before {
    content: "";
    width: 3.4rem;
    height: 3rem;
    background: url(../images/webinar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}
.get-subscribe__label {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 140%;
    color: #4d4e4e
}
@media only screen and (min-width:1280px) {
    .get-subscribe__label {
        font-weight: 500
    }
}
.get-subscribe__name {
    margin-top: .2rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 120%;
    color: #122820
}
@media only screen and (min-width:1280px) {
    .get-subscribe__name {
        font-size: 2.4rem;
        line-height: 120%
    }
}
.get-subscribe__text {
    margin-top: .6rem;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133%;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}
@media only screen and (min-width:1280px) {
    .get-subscribe__text {
        padding-left: 6.5rem
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe .modal-webinar__info {
        padding-left: 6.5rem
    }
}
.get-subscribe__price {
    margin-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133%;
    color: #1d1d1d
}
@media only screen and (min-width:1280px) {
    .get-subscribe__price {
        gap: .8rem
    }
}
.get-subscribe__price span {
    display: inline-block;
    padding: .2rem .4rem;
    border-radius: .8rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
    color: #122820
}
.get-subscribe__bttn {
    margin-top: 2rem;
    width: 100%;
    max-width: 40rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 140%
}
@media only screen and (min-width:768px) {
    .get-subscribe__bttn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 1.3rem 7rem
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe__bttn {
        margin-top: 1.3rem;
        padding: 1.3rem 4.7rem
    }
}
.get-subscribe__telegram {
    margin-top: 1.6rem;
    padding: 2rem;
    border: .1rem solid #f5f4f7;
    border-radius: 2rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram {
        margin-top: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5rem
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram_active .get-subscribe__telegram-details {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.get-subscribe__telegram-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram-content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        grid-column-gap: 1.6rem
    }
}
.get-subscribe__telegram-icon {
    width: 3.8rem;
    height: 3.8rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram-icon {
        width: 4.9rem;
        height: 4.9rem;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2
    }
}
.get-subscribe__telegram-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.get-subscribe__telegram-head {
    margin-left: 1.6rem;
    width: calc(100% - 5.4rem)
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram-head {
        width: calc(100% - 6.5rem);
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3;
        margin-left: 0
    }
}
.get-subscribe__telegram-subtitle {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    color: #4d4e4e
}
.get-subscribe__telegram-title {
    margin-top: .2rem;
    font-weight: 500;
    font-size: 2rem;
    line-height: 120%;
    color: #0f1d11
}
.get-subscribe__telegram-text {
    margin-top: 1rem;
    width: 100%;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 133%;
    color: #4d4e4e
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram-text {
        margin-top: .6rem;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3
    }
}
.get-subscribe__telegram-details {
    margin-top: 1.6rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe__telegram-details {
        margin-top: 0;
        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;
        min-width: 19rem
    }
}
.get-subscribe__telegram-price {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #757575;
    text-align: center
}
.get-subscribe__telegram-price b {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 100%;
    color: #1d1d1d
}
.get-subscribe__telegram-bttn {
    margin: 1.6rem auto 0;
    display: block;
    width: 100%;
    max-width: 40rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 140%
}
.get-subscribe_webinar .modal-webinar__info {
    margin-top: 1rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .modal-webinar__info {
        margin-top: .5rem
    }
}
.get-subscribe_webinar .get-subscribe__price {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #757575
}
.get-subscribe_webinar .get-subscribe__price span {
    font-size: 2.4rem
}
.get-subscribe_webinar .get-subscribe__name {
    font-size: 1.8rem
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .get-subscribe__name {
        font-size: 2rem
    }
}
.get-subscribe_webinar .get-subscribe__bttn {
    margin: .8rem auto 0
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .get-subscribe__bttn {
        margin-top: 1.2rem;
        padding: 1rem 7.5rem;
        font-size: 1.4rem
    }
}
.get-subscribe_webinar .get-subscribe__buy {
    border: 1px solid #63a712
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .get-subscribe__buy {
        margin-top: 2rem
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .get-subscribe__buy-title {
        margin-top: 2.4rem;
        line-height: 100%
    }
}
@media only screen and (min-width:1280px) {
    .get-subscribe_webinar .subscribe__economy {
        margin-top: 1.2rem
    }
}
.telegram-preloader.preloader {
    width: 20rem;
    margin: 2rem auto 0;
    height: 100%
}
@media only screen and (min-width:1280px) {
    .telegram-preloader.preloader {
        width: 15rem
    }
}
.telegram-preloader.preloader svg {
    width: 100%;
    height: 100%
}
.subscribe-special {
    margin-top: .8rem;
    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: .6rem
}
@media only screen and (min-width:1024px) {
    .subscribe-special {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.2rem
    }
}
.subscribe-special+.subscribe__variants {
    margin-top: 1.6rem
}
.subscribe-special p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 120%;
    color: #757575;
    text-align: center
}
.subscribe-special__timer {
    padding: .4rem .6rem;
    min-width: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .2rem;
    border: .1rem solid #5aa000;
    border-radius: .6rem
}
.subscribe-special__timer img {
    width: 2.3rem;
    height: 2.1rem;
    -o-object-fit: contain;
    object-fit: contain
}
.subscribe-special__time {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 120%;
    color: #1d1d1d
}
.footer__contacts-top {
  margin-top: 1.6rem;
  max-width: 42rem;
}
.footer__contacts-top .footer__menu-title {
  margin: 0;
}
.footer__contacts-top .footer__contacts-list {
  margin-top: 0.8rem;
  gap: 0.35rem;
}
.footer__contacts-top .footer__contacts-list li {
  font-size: 1.3rem;
  line-height: 1.35;
  color: #757575;
  overflow-wrap: anywhere;
}
.footer__contacts-top .footer__contacts-list li span {
  font-weight: 500;
  color: #4d4e4e;
}
.footer__contacts-top .footer__contacts-list li a {
  color: #757575;
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .footer__head {
    align-items: flex-start !important;
  }
  .footer__head-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 48rem;
  }
  .footer__contacts-top {
    margin-top: 1.8rem;
    margin-left: 0 !important;
    max-width: 48rem;
    flex: none !important;
  }
  .footer__menu {
    margin-top: 3rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__contacts-top {
    transform: translateX(8rem);
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    position: relative;
    overflow: hidden;
  }
  .footer::before {
    content: "";
    position: absolute;
    right: 7rem;
    top: 3rem;
    width: 60rem;
    height: 30rem;
    background: url("../images/footer-chart.svg") center / contain no-repeat;
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image:
  linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
  linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
-webkit-mask-composite: source-in;
mask-image:
  linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
  linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
mask-composite: intersect;
  }
  .footer .container {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__docs {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem 0 0 0 !important;
    padding: 0 0 2.5rem 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.1rem !important;
    text-align: left !important;
    position: relative !important;
    border-bottom: none !important;
  }
  .footer__docs a,
  .footer__docs a:visited,
  .footer__docs a:hover,
  .footer__docs a:active {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.65rem !important;
    line-height: 1.35 !important;
    color: #2f333d !important;
    text-align: left !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .footer__docs a + a {
    border-top: none !important;
  }
  .footer__docs::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e9e9ea;
  }
  .footer__project {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__docs a::after {
    content: "›";
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 1.15em;
    line-height: 1;
    color: rgba(47, 51, 61, 0.45);
    transform: translateY(0.02em);
  }
}
#page-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(153, 212, 85, 0.18), transparent 34%),
    linear-gradient(135deg, #07100d 0%, #101b18 45%, #050807 100%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
#page-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.preloader-logo {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-align: center;
}
.preloader-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-top-color: #99d455;
  border-right-color: #33e6d6;
  border-radius: 50%;
  animation: preloader-spin 0.8s linear infinite;
}
.preloader-text {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.68);
}
@keyframes preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 700px) {
  .preloader-card {
    width: calc(100% - 32px);
    max-width: 320px;
    padding: 28px 24px;
    border-radius: 20px;
  }
  .preloader-logo {
    font-size: 20px;
  }
  .preloader-spinner {
    width: 40px;
    height: 40px;
  }
}
